:root{--gold: #B8860B;--gold-light: #D4AF37;--dark: #111111;--cream: #FAFAF7;--white: #FFFFFF;--border: #E8E4DC;--muted: #888888;--text: #2D2D2D;--success: #22c55e;--error: #ef4444;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", "Helvetica Neue", sans-serif;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08);--transition: all .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);font-size:15px;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;font-family:var(--font-body)}.container{max-width:1100px;margin:0 auto;padding:0 20px}.container--narrow{max-width:760px}.hidden{display:none!important}.mobile-only{display:none}.section-padding{padding:60px 0}.section-padding--top{padding-top:60px}.announcement-bar{background:var(--dark);color:#fff;padding:10px 0;overflow:hidden;white-space:nowrap}.announcement-bar__track{display:inline-flex;animation:marquee 35s linear infinite}.announcement-bar__item{font-size:12px;font-weight:500;letter-spacing:.5px;padding:0 32px;border-right:1px solid #333}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #0000000d}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:68px}.site-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-mark{width:34px;height:34px;background:var(--dark);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--gold-light);font-size:16px}.logo-text{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--dark);letter-spacing:.5px}.logo-tm{font-size:12px;color:var(--gold);top:-8px;position:relative}.site-header__nav{display:flex;gap:28px;align-items:center}.nav-link{font-family:var(--font-body);font-size:13px;font-weight:500;color:#555;letter-spacing:1px;text-transform:uppercase;transition:var(--transition);background:none;border:none;padding:4px 0}.nav-link:hover{color:var(--dark)}.site-header__actions{display:flex;align-items:center;gap:8px}.header-icon{background:none;border:none;padding:8px;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:var(--transition);border-radius:8px;position:relative}.header-icon:hover{background:#f5f5f5}.cart-toggle{position:relative}.cart-badge{position:absolute;top:2px;right:2px;background:var(--gold-light);color:var(--dark);border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.site-header__menu-toggle{background:none;border:none;display:flex;flex-direction:column;gap:5px;padding:8px}.site-header__menu-toggle span{display:block;width:22px;height:2px;background:var(--dark);border-radius:2px;transition:var(--transition)}.mobile-nav{background:#fff;border-top:1px solid var(--border);padding:16px 20px}.mobile-nav__link{display:block;padding:12px 0;font-size:15px;font-weight:500;border-bottom:1px solid var(--border);color:var(--dark)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius);font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:var(--transition);border:2px solid transparent;text-decoration:none;gap:8px}.btn--primary{background:var(--dark);color:#fff;border-color:var(--dark)}.btn--primary:hover{background:#333;border-color:#333;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.btn--outline{background:transparent;color:var(--dark);border-color:var(--dark)}.btn--outline:hover{background:var(--dark);color:#fff}.btn--full{width:100%}.btn--hero{padding:16px 40px;font-size:14px;margin-top:32px}.btn--atc{padding:18px 28px;font-size:15px}.hero{background:var(--dark);color:#fff;padding:80px 20px;text-align:center;position:relative;overflow:hidden}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.3}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#000000b3)}.hero__content{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero__eyebrow{display:inline-block;background:var(--gold-light);color:var(--dark);padding:5px 20px;border-radius:30px;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:24px;text-transform:uppercase}.hero__heading{font-family:var(--font-display);font-size:clamp(36px,6vw,60px);font-weight:300;line-height:1.1;margin-bottom:20px;letter-spacing:-.5px}.hero__heading em{color:var(--gold-light);font-style:italic}.hero__subheading{font-size:16px;color:#aaa;line-height:1.7;margin-bottom:32px}.hero__badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero__badge{display:flex;align-items:center;gap:8px;background:#ffffff14;border-radius:30px;padding:8px 18px;font-size:13px;color:#ccc}.hero__badge .stars{color:var(--gold-light);font-size:13px}.trust-bar{background:#fff;border-bottom:1px solid var(--border);padding:16px 20px}.trust-bar__inner{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:8px;color:#555;font-size:13px;font-weight:500}.trust-bar__icon{width:18px;height:18px;color:var(--gold);flex-shrink:0}.section-header{text-align:center;margin-bottom:50px}.section-header--light .section-title{color:#fff}.section-eyebrow{font-size:12px;letter-spacing:3px;color:var(--gold);font-weight:600;margin-bottom:12px;text-transform:uppercase}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:400;color:var(--dark)}.section-cta{text-align:center;margin-top:40px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.products-grid--small{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.product-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0000001f}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.product-card__image-placeholder svg{width:64px;height:64px;color:#ffffff4d}.product-card__badge{position:absolute;top:14px;left:14px;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px}.product-card__badge--sale{background:#ef4444;color:#fff}.product-card__rating-badge{position:absolute;top:14px;right:14px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:20px;padding:4px 10px;font-size:11px}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.product-card:hover .product-card__overlay{opacity:1}.product-card__quick-view{background:#fff;color:var(--dark);padding:10px 24px;border-radius:30px;font-size:13px;font-weight:700;letter-spacing:.5px}.product-card__info{padding:18px 20px 16px;flex:1}.product-card__eyebrow{font-size:11px;color:var(--gold);font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px}.product-card__title{font-family:var(--font-display);font-size:21px;font-weight:600;margin-bottom:8px;line-height:1.3;color:var(--dark)}.product-card__desc{font-size:13px;color:var(--muted);margin-bottom:14px;line-height:1.5}.product-card__price-row{display:flex;align-items:baseline;gap:10px}.product-card__price{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--dark)}.product-card__compare{font-size:14px;color:#bbb;text-decoration:line-through}.product-card__atc{margin:0 20px 20px;padding:13px;font-size:12px}.breadcrumb{font-family:var(--font-body);font-size:12px;color:var(--muted);margin-bottom:32px;display:flex;gap:8px;align-items:center}.breadcrumb a{color:var(--muted);transition:var(--transition)}.breadcrumb a:hover{color:var(--dark)}.breadcrumb span{color:#ccc}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery__main{border-radius:18px;overflow:hidden;position:relative;background:#f5f5f0;margin-bottom:12px}.product-gallery__main-img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-gallery__badge{position:absolute;top:16px;left:16px;background:#ef4444;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-gallery__thumb{border-radius:10px;overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:var(--transition);background:#f5f5f0;aspect-ratio:1;padding:0}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--gold-light)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info__badge{font-size:11px;color:var(--gold);font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.product-info__title{font-family:var(--font-display);font-size:clamp(28px,3vw,40px);font-weight:600;line-height:1.2;margin-bottom:6px;color:var(--dark)}.product-info__subtitle{font-size:14px;color:var(--muted);margin-bottom:16px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:4px}.stars{color:var(--gold-light);font-size:16px;letter-spacing:2px}.product-rating__score{font-size:14px;font-weight:700;color:var(--dark)}.product-rating__count{font-size:13px;color:var(--muted)}.product-price-block{display:flex;align-items:baseline;gap:14px;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:16px 0 20px}.product-price{font-family:var(--font-display);font-size:42px;font-weight:700;color:var(--dark)}.product-compare{font-size:18px;color:#bbb;text-decoration:line-through}.product-save-badge{background:#fff0f0;color:#e53e3e;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.product-short-desc{font-size:14px;color:#555;line-height:1.7;margin-bottom:20px}.product-option{margin-bottom:20px}.product-option__label{display:block;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#555;margin-bottom:10px}.product-option__values{display:flex;gap:10px;flex-wrap:wrap}.product-option__btn{padding:8px 20px;border:2px solid var(--border);border-radius:8px;background:#fff;font-size:13px;font-weight:500;transition:var(--transition);cursor:pointer}.product-option__btn:hover,.product-option__btn.selected{border-color:var(--gold-light);background:#fffbeb}.bundle-section{background:#f8f8f5;border-radius:14px;padding:20px;margin-bottom:24px;border:1px solid var(--border)}.bundle-section__label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#555;margin-bottom:14px}.bundle-options{display:flex;gap:10px}.bundle-btn{flex:1;padding:12px 8px;border:2px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;transition:var(--transition);text-align:center}.bundle-btn:hover,.bundle-btn.active{border-color:var(--gold-light);background:#fffbeb}.bundle-btn__label{font-size:12px;font-weight:700;color:var(--dark);margin-bottom:4px}.bundle-btn.active .bundle-btn__label{color:var(--gold)}.bundle-btn__price{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--dark)}.bundle-btn__save{font-size:10px;color:#16a34a;font-weight:600;margin-top:2px}.atc-note{font-size:12px;text-align:center;color:var(--muted);margin-top:-8px;margin-bottom:20px}.order-tracker{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;margin-bottom:20px}.order-tracker__steps{display:flex;align-items:center;justify-content:space-between;position:relative}.order-tracker__step{text-align:center;flex:1;position:relative;z-index:1}.order-tracker__icon{font-size:22px;margin-bottom:4px}.order-tracker__label{font-size:10px;color:var(--muted);font-weight:500}.order-tracker__line{flex:1;height:2px;background:#e5e7eb;position:relative;top:-12px;z-index:0}.order-tracker__note{font-size:11px;color:#16a34a;text-align:center;margin-top:12px;font-weight:600}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-trust__item{display:flex;align-items:center;gap:10px;background:#f8f8f5;border-radius:10px;padding:10px 12px}.product-trust__item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.product-trust__item div{display:flex;flex-direction:column;gap:2px}.product-trust__item strong{font-size:12px;font-weight:600;color:var(--dark)}.product-trust__item span{font-size:11px;color:var(--muted)}.product-description__title,.product-faq__title,.related-products__title{font-family:var(--font-display);font-size:32px;font-weight:400;margin-bottom:28px;color:var(--dark)}.product-description__content.rte h3{font-family:var(--font-display);font-size:22px;margin:28px 0 12px}.product-description__content.rte p{font-size:14px;line-height:1.8;color:#555;margin-bottom:12px}.product-description__content.rte ul,.product-description__content.rte ol{padding-left:20px;margin-bottom:16px}.product-description__content.rte li{font-size:14px;line-height:1.8;color:#555;margin-bottom:6px}.product-description__content.rte strong{color:var(--dark);font-weight:600}.accordion{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;text-align:left;cursor:pointer;font-size:15px;font-weight:600;color:var(--dark);gap:20px}.accordion-trigger .icon{font-size:20px;color:var(--muted);transition:var(--transition);flex-shrink:0}.accordion-trigger[aria-expanded=true] .icon{transform:rotate(180deg)}.accordion-content{overflow:hidden}.accordion-content p{font-size:14px;color:#666;line-height:1.8;padding-bottom:20px}.why-us{background:var(--dark);color:#fff;padding:70px 20px}.why-us__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:40px}.why-us__item{text-align:center}.why-us__icon{font-size:40px;margin-bottom:16px}.why-us__item h4{font-family:var(--font-display);font-size:22px;color:var(--gold-light);margin-bottom:8px}.why-us__item p{font-size:13px;color:#888;line-height:1.6}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:380px;background:#fff;z-index:200;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 40px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-family:var(--font-display);font-size:22px;font-weight:700}.cart-drawer__close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--muted);padding:4px}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 24px}.cart-item-row{display:flex;gap:14px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.cart-item-row__image{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#f5f5f0}.cart-item-row__img-placeholder{width:72px;height:72px;border-radius:10px;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.cart-item-row__info{flex:1}.cart-item-row__title{font-size:13px;font-weight:600;margin-bottom:4px;line-height:1.4}.cart-item-row__price{font-size:13px;color:var(--gold);font-weight:600;margin-bottom:8px}.cart-item-row__controls{display:flex;align-items:center;gap:10px}.qty-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:var(--transition)}.qty-btn:hover{background:#f5f5f0;border-color:var(--dark)}.qty-num{font-size:13px;font-weight:700;min-width:20px;text-align:center}.cart-item-row__remove{margin-left:auto;background:none;border:none;color:var(--muted);font-size:16px;cursor:pointer}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cart-drawer__subtotal span:first-child{font-size:14px;color:var(--muted)}.cart-drawer__subtotal span:last-child{font-family:var(--font-display);font-size:22px;font-weight:700}.cart-drawer__shipping-note{background:#f0fdf4;border-radius:8px;padding:8px 12px;font-size:12px;color:#16a34a;font-weight:500;margin-bottom:16px;display:flex;gap:8px;align-items:center}.cart-drawer__secure{text-align:center;font-size:11px;color:var(--muted);margin-top:10px}.cart-empty-drawer{text-align:center;padding:60px 20px;color:var(--muted)}.site-footer{background:#0a0a0a;color:#666}.site-footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding:60px 20px}.site-footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#fff;font-family:var(--font-display);font-size:22px;font-weight:700}.site-footer__logo .logo-mark{background:#1a1a1a}.site-footer__tagline{font-size:13px;color:#888;line-height:1.7;margin-bottom:10px}.site-footer__cities{font-size:12px;color:#555}.site-footer__links h5{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#aaa;margin-bottom:16px}.site-footer__links a{display:block;font-size:13px;color:#666;margin-bottom:10px;transition:var(--transition)}.site-footer__links a:hover{color:var(--gold-light)}.site-footer__bottom{border-top:1px solid #1a1a1a;padding:20px}.site-footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.site-footer__bottom p{font-size:12px}.site-footer__payment{display:flex;align-items:center;gap:8px;font-size:18px}.collection-header{text-align:center;margin-bottom:48px}.collection-header__title{font-family:var(--font-display);font-size:42px;font-weight:400;margin-bottom:10px}.collection-header__desc{font-size:14px;color:var(--muted);margin-bottom:8px}.collection-header__count{font-size:12px;color:var(--muted)}.cart-page__title{font-family:var(--font-display);font-size:38px;font-weight:400;margin-bottom:32px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{font-size:16px;color:var(--muted);margin-bottom:24px}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-item__title{font-size:14px;font-weight:600;margin-bottom:4px}.cart-item__variant{font-size:12px;color:var(--muted);margin-bottom:6px}.cart-item__price{font-size:14px;color:var(--gold);font-weight:600}.cart-item__qty-input{width:60px;padding:8px;border:1px solid var(--border);border-radius:6px;text-align:center;font-size:14px}.cart-item__total{font-family:var(--font-display);font-size:20px;font-weight:700}.cart-page__footer{max-width:400px;margin:32px 0 0 auto}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:600;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.cart-note label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.cart-note textarea{width:100%;padding:12px;border:1px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:13px;resize:vertical;margin-bottom:16px}.cart-page__secure{font-size:12px;color:var(--muted);text-align:center;margin-top:12px}.pagination{text-align:center;padding-top:40px}.pagination a{padding:8px 14px;border:1px solid var(--border);border-radius:6px;margin:0 2px;font-size:13px;transition:var(--transition)}.pagination a:hover{background:var(--dark);color:#fff;border-color:var(--dark)}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.product-layout{grid-template-columns:1fr;gap:32px}.site-footer__main{grid-template-columns:1fr 1fr;gap:28px}.cart-drawer{width:100%}.product-trust{grid-template-columns:1fr 1fr}.bundle-options{flex-direction:column}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.hero{padding:50px 20px}.hero__heading{font-size:38px}.product-price{font-size:34px}.section-padding{padding:40px 0}.order-tracker{overflow-x:auto}}@media(max-width:480px){.site-footer__main{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr;gap:14px}.product-card__title{font-size:17px}.hero__heading{font-size:30px}.trust-bar__inner{gap:16px}.product-layout{gap:24px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
