.ls-product{padding:clamp(24px,4vw,40px) clamp(16px,4vw,48px) clamp(48px,8vh,80px);background:var(--ls-bg);color:var(--ls-text)}.ls-product__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(24px,4vw,64px)}.ls-product__gallery{display:flex;flex-direction:column;gap:12px}.ls-product__main-img{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--ls-card-bg)}.ls-product__main-img img{width:100%;height:100%;object-fit:cover;display:block}.ls-product__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ls-product__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--ls-card-bg)}.ls-product__thumb.active{border-color:var(--ls-primary)}.ls-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ls-product__info{padding-top:16px}.ls-product__vendor{font-size:13px;font-weight:600;color:var(--ls-text-muted);text-transform:uppercase;letter-spacing:2px}.ls-product__title{font-family:var(--ls-font-headline);font-size:clamp(28px,5vw,52px);font-weight:800;letter-spacing:-1.5px;line-height:1.05;margin-top:12px}.ls-product__price-row{margin-top:16px;display:flex;align-items:baseline;gap:12px}.ls-product__price{font-family:var(--ls-font-headline);font-size:clamp(24px,3vw,28px);font-weight:700;color:var(--ls-text)}.ls-product__compare{font-size:clamp(16px,1.8vw,18px);color:var(--ls-text-muted);text-decoration:line-through}.ls-product__description{font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:var(--ls-text-sub);margin-top:24px}.ls-product__options{margin-top:32px;display:flex;flex-direction:column;gap:20px}.ls-product__option-group{display:flex;flex-direction:column;gap:10px}.ls-product__option-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--ls-text)}.ls-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.ls-product__option-value{padding:12px 20px;min-height:44px;display:inline-flex;align-items:center;border:1.5px solid var(--ls-border);border-radius:999px;background:transparent;font-size:clamp(14px,1.6vw,15px);font-weight:600;cursor:pointer;transition:all .2s;color:var(--ls-text)}.ls-product__option-value:hover{border-color:var(--ls-text)}.ls-product__option-value.active{background:var(--ls-text);color:var(--ls-bg);border-color:var(--ls-text)}.ls-product__option-value.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.ls-product__quantity{display:flex;align-items:center;gap:0;border:1.5px solid var(--ls-border);border-radius:999px;overflow:hidden;width:fit-content}.ls-product__quantity button{width:44px;height:44px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--ls-text);transition:background .2s}.ls-product__quantity button:hover{background:var(--ls-card-bg)}.ls-product__quantity input{width:48px;text-align:center;border:none;background:none;font-size:16px;font-weight:600;color:var(--ls-text)}.ls-product__actions{margin-top:32px;display:flex;flex-direction:column;gap:12px}.ls-product__add-to-cart{width:100%;padding:18px 40px;background:var(--ls-primary);color:#fff;border:none;border-radius:999px;font-size:17px;font-weight:700;font-family:var(--ls-font-headline);cursor:pointer;transition:all .2s}.ls-product__add-to-cart:hover{background:#a01d21;transform:translateY(-1px);box-shadow:0 8px 24px #bb212640}.ls-product__add-to-cart:disabled{background:var(--ls-text-muted);cursor:not-allowed;transform:none}.ls-product__buy-now{width:100%;padding:18px 40px;background:transparent;color:var(--ls-text);border:2px solid var(--ls-text);border-radius:999px;font-size:17px;font-weight:700;font-family:var(--ls-font-headline);cursor:pointer;transition:all .2s}.ls-product__buy-now:hover{background:var(--ls-text);color:var(--ls-bg)}.ls-product__features{margin-top:32px;padding-top:32px;border-top:1px solid var(--ls-border);display:flex;flex-direction:column;gap:16px}.ls-product__feature{display:flex;align-items:center;gap:12px;font-size:clamp(14px,1.6vw,15px);color:var(--ls-text-sub)}.ls-product__feature svg{flex-shrink:0;color:var(--ls-primary)}@media(max-width:900px){.ls-product__container{grid-template-columns:1fr;gap:32px}.ls-product{padding:24px 16px 48px}}.ls-product__cause{background:#0f1216;padding:22px 24px 4px}.ls-product__cause-pill{max-width:780px;margin:0 auto;display:flex;align-items:center;gap:20px;padding:16px 28px;border-radius:999px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 30px #00000047}.ls-product__cause-logo{height:46px;width:auto;flex:none}.ls-product__cause-copy{min-width:0}.ls-product__cause-kicker{display:block;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffff80;margin-bottom:3px}.ls-product__cause-text{margin:0;font-size:13.5px;line-height:1.45;color:#eceef2}@media(max-width:700px){.ls-product__cause{padding:16px 16px 4px}.ls-product__cause-pill{flex-direction:column;text-align:center;gap:12px;border-radius:22px;padding:18px 22px}.ls-product__cause-logo{height:40px}.ls-product__cause-text{font-size:12.5px}}.ls-product--dark{background:#0f1216;color:#eceef2}.ls-product--dark .ls-product__vendor{color:#eceef28c}.ls-product--dark .ls-product__title,.ls-product--dark .ls-product__price{color:#fff}.ls-product--dark .ls-product__compare{color:#eceef273}.ls-product--dark .ls-product__description,.ls-product--dark .ls-product__description p,.ls-product--dark .ls-product__description li{color:#eceef2c7}.ls-product--dark .ls-product__description strong{color:#fff}.ls-product--dark .ls-product__option-label,.ls-product--dark .ls-product__feature{color:#eceef2b8}.ls-product--dark .ls-product__features{border-top-color:#ffffff1a}.ls-product--dark .ls-product__qty{border-color:#ffffff2e}.ls-product--dark .ls-product__qty input,.ls-product--dark .ls-product__qty button{color:#eceef2;background:transparent}.ls-product--dark .ls-product__value{border-color:#ffffff38;color:#eceef2;background:transparent}.ls-product--dark .ls-product__value:hover{border-color:#ffffff8c}.ls-product--dark .ls-product__value.active,.ls-product--dark input:checked+.ls-product__value{background:#fff;border-color:#fff;color:#0f1216}.ls-product--dark .ls-product__main-img,.ls-product--dark .ls-product__thumb{background:#171b21;border-color:#ffffff14}.ls-product--dark .ls-product__thumb.active{border-color:#ffffffa6}.ls-product--dark .ls-product__main-img{cursor:zoom-in}.ls-product--dark .ls-product__main-img img{width:100%;height:auto;display:block}.ls-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#06080bfb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;grid-template-columns:84px 1fr 84px;grid-template-rows:1fr auto;align-items:center;justify-items:center}.ls-lightbox[hidden]{display:none}.ls-lightbox__stage{grid-column:2;grid-row:1;margin:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 0 8px}.ls-lightbox__stage img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:6px}.ls-lightbox__nav,.ls-lightbox__close{background:#ffffff14;border:1px solid rgba(255,255,255,.16);color:#fff;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.ls-lightbox__nav:hover,.ls-lightbox__close:hover{background:#fff3;transform:scale(1.06)}.ls-lightbox__nav--prev{grid-column:1;grid-row:1}.ls-lightbox__nav--next{grid-column:3;grid-row:1}.ls-lightbox__close{position:absolute;top:20px;right:24px}.ls-lightbox__counter{position:absolute;top:28px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:13px;letter-spacing:.08em}.ls-lightbox__strip{grid-column:1 / -1;grid-row:2;display:flex;gap:10px;padding:12px 20px 24px;overflow-x:auto;max-width:100%}.ls-lightbox__dot{flex:none;width:62px;height:62px;padding:0;border-radius:6px;overflow:hidden;border:2px solid transparent;background:#ffffff0f;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease}.ls-lightbox__dot img{width:100%;height:100%;object-fit:cover;display:block}.ls-lightbox__dot.active,.ls-lightbox__dot:hover{opacity:1;border-color:#fffc}@media(max-width:700px){.ls-lightbox{grid-template-columns:56px 1fr 56px}.ls-lightbox__nav,.ls-lightbox__close{width:42px;height:42px}.ls-lightbox__stage img{max-height:62vh}}.ls-product__stage{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;align-items:start}.ls-product__stage .ls-product__thumbs{display:flex;flex-direction:column;gap:10px;margin:0;overflow:visible}.ls-product__stage .ls-product__thumb{width:88px;height:104px;margin:0;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,opacity .2s ease;opacity:.72}.ls-product__stage .ls-product__thumb img{width:100%;height:100%;object-fit:contain;display:block;padding:4px;box-sizing:border-box}.ls-product__stage .ls-product__thumb.active,.ls-product__stage .ls-product__thumb:hover{opacity:1}.ls-product__stage .ls-product__main-img{border-radius:14px;overflow:hidden}.ls-product__brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}.ls-product__brand-logo{height:30px;width:auto;display:block}.ls-product__brand-label{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ls-product__title{font-size:clamp(22px,2.4vw,30px)!important;line-height:1.18!important;letter-spacing:-.01em;margin-bottom:14px}.ls-product__specs{margin-top:40px}.ls-product__specs-title{margin:0 0 14px;font-size:15px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.14)}.ls-product__specs-body{font-size:13.5px;line-height:1.62}.ls-product__specs-body p{margin:0 0 11px}.ls-product__specs-body p:last-child{margin-bottom:0}.ls-product__specs-body br{line-height:1.9}.ls-product--dark .ls-product__brand-label{color:#eceef2b8}.ls-product--dark .ls-product__specs-title{color:#fff}.ls-product--dark .ls-product__specs-body,.ls-product--dark .ls-product__specs-body p,.ls-product--dark .ls-product__specs-body li{color:#eceef2bd}.ls-product--dark .ls-product__specs-body strong{color:#fff}.ls-product--dark .ls-product__specs-body em{color:#eceef285}.ls-product--dark .ls-product__stage .ls-product__thumb{border-color:#ffffff1f;background:#ffffff0a}.ls-product--dark .ls-product__stage .ls-product__thumb.active{border-color:#ffffffbf}@media(max-width:900px){.ls-product__stage{grid-template-columns:1fr}.ls-product__stage .ls-product__thumbs{flex-direction:row;order:2;overflow-x:auto;padding-bottom:4px}.ls-product__stage .ls-product__main-img{order:1}.ls-product__stage .ls-product__thumb{width:68px;height:68px;flex:none}}.ls-product-shell{display:block}.ls-product__lead{margin:18px 0 26px;font-size:14px;line-height:1.62}.ls-product__lead p{margin:0 0 11px}.ls-product__lead p:last-child{margin-bottom:0}.ls-product--dark .ls-product__lead,.ls-product--dark .ls-product__lead p{color:#eceef2cc}.ls-product--dark .ls-product__lead strong{color:#fff}.ls-product__stage .ls-product__main-img{position:relative;aspect-ratio:3 / 4;overflow:hidden}.ls-product__stage .ls-product__main-img img{width:100%;height:100%;object-fit:cover;display:block}.ls-product__stage .ls-product__thumb{aspect-ratio:3 / 4;height:auto}.ls-product__stage .ls-product__thumb img{object-fit:cover;padding:0}.ls-lightbox__stage img{max-height:76vh}.ls-product__related{max-width:1320px;margin:0 auto;padding:20px 24px 80px}.ls-product__related-title{margin:0 0 22px;font-size:15px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.14)}.ls-product__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.ls-product__related-card{text-decoration:none;display:block}.ls-product__related-media{aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;background:#ffffff0d;margin-bottom:12px}.ls-product__related-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ls-product__related-card:hover .ls-product__related-media img{transform:scale(1.04)}.ls-product__related-name{font-size:13.5px;font-weight:600;line-height:1.35;margin-bottom:4px}.ls-product__related-price{font-size:13px;opacity:.7}.ls-product-shell--dark .ls-product__related-title{color:#fff}.ls-product-shell--dark .ls-product__related-name{color:#eceef2}.ls-product-shell--dark .ls-product__related-price{color:#eceef299}@media(max-width:900px){.ls-product__related-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/ls-product.css.map */
