:root{--bg:#2f2f2f;--bg-soft:#3a3a3a;--card:#f6f1e7;--text:#efe9dc;--text-dark:#2f2f2f;--muted:#cdbd9c;--gold:#c8a96a;--gold-deep:#b7904f;--line:rgba(200,169,106,.24);--max:1240px;--reading:820px;--shadow:0 20px 60px rgba(0,0,0,.16);--radius:24px;--hero-overlay:linear-gradient(180deg, rgba(22,22,22,.18), rgba(22,22,22,.56))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}main{min-height:40vh}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.page-width{max-width:var(--max);margin:0 auto;padding:0 24px}.reading-width{max-width:var(--reading);margin:0 auto}.page-rte{max-width:860px;margin:0 auto;padding:84px 24px}.section{padding:84px 0}.section-tight{padding:56px 0}.surface-light{background:linear-gradient(180deg,#faf6ef,#f4ece0);color:var(--text-dark)}.surface-dark{background:radial-gradient(circle at top,#3b3a37,#2f2f2f 58%)}.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;color:var(--gold);font-weight:700}.display{font-family:Georgia,Times New Roman,serif;line-height:1.02;letter-spacing:-.03em}h1.display{font-size:clamp(2.8rem,7vw,5.3rem);margin:0 0 18px}h2.display{font-size:clamp(2rem,5vw,3.5rem);margin:0 0 16px}h3{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.55rem);margin:0 0 12px;letter-spacing:-.02em}.lead{font-size:clamp(1.05rem,1.8vw,1.28rem);color:#efe9dcdb;max-width:720px}.surface-light .lead{color:#51453a}.muted{color:#efe9dcb8}.surface-light .muted{color:#6f6256}.btn-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:700;transition:.25s ease;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(180deg,var(--gold) 0%,var(--gold-deep) 100%);color:#231f1a;box-shadow:0 12px 26px #c8a96a38}.btn-primary:hover{transform:translateY(-1px);filter:saturate(1.05)}.btn-secondary{border-color:var(--line);color:var(--text);background:#ffffff08}.btn-secondary:hover{background:#ffffff0f}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2f2f2fdb;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}.brand{display:flex;align-items:center;gap:14px}.brand img{width:56px;height:56px;object-fit:contain}.brand__name,.brand-name{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;color:var(--gold);line-height:1}.brand__tag,.brand-tag{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#efe9dcb8;margin-top:4px}.nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.nav a{color:#efe9dcdb;font-weight:600}.nav a:hover{color:var(--gold)}.hero{position:relative;overflow:hidden;padding:96px 0 88px;background:radial-gradient(circle at 15% 10%,rgba(200,169,106,.18),transparent 35%),radial-gradient(circle at 85% 20%,rgba(200,169,106,.12),transparent 30%),linear-gradient(180deg,#343331,#2f2f2f)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 12%,rgba(200,169,106,.18),transparent 26%),radial-gradient(circle at 82% 18%,rgba(200,169,106,.1),transparent 24%);pointer-events:none}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.hero-card{background:linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;padding:28px}.hero-card img{width:100%;max-width:460px;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.28))}.hero-media{position:relative;min-height:520px;border-radius:32px;overflow:hidden;border:1px solid rgba(200,169,106,.25);box-shadow:var(--shadow);background:linear-gradient(180deg,#ffffff0d,#ffffff05),#393734}.hero-media img{width:100%;height:100%;min-height:520px;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay)}.hero-badge{position:absolute;left:24px;bottom:24px;z-index:2;padding:14px 18px;border-radius:18px;background:#1c1c1c85;border:1px solid rgba(200,169,106,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge strong{display:block;color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.hero-badge span{color:#efe9dcd1;font-size:.95rem}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.stat{border:1px solid var(--line);border-radius:18px;padding:18px;background:#ffffff08}.stat strong{display:block;font-size:1.5rem;font-family:Georgia,Times New Roman,serif;color:var(--gold)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border-radius:var(--radius);padding:28px;background:#fff;color:var(--text-dark);box-shadow:var(--shadow)}.card-dark{border-radius:var(--radius);padding:28px;background:#ffffff08;border:1px solid var(--line)}.card h3,.card-dark h3{margin-top:0}.icon-bullet{display:flex;align-items:flex-start;gap:14px}.icon-dot{width:14px;height:14px;border-radius:50%;margin-top:8px;background:linear-gradient(180deg,var(--gold),var(--gold-deep));flex:0 0 14px}.content-block+.content-block{margin-top:26px}.split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.quote{padding:28px;border-radius:28px;background:linear-gradient(180deg,#faf6ef,#f0e6d8);color:#3a3128;box-shadow:var(--shadow)}.quote p{font-size:1.14rem;margin:0}.quote strong{display:block;margin-top:14px;color:#8e6d34;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.number-steps{display:grid;gap:18px}.step{display:grid;grid-template-columns:68px 1fr;gap:18px;padding:22px;border:1px solid var(--line);border-radius:22px;background:#ffffff08}.step__num{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(180deg,var(--gold),var(--gold-deep));color:#2b2317;font-weight:800;font-size:1.3rem}.band{padding:28px;border-radius:28px;border:1px solid rgba(200,169,106,.28);background:linear-gradient(180deg,#c8a96a1f,#ffffff0a)}.band p{margin:0;font-size:1.12rem}.cta-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;border-radius:32px;padding:34px;background:linear-gradient(135deg,#302f2d,#3a3530 48%,#2f2f2f);border:1px solid rgba(200,169,106,.25);box-shadow:var(--shadow)}.cta-panel .logo-wrap{max-width:340px;margin:0 auto;background:#ffffff08;border:1px solid var(--line);padding:24px;border-radius:28px}.site-footer{border-top:1px solid var(--line);background:#292929;padding:28px 0 38px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}.footer-title{color:var(--gold);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}.footer-links{display:grid;gap:10px;margin-top:14px}.footer-note{margin-top:22px;color:#efe9dc99;font-size:.95rem}.smallcaps{letter-spacing:.12em;text-transform:uppercase;font-size:.8rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:none}.glow-line{height:1px;width:100%;background:linear-gradient(90deg,transparent,rgba(200,169,106,.6),transparent);margin:20px 0 28px}.kicker{font-size:.86rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700}.value-card{position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(200,169,106,.06),transparent);pointer-events:none}.feature-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.feature-image{position:relative;min-height:430px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#ddd}.feature-image img{width:100%;height:100%;min-height:430px;object-fit:cover}.feature-copy{padding:8px 0}.content-stack>*+*{margin-top:18px}.about-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.about-quote{border-radius:28px;padding:34px;background:linear-gradient(180deg,#342f29,#2c2a28);border:1px solid rgba(200,169,106,.22);box-shadow:var(--shadow)}.about-quote p{font-size:1.15rem;line-height:1.7}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.metric{padding:26px;border-radius:24px;background:#fff;color:#2f2f2f;box-shadow:var(--shadow)}.metric strong{display:block;color:var(--gold-deep);font-size:2rem;line-height:1;font-family:Georgia,Times New Roman,serif;margin-bottom:8px}.contact-shell{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:start}.contact-card{border-radius:28px;padding:28px;box-shadow:var(--shadow)}.contact-dark{background:linear-gradient(180deg,#34322f,#2f2f2f);border:1px solid rgba(200,169,106,.22)}.contact-light{background:#fff;color:#2f2f2f}.contact-list{display:grid;gap:14px;margin-top:18px}.contact-list div{padding:14px 16px;border:1px solid rgba(200,169,106,.18);border-radius:16px;background:#ffffff08}.form-field{margin-bottom:14px}.form-field label{display:block;margin-bottom:8px;font-weight:600;color:#51453a}.form-field input,.form-field textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(47,47,47,.14);background:#faf7f1;font:inherit}.form-field textarea{min-height:150px;resize:vertical}.section-heading{max-width:720px;margin-bottom:28px}.page-rte h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,4.2rem);letter-spacing:-.03em;color:#2f2f2f}.page-rte h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3vw,2.4rem);color:#2f2f2f;margin-top:40px}.page-rte p,.page-rte li{color:#51453a;font-size:1.05rem;line-height:1.8}main .main-page,main .shopify-section .rte{background:transparent}main .main-page{padding:70px 0;background:linear-gradient(180deg,#fbf7f0,#f2e8da)}main .main-page .rte,main .shopify-section .rte{max-width:860px;margin:0 auto;padding:0 24px;color:#4b4137;font-size:17px;line-height:1.8}main .main-page .rte h1,main .shopify-section .rte h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.05;letter-spacing:-.03em;color:#2f2f2f;margin:0 0 24px}main .main-page .rte h2,main .shopify-section .rte h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1;color:#2f2f2f;margin:42px 0 14px}main .main-page .rte h3,main .shopify-section .rte h3{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:#2f2f2f;margin:28px 0 10px}main .main-page .rte p,main .shopify-section .rte p{margin:0 0 18px;color:#4b4137}main .main-page .rte ul,main .main-page .rte ol,main .shopify-section .rte ul,main .shopify-section .rte ol{padding-left:24px;margin:14px 0 24px}main .main-page .rte li,main .shopify-section .rte li{margin-bottom:8px;color:#4b4137}main .main-page .rte a,main .shopify-section .rte a{color:#8b6a33;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(139,106,51,.35)}main .main-page .rte a:hover,main .shopify-section .rte a:hover{color:#6f5224;border-bottom-color:#6f522499}main .main-page .rte hr,main .shopify-section .rte hr{border:0;border-top:1px solid rgba(47,47,47,.12);margin:34px 0}main .main-page .rte img,main .shopify-section .rte img{display:block;max-width:100%;height:auto;margin:28px auto;border-radius:18px}main .main-page .rte blockquote,main .shopify-section .rte blockquote{margin:30px 0;padding:22px 24px;background:#f8efe2;border-left:4px solid #c8a96a;border-radius:12px;color:#3c3228}.cart-item-card{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:center}.cart-item-image{width:100%;border-radius:16px;display:block}.cart-item-title{margin:0 0 8px;color:#2f2f2f}.cart-item-variant{margin:0 0 8px;color:#6b5d50}.cart-item-price{margin:0 0 14px;font-weight:800;font-size:1.2rem;color:#8b6a33}.cart-item-actions{display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap}.cart-qty-wrap{display:flex;flex-direction:column;gap:8px}.cart-qty-label{font-size:.92rem;font-weight:600;color:#4b4137}.cart-qty-input{width:90px;padding:12px 14px;border-radius:14px;border:1px solid rgba(47,47,47,.14);background:#faf7f1;color:#2f2f2f;font:inherit;font-weight:600;text-align:center}.cart-remove-link{color:#8b6a33;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(139,106,51,.3)}.cart-footer-bar{margin-top:32px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.cart-total-label{margin:0;font-size:1rem;color:#6b5d50}.cart-total-price{margin:6px 0 0;font-size:2rem;font-weight:800;color:#8b6a33;line-height:1;font-family:Georgia,Times New Roman,serif}.cart-buttons{display:flex;gap:14px;flex-wrap:wrap}.cart-update-btn,.cart-checkout-btn{min-width:180px;min-height:52px;border-radius:999px}.cart-empty-box{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.product-price-wrap{margin:18px 0 22px}.product-price-compare{font-size:1.1rem;opacity:.65;text-decoration:line-through}.product-field{margin-bottom:22px}.product-qty{width:110px;height:54px;padding:0 14px;border:0;background:transparent;color:#fff;text-align:center;font-weight:600;font-size:1rem}.product-atc-btn{min-width:200px;height:56px}.product-info-grid{margin-top:28px}@media(max-width:980px){.hero__grid,.grid-3,.grid-2,.split,.cta-panel,.footer-grid,.feature-panel,.about-story,.contact-shell,.metric-grid,.stat-row{grid-template-columns:1fr}.site-header__inner{padding:12px 0;align-items:flex-start}.nav{gap:14px}.hero-media,.hero-media img,.feature-image,.feature-image img{min-height:340px}}@media(max-width:768px){main .main-page{padding:50px 0}main .main-page .rte,main .shopify-section .rte{padding:0 18px;font-size:16px}main .main-page .rte h1,main .shopify-section .rte h1{font-size:2.1rem}main .main-page .rte h2,main .shopify-section .rte h2{font-size:1.6rem}.site-header{position:relative}.site-header .page-width{padding-left:16px;padding-right:16px}.site-header__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;min-height:auto;padding:16px 0}.brand{width:100%}.brand img{width:52px;height:52px;flex:0 0 52px}.brand__name,.brand-name{font-size:1.55rem}.brand__tag,.brand-tag{font-size:.72rem;line-height:1.3;letter-spacing:.12em}.nav{gap:8px 14px;width:100%;justify-content:flex-start;align-items:center}.nav a{display:inline-block!important;visibility:visible!important;opacity:1!important;font-size:.95rem;line-height:1.3;white-space:nowrap}.hero{padding-top:56px;padding-bottom:56px}.hero__grid{grid-template-columns:1fr;gap:24px}h1.display{font-size:clamp(2.4rem,11vw,3.4rem);line-height:.98}.lead{font-size:1rem;line-height:1.7}.btn-row{flex-direction:column;align-items:stretch}.btn-row .btn{width:100%}.cart-item-card{grid-template-columns:1fr}.cart-item-actions{align-items:flex-start;flex-direction:column}.cart-footer-bar{flex-direction:column;align-items:flex-start}.cart-buttons{width:100%;flex-direction:column}.cart-update-btn,.cart-checkout-btn{width:100%}.cart-total-price,.product-price-current{font-size:1.7rem}.product-select-wrap{max-width:100%}.product-qty{width:90px}.product-atc-btn{width:100%}}.product-qty-wrap{background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important}.product-qty{color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important;opacity:1!important;font-weight:700!important}@media(max-width:768px){.page-width{padding-left:16px;padding-right:16px}.section{padding:56px 0}.section-tight{padding:40px 0}.site-header{position:relative}.site-header__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;min-height:auto;padding:16px 0}.brand{width:100%;gap:12px}.brand img{width:48px;height:48px;flex:0 0 48px}.brand__name,.brand-name{font-size:1.45rem;line-height:1}.brand__tag,.brand-tag{font-size:.68rem;line-height:1.3;letter-spacing:.1em;margin-top:4px}.nav{width:100%;display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:flex-start;align-items:center}.nav a{font-size:.92rem;line-height:1.25;white-space:nowrap}.hero{padding-top:52px;padding-bottom:52px}.hero__grid,.hero-grid,.split,.grid-2,.grid-3,.feature-panel,.about-story,.contact-shell,.metric-grid,.cta-panel,.footer-grid{grid-template-columns:1fr!important;gap:22px}h1.display{font-size:clamp(2.2rem,10vw,3.2rem);line-height:.98}h2.display{font-size:clamp(1.7rem,7vw,2.4rem)}.lead{font-size:1rem;line-height:1.7}.hero-card,.card,.card-dark,.quote,.band,.contact-card,.metric,.cart-item-card,.cart-footer-bar,.cart-empty-box{padding:20px;border-radius:20px}.hero-media,.hero-media img,.feature-image,.feature-image img{min-height:280px}.hero-badge{left:16px;right:16px;bottom:16px;padding:12px 14px}.btn-row{flex-direction:column;align-items:stretch;gap:12px}.btn,.btn-primary,.btn-secondary,.product-atc-btn,.cart-checkout-btn{width:100%}.product-select-wrap{max-width:100%}.product-select{max-width:100%;width:100%;padding:14px 44px 14px 14px;font-size:16px}.product-select-icon{right:14px}.product-qty-wrap{width:100px}.product-qty{width:100px;height:50px;font-size:16px}.product-price-current{font-size:1.7rem}.cart-item-card{grid-template-columns:1fr}.cart-item-image-wrap{max-width:220px}.cart-item-actions{align-items:flex-start;flex-direction:column;gap:12px}.cart-footer-bar{flex-direction:column;align-items:flex-start}.cart-buttons{width:100%;flex-direction:column}.cart-checkout-btn{width:100%}.cart-total-price{font-size:1.7rem}.form-field input,.form-field textarea{font-size:16px}.footer-links{gap:8px}}.product-premium h1.display,.template-product h1.display,.product h1.display{font-size:clamp(1.8rem,4.5vw,2.6rem)!important;line-height:1.05;letter-spacing:-.02em}.product-subtitle{margin-top:10px;font-size:1.05rem;color:#efe9dcbf;max-width:520px;line-height:1.5}@media(max-width:768px){.product-subtitle{font-size:.95rem}}.product-premium .shipping,.product-premium .returns,.product-premium .product-shipping,.product-premium .product-returns{display:none!important}.product-tabs{margin-top:32px;display:grid;gap:12px}.product-tab-toggle{width:100%;background:transparent;color:#fff;border:0;padding:18px 20px;text-align:left;font-weight:700;cursor:pointer;position:relative}.product-tab-toggle:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--gold)}.product-tab-content{display:none;padding:0 20px 20px;color:#efe9dcd1}.product-layout{align-items:start}.product-media{position:sticky;top:110px}.product-content{max-width:620px}.product-title{font-size:clamp(1.9rem,4.5vw,2.8rem);line-height:1.05}.product-subtitle{margin-top:10px;margin-bottom:18px;font-size:1.02rem;color:#efe9dcc2;max-width:520px;line-height:1.55}.product-price-wrap{margin:18px 0}.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-price-current{font-size:2rem;color:var(--gold);font-weight:800;line-height:1;display:inline-block;font-family:Georgia,Times New Roman,serif;letter-spacing:-.02em}.product-price-compare{font-size:1.08rem;opacity:.65;text-decoration:line-through}.product-trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.product-badge{padding:10px 14px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#efe9dcdb;font-size:.92rem;font-weight:600}.product-field{margin-bottom:20px}.product-label{display:block;margin-bottom:10px;font-weight:600;color:#efe9dceb;letter-spacing:.02em}.product-select-wrap{position:relative;width:100%;max-width:360px}.product-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:16px 50px 16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font:inherit;font-weight:500;transition:.25s ease}.product-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c8a96a2e}.product-select option{color:#111}.product-select-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:1.2rem;pointer-events:none}.product-qty-wrap{display:inline-flex;border:1px solid rgba(255,255,255,.18);border-radius:18px;overflow:hidden;background:#ffffff0f}.product-qty{width:110px;height:54px;padding:0 14px;border:0;background:transparent;color:#fff;-webkit-text-fill-color:#fff;text-align:center;font-weight:700;font-size:1rem}.product-qty:focus{outline:none;box-shadow:0 0 0 3px #c8a96a2e}.product-btn-row{margin-top:10px;margin-bottom:28px}.product-atc-btn{min-width:220px;height:56px}.product-tabs{margin-top:8px;display:grid;gap:12px}.product-tab{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff0a;overflow:hidden}.product-tab-toggle{width:100%;background:transparent;color:#fff;border:0;padding:18px 20px;text-align:left;font:inherit;font-weight:700;cursor:pointer;position:relative}.product-tab-toggle:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:1.2rem}.product-tab-toggle.active:after{content:"\2212"}.product-tab-content{display:none;padding:0 20px 20px;color:#efe9dcd1;line-height:1.75}.product-tab-content.active{display:block}.product-tab-content p{margin:0}.product-tab-content ul{margin:0;padding-left:20px}.product-tab-content li{margin-bottom:8px}@media(max-width:980px){.product-media{position:relative;top:auto}}@media(max-width:768px){.product-title{font-size:1.7rem}.product-subtitle{font-size:.95rem}.product-trust-badges{gap:8px}.product-badge{font-size:.85rem}.product-select-wrap{max-width:100%}.product-qty{width:90px}.product-atc-btn{width:100%}}.product-layout{grid-template-columns:1.05fr .95fr!important;gap:42px!important;align-items:start!important}.product-media{padding:18px!important;border-radius:32px!important}.product-media img{width:100%!important;max-width:none!important;border-radius:24px!important;object-fit:cover!important}.product-content{max-width:560px!important}.product-title{font-size:clamp(1.7rem,3.2vw,2.35rem)!important;line-height:1.08!important;letter-spacing:-.02em!important;margin-bottom:8px!important}.product-subtitle{margin-top:8px!important;margin-bottom:18px!important;font-size:.98rem!important;color:#efe9dcbd!important;max-width:460px!important;line-height:1.55!important}.product-price-current{font-size:1.8rem!important}.product-trust-badges{margin-bottom:20px!important}.product-badge{padding:8px 12px!important;font-size:.84rem!important}.product-select-wrap{max-width:320px!important}.product-select{padding:14px 46px 14px 16px!important;border-radius:16px!important}.product-qty-wrap{border-radius:16px!important}.product-qty{width:86px!important;height:50px!important;font-size:1rem!important}.product-btn-row{margin-top:6px!important;margin-bottom:24px!important}.product-atc-btn{min-width:180px!important;height:52px!important}.product-tabs{margin-top:18px!important}.product-tab-toggle{padding:16px 18px!important;font-size:.98rem!important}.product-tab-content{padding:0 18px 18px!important}@media(max-width:768px){.product-layout{grid-template-columns:1fr!important;gap:24px!important}.product-content{max-width:100%!important}.product-title{font-size:1.55rem!important}.product-subtitle{font-size:.92rem!important}.product-select-wrap{max-width:100%!important}.product-qty{width:82px!important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
