:root{--color-bg: #1a1a1a;--color-bg-secondary: #2a2a2a;--color-text: #ffffff;--color-text-light: #aaaaaa;--color-border: #444444;--color-accent: #ffffff;--color-white: #ffffff;--color-cream: #2a2a2a;--font-body: "Inter", sans-serif;--font-heading: "Cormorant Garamond", serif;--max-width: 1400px;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:#1a1a1a;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link{position:absolute;top:-100%;left:1rem;z-index:9999;background:#fff;color:#1a1a1a;padding:.5rem 1rem}.skip-to-content-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:100;background:#1a1a1a;border-bottom:1px solid #444}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:100px}.header-logo{font-family:var(--font-heading);font-size:1.8rem;font-weight:500;letter-spacing:.05em;color:#fff;display:flex;align-items:center}.header-logo-img{height:120px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:2.5rem}.nav-item{position:relative}.nav-link{font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;padding:.5rem 0;transition:opacity .2s}.nav-link:hover{opacity:.6}.nav-dropdown{position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);background:#1a1a1a;border:1px solid #444;min-width:180px;padding:.75rem 0;opacity:0;visibility:hidden;transition:all .2s ease;z-index:200}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible}.nav-dropdown a{display:block;padding:.6rem 1.25rem;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#aaa;transition:color .2s}.nav-dropdown a:hover{color:#fff}.header-icons{display:flex;align-items:center;gap:1.25rem}.header-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;transition:opacity .2s}.header-icon:hover{opacity:.6}.header-icon svg{width:20px;height:20px}.cart-count{position:relative}.cart-count-bubble{position:absolute;top:-4px;right:-4px;background:#fff;color:#1a1a1a;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;width:24px;cursor:pointer}.mobile-menu-toggle span{display:block;width:100%;height:1.5px;background:#fff;transition:all .3s}.mobile-nav{display:none;position:fixed;top:100px;left:0;right:0;bottom:0;background:#1a1a1a;z-index:99;overflow-y:auto;padding:2rem}.mobile-nav.open{display:block}.mobile-nav-link{display:block;font-size:1.2rem;font-weight:500;padding:1rem 0;border-bottom:1px solid #444;letter-spacing:.05em;color:#fff}.mobile-nav-sub{padding:.5rem 0 .5rem 1rem}.mobile-nav-sub a{display:block;padding:.4rem 0;font-size:.9rem;color:#aaa}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#1a1a1a;opacity:0;visibility:hidden;transition:all .3s ease}.search-overlay.open{opacity:1;visibility:visible}.search-overlay__inner{position:relative;z-index:2;max-width:700px;margin:0 auto;padding:4rem 2rem 2rem}.search-overlay__bar{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #444;padding-bottom:1rem;margin-bottom:2rem}.search-overlay__icon{width:20px;height:20px;color:#aaa;flex-shrink:0}.search-overlay__input{flex:1;background:none;border:none;font-size:1.2rem;color:#fff;font-family:inherit;outline:none}.search-overlay__input::placeholder{color:#666}.search-overlay__close{background:none;border:none;color:#aaa;cursor:pointer;padding:.5rem}.search-overlay__close svg{width:20px;height:20px}.search-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.search-hint{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#aaa;margin-bottom:1rem}.search-quick-links{display:flex;flex-wrap:wrap;gap:.5rem}.search-quick-link{padding:.4rem .9rem;border:1px solid #444;font-size:.8rem;color:#ccc;transition:all .2s}.search-quick-link:hover{border-color:#fff;color:#fff}.search-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.search-product-card{display:flex;flex-direction:column;gap:.5rem}.search-product-card__img{aspect-ratio:3/4;overflow:hidden;background:#2a2a2a}.search-product-card__img img{width:100%;height:100%;object-fit:cover}.search-product-card__placeholder{width:100%;height:100%;background:#2a2a2a}.search-product-card__title{font-size:.85rem;color:#fff}.search-product-card__price{font-size:.8rem;color:#aaa}.search-no-results{color:#aaa;font-size:.9rem}.search-view-all{display:inline-block;margin-top:1.5rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;border-bottom:1px solid #fff;padding-bottom:.2rem}.image-banner{position:relative;width:100%;height:90vh;min-height:600px;overflow:hidden}.image-banner__image{width:100%;height:100%;object-fit:cover;object-position:center}.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}.image-banner__content{position:absolute;bottom:10%;left:50%;transform:translate(-50%);text-align:center;color:#fff;width:90%;max-width:800px}.image-banner__heading{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:1.1;margin-bottom:1.5rem;letter-spacing:.02em}.image-banner__btn{display:inline-block;padding:.9rem 2.5rem;border:1.5px solid #fff;color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:all .3s}.image-banner__btn:hover{background:#fff;color:#1a1a1a}.section-header{text-align:center;margin-bottom:3rem}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#aaa;margin-bottom:.75rem}.section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1;color:#fff}.split-collections{padding:var(--spacing-lg) 2rem;max-width:var(--max-width);margin:0 auto}.split-collections__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.split-card{position:relative;overflow:hidden;aspect-ratio:2/3}.split-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.split-card:hover .split-card__image{transform:scale(1.04)}.split-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);display:flex;align-items:flex-end;padding:2.5rem}.split-card__content{color:#fff}.split-card__title{font-family:var(--font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:400;margin-bottom:1rem}.split-card__btn{display:inline-block;padding:.7rem 1.75rem;border:1.5px solid rgba(255,255,255,.8);color:#fff;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s}.split-card__btn:hover{background:#fff;color:#1a1a1a}.testimonials{padding:var(--spacing-lg) 2rem;background:#111}.testimonials__inner{max-width:var(--max-width);margin:0 auto}.testimonials .section-title{color:#fff}.testimonials .section-label{color:#ffffff80}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{padding:2rem;border:1px solid rgba(255,255,255,.15)}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#d4af37;font-size:.9rem}.testimonial-card__text{font-size:.95rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.5rem;font-style:italic}.testimonial-card__author{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.gallery-section{padding:var(--spacing-lg) 2rem;max-width:var(--max-width);margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1rem}.gallery-item{overflow:hidden}.gallery-item--tall{grid-row:span 2}.gallery-item__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-item__image{transform:scale(1.04)}.contact-section{padding:var(--spacing-lg) 2rem;max-width:700px;margin:0 auto}.contact-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;color:#aaa}.form-input,.form-textarea{width:100%;padding:.85rem 1rem;border:1px solid #444;background:#2a2a2a;font-family:inherit;font-size:.95rem;color:#fff;outline:none;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:#fff}.form-textarea{resize:vertical;min-height:160px}.btn-primary{display:inline-block;padding:1rem 3rem;background:#fff;color:#1a1a1a;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.8}.site-footer{background:#111;color:#ffffffb3;padding:3rem 2rem 2rem}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);align-items:flex-start}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;align-self:start;margin-top:0!important;padding-top:0!important;gap:1rem}.footer-brand__logo{margin-top:0!important;padding-top:0!important;line-height:1}.footer-logo-img{height:120px;width:auto;display:block}.footer-brand__tagline{font-size:.85rem;line-height:1.7;color:#fff9}.footer-social{display:flex;gap:1rem}.footer-social a{color:#fff9;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.footer-social a:hover{color:#fff}.footer-col__title{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.6rem}.footer-col ul a{font-size:.85rem;color:#fff9;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;color:#fff6}.collection-page{padding:var(--spacing-md) 2rem var(--spacing-lg);max-width:var(--max-width);margin:0 auto}.collection-page__header{display:flex;align-items:center;gap:1.5rem;padding:.5rem 0;margin-bottom:.5rem;border-bottom:1px solid #444}.collection-page__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:400;color:#fff;margin:0}.collection-toolbar{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #444;margin-bottom:1.5rem;flex-wrap:wrap}.toolbar-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.toolbar-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.filter-toggle-btn{background:#fff;color:#1a1a1a;border:none;padding:.5rem 1.1rem;font-size:.85rem;letter-spacing:.05em;cursor:pointer;font-family:inherit}.filter-toggle-btn:hover{background:#ddd}.results-count{font-size:.85rem;color:#aaa;margin:0}.search-input{border:1px solid #444;padding:.5rem .75rem;font-size:.85rem;font-family:inherit;width:220px;background:#2a2a2a;color:#fff}.sort-select{border:1px solid #444;padding:.5rem .75rem;font-size:.85rem;font-family:inherit;background:#2a2a2a;color:#fff;cursor:pointer}.collection-layout{display:grid;grid-template-columns:1fr;gap:0}.filters-sidebar{position:sticky;top:1.5rem;max-height:calc(100vh - 3rem);overflow-y:auto;align-self:flex-start;background:#1a1a1a;padding:1.5rem;border:1px solid #444}.filters-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #444}.filters-title{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff}.filters-clear{font-size:.75rem;color:#aaa;text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit}.filters-clear:hover{color:#fff}.filter-group{margin-bottom:1.25rem;border-bottom:1px solid #444;padding-bottom:1.25rem}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-group__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:none;border:none;cursor:pointer;padding:0 0 .75rem;font-family:inherit;color:#fff}.toggle-icon{font-size:1rem;font-weight:300}.filter-option{display:flex;align-items:center;gap:.6rem;padding:.35rem 0;cursor:pointer;font-size:.85rem;color:#aaa;transition:color .2s}.filter-option:hover{color:#fff}.filter-option input[type=checkbox]{width:14px;height:14px;cursor:pointer}.filter-option span{color:#fff}.filters-apply-btn{width:100%;margin-top:1rem;padding:.75rem;background:#fff;color:#1a1a1a;border:none;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;font-family:inherit}.product-card{position:relative;background:#1a1a1a;color:#fff}.product-card__image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#2a2a2a;border-radius:16px}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .3s ease}.product-card__image-hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image{opacity:0}.product-card:hover .product-card__image-hover{opacity:1}.product-card__info{padding:.75rem .25rem .5rem}.product-card__title{font-size:.9rem;font-weight:400;margin-bottom:.4rem;color:#fff}.product-card__price{font-size:.85rem;color:#aaa}.collection-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.back-link{font-size:.8rem;color:#aaa;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.back-link:hover{color:#fff}.product-back-nav{padding:1rem 0 .5rem}.product-back-btn{font-size:.8rem;color:#aaa;text-decoration:none;letter-spacing:.05em;text-transform:uppercase}.product-back-btn:hover{color:#fff}.product-section{padding:2rem 2rem var(--spacing-lg);max-width:var(--max-width);margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery__slider{position:relative;overflow:hidden;background:#2a2a2a;border-radius:8px}.product-gallery__slide{display:none}.product-gallery__slide.active{display:block}.product-gallery__slide img{width:100%;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;color:#fff}.gallery-arrow--prev{left:.75rem}.gallery-arrow--next{right:.75rem}.gallery-arrow:hover{background:#ffffff4d}.gallery-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem}.gallery-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0}.gallery-dot.active{background:#fff}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem}.product-gallery__thumb{width:80px;height:80px;overflow:hidden;cursor:pointer;border:2px solid transparent;border-radius:4px}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:#fff}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:110px}.product-vendor{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#aaa;margin-bottom:.75rem}.product-title{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;line-height:1.1;margin-bottom:1rem;color:#fff}.product-price{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.product-price--sale{color:#ff6b6b}.product-price--compare{text-decoration:line-through;color:#aaa;margin-left:.5rem;font-size:1rem}.product-price--regular{color:#fff}.product-desc{font-size:.95rem;line-height:1.7;color:#ccc;margin-bottom:0;padding-bottom:0;border-top:1px solid #444;padding-top:1.5rem}.option-group{margin-bottom:1.5rem}.option-label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;margin-bottom:.75rem;color:#fff}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{border:1px solid #444;background:#2a2a2a;color:#fff;padding:.5rem 1rem;font-size:.85rem;font-family:inherit;cursor:pointer;min-width:48px;text-align:center}.size-btn:hover,.size-btn.active{border-color:#fff;background:#fff;color:#1a1a1a}.stock-warning{font-size:.85rem;color:#ff6b6b;margin-bottom:1rem}.add-to-cart-btn{width:100%;background:#fff;color:#1a1a1a;border:none;padding:1rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:inherit;margin-bottom:1.5rem}.add-to-cart-btn:hover{background:#ddd}.add-to-cart-btn:disabled{background:#444;color:#888;cursor:not-allowed}.product-trust{display:flex;flex-direction:column;gap:.6rem;border-top:1px solid #444;padding-top:1.5rem}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#ccc}.trust-icon{color:#fff;font-size:.9rem}.product-accordion{border-top:1px solid #444;margin-top:1.5rem}.accordion-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;color:#fff;font-family:inherit;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:1.25rem 0;cursor:pointer}.accordion-icon{font-size:1.2rem;font-weight:300}.accordion-body{padding-bottom:1.25rem}.materials-text{font-size:.9rem;color:#ccc;line-height:1.7;margin:0}.related-products{margin-top:4rem;padding-top:2rem;border-top:1px solid #444}.related-products__title{font-size:1.4rem;font-weight:500;margin-bottom:1.5rem;color:#fff}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.header-nav{display:none}.mobile-menu-toggle{display:flex}.header-inner{padding:0 1rem;height:80px}.header-logo-img{height:60px}.mobile-nav{top:80px}.split-collections__grid{grid-template-columns:1fr}.collection-page{padding:0 1rem}.collection-toolbar{flex-wrap:wrap;gap:.75rem}.toolbar-right{width:100%;margin-left:0}.search-input{width:100%;flex:1}.sort-select{flex:1}.collection-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-page__title{font-size:1.8rem}.filters-sidebar{position:fixed;top:0;left:0;width:85%;height:100%;max-height:100%;z-index:200;padding:2rem 1.5rem;box-shadow:4px 0 20px #00000080}.product-layout{grid-template-columns:1fr;gap:2rem}.product-info{position:static}.product-gallery__thumbs{display:none}.related-products__grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery-item--tall{grid-row:span 1}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.image-banner{height:70vh}}@media(max-width:480px){.collection-page__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.collection-page__title{font-size:1.5rem}.gallery-grid,.footer-top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
