:root{--gold: #B8972A;--gold-light: #D4A843;--gold-pale: #FAF3E0;--dark: #2C2C2A;--dark-muted: #5F5E5A;--border: #D3D1C7;--bg: #F5F5F0;--white: #FFFFFF;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--radius: 10px;--max-width: 1240px;--header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.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}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;font-family:var(--font-sans);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;transition:all .2s ease;cursor:pointer}.btn--primary{background:var(--dark);color:var(--white);border:1px solid var(--dark)}.btn--primary:hover{background:var(--gold);border-color:var(--gold)}.btn--outline{background:transparent;color:var(--dark);border:1px solid var(--dark)}.btn--outline:hover{background:var(--dark);color:var(--white)}.btn--gold{background:var(--gold);color:var(--white);border:1px solid var(--gold)}.btn--gold:hover{background:var(--dark);border-color:var(--dark)}.btn--full{width:100%}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:.5px solid var(--border);height:var(--header-height)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.header-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-serif);font-size:22px;font-weight:400;letter-spacing:.12em;color:var(--dark);text-transform:uppercase;flex-shrink:0}.header-logo img{height:40px;width:auto}.header-nav{display:flex;align-items:center;gap:36px}.header-nav__item{position:relative}.header-nav__link{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--dark-muted);transition:color .2s;display:flex;align-items:center;gap:4px}.header-nav__link:hover,.header-nav__link.active{color:var(--dark)}.header-nav__link .arrow{font-size:10px;transition:transform .2s}.header-nav__item:hover .arrow{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:-20px;background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);padding:20px;min-width:280px;display:none;box-shadow:0 8px 32px #00000014}.header-nav__item:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:10px}.header-nav__item:hover .mega-menu{display:grid;grid-template-columns:1fr 1fr;gap:4px}.mega-menu__link{display:block;padding:8px 12px;font-size:13px;color:var(--dark-muted);border-radius:6px;transition:all .15s}.mega-menu__link:hover{background:var(--bg);color:var(--dark)}.mega-menu__label{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);padding:8px 12px 4px;grid-column:1 / -1}.header-icons{display:flex;align-items:center;gap:20px;flex-shrink:0}.header-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--dark);transition:color .2s;position:relative}.header-icon:hover{color:var(--gold)}.header-icon svg{width:20px;height:20px}.cart-count{position:absolute;top:0;right:0;width:16px;height:16px;background:var(--gold);color:var(--white);font-size:9px;font-weight:500;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-b2b-badge{font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);border:.5px solid var(--gold);padding:4px 10px;border-radius:2px}.menu-toggle{display:none;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:22px;height:1.5px;background:var(--dark);transition:all .2s}.announcement-bar{background:var(--dark);color:var(--white);text-align:center;padding:8px 16px;font-size:12px;letter-spacing:.06em}.announcement-bar a{color:var(--gold)}.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background:var(--dark)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a18,#2c2c2a 60%,#3a3830)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23B8972A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__content{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero__tag{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px;display:flex;align-items:center;gap:10px}.hero__tag:before{content:"";display:block;width:30px;height:1px;background:var(--gold)}.hero__title{font-family:var(--font-serif);font-size:clamp(42px,5vw,68px);font-weight:300;line-height:1.1;color:var(--white);margin-bottom:24px;letter-spacing:.01em}.hero__title em{font-style:italic;color:var(--gold)}.hero__subtitle{font-size:15px;line-height:1.7;color:#fff9;margin-bottom:40px;max-width:440px}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.hero__monogram{font-family:var(--font-serif);font-size:180px;font-weight:300;color:#b8972a1f;line-height:1;letter-spacing:-.05em;-webkit-user-select:none;user-select:none}.hero__stats{position:absolute;display:flex;flex-direction:column;gap:20px}.hero__stat{background:#ffffff0d;border:.5px solid rgba(184,151,42,.3);border-radius:var(--radius);padding:16px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__stat-number{font-family:var(--font-serif);font-size:28px;font-weight:300;color:var(--gold)}.hero__stat-label{font-size:11px;color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff4d;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(184,151,42,.5),transparent);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.3}}.trust-bar{background:var(--white);border-bottom:.5px solid var(--border);padding:28px 24px;overflow:hidden}.trust-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar__item{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--dark-muted);display:flex;align-items:center;gap:8px;white-space:nowrap}.trust-bar__dot{width:4px;height:4px;border-radius:50%;background:var(--gold)}.section-header{text-align:center;margin-bottom:52px}.section-tag{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;display:block}.section-title{font-family:var(--font-serif);font-size:clamp(28px,3vw,42px);font-weight:300;color:var(--dark);line-height:1.2}.section-subtitle{font-size:15px;color:var(--dark-muted);margin-top:12px;line-height:1.6}.brand-section{padding:80px 24px;background:var(--bg)}.brand-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 16px;background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:all .25s ease;min-height:120px;gap:10px}.brand-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:0 8px 24px #b8972a1a}.brand-card__icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:16px;font-weight:400}.brand-card__name{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--dark);text-align:center}.brand-card__sub{font-size:10px;color:var(--dark-muted);letter-spacing:.06em}.usp-section{padding:70px 24px;background:var(--white);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.usp-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}.usp-item{text-align:center}.usp-item__icon{width:48px;height:48px;margin:0 auto 16px;border:.5px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold)}.usp-item__icon svg{width:22px;height:22px}.usp-item__title{font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);margin-bottom:8px}.usp-item__text{font-size:13px;color:var(--dark-muted);line-height:1.6}.products-section{padding:80px 24px;background:var(--bg)}.products-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column;min-width:0}.product-card:hover{border-color:var(--gold);box-shadow:0 8px 24px #0000000f}.product-card__image{position:relative;aspect-ratio:1;background:var(--bg);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__vendor{font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.product-card__info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__title{font-size:14px;font-weight:400;color:var(--dark);line-height:1.4;flex:1}.product-card__price{font-family:var(--font-serif);font-size:18px;font-weight:300;color:var(--dark)}.product-card__footer{padding:0 16px 16px}.product-card__btn{width:100%;padding:10px;background:transparent;border:.5px solid var(--border);border-radius:4px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);cursor:pointer;transition:all .2s;font-family:inherit}.product-card__btn:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.club-section{padding:90px 24px;background:var(--dark);position:relative;overflow:hidden}.club-inner{max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:1}.club-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.club-title{font-family:var(--font-serif);font-size:clamp(32px,4vw,52px);font-weight:300;color:var(--white);line-height:1.15;margin-bottom:16px}.club-title em{font-style:italic;color:var(--gold)}.club-subtitle{font-size:15px;color:#ffffff80;line-height:1.7;margin-bottom:36px}.club-benefits{display:flex;justify-content:center;gap:32px;margin-bottom:40px;flex-wrap:wrap}.club-benefit{font-size:12px;color:#fff9;display:flex;align-items:center;gap:8px;letter-spacing:.04em}.club-benefit:before{content:"";display:block;width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}.club-form{display:flex;gap:0;max-width:440px;margin:0 auto;border:.5px solid rgba(184,151,42,.4);border-radius:2px;overflow:hidden}.club-form input{flex:1;padding:14px 18px;background:#ffffff0d;border:none;color:var(--white);font-family:var(--font-sans);font-size:13px;outline:none}.club-form input::placeholder{color:#ffffff4d}.club-form button{padding:14px 24px;background:var(--gold);color:var(--white);font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.club-form button:hover{background:var(--gold-light)}.collection-hero{background:var(--dark);padding:80px 24px 28px;text-align:center;display:flex;flex-direction:column;justify-content:flex-end}.collection-hero__title{font-family:var(--font-serif);font-size:clamp(36px,5vw,64px);font-weight:300;color:var(--white);margin-bottom:12px}.collection-hero__desc,.collection-hero__desc *{font-family:var(--font-serif);font-size:17px;font-style:italic;color:#fff!important;max-width:560px;margin:0 auto;line-height:1.7;letter-spacing:.02em}.collection-layout{max-width:var(--max-width);margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:start}.collection-filters__title{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--dark-muted);margin-bottom:16px}.filter-group{margin-bottom:28px}.filter-group__label{font-size:12px;font-weight:500;color:var(--dark);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.filter-option{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:var(--dark-muted);cursor:pointer;transition:color .15s}.filter-option:hover{color:var(--dark)}.filter-option input{accent-color:var(--gold)}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-page{max-width:var(--max-width);margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-main-image{aspect-ratio:1;background:var(--bg);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:40px}.product-main-image img{object-fit:contain;width:100%;height:100%}.product-thumbs{display:flex;gap:10px;margin-top:12px}.product-thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;background:var(--bg);border:.5px solid var(--border);cursor:pointer;padding:8px;transition:border-color .2s}.product-thumb:hover,.product-thumb.active{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-breadcrumb{font-size:12px;color:var(--dark-muted);margin-bottom:16px;display:flex;align-items:center;gap:8px}.product-breadcrumb a:hover{color:var(--gold)}.product-vendor{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.collection-breadcrumb{font-size:12px;letter-spacing:1px;margin-bottom:12px}.product-title{font-family:var(--font-serif);font-size:clamp(24px,3vw,38px);font-weight:300;color:var(--dark);line-height:1.2;margin-bottom:20px}.product-price{font-family:var(--font-serif);font-size:32px;font-weight:300;color:var(--dark);margin-bottom:24px}.product-divider{height:.5px;background:var(--border);margin:24px 0}.product-description{font-size:14px;line-height:1.75;color:var(--dark-muted);margin-bottom:24px}.product-description p{margin-bottom:12px}.product-description ul{padding-left:16px;margin-top:8px}.product-description li{margin-bottom:6px;list-style:disc}.product-description strong{color:var(--dark);font-weight:500}.product-actions{display:flex;flex-direction:column;gap:12px}.qty-selector{display:flex;align-items:center;gap:0;border:.5px solid var(--border);border-radius:2px;overflow:hidden;width:fit-content}.qty-selector button{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--dark);background:var(--bg);border:none;cursor:pointer;transition:background .15s}.qty-selector button:hover{background:var(--border)}.qty-selector input{width:56px;height:44px;text-align:center;border:none;border-left:.5px solid var(--border);border-right:.5px solid var(--border);font-family:var(--font-sans);font-size:14px;color:var(--dark);background:var(--white)}.product-meta{margin-top:24px;padding:20px;background:var(--bg);border-radius:var(--radius);display:flex;flex-direction:column;gap:10px}.product-meta__item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--dark-muted)}.product-meta__item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100vw;height:100vh;background:var(--white);z-index:200;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001a}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:.5px solid var(--border)}.cart-drawer__title{font-family:var(--font-serif);font-size:22px;font-weight:300}.cart-drawer__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--dark-muted);font-size:16px;cursor:pointer;transition:color .2s}.cart-drawer__close:hover{color:var(--dark)}.cart-drawer__body{flex:1;overflow-y:auto;padding:24px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--dark-muted);margin-bottom:20px}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:.5px solid var(--border)}.cart-item__image{width:80px;height:80px;background:var(--bg);border-radius:6px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:8px}.cart-item__info{flex:1}.cart-item__title{font-size:13px;font-weight:500;color:var(--dark);margin-bottom:4px}.cart-item__variant{font-size:12px;color:var(--dark-muted);margin-bottom:10px}.cart-item__actions{display:flex;align-items:center;justify-content:space-between}.cart-item__qty{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border:.5px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--dark);cursor:pointer;background:var(--white);transition:all .15s}.qty-btn:hover{border-color:var(--dark)}.cart-item__qty span{font-size:13px;min-width:20px;text-align:center}.cart-item__price{font-size:14px;font-weight:500}.cart-drawer__footer{padding:20px 24px;border-top:.5px solid var(--border)}.cart-totals{display:flex;justify-content:space-between;font-size:15px;font-weight:500;margin-bottom:8px}.cart-note{font-size:12px;color:var(--dark-muted);margin-bottom:16px}.site-footer{background:var(--dark);color:#fff9;padding:64px 24px 32px}.footer-grid{max-width:var(--max-width);margin:0 auto 32px;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:48px;padding-bottom:48px;border-bottom:.5px solid rgba(255,255,255,.08)}.footer-brand__logo{font-family:var(--font-serif);font-size:20px;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:12px}.footer-brand__tagline{font-size:12px;color:var(--gold);letter-spacing:.1em;margin-bottom:16px}.footer-brand__text{font-size:13px;line-height:1.7;max-width:280px}.footer-col__title{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--white);margin-bottom:20px}.footer-col__links{display:flex;flex-direction:column;gap:10px}.footer-col__link{font-size:13px;color:#ffffff80;transition:color .2s}.footer-col__link:hover{color:var(--gold)}.footer-bottom{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#ffffff4d}.footer-bottom a{color:#ffffff4d;transition:color .2s}.footer-bottom a:hover{color:var(--gold)}.page-content{max-width:760px;margin:0 auto;padding:80px 24px}.error-page{text-align:center;padding:120px 24px}.error-page__code{font-family:var(--font-serif);font-size:120px;font-weight:300;color:var(--border);line-height:1;margin-bottom:20px}.error-page__title{font-family:var(--font-serif);font-size:32px;font-weight:300;margin-bottom:12px}.error-page__text{font-size:15px;color:var(--dark-muted);margin-bottom:32px}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:40px 24px}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:.5px solid var(--border);border-radius:4px;font-size:13px;color:var(--dark);transition:all .2s}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--dark);color:var(--white);border-color:var(--dark)}@media(max-width:900px){.header-nav{display:none}.menu-toggle{display:flex}.header-logo__name{font-size:13px;letter-spacing:.12em}.header-logo__img{height:36px!important}.header-b2b-badge{display:none}.header-icons{gap:12px}.hero__content{grid-template-columns:1fr;gap:40px}.hero__visual{display:none}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-layout{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}}@media(max-width:600px){.header-inner{padding:0 16px}.header-logo__name{display:none}.header-icons{gap:6px}.header-icon{width:32px;height:32px}.header-lang__select{padding:5px 18px 5px 8px;font-size:10px;background-position:right 6px center;background-size:8px}.menu-toggle{margin-left:2px}.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usp-grid{grid-template-columns:1fr}.products-section{padding:48px 16px}.products-grid{grid-template-columns:1fr;gap:16px}.collection-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.club-benefits{flex-direction:column;align-items:center}.trust-bar__inner{gap:24px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
