.product-details{padding-bottom:2rem;display:grid;grid-template-areas:"product-title" "product-image-gallery" "product-description"}@media (min-width:992px){.product-details{grid-template-columns:390px 1fr;grid-column-gap:50px;grid-template-areas:"product-image-gallery product-title" "product-image-gallery product-description";grid-template-columns:440px 1fr}}.product-details .container{padding:0}.product-details .product-title{grid-area:product-title;margin-top:20px}.product-details .price{color:#f6be00;font-weight:700;letter-spacing:.25px;padding-top:20px}.product-details .product-image-gallery{grid-area:product-image-gallery}.product-details .product-image-gallery .productImage{display:block;margin:30px auto}.product-details .product-image-gallery .product-image-gallery-thumbnails{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-details .product-image-gallery .product-image-gallery-thumbnails img{width:105px;height:105px;-o-object-fit:cover;object-fit:cover}.product-details .product-description{grid-area:product-description}.product-details .product-description .product-content{margin-bottom:1rem}.product-details label{padding-bottom:.3rem}.product-details input#AddProductForm_Form_Quantity,.product-details input#VariationForm_Form_Quantity{width:6rem}.color-swatches{display:-webkit-box;display:-ms-flexbox;display:flex;height:33px;margin:30px 0}.color-swatches label{display:block;cursor:pointer;height:33px;margin-right:16px;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:33px}.color-swatches label input{opacity:0;position:absolute;width:0;height:0}.color-swatches label .swatch{border-radius:16.5px;height:33px;left:0;position:absolute;top:0;width:33px}.color-swatches label .swatch:after{background-image:url(../images/done.svg);background-repeat:no-repeat;background-position:5px 5px;color:#f6be00;content:"";display:none;height:33px;position:absolute;width:33px}.color-swatches label:hover .swatch{border:2px solid #0f699d}.color-swatches label input:checked~.swatch{border:2px solid #f6be00}.color-swatches label input:checked~.swatch:after{display:block;z-index:100}
/*# sourceMappingURL=store-product-page.css.map*/