.section-product__inner{display:grid;grid-template-columns:50% 1fr;gap:3em;align-items:start}@media (max-width:1024px){.section-product__inner{grid-template-columns:100%;grid-template-rows:auto;gap:2em}}.section-product__media{width:100%;min-width:100%;display:flex;flex-direction:column;position:relative}.section-product__details{width:100%;position:sticky;top:3em;display:flex;flex-direction:column;gap:1em;width:100%;transition:top linear .25s}.section-product__details form{display:flex;flex-direction:column;gap:1.5em}@media (max-width:1024px){.section-product .product-details{padding-left:1em;padding-right:1em}}.section-product .product-details__title{display:flex;justify-content:space-between;gap:17.5%}.section-product .product-details__title h1{margin:0}.section-product .product-details__title .price span{font-size:2em;font-weight:600}.section-product .product-details__title .price span.compare{font-size:1em}.section-product .product-details__title .price{display:flex;flex-direction:column;gap:.5em;line-height:1;align-self:flex-end;text-align:right}.section-product .product-details__title span{display:block;line-height:1;font-weight:500}.section-product .product-details__title ins{display:block;line-height:1;border:#ffdead}.section-product .product-details__title del{display:block;line-height:1;font-weight:300;opacity:.75}.section-product .product-details__description p{font-size:.875em;margin-bottom:0;max-width:75%}.section-product .product-details__description .button{margin-top:1em}.section-product .product-details__description .button span{font-size:.75em}.section-product .product-details__swatches .swatches-label{margin-bottom:.75em}.section-product .product-details__swatches .swatches-label>span{font-size:.875em}.section-product .product-details__swatches .swatches-list{display:flex;align-items:center;gap:.5em;flex-wrap:wrap;max-width:25em}.section-product .product-details__swatches .swatch-outer{width:2em;height:2em;border-radius:50%;padding:2px;border:1px solid #e5e3dd;background-color:rgba(255,255,255,.25)}.section-product .product-details__swatches .swatch-outer.active{border-color:#222425}.section-product .product-details__swatches .swatch-outer.oos{overflow:hidden;position:relative}.section-product .product-details__swatches .swatch-outer.oos:before{content:'';width:3em;height:1px;background-color:#eeece7;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.section-product .product-details__swatches .swatch-outer.oos:after{content:'';width:3em;height:1px;background-color:#eeece7;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg)}.section-product .product-details__swatches .swatch{display:block;width:100%;height:100%;border-radius:50%}.section-product .product-details__swatches .counter{font-size:.75em}.section-product .product-details__quantity .product-quantity{display:flex;gap:1em;align-items:center}.section-product .product-details__quantity .product-quantity label{display:none}.section-product .product-details__quantity .product-quantity input{padding:0 .5em;text-align:center;width:3.14285714286em}.section-product .product-details__quantity .product-quantity button{width:1.5em;height:1.5em;min-height:1.5em;min-width:1.5em;background-color:#222425;color:#eeece7;padding:0}.section-product .product-details__quantity .product-quantity button span{display:none}.section-product .product-details__quantity .product-quantity button svg{width:.875em;height:auto}.section-product .product-details__quantity .product-quantity button svg line{stroke:#eeece7;stroke-width:2.5}.section-product .product-details__usps{display:flex;justify-content:center;gap:2em;text-align:center;padding-top:.5em;flex-wrap:wrap}@media (max-width:1024px){.section-product .product-details__usps{gap:1em;justify-content:space-evenly}}.section-product .product-details__usps .usp{max-width:5em}.section-product .product-details__usps img{margin:0 auto .5em auto;width:2em}.section-product .product-details__usps span{font-size:.75em;display:block;font-weight:500;line-height:1.2}