:root{--bg: #ffffff;--bg2: #f8faff;--bg3: #f0f4f8;--text: #050a14;--text2: #4a5568;--text3: #718096;--gold: #d4af37;--gold-h: #b8860b;--gold-light: rgba(212, 175, 55, .08);--purple: #6b46c1;--border: #edf2f7;--border2: #e2e8f0;--black: #000000;--white: #ffffff;--success: #10b981;--error: #ef4444;--font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--heading: "Playfair Display", serif;--max: 1400px;--pad: clamp(1rem, 5vw, 4rem);--r-sm: 6px;--r-md: 12px;--r-lg: 20px;--r-xl: 32px;--r-full: 9999px;--sh-sm: 0 4px 6px -1px rgba(0,0,0,.05);--sh-md: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--sh-lg: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);--t: .3s cubic-bezier(.4, 0, .2, 1);--t-slow: .6s cubic-bezier(.4, 0, .2, 1);--header-h: clamp(60px, 8vh, 80px);--ann-h: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);font-size:.9375rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}@media(max-width:768px){body{font-size:.875rem}}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}.sr-only{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{position:absolute;top:-999px;left:0;padding:1rem 2rem;background:var(--gold);color:var(--black);z-index:9999;border-radius:0 0 var(--r-md) 0}.skip-to-content:focus{top:0}.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.section{padding:4rem 0}.section--bg{background:var(--bg2)}.section--sm{padding:2rem 0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font);font-size:.9rem;font-weight:500;letter-spacing:.02em;border-radius:var(--r-full);border:1.5px solid transparent;transition:all var(--t);cursor:pointer;white-space:nowrap;text-decoration:none}.btn--primary{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn--primary:hover{background:var(--gold-h);border-color:var(--gold-h);transform:translateY(-1px)}.btn--secondary{background:transparent;color:var(--text);border-color:var(--border)}.btn--secondary:hover{border-color:var(--text);background:var(--text);color:var(--white)}.btn--dark{background:var(--black);color:var(--white);border-color:var(--black)}.btn--dark:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.btn--full{width:100%}.btn--sm{padding:.5rem 1.25rem;font-size:.8rem}.btn--lg{padding:1.125rem 2.5rem;font-size:1rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-full);border:none;background:none;cursor:pointer;transition:background var(--t);color:var(--text);position:relative}.btn-icon:hover{background:var(--bg2)}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-sm)}.badge--sale{background:var(--gold);color:var(--black)}.badge--new{background:var(--purple);color:var(--white)}.badge--soldout{background:var(--border);color:var(--text3)}.announcement-bar{background:var(--black);color:var(--white);height:var(--ann-h);display:flex;align-items:center;justify-content:center;overflow:hidden}.announcement-bar__inner{font-size:.78rem;letter-spacing:.08em;text-align:center;padding:0 1rem}.announcement-bar__text a{color:var(--gold);text-decoration:underline}.site-header{position:sticky;top:0;z-index:200;background:var(--bg);border-bottom:1px solid var(--border2);height:var(--header-h);transition:box-shadow var(--t)}.site-header.scrolled{box-shadow:0 2px 20px #00000014}.header__inner{display:flex;align-items:center;height:var(--header-h);gap:1rem}.header__logo{flex:0 0 auto;margin-right:auto}.header__logo-text{font-size:1.25rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text)}.header__logo img{max-height:44px;width:auto}.header__nav{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.header__nav-link{font-size:.85rem;font-weight:500;color:var(--text);padding:.5rem .875rem;border-radius:var(--r-full);transition:all var(--t);white-space:nowrap;position:relative}.header__nav-link:hover,.header__nav-link.active{color:var(--gold)}.header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header__cart-count{position:absolute;top:-2px;right:-2px;width:16px;height:16px;background:var(--gold);color:var(--black);font-size:.6rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__cart-count.hidden{display:none}.nav-drawer{position:fixed;top:0;left:0;width:300px;height:100vh;background:var(--bg);z-index:500;transform:translate(-100%);transition:transform var(--t-slow);overflow-y:auto;box-shadow:var(--sh-lg)}.nav-drawer.open{transform:translate(0)}.nav-drawer__panel{height:100%;display:flex;flex-direction:column}.nav-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.nav-drawer__logo{font-weight:800;letter-spacing:.1em;font-size:1.1rem}.nav-drawer__nav{flex:1;padding:1rem 0}.nav-drawer__link{display:block;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;border-bottom:1px solid var(--border2);transition:color var(--t)}.nav-drawer__link:hover{color:var(--gold)}.nav-drawer__foot{padding:1rem 1.5rem;border-top:1px solid var(--border)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;opacity:0;visibility:hidden;transition:all var(--t)}.backdrop.active{opacity:1;visibility:visible}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:4rem var(--pad) 2rem;max-width:var(--max);margin:0 auto;position:relative;min-height:calc(100vh - var(--header-h))}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text3);margin-bottom:1.5rem}.hero__eyebrow-line{height:1px;width:36px;background:var(--gold)}.hero__title{font-family:var(--heading);font-size:clamp(2.5rem,5vw,5rem);font-style:italic;font-weight:700;line-height:1.08;margin-bottom:1.5rem}.hero__title-accent{color:var(--gold)}.hero__desc{font-size:.95rem;color:var(--text2);line-height:1.75;margin-bottom:1.5rem;max-width:420px}.hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.hero__tag{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .875rem;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r-full);font-size:.78rem;color:var(--text2)}.hero__tag-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero__price-block{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.hero__price{font-size:2.5rem;font-weight:700}.hero__price-compare{font-size:1rem;text-decoration:line-through;color:var(--text3)}.hero__sale-badge{background:var(--gold);color:var(--black);padding:.2rem .6rem;border-radius:var(--r-sm);font-size:.72rem;font-weight:700}.hero__actions{display:flex;align-items:center;gap:1.5rem}.hero__link-secondary{font-size:.9rem;color:var(--text2);text-decoration:underline}.hero__image-wrap{position:relative;display:flex;align-items:center;justify-content:center;height:70vh}.hero__bg-text{position:absolute;font-family:var(--heading);font-size:18vw;font-weight:900;font-style:italic;color:#0000000a;-webkit-user-select:none;user-select:none;pointer-events:none;letter-spacing:-.02em;white-space:nowrap}.hero__product-img{position:relative;z-index:1;max-height:60vh;object-fit:contain;animation:floatY 4s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero__specs{display:flex;flex-direction:column}.hero__spec-row{display:grid;grid-template-columns:80px 1fr;gap:.75rem;padding:.875rem 0;border-bottom:1px solid var(--border2)}.hero__spec-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text3)}.hero__spec-value{font-size:.82rem;font-weight:600}.hero__spec-sub{font-size:.72rem;color:var(--text2);margin-top:2px}.hero__bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8rem;flex-wrap:wrap;gap:1rem}.hero__bottom-brand{font-weight:700;letter-spacing:.05em}.hero__trust-items{display:flex;gap:1.5rem;color:var(--text3);flex-wrap:wrap}.hero__trust-items span:before{content:"\25c6  ";color:var(--gold);font-size:.55rem}.marquee-bar{background:var(--black);color:var(--white);padding:.875rem 0;overflow:hidden}.marquee-bar__inner{overflow:hidden;white-space:nowrap}.marquee-bar__track{display:inline-flex;animation:marquee 30s linear infinite;gap:0}.marquee-bar__item{display:inline-flex;align-items:center;gap:1rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:0 1.5rem}.marquee-bar__dot{color:var(--gold)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.section-header--center{flex-direction:column;align-items:center;text-align:center}.section-eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.5rem}.section-title{font-size:clamp(1.5rem,2.5vw,2.25rem);font-family:var(--heading);font-style:italic;font-weight:700}.section-link{font-size:.85rem;font-weight:500;color:var(--text2);white-space:nowrap;transition:color var(--t)}.section-link:hover{color:var(--gold)}.product-grid{display:grid;gap:1.5rem}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(5,1fr)}.product-grid--6{grid-template-columns:repeat(6,1fr)}@media(max-width:1240px){.product-grid--6{grid-template-columns:repeat(4,1fr)}.product-grid--5{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid--3,.product-grid--4,.product-grid--5,.product-grid--6{grid-template-columns:repeat(2,1fr);gap:.75rem}.section{padding:1.5rem 0}}@media(max-width:480px){.product-grid--2,.product-grid--3,.product-grid--4,.product-grid--5,.product-grid--6{grid-template-columns:repeat(2,1fr);gap:.5rem}.container{padding:0 .75rem}}.product-card{background:var(--bg);border-radius:var(--r-md);overflow:hidden;transition:all var(--t);border:1px solid var(--border2);display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-2px);box-shadow:var(--sh-md);border-color:var(--gold)}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--bg2)}.product-card__img{width:100%;height:100%;object-fit:contain;padding:.75rem;transition:transform .5s ease;position:absolute;top:0;right:0;bottom:0;left:0}.product-card__img--hover{opacity:0;transition:opacity .4s ease,transform .5s ease}.product-card:hover .product-card__img--hover:not([src=""]){opacity:1}.product-card:hover .product-card__img:first-child{opacity:1}.product-card:hover .product-card__img:first-child:has(+.product-card__img--hover[src]:not([src=""])){opacity:0}.product-card__placeholder{width:100%;height:100%;padding:1rem}.product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:1}.product-card__body{padding:.875rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-card__vendor{font-size:.65rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text3)}.product-card__title{font-size:.82rem;font-weight:500;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;min-height:2.6em}.product-card__rating{display:flex;align-items:center;gap:.35rem;margin-bottom:.25rem}.product-card__stars{color:var(--gold);font-size:.78rem;letter-spacing:.05em}.product-card__rating-count{font-size:.72rem;color:var(--text3)}.product-card__price-row{display:flex;align-items:baseline;gap:.4rem;margin-top:auto}.product-card__price{font-size:.95rem;font-weight:700;color:var(--black)}.product-card__price--compare{font-size:.78rem;text-decoration:line-through;color:var(--text3)}.product-card__atc-btn{margin-top:.75rem;width:100%;padding:.5rem .75rem;background:var(--bg2);color:var(--text);border-radius:var(--r-sm);border:1px solid var(--border);font-size:.78rem;font-weight:600;cursor:pointer;transition:all var(--t)}.product-card__atc-btn:hover:not(:disabled){background:var(--gold);color:var(--black);border-color:var(--gold)}.product-card__atc-btn:disabled{opacity:.5;cursor:not-allowed}.collection-page{padding:2rem 0 4rem}.collection-page__header{margin-bottom:1.5rem}.collection-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.collection-header__title{font-family:var(--heading);font-style:italic;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.collection-header__meta{display:flex;align-items:center;gap:1.5rem}.collection-count{font-size:.85rem;color:var(--text3)}.sort-select{border:1px solid var(--border);border-radius:var(--r-md);padding:.45rem .875rem;font-size:.82rem;color:var(--text);background:var(--bg);cursor:pointer}.sort-select:focus{outline:1px solid var(--gold)}.collection-page__inner{display:grid;grid-template-columns:220px 1fr;gap:2.5rem;align-items:start}@media(max-width:900px){.collection-page__inner{grid-template-columns:1fr}}.collection-sidebar{position:sticky;top:calc(var(--header-h) + 1rem);padding-right:1.5rem;border-right:1px solid var(--border2)}.sidebar__section{margin-bottom:1.75rem}.sidebar__title{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text3);font-weight:600;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--border2)}.sidebar__cat-list{display:flex;flex-direction:column;gap:.1rem}.sidebar__cat-link{display:block;padding:.6rem .75rem;font-size:.875rem;font-weight:500;color:var(--text2);border-radius:var(--r-md);transition:all var(--t)}.sidebar__cat-link:hover{color:var(--text);background:var(--bg2)}.sidebar__cat-link.active{color:var(--text);font-weight:600;background:var(--gold-light)}.sidebar__cat-link--muted{color:var(--text3)}.sidebar__price-inputs{display:flex;align-items:center;gap:.5rem}.sidebar__price-input{width:75px;padding:.4rem .6rem;border:1px solid var(--border);border-radius:var(--r-md);font-size:.82rem;color:var(--text);background:var(--bg)}.sidebar__price-input:focus{outline:1px solid var(--gold)}.sidebar__active-filters{display:flex;flex-direction:column;gap:.5rem}.sidebar__active-filter-remove{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem;background:var(--gold-light);border-radius:var(--r-md);font-size:.8rem;color:var(--text)}.sidebar__clear-link{font-size:.8rem;color:var(--text3);text-decoration:underline;margin-top:.5rem;display:inline-block}.collection-empty{grid-column:1/-1;text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.collection-empty p{color:var(--text2)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--r-md);font-size:.875rem;transition:all var(--t)}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);color:var(--black);border-color:var(--gold);font-weight:600}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text3);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumbs a:hover,.breadcrumbs span{color:var(--gold)}.product-page{padding:2rem 0 4rem}.product-brand-bar{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.product-brand-bar__line{flex:1;height:1.5px;background:var(--text)}.product-brand-bar__text{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;white-space:nowrap}.product-layout{display:grid;grid-template-columns:1fr 1fr 300px;gap:3rem;align-items:start}@media(max-width:1200px){.product-layout{grid-template-columns:1fr 1fr}}@media(max-width:768px){.product-layout{grid-template-columns:1fr}}.product-info{position:relative}.product-info__bg-text{position:absolute;font-family:var(--heading);font-size:8rem;font-weight:900;color:#0000000a;-webkit-user-select:none;user-select:none;pointer-events:none;top:0;left:-10%;white-space:nowrap;z-index:0}.product-info__title{font-family:var(--heading);font-style:italic;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:700;line-height:1.1;margin-bottom:.5rem;position:relative;z-index:1}@media(max-width:768px){.product-info__title{margin-bottom:.25rem}}.product-info__desc{font-size:.88rem;line-height:1.75;color:var(--text2);margin-bottom:1.5rem;max-width:320px}.product-info__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.ingredient-tag{padding:.35rem .875rem;background:var(--bg2);border:1px solid var(--border);border-radius:var(--r-full);font-size:.78rem;color:var(--text2);font-weight:500}.product-info__price-wrap{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.75rem}.product-price{font-size:2.25rem;font-weight:800;letter-spacing:-.02em}.product-price--compare{font-size:1rem;text-decoration:line-through;color:var(--text3)}.sale-badge{background:var(--gold);color:var(--black);padding:.2rem .6rem;border-radius:var(--r-sm);font-size:.72rem;font-weight:700}.product-option{margin-bottom:1.25rem}.product-option__label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text2);margin-bottom:.625rem}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--r-full);font-size:.82rem;font-weight:500;cursor:pointer;transition:all var(--t);background:var(--bg)}.variant-btn:hover{border-color:var(--text)}.variant-btn.selected{border-color:var(--text);background:var(--text);color:var(--white)}.variant-btn.soldout{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-qty{margin-bottom:1.5rem}.product-qty__label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text2);margin-bottom:.625rem}.qty-control{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--r-full);overflow:hidden;width:fit-content}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.1rem;cursor:pointer;transition:background var(--t)}.qty-btn:hover{background:var(--bg2)}.qty-input{width:50px;text-align:center;border:none;outline:none;font-size:.9rem;font-weight:600;background:transparent}.btn-add-to-cart{width:100%;padding:1.05rem 2rem;background:var(--gold);color:var(--black);border:none;border-radius:var(--r-full);font-size:1rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all var(--t);display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.btn-add-to-cart:hover:not(:disabled){background:var(--gold-h);transform:translateY(-1px)}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-trust-row{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:var(--text3);margin-top:1.25rem}.product-trust-row span:before{content:"\2713  ";color:var(--success);font-weight:700}.product-gallery{position:sticky;top:calc(var(--header-h) + 1rem)}.product-gallery__main{aspect-ratio:4/5;background:var(--bg3);border-radius:var(--r-xl);overflow:hidden;margin-bottom:.75rem;position:relative}.product-gallery__main img{width:100%;height:100%;object-fit:contain;transition:all var(--t-slow)}.product-gallery__main:hover img{transform:scale(1.05)}.product-gallery__hover-info{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;transform:translateY(100%);transition:transform var(--t-slow);z-index:10;border-top:1px solid var(--border2);display:flex;flex-direction:column;gap:.5rem}.product-gallery__main:hover .product-gallery__hover-info{transform:translateY(0)}.product-gallery__hover-title{font-size:.9rem;font-weight:700;color:var(--black);text-transform:uppercase;letter-spacing:.05em}.product-gallery__hover-desc{font-size:.8rem;color:var(--text2);line-height:1.5}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:68px;height:68px;border-radius:var(--r-md);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--t);background:var(--bg3)}.product-gallery__thumb.active{border-color:var(--text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-specs{background:var(--bg2);border-radius:var(--r-lg);padding:1.5rem}.product-specs__title{font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text3);font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.spec-row{display:grid;grid-template-columns:80px 1fr;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border2)}.spec-row:last-child{border-bottom:none}.spec-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text3)}.spec-value{font-size:.82rem;font-weight:600;color:var(--text)}.spec-value--in-stock{color:var(--success)}.spec-value--oos{color:var(--error)}.product-details-accordion{margin-top:1.25rem;border:1px solid var(--border);border-radius:var(--r-md)}.product-details-accordion summary{padding:1rem;font-size:.875rem;font-weight:600;cursor:pointer;list-style:none}.product-details-accordion summary::-webkit-details-marker{display:none}.product-details-accordion__content{padding:0 1rem 1rem;font-size:.875rem;line-height:1.7;color:var(--text2)}.product-reviews-mini{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.product-review-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);padding:1rem}.review-stars{color:var(--gold);font-size:.9rem;margin-bottom:.35rem}.product-review-item p{font-size:.82rem;font-weight:500;margin-bottom:.25rem}.product-review-item span{font-size:.75rem;color:var(--text3)}.related-products{margin-top:6rem;padding-top:4rem;border-top:1px solid var(--border)}.related-products__title{font-family:var(--heading);font-style:italic;font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:3rem;text-align:center}.product-reviews-section{margin-top:6rem;padding-top:4rem;border-top:1px solid var(--border)}.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.reviews-title{font-family:var(--heading);font-style:italic;font-size:clamp(1.5rem,3vw,2.5rem)}.reviews-summary{display:flex;align-items:center;gap:1.5rem}.reviews-rating-big{font-size:3rem;font-weight:800;color:var(--black)}.reviews-rating-details{display:flex;flex-direction:column;gap:.25rem}.reviews-stars-wrap{color:var(--gold);font-size:1.25rem;letter-spacing:.1em}.reviews-count-text{font-size:.85rem;color:var(--text3)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.review-card{background:var(--bg2);border-radius:var(--r-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:all var(--t)}.review-card:hover{background:var(--white);box-shadow:var(--sh-md);transform:translateY(-2px)}.review-card__head{display:flex;align-items:center;justify-content:space-between}.review-card__stars{color:var(--gold);font-size:.9rem;letter-spacing:.05em}.review-card__date{font-size:.75rem;color:var(--text3)}.review-card__author{display:flex;align-items:center;gap:.75rem}.review-card__avatar{width:32px;height:32px;border-radius:50%;background:var(--gold-light);color:var(--gold-h);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.review-card__name{font-size:.875rem;font-weight:600;color:var(--black)}.review-card__verified{font-size:.65rem;color:var(--success);background:#10b9811a;padding:.1rem .4rem;border-radius:var(--r-sm);font-weight:700;text-transform:uppercase}.review-card__comment{font-size:.9rem;line-height:1.6;color:var(--text2);font-style:italic}.review-card__footer{margin-top:auto;display:flex;align-items:center;gap:1rem}.review-card__help{font-size:.75rem;color:var(--text3)}.review-card__help-btn{background:none;border:none;font-size:.75rem;text-decoration:underline;cursor:pointer;color:var(--text2)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.testimonials__grid{grid-template-columns:1fr}}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.75rem;display:flex;flex-direction:column;gap:.875rem}.testimonial-card__stars{color:var(--gold);font-size:1rem;letter-spacing:.1em}.testimonial-card__text{font-size:.9rem;line-height:1.65;color:var(--text);flex:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);color:var(--black);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.testimonial-card__name{font-size:.875rem;font-weight:600}.testimonial-card__location{font-size:.78rem;color:var(--text3)}.testimonial-card__product{font-size:.75rem;color:var(--gold);border-top:1px solid var(--border2);padding-top:.75rem}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.newsletter__inner{grid-template-columns:1fr}}.newsletter__title{font-family:var(--heading);font-style:italic;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;margin-bottom:.75rem}.newsletter__desc{font-size:.9rem;color:var(--text2);line-height:1.65}.newsletter__input-group{display:flex;gap:.75rem}.newsletter__input{flex:1;padding:.875rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--r-full);font-size:.875rem;color:var(--text);background:var(--bg)}.newsletter__input:focus{outline:none;border-color:var(--gold)}.newsletter__btn{flex-shrink:0}.newsletter__success{color:var(--success);font-weight:600;padding:1rem;background:#38a1691a;border-radius:var(--r-md)}.newsletter__error{color:var(--error);font-size:.82rem;margin-top:.5rem}.newsletter__disclaimer{font-size:.75rem;color:var(--text3);margin-top:.75rem}.cart-drawer{position:fixed;top:0;right:0;width:420px;height:100vh;z-index:400;transform:translate(100%);transition:transform var(--t-slow)}.cart-drawer.open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:-1;opacity:0;transition:opacity var(--t)}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{height:100%;background:var(--bg);display:flex;flex-direction:column;box-shadow:var(--sh-lg)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-size:1.1rem;font-weight:700}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__foot{padding:1.25rem;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;margin-bottom:.875rem}.cart-drawer__note{font-size:.78rem;color:var(--text3);margin-bottom:1rem;text-align:center}.cart-drawer__full-link{display:block;text-align:center;font-size:.82rem;color:var(--text3);margin-top:.75rem;text-decoration:underline}.cart-drawer-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border2)}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item__img{width:72px;height:72px;object-fit:cover;border-radius:var(--r-md);background:var(--bg2)}.cart-drawer-item__title{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.cart-drawer-item__variant{font-size:.78rem;color:var(--text3)}.cart-drawer-item__price{font-size:.875rem;font-weight:700}.cart-drawer-empty{padding:3rem 1.5rem;text-align:center;color:var(--text3);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.search-modal{position:fixed;top:0;left:0;right:0;z-index:350;opacity:0;visibility:hidden;transition:all var(--t)}.search-modal.open{opacity:1;visibility:visible}.search-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:-1}.search-modal__box{background:var(--bg);padding:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 40px #0000001f}.search-modal__input{flex:1;border:none;border-bottom:2px solid var(--border);padding:.75rem 0;font-size:1.25rem;color:var(--text);background:transparent;outline:none;transition:border-color var(--t)}.search-modal__input:focus{border-color:var(--gold)}.search-modal__btn{background:none;border:none;cursor:pointer;color:var(--text);transition:color var(--t)}.search-modal__btn:hover{color:var(--gold)}.search-modal__close{color:var(--text)}.cart-page__title{font-family:var(--heading);font-style:italic;font-size:2rem;margin-bottom:2rem}.cart-page__inner{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media(max-width:900px){.cart-page__inner{grid-template-columns:1fr}}.cart-items__header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:.75rem 0;border-bottom:2px solid var(--border);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text3)}.cart-item{display:grid;grid-template-columns:80px 2fr 1fr 1fr 1fr;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border2)}@media(max-width:768px){.cart-items__header{display:none}.cart-item{grid-template-columns:80px 1fr auto}}.cart-item__media img{width:80px;height:80px;object-fit:cover;border-radius:var(--r-md);background:var(--bg2)}.cart-item__title{font-size:.9rem;font-weight:600;display:block;margin-bottom:.25rem}.cart-item__variant{font-size:.78rem;color:var(--text3)}.cart-item__remove{font-size:.75rem;color:var(--text3);text-decoration:underline;cursor:pointer;background:none;border:none;margin-top:.5rem}.cart-item__price{font-size:.9rem;font-weight:500}.cart-item__total{font-size:.9rem;font-weight:700}.cart-item__price--mobile{display:none;font-size:.85rem;color:var(--text2)}.cart-summary{background:var(--bg2);border-radius:var(--r-lg);padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__title{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cart-summary__rows{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.875rem}.cart-summary__row--discount{color:var(--success)}.cart-discount{margin-bottom:1.25rem}.cart-discount label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.cart-discount__inner{display:flex;gap:.5rem}.cart-discount__input{flex:1;padding:.6rem .875rem;border:1px solid var(--border);border-radius:var(--r-md);font-size:.875rem;outline:none}.cart-discount__input:focus{border-color:var(--gold)}.cart-note{margin-bottom:1.25rem}.cart-note label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.cart-note__textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--r-md);font-size:.875rem;resize:vertical;outline:none}.cart-note__textarea:focus{border-color:var(--gold)}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;padding:.875rem 0;border-top:1px solid var(--border);margin-bottom:.875rem}.cart-summary__info{font-size:.75rem;color:var(--text3);margin-bottom:1rem;text-align:center}.cart-continue{display:block;text-align:center;font-size:.82rem;color:var(--text3);margin-top:.875rem;text-decoration:underline}.cart-empty{text-align:center;padding:5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cart-empty__icon{color:var(--border);margin-bottom:.5rem}.cart-empty h2{font-size:1.5rem;font-weight:700}.cart-empty p{color:var(--text2)}.auth-page{min-height:70vh;display:flex;align-items:center;justify-content:center}.auth-box{width:100%;max-width:480px;margin:0 auto;background:var(--bg2);border-radius:var(--r-xl);padding:2.5rem;border:1px solid var(--border)}.auth-box__title{font-family:var(--heading);font-style:italic;font-size:2rem;margin-bottom:.5rem}.auth-box__sub{color:var(--text2);margin-bottom:2rem}.auth-form__forgot{text-align:right;font-size:.82rem;margin-bottom:1rem}.auth-form__forgot a{color:var(--text3);text-decoration:underline}.auth-form__switch{text-align:center;font-size:.85rem;color:var(--text2);margin-top:1.25rem}.auth-form__switch a{color:var(--gold);font-weight:600}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text2);margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.8rem 1.1rem;border:1.5px solid var(--border);border-radius:var(--r-md);font-size:.9rem;color:var(--text);background:var(--bg);transition:border-color var(--t);outline:none}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold)}.form-field textarea{resize:vertical;min-height:120px}.form-row--2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.form-row--2col{grid-template-columns:1fr}}.form-success{background:#38a1691a;border:1px solid var(--success);border-radius:var(--r-md);padding:1.25rem;color:var(--success);display:flex;align-items:flex-start;gap:.75rem}.form-errors{background:#e53e3e14;border:1px solid var(--error);border-radius:var(--r-md);padding:1.25rem;color:var(--error);margin-bottom:1.25rem;font-size:.875rem}.contact-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media(max-width:900px){.contact-page__inner{grid-template-columns:1fr}}.contact-page__title{font-family:var(--heading);font-style:italic;font-size:2rem;margin-bottom:1rem}.contact-page__desc{color:var(--text2);margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem}.contact-detail-item__icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.contact-detail-item__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text3);margin-bottom:.25rem}.contact-detail-item a{color:var(--gold);font-weight:500}.contact-page__form-wrap{background:var(--bg2);border-radius:var(--r-xl);padding:2rem;border:1px solid var(--border)}.about-hero{text-align:center;max-width:700px;margin:0 auto 4rem}.about-hero__title{font-family:var(--heading);font-style:italic;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:1rem}.about-hero__sub{font-size:1.1rem;color:var(--text2)}.about-hero__image{margin-top:2rem;border-radius:var(--r-xl);overflow:hidden}.about-hero__image img{width:100%;max-height:500px;object-fit:cover}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}@media(max-width:768px){.about-pillars{grid-template-columns:1fr}}.about-pillar{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;text-align:center}.about-pillar__icon{font-size:1.5rem;color:var(--gold);margin-bottom:1rem}.about-pillar h3{font-size:1.1rem;font-weight:700;margin-bottom:.875rem}.about-pillar p{font-size:.875rem;color:var(--text2);line-height:1.7}.about-values{margin-bottom:4rem;text-align:center}.about-values__title{font-family:var(--heading);font-style:italic;font-size:1.75rem;margin-bottom:1.5rem}.about-values__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.about-value-chip{padding:.5rem 1.25rem;background:var(--gold-light);border:1px solid var(--gold);border-radius:var(--r-full);font-size:.85rem;font-weight:500;color:var(--text)}.about-page__content{max-width:800px;margin:0 auto;line-height:1.8;color:var(--text2)}.rte h1,.rte h2,.rte h3{color:var(--text);margin-bottom:.875rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem}.rte a{color:var(--gold);text-decoration:underline}.error-page__inner{text-align:center;max-width:500px;margin:0 auto;padding:5rem 1rem}.error-page__code{font-size:8rem;font-weight:800;color:var(--border);line-height:1;margin-bottom:1rem}.error-page__title{font-family:var(--heading);font-style:italic;font-size:2rem;margin-bottom:1rem}.error-page__desc{color:var(--text2);margin-bottom:2.5rem}.error-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.account-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.account-header h1{font-family:var(--heading);font-style:italic;font-size:2rem}.account-grid{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}@media(max-width:900px){.account-grid{grid-template-columns:1fr}}.account-orders h2,.account-details h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.orders-table-wrap{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table th{text-align:left;padding:.875rem;border-bottom:2px solid var(--border);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text3)}.orders-table td{padding:.875rem;border-bottom:1px solid var(--border2)}.order-status{padding:.25rem .625rem;border-radius:var(--r-sm);font-size:.72rem;font-weight:600;text-transform:capitalize}.order-status--paid{background:#38a1691a;color:var(--success)}.order-status--pending{background:#c9a84c26;color:var(--gold-h)}.account-empty{text-align:center;padding:3rem;color:var(--text2)}.account-info-card,.account-address-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;margin-bottom:1rem;font-size:.9rem;line-height:1.7}.account-info-card strong{display:block;font-size:1rem;margin-bottom:.25rem}.account-address-card h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text3);margin-bottom:.75rem}.account-address-card address{font-style:normal;color:var(--text2);line-height:1.7}.page-content__inner{max-width:800px;margin:0 auto;padding:2rem 0}.page-content__title{font-family:var(--heading);font-style:italic;font-size:2rem;margin-bottom:2rem}.site-footer{background:var(--black);color:var(--white)}.footer__marquee{background:#ffffff0d;padding:.875rem 0;overflow:hidden}.footer__marquee-track{display:inline-flex;animation:marquee 30s linear infinite;white-space:nowrap;gap:0}.footer__marquee-item{display:inline-flex;align-items:center;padding:0 2rem;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;gap:.75rem}.footer__marquee-item:before{content:"\25c6";color:var(--gold)}.footer__main{padding:4rem var(--pad) 3rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.footer__brand{grid-column:1 / -1;text-align:center;margin-bottom:1rem}.footer__social{justify-content:center}}.footer__logo{font-size:1.25rem;font-weight:800;letter-spacing:.1em;color:var(--white);display:block;margin-bottom:.875rem}.footer__tagline{font-size:.85rem;color:#ffffff80;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all var(--t)}.footer__social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.footer__col-title{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:#fff6;font-weight:600;margin-bottom:1.25rem}.footer__links{display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-size:.875rem;color:#ffffffa6;transition:color var(--t);line-height:1.4}.footer__links a:hover{color:var(--gold)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem var(--pad)}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__copy{font-size:.8rem;color:#fff6}.footer__payments{display:flex;align-items:center;gap:.75rem}.footer__payment-text{font-size:.75rem;color:#ffffff59}@media(max-width:1100px){.hero{grid-template-columns:1fr;min-height:auto;gap:2rem;padding:3rem var(--pad)}.hero__image-wrap{height:50vw;max-height:400px}.hero__specs{display:none}.hero__bottom{grid-column:auto}}@media(max-width:768px){.header__nav{display:none}.cart-drawer{width:100%;max-width:420px}.product-layout{display:flex;flex-direction:column}.product-gallery{order:0}.product-info{order:1}.product-specs{order:2}.product-brand-bar,.product-info__bg-text{display:none}}@media(max-width:600px){:root{--pad:.75rem}.section{padding:1.5rem 0}.hero__title{font-size:2rem}.product-page{padding:.5rem 0}.breadcrumbs{margin-bottom:.55rem}.f3-brand-bar{margin-bottom:1rem;margin-top:.25rem}.header__logo img{max-height:32px}}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.fade-up.in-view,.fade-up.animated{opacity:1;transform:translateY(0)}.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.2s}.fade-up:nth-child(4){transition-delay:.3s}[data-animate]{opacity:0;transition:all var(--t-slow)}[data-animate=fade-up]{transform:translateY(30px)}[data-animate=fade-in].animated,[data-animate=fade-up].animated{opacity:1;transform:translateY(0)}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(80px);background:var(--black);color:var(--white);padding:.875rem 1.75rem;border-radius:var(--r-full);font-size:.875rem;font-weight:500;z-index:1000;opacity:0;transition:all var(--t);pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast--success{background:var(--success)}.toast--error{background:var(--error)}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.4s}::view-transition-old(product-main-image),::view-transition-new(product-main-image){animation-duration:.6s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.f3-brand-bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem;margin-top:1rem}.f3-brand-bar__line{height:3px;width:60px;background:var(--black)}.f3-brand-bar__text{font-family:var(--font);font-style:italic;font-weight:800;font-size:1.25rem;letter-spacing:.05em}.product-info__title span{display:block}.product-info__title span:nth-child(1){font-size:clamp(2.5rem,5vw,3.5rem)}.product-info__title span:nth-child(3){font-size:clamp(2.5rem,5vw,3.5rem);color:var(--black)}.product-info__title span:nth-child(5){font-size:clamp(3rem,6vw,4.5rem);color:var(--black)}.f3-btn-add{background:#fdf6dc;color:var(--black);font-size:1.15rem;font-weight:700;font-style:italic;width:max-content;padding:1rem 2.5rem;justify-content:flex-start;gap:.5rem;border-radius:var(--r-full);margin-top:1.5rem}.f3-btn-add:hover:not(:disabled){background:#f5eab5}.f3-gallery{position:relative;display:flex;align-items:center;justify-content:center;background:transparent}.f3-gallery .product-gallery__main{background:transparent;z-index:2;height:auto}.f3-bg-glow{position:absolute;font-family:var(--font);font-weight:900;font-size:24vw;color:#edebea;letter-spacing:-.05em;z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.f3-specs{background:transparent;padding:0;margin-top:1rem;border-radius:0}.f3-spec-row{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid var(--border);padding-bottom:.75rem;margin-bottom:1rem;gap:1rem}.f3-spec-label{font-family:var(--font);font-style:italic;font-size:1.2rem;font-weight:600;color:#a4a4a4;padding-bottom:2px}.f3-spec-value-box{text-align:right;display:flex;flex-direction:column}.f3-spec-val{font-size:.85rem;font-weight:700;color:var(--black)}.f3-spec-sub{font-size:.8rem;font-style:italic;color:var(--text2)}.f3-bottom-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1.5rem;margin-top:4rem;flex-wrap:wrap;gap:1rem}.f3-bottom-left{font-family:var(--font);font-style:italic;font-weight:700;font-size:1.1rem;color:#9f9f9f}.f3-bottom-center{font-size:.75rem;font-weight:700;color:#929292;text-transform:uppercase;letter-spacing:.05em}.f3-bottom-right{font-size:.75rem;font-weight:700;color:var(--text2)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
