*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:#fff;color:#1a1a1a;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:#1a1a1a;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}#MainContent{overflow-x:hidden}.hero{position:relative;height:85vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a1a1a}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.hero-content{position:relative;z-index:2;text-align:center;padding:0 24px}.hero-subtitle{font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;color:#fff}.hero-title{font-family:Cormorant,serif;font-size:clamp(36px,5vw,64px);font-weight:400;letter-spacing:.05em;text-transform:uppercase;line-height:1.15;max-width:700px;margin:0 auto 32px;color:#fff}.btn-primary{display:inline-block;background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 40px;text-decoration:none;transition:background .3s}.btn-primary:hover{background:#333;text-decoration:none}.section-title{font-family:Cormorant,serif;font-size:13px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;text-align:center;margin-bottom:48px;color:#1a1a1a}.product-card{text-decoration:none;display:block}.product-card:hover{text-decoration:none}.product-card-image{background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.product-card:hover .product-card-image{transform:scale(1.02)}.product-card-image img{width:100%;height:auto}.product-card-info{padding-top:12px}.product-card-name{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#1a1a1a;margin-bottom:4px}.product-card-price{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#1a1a1a}.collection-banner{position:relative;width:100%;height:40vh;min-height:280px;overflow:hidden;background:#d4c9be;display:flex;align-items:center;justify-content:center}.collection-banner h1{font-family:Cormorant,serif;font-size:clamp(28px,4vw,48px);font-weight:500;letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:1}.collection-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.filters{max-width:1280px;margin:0 auto;padding:32px 24px 0;display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.filter-link{font-family:Inter,sans-serif;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;opacity:.7;text-decoration:none}.filter-link:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}.filter-link.active{font-weight:500;opacity:1;text-decoration:underline;text-underline-offset:4px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-gallery{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;align-items:start}.gallery-main{aspect-ratio:3/4;background:#ede8e2;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gallery-thumb{aspect-ratio:1;background:#ede8e2;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.gallery-thumb.active{border:1px solid #1A1A1A}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info-section{position:sticky;top:100px}.product-title{font-family:Cormorant,serif;font-size:28px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1.3;margin-bottom:16px}.product-price{font-family:Inter,sans-serif;font-size:17px;font-weight:500;margin-bottom:24px}.product-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.7;margin-bottom:32px;opacity:.8}.btn-add-cart{width:100%;background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:16px 24px;border:none;transition:background .3s;cursor:pointer}.btn-add-cart:hover{background:#333}.accordion-item{border-top:1px solid #D4C9BE;padding:16px 0}.accordion-item:last-child{border-bottom:1px solid #D4C9BE}.accordion-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.accordion-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.accordion-icon{font-size:18px;font-weight:300;line-height:1;transition:transform .3s}.accordion-content{display:none;padding-top:12px;font-size:13px;line-height:1.7;opacity:.7}.accordion-item.open .accordion-content{display:block}.accordion-item.open .accordion-icon{transform:rotate(45deg)}.breadcrumb{font-family:Inter,sans-serif;font-size:12px;font-weight:400;opacity:.6;margin-bottom:32px}.breadcrumb a{opacity:1;color:#1a1a1a}.breadcrumb span{margin:0 8px}.cart-section{max-width:960px;margin:0 auto;padding:56px 24px 80px}.cart-title{font-family:Cormorant,serif;font-size:clamp(24px,3vw,36px);font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin-bottom:48px}.cart-item{display:flex;gap:24px;align-items:center;padding:24px 0;border-top:1px solid #D4C9BE}.cart-item:last-child{border-bottom:1px solid #D4C9BE}.cart-item-image{width:80px;height:100px;background:#ede8e2;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin-bottom:4px}.cart-item-variant{font-family:Inter,sans-serif;font-size:12px;font-weight:400;opacity:.6}.cart-item-qty{display:flex;align-items:center;gap:16px;border:1px solid #D4C9BE;padding:6px 12px}.cart-item-qty button{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#1a1a1a;padding:0 4px;line-height:1;background:none;border:none;cursor:pointer}.cart-item-qty span{font-family:Inter,sans-serif;font-size:13px;font-weight:500;min-width:16px;text-align:center}.cart-item-price{font-family:Inter,sans-serif;font-size:14px;font-weight:500;min-width:72px;text-align:right}.cart-summary{display:flex;justify-content:flex-end;margin-top:40px}.cart-summary-inner{width:320px}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.cart-summary-note{font-family:Inter,sans-serif;font-size:12px;font-weight:400;opacity:.6;margin-bottom:24px}@media(max-width:768px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-gallery{grid-template-columns:1fr;gap:32px}.product-info-section{position:static}.cart-item{flex-wrap:wrap;gap:16px}.pdp{padding:24px 16px 60px!important;gap:24px!important;overflow-x:hidden!important}.pdp>*{min-width:0!important}.pdp-info{overflow:hidden!important;max-width:100%!important}.complete-look-section{padding:32px 16px 48px!important}.pdp-breadcrumb{font-size:11px;word-break:break-word}.pdp-promo{font-size:12px;padding:10px 12px}.bys-wrapper{overflow:hidden!important;max-width:100%!important;box-sizing:border-box!important}.bys-card{max-width:100%!important;box-sizing:border-box!important}.bys-card-header{padding:14px 12px!important}.bys-tier-name{flex-wrap:wrap;font-size:13px}.bys-tier-tag{font-size:9px;padding:2px 6px}.bys-card-right{min-width:auto;flex-shrink:1!important}.bys-atc-wrap,.bys-atc{max-width:100%!important;box-sizing:border-box!important}.bys-urgency{flex-wrap:wrap;gap:10px;padding:12px 14px;max-width:100%!important;box-sizing:border-box!important}.bys-bonus-area.has-bonus{padding-left:12px!important;padding-right:12px!important}.bys-slot--free{margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important}.featured-products-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;gap:12px!important}.featured-products-grid::-webkit-scrollbar{display:none}.featured-products-grid>.product-card{flex:0 0 47%;min-width:0;scroll-snap-align:start}}@media(max-width:480px){.hero{height:70vh}.featured-products-grid>.product-card{flex:0 0 65%}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/custom.css.map */
