:root{--orange:#E66914;--orange-dark:#b94f0d;--orange-soft:#fff3ea;--ink:#161616;--muted:#6e6e74;--line:#ece8e4;--bg:#fff;--radius:24px;--shadow:0 18px 55px rgba(63,34,16,.10)}
*{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;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.mobile-only{display:none}.eyebrow{display:inline-block;color:var(--orange);letter-spacing:.18em;font-size:12px;font-weight:900;margin-bottom:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;padding:15px 22px;background:var(--orange);color:#fff;font-weight:850;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);background:var(--orange-dark)}.btn-light{background:#fff;color:var(--orange)}.btn-light:hover{background:#fff;color:var(--orange-dark)}.btn-outline{background:#fff;color:var(--orange);border:1px solid #efc3a6}.btn-small{padding:10px 13px;font-size:13px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}.header-main{display:flex;align-items:center;gap:24px;min-height:84px}.brand{width:200px;flex:0 0 auto}.brand img{width:100%;height:56px;object-fit:contain}.search{flex:1;display:flex;background:#faf8f6;border:1px solid #eee6df;border-radius:999px;overflow:hidden}.search input{flex:1;border:0;background:transparent;padding:14px 18px;outline:none}.search button{border:0;background:transparent;padding:0 18px;cursor:pointer;font-size:18px}.header-actions{display:flex;align-items:center;gap:8px;font-weight:700}.header-text-link{display:flex;align-items:center;gap:7px;padding:8px}.icon-btn{position:relative;border:0;background:transparent;font-size:22px;padding:10px;cursor:pointer;line-height:1}.cart-link span{position:absolute;right:0;top:0;background:var(--orange);color:#fff;min-width:18px;height:18px;padding:0 4px;border-radius:999px;font-size:10px;display:grid;place-items:center}.main-nav{border-top:1px solid #f1eee9}.nav-scroll{display:flex;gap:28px;align-items:center;white-space:nowrap;overflow:auto;padding:13px 0;font-size:14px;font-weight:700}.nav-scroll::-webkit-scrollbar{display:none}.nav-scroll a{display:flex;align-items:center;gap:6px}.nav-scroll a:hover{color:var(--orange)}

/* HOME */
.hero{padding:24px 0 0}.hero-card{position:relative;min-height:520px;border-radius:30px;overflow:hidden;background:linear-gradient(90deg,#fff9f4 0%,#fff 50%,#fff1e5 100%);box-shadow:0 8px 34px rgba(92,47,18,.07);isolation:isolate}.hero-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 38%,rgba(255,255,255,.32) 68%,rgba(255,255,255,.05) 100%),var(--hero-bg);background-size:cover;background-position:center;z-index:-2}.hero-card:not([style]):before{background-image:linear-gradient(90deg,#fff9f4,#fff5ed)}.hero-copy{position:relative;z-index:2;width:58%;padding:58px 54px}.hero h1,.page-hero h1,.catalog-head h1{font-size:clamp(46px,5.6vw,72px);line-height:.98;margin:0 0 20px;letter-spacing:-.045em}.hero h1{max-width:650px}.hero p,.lead{font-size:19px;line-height:1.58;color:#414147;max-width:620px}.hero .btn{margin-top:8px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:34px}.trust-row span{display:flex;align-items:center;gap:9px;color:#3d3d43;font-size:13px}.trust-row i{color:var(--orange);font-size:19px}.hero-fallback{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:34%;opacity:.13}.hero-fallback img{width:100%}.category-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;padding:30px 0}.category-pill{display:flex;flex-direction:column;align-items:center;text-align:center;gap:9px;font-size:12px;font-weight:800;min-width:0}.category-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange);font-size:25px;transition:.2s}.category-pill:hover .category-icon{background:var(--orange);color:#fff;transform:translateY(-2px)}.split-promos{display:grid;grid-template-columns:2fr 1fr;gap:18px}.promo-main{position:relative;min-height:360px;border-radius:var(--radius);overflow:hidden;color:#fff;background:linear-gradient(135deg,#9f3d00,#E66914 65%,#ff9f63);isolation:isolate}.promo-main:before{content:"";position:absolute;inset:0;background-image:var(--promo-bg);background-size:cover;background-position:center;z-index:-2}.promo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(96,34,0,.92) 0%,rgba(230,105,20,.78) 52%,rgba(230,105,20,.18) 100%);z-index:-1}.promo-content{padding:38px;max-width:64%}.promo-main small{letter-spacing:.16em;font-weight:800}.promo-main h2{font-size:48px;line-height:1;margin:10px 0 16px}.promo-main p{max-width:450px;line-height:1.5}.promo-logo-art{position:absolute;right:6%;bottom:8%;width:32%;filter:brightness(0) invert(1);opacity:.3}.promo-side{display:grid;gap:18px}.promo-mini{border-radius:var(--radius);padding:26px;background:#fff7f1;border:1px solid #f6dece;display:flex;gap:17px;align-items:flex-start}.promo-mini>i{font-size:32px;color:var(--orange)}.promo-mini-soft{background:#fff2eb}.promo-mini h3{font-size:25px;line-height:1.03;margin:0 0 8px}.promo-mini p{margin:0 0 14px;color:var(--muted)}.promo-mini span{color:var(--orange);font-weight:850}.section-block{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-head h2{font-size:34px;margin:0}.section-head a{color:var(--orange);font-weight:850}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-grid-wide{grid-template-columns:repeat(4,1fr)}.product-card{position:relative;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.fav-btn{position:absolute;z-index:2;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;box-shadow:0 6px 15px rgba(0,0,0,.08);cursor:pointer;font-size:17px}.fav-btn.active{color:var(--orange)}.product-image{display:block;aspect-ratio:1/.86;background:linear-gradient(135deg,#fff8f4,#f9ebe1);overflow:hidden}.product-image img,.detail-image>img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#fff9f5,#f8e9df)}.placeholder-logo{width:68%;height:auto!important;object-fit:contain!important;opacity:.82}.product-info{padding:16px}.product-info h3{margin:0 0 7px;font-size:18px}.product-info p{font-size:13px;line-height:1.45;color:var(--muted);min-height:38px}.product-info strong{display:block;color:var(--orange);margin:11px 0}.benefit-band{background:linear-gradient(90deg,#b94e0c,#E66914,#ef8742);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:25px 0}.benefit-grid span{display:grid;grid-template-columns:auto 1fr;column-gap:11px;align-items:center}.benefit-grid i{font-size:28px}.benefit-grid b{font-size:14px}.benefit-grid small{grid-column:2;font-size:12px;opacity:.86}.social-section{display:grid;grid-template-columns:1.1fr 1.55fr 1fr;gap:24px;align-items:center;padding:46px 0}.social-section h2{font-size:34px;margin:0}.social-section p{color:var(--muted)}.social-links{display:flex;gap:10px}.social-links a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange);font-size:18px}.social-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.social-cards div{aspect-ratio:1;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#ffe3d0,#f9b181);color:var(--orange);font-size:28px}.social-cards div:nth-child(2){background:linear-gradient(145deg,#fff,#ffd9bf)}.social-cards div:nth-child(3){background:linear-gradient(145deg,#f9ddcb,#fff)}.social-cards div:nth-child(4){background:linear-gradient(145deg,#E66914,#8b3504);color:#fff}.newsletter-card{background:var(--orange);color:#fff;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:8px}.newsletter-card>i{font-size:28px}.site-footer{background:#18120e;color:#fff;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-logo{width:230px;filter:brightness(0) invert(1);padding:0;background:transparent}.footer-brand-col p{color:#bfb6b0;max-width:410px;line-height:1.5}.footer-grid h4{margin:0 0 8px}.footer-grid a{color:#ddd;display:flex;gap:7px;align-items:center}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #3a302b;margin-top:30px;padding-top:18px;color:#aaa09a;font-size:13px}.mobile-bottom-nav{display:none}

/* INTERNAS */
.page-space{padding:52px 0 70px}.narrow{max-width:850px}.center{text-align:center}.catalog-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.catalog-search{display:flex;gap:10px}.catalog-search input,.qty-input,textarea,input,select{border:1px solid #ddd4cd;border-radius:10px;padding:13px 14px;outline:none;background:#fff}.catalog-search input:focus,.qty-input:focus,textarea:focus,input:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #e6691420}.page-hero{padding-bottom:30px}.page-hero h1{font-size:56px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:48px}.detail-image{aspect-ratio:1;border-radius:24px;overflow:hidden;background:#fff5ed;border:1px solid #f4dfd0}.detail-copy h1{font-size:52px;line-height:1.02;margin:0 0 18px}.detail-copy>p{font-size:18px;line-height:1.6;color:#4f4e52}.detail-price{font-size:29px;font-weight:900;color:var(--orange);margin:18px 0}.muted{font-size:13px!important;color:var(--muted)!important}.detail-copy label{display:grid;gap:7px;margin:15px 0;font-weight:700}.detail-copy textarea{min-height:100px;resize:vertical}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.big .placeholder-logo{width:58%}.content-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fffaf6;margin-top:28px}.empty-state{padding:50px;border:1px dashed #dbc8bb;border-radius:18px;text-align:center}.empty-state>i{font-size:48px;color:var(--orange)}.cart-page{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:76px 1fr auto auto;gap:16px;align-items:center;border:1px solid var(--line);padding:14px;border-radius:16px}.cart-thumb{width:76px;height:76px;background:#fff1e8;border-radius:12px;overflow:hidden}.cart-thumb>img{width:100%;height:100%;object-fit:cover}.cart-thumb .image-placeholder{padding:8px}.cart-thumb .placeholder-logo{width:90%}.cart-item small{display:block;color:#777;margin-top:4px}.cart-price{color:var(--orange)!important;margin-top:5px!important}.cart-qty{display:flex;align-items:center;gap:8px}.cart-qty button{width:32px;height:32px;border:1px solid #ddd;border-radius:8px;background:#fff}.cart-remove{border:0;background:transparent;color:#b42318;cursor:pointer;display:flex;gap:5px}.cart-summary{margin-top:16px;padding:22px;background:#fff7f1;border-radius:16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.toast{position:fixed;right:18px;bottom:85px;background:#161616;color:#fff;padding:12px 16px;border-radius:12px;z-index:9999;display:flex;gap:8px;align-items:center;box-shadow:0 14px 38px rgba(0,0,0,.18)}.toast i{color:#62d277}

@media(max-width:900px){
.desktop-only{display:none!important}.mobile-only{display:inline-flex}.container{width:min(100% - 24px,760px)}.site-header{position:sticky}.header-main{min-height:72px;justify-content:space-between;gap:6px}.brand{width:154px;position:absolute;left:50%;transform:translateX(-50%)}.brand img{height:48px}.header-actions{margin-left:auto;gap:0}.menu-btn{margin-right:auto}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.08)}.main-nav.open{display:block}.nav-scroll{flex-direction:column;align-items:flex-start;padding:16px 18px;gap:16px;white-space:normal}.hero{padding:12px 0 0}.hero-card{min-height:500px;border-radius:24px}.hero-card:before{background-image:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.89) 44%,rgba(255,255,255,.18) 72%,rgba(255,255,255,.02) 100%),var(--hero-bg);background-position:center}.hero-copy{width:100%;padding:30px 26px 28px}.hero h1{font-size:48px;max-width:560px}.hero p{font-size:16px;max-width:520px}.trust-row{position:absolute;left:20px;right:20px;bottom:18px;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.trust-row span{background:rgba(255,255,255,.94);padding:10px 8px;border-radius:13px;flex-direction:column;text-align:center;gap:4px;box-shadow:0 6px 20px rgba(0,0,0,.06)}.trust-row b{font-size:10px;line-height:1.2}.hero-fallback{right:50%;top:68%;transform:translate(50%,-50%);width:48%;opacity:.10}.category-strip{display:flex;overflow-x:auto;gap:10px;padding:20px 0 22px;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.category-pill{flex:0 0 88px;font-size:11px}.category-icon{width:56px;height:56px}.split-promos{grid-template-columns:1fr}.promo-main{min-height:320px}.promo-content{padding:28px;max-width:72%}.promo-main h2{font-size:42px}.promo-side{grid-template-columns:1fr 1fr}.product-grid,.product-grid-wide{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.social-section{grid-template-columns:1fr}.social-cards{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.detail-copy h1{font-size:42px}.catalog-head{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:66px 1fr auto}.cart-item>.cart-remove{grid-column:3}.mobile-bottom-nav{display:grid;position:fixed;bottom:0;left:0;right:0;z-index:60;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #eee;padding:8px 8px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -6px 18px rgba(0,0,0,.06)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#2d2d33}.mobile-bottom-nav i{font-size:20px}.mobile-bottom-nav span{font-size:10px}.mobile-bottom-nav a:first-child{color:var(--orange)}.site-footer{padding-bottom:90px}}

@media(max-width:560px){
.container{width:calc(100% - 20px)}.header-main{min-height:68px}.brand{width:140px}.brand img{height:43px}.icon-btn{font-size:21px;padding:8px}.main-nav{top:68px}.hero-card{min-height:470px;border-radius:20px}.hero-copy{padding:24px 20px 120px}.eyebrow{font-size:10px;margin-bottom:10px}.hero h1{font-size:39px;line-height:1.02}.hero p{font-size:15px;line-height:1.48}.hero .btn{width:100%;padding:13px 16px}.trust-row{grid-template-columns:repeat(3,1fr);left:12px;right:12px;bottom:12px}.trust-row i{font-size:18px}.trust-row b{font-size:9px}.category-strip{margin-top:2px}.category-pill{flex-basis:78px}.category-icon{width:52px;height:52px}.split-promos{gap:12px}.promo-main{min-height:300px;border-radius:18px}.promo-content{padding:24px;max-width:85%}.promo-main h2{font-size:36px}.promo-main p{font-size:14px}.promo-side{grid-template-columns:1fr}.promo-mini{padding:20px;border-radius:18px}.promo-mini h3{font-size:22px}.section-block{padding:34px 0}.section-head h2{font-size:27px}.section-head a{font-size:13px}.product-grid,.product-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:14px}.product-info{padding:11px}.product-info h3{font-size:14px;line-height:1.18}.product-info p{display:none}.product-info strong{font-size:12px}.product-info .btn{width:100%;padding:9px 5px;font-size:11px}.fav-btn{width:31px;height:31px;top:8px;right:8px}.benefit-grid{grid-template-columns:1fr 1fr;gap:10px;padding:18px 0}.benefit-grid span{column-gap:8px}.benefit-grid i{font-size:22px}.benefit-grid b{font-size:12px}.benefit-grid small{font-size:10px}.social-section{padding:34px 0}.social-section h2{font-size:29px}.social-cards{grid-template-columns:repeat(2,1fr)}.newsletter-card{padding:20px}.footer-logo{width:190px}.page-space{padding-top:30px}.page-hero h1{font-size:40px}.detail-copy h1{font-size:35px}.detail-actions .btn{width:100%}.cart-item{grid-template-columns:58px 1fr;gap:11px}.cart-thumb{width:58px;height:58px}.cart-item>.cart-qty,.cart-item>.cart-remove{grid-column:2;justify-self:start}.cart-summary{flex-direction:column;align-items:stretch}.cart-summary .btn{width:100%}.catalog-search{width:100%}.catalog-search input{min-width:0;flex:1}.toast{left:12px;right:12px;bottom:84px;justify-content:center}.footer-grid{gap:28px}}


/* Product gallery */
.product-gallery{min-width:0}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:thin}.product-thumb{flex:0 0 76px;width:76px;height:76px;padding:0;border:2px solid transparent;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;transition:.16s}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb:hover{border-color:#f2bc97}.product-thumb.active{border-color:var(--orange);box-shadow:0 0 0 3px #e6691418}.detail-image [data-main-product-image]{width:100%;height:100%;object-fit:cover}.detail-image>img{transition:opacity .15s}
@media(max-width:680px){.product-thumb{flex-basis:64px;width:64px;height:64px}.product-thumbs{gap:8px}}


/* Category subfilters */
.subcategory-filter{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 24px;padding:4px 0}.subcategory-filter a{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;font-weight:800;transition:.18s}.subcategory-filter a:hover,.subcategory-filter a.active{border-color:var(--orange);background:var(--orange);color:#fff}.empty-category{text-align:center;padding:60px 20px;color:var(--muted)}.empty-category i{font-size:36px;color:#c5bbb4}.empty-category h3{margin:10px 0 5px;color:var(--ink)}.empty-category p{margin:0}
@media(max-width:680px){.subcategory-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;scrollbar-width:none}.subcategory-filter::-webkit-scrollbar{display:none}.subcategory-filter a{flex:0 0 auto}}

/* === Product page UX rebuild 2026-09-19 === */
.product-page{max-width:1180px}.product-detail-v2{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px;align-items:start}.product-buy-panel{position:sticky;top:120px;min-width:0}.product-heading{border-bottom:1px solid var(--line);padding-bottom:20px}.product-heading .eyebrow{margin-bottom:10px}.product-buy-panel .product-heading h1{font-size:clamp(32px,3.1vw,44px);line-height:1.08;letter-spacing:-.035em;margin:0;max-width:720px}.product-short-description{font-size:15px!important;line-height:1.55!important;color:#656066!important;margin:12px 0 0!important}.product-price-card{padding:20px 0}.price-main{display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 14px}.price-main>span{grid-column:1/-1;color:#756f6b;font-size:12px;font-weight:750}.price-main strong{font-size:36px;line-height:1;color:var(--orange);letter-spacing:-.035em}.price-main small{font-size:11px;color:var(--muted);padding-bottom:3px}.purchase-box{border:1px solid #eadfd8;border-radius:16px;background:#fffaf7;padding:16px}.quantity-line{display:flex;align-items:center;justify-content:space-between;gap:18px}.quantity-line>div:first-child{display:grid;gap:3px}.quantity-line strong{font-size:14px}.quantity-line small{font-size:11px;color:var(--muted)}.quantity-stepper{display:grid;grid-template-columns:40px 58px 40px;align-items:center;border:1px solid #ddd4cd;border-radius:12px;overflow:hidden;background:#fff;flex:0 0 auto}.quantity-stepper button{height:42px;border:0;background:#fff;cursor:pointer;color:#2d2926;font-size:16px}.quantity-stepper button:hover{background:#fff3ea;color:var(--orange)}.quantity-stepper .qty-input{height:42px;width:58px;padding:0 4px;border:0!important;border-left:1px solid #eee7e2!important;border-right:1px solid #eee7e2!important;border-radius:0!important;text-align:center;font-weight:850;box-shadow:none!important;-moz-appearance:textfield}.quantity-stepper .qty-input::-webkit-outer-spin-button,.quantity-stepper .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.estimated-total{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:14px;padding-top:14px;border-top:1px solid #eadfd8}.estimated-total>span{display:grid;gap:3px}.estimated-total small{font-size:10px;color:#7c746f;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.estimated-total b{font-size:11px;color:#5d5752;font-weight:700}.estimated-total>strong{font-size:23px;color:#1f1b18;letter-spacing:-.02em}.product-note{margin:16px 0 0!important}.product-note>span{font-size:12px}.product-note>span small{font-weight:500;color:var(--muted)}.product-note textarea{min-height:78px!important}.product-primary-action{flex:1;min-width:220px}.purchase-help{display:flex;gap:8px;align-items:flex-start;margin-top:14px;color:#77706b;font-size:11px;line-height:1.45}.purchase-help i{color:var(--orange);margin-top:1px}.product-content-section{max-width:900px;margin:54px auto 0}.product-section-heading{margin-bottom:16px}.product-section-heading>span,.section-kicker{display:block;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.16em;margin-bottom:5px}.product-section-heading h2{font-size:27px;line-height:1.15;margin:0;letter-spacing:-.025em}.product-spec-table{border-top:2px solid #2d2926;border-bottom:2px solid #2d2926}.product-spec-row{display:grid;grid-template-columns:minmax(180px,32%) 1fr;gap:24px;padding:15px 8px;border-bottom:1px solid #dedad7;align-items:start}.product-spec-row:last-child{border-bottom:0}.product-spec-row strong{font-size:13px}.product-spec-row span{font-size:13px;line-height:1.45;color:#393532}.product-description-section{padding-top:8px}.product-description{font-size:15px;line-height:1.75;color:#4e4945}.product-description p{margin:0 0 14px}.product-description p:last-child{margin-bottom:0}.related-products-section{margin-top:46px;padding-top:38px;border-top:1px solid var(--line)}.related-products-section .section-head{align-items:end}.related-products-section .section-head>div{min-width:0}.related-products-section .section-head a{display:flex;align-items:center;gap:6px;font-size:13px}
@media(max-width:900px){.product-detail-v2{grid-template-columns:1fr;gap:28px}.product-buy-panel{position:static}.product-content-section{margin-top:42px}.product-page{padding-top:30px}}
@media(max-width:560px){.product-detail-v2{gap:20px}.product-buy-panel .product-heading h1{font-size:30px;line-height:1.1}.product-heading{padding-bottom:15px}.product-price-card{padding:16px 0}.price-main strong{font-size:31px}.purchase-box{padding:14px}.quantity-line{align-items:flex-start}.quantity-line>div:first-child small{max-width:150px}.quantity-stepper{grid-template-columns:38px 50px 38px}.quantity-stepper .qty-input{width:50px}.detail-actions{gap:8px}.product-primary-action{min-width:0}.product-content-section{margin-top:36px}.product-section-heading h2{font-size:23px}.product-spec-row{grid-template-columns:41% 1fr;gap:12px;padding:13px 4px}.product-spec-row strong,.product-spec-row span{font-size:12px}.related-products-section{margin-top:36px}.related-products-section .section-head{align-items:flex-end}.related-products-section .section-head h2{font-size:25px}}


/* === Product page polish: specs placement, alignment and quote hover === */
.product-page.container{width:min(1180px,calc(100% - 40px));max-width:none}.product-detail-v2{width:100%;grid-template-columns:minmax(0,1fr) minmax(390px,500px);justify-content:space-between}.product-buy-panel{width:100%;justify-self:end}.buy-panel-specs{margin:18px 0 0;padding-top:18px;border-top:1px solid var(--line)}.buy-panel-section-title{margin-bottom:10px}.buy-panel-section-title>span{display:block;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.15em;margin-bottom:3px}.buy-panel-section-title h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}.buy-panel-spec-table{border-top:1px solid #2d2926;border-bottom:1px solid #2d2926}.buy-panel-spec-row{display:grid;grid-template-columns:minmax(120px,38%) 1fr;gap:16px;padding:11px 4px;border-bottom:1px solid #e2ddd9;align-items:start}.buy-panel-spec-row:last-child{border-bottom:0}.buy-panel-spec-row strong,.buy-panel-spec-row span{font-size:12px;line-height:1.45}.buy-panel-spec-row span{color:#4b4541}.product-note{margin-top:18px!important}.detail-actions .btn-outline{background:#fff;color:var(--orange);border:1px solid #efc3a6;box-shadow:none}.detail-actions .btn-outline:hover{background:#fff4ec;color:var(--orange-dark);border-color:#eea572;box-shadow:0 7px 18px rgba(230,105,20,.10);transform:translateY(-1px)}.rich-product-description{font-size:15px;line-height:1.75;color:#4e4945}.rich-product-description p{margin:0 0 14px}.rich-product-description h2,.rich-product-description h3,.rich-product-description h4{color:#26211e;line-height:1.25;margin:24px 0 10px;letter-spacing:-.02em}.rich-product-description h3{font-size:20px}.rich-product-description ul,.rich-product-description ol{padding-left:22px;margin:10px 0 16px}.rich-product-description li{margin:5px 0}.rich-product-description a{color:var(--orange);text-decoration:underline;text-underline-offset:2px}.rich-product-description strong{color:#2d2926}.product-description-section{max-width:1180px;margin-left:auto;margin-right:auto}.related-products-section{width:100%}
@media(max-width:900px){.product-page.container{width:min(100% - 24px,760px)}.product-detail-v2{grid-template-columns:1fr}.product-buy-panel{justify-self:stretch}.buy-panel-spec-row{grid-template-columns:38% 1fr}}
@media(max-width:560px){.product-page.container{width:calc(100% - 20px)}.buy-panel-specs{margin-top:16px;padding-top:16px}.buy-panel-section-title h2{font-size:17px}.buy-panel-spec-row{grid-template-columns:42% 1fr;gap:10px;padding:10px 3px}.buy-panel-spec-row strong,.buy-panel-spec-row span{font-size:11px}}

/* === Catalog ecommerce filters + product polish 2026-09-19 === */
.catalog-page{padding-bottom:64px}.catalog-head-v2{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.catalog-head-v2>div:first-child{max-width:690px}.catalog-head-v2 h1{font-size:clamp(38px,4.6vw,58px);margin-bottom:10px}.catalog-head-v2 p{margin:0;color:var(--muted);line-height:1.55}.live-search{position:relative;width:min(360px,100%);flex:0 0 auto}.live-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#8a817b;pointer-events:none}.live-search input{width:100%;height:48px;padding:0 16px 0 43px;border:1px solid var(--line);border-radius:14px;background:#fff;outline:none;transition:.18s}.live-search input:focus{border-color:#efb086;box-shadow:0 0 0 3px rgba(230,105,20,.09)}
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.catalog-filters{position:sticky;top:112px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.filter-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:20px 18px 16px;border-bottom:1px solid var(--line)}.filter-kicker{display:block;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:3px}.filter-topline h2{margin:0;font-size:21px;letter-spacing:-.02em}.filter-clear{border:0;background:transparent;color:var(--orange);font-size:11px;font-weight:850;cursor:pointer;padding:5px 0}.filter-group{border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group-title{width:100%;height:48px;padding:0 18px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:850;cursor:pointer;text-align:left}.filter-group-title i{font-size:12px;color:#8c837d;transition:.18s}.filter-group.collapsed .filter-group-title i{transform:rotate(180deg)}.filter-group.collapsed .filter-options{display:none}.filter-options{display:grid;gap:3px;padding:0 14px 15px}.filter-check{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;padding:5px 4px;border-radius:8px;cursor:pointer;font-size:12px;color:#4c4641}.filter-check:hover{background:#fff7f1}.filter-check input{position:absolute;opacity:0;pointer-events:none}.filter-box{width:18px;height:18px;border:1px solid #d8d0ca;border-radius:5px;display:grid;place-items:center;background:#fff;color:#fff;transition:.15s}.filter-box i{font-size:11px;opacity:0}.filter-check input:checked+.filter-box{background:var(--orange);border-color:var(--orange)}.filter-check input:checked+.filter-box i{opacity:1}.filter-check small{font-size:10px;color:#958d87}.catalog-results{min-width:0}.catalog-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:34px;margin-bottom:14px;color:#7b746f;font-size:12px}.catalog-results-head strong{color:var(--ink)}.active-filter-summary{color:var(--orange);font-weight:800}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-product-item{min-width:0}.catalog-product-item[hidden]{display:none!important}.catalog-empty{padding:64px 20px}.catalog-toolbar-mobile,.catalog-filter-mobile-head,.catalog-filter-backdrop{display:none}
.product-category-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 11px;margin-bottom:11px;border-radius:7px;background:var(--orange);color:#fff;font-size:10px;line-height:1;font-weight:900;letter-spacing:.11em}.purchase-box{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important}.quantity-line{padding:2px 0 14px}.estimated-total{margin-top:0!important;padding:14px 0 0!important;border-top:1px solid var(--line)!important}.quantity-stepper{border-radius:9px}.product-price-card{padding-bottom:18px}.product-buy-panel .detail-actions{margin-top:18px}
@media(max-width:980px){.catalog-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.catalog-head-v2{align-items:stretch;flex-direction:column;gap:18px}.catalog-head-v2 h1{font-size:38px}.live-search{width:100%}.catalog-layout{display:block}.catalog-filters{position:fixed;z-index:120;left:0;top:0;bottom:0;width:min(88vw,340px);border:0;border-radius:0;overflow-y:auto;transform:translateX(-105%);transition:.22s;box-shadow:20px 0 50px rgba(28,18,12,.18)}.catalog-filters-open .catalog-filters{transform:translateX(0)}.catalog-filter-backdrop{display:block;position:fixed;z-index:110;inset:0;background:rgba(22,16,12,.38);opacity:0;pointer-events:none;transition:.22s}.catalog-filters-open .catalog-filter-backdrop{opacity:1;pointer-events:auto}.catalog-filter-mobile-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:#fff;border-bottom:1px solid var(--line)}.catalog-filter-mobile-head button{width:38px;height:38px;border:0;border-radius:10px;background:#f7f3f0;cursor:pointer}.catalog-toolbar-mobile{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:12px;color:var(--muted)}.catalog-filter-open{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:11px;background:#fff;font-weight:850;cursor:pointer;color:var(--ink)}.catalog-filter-open span{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;display:grid;place-items:center}.catalog-results-head{display:none}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-topline{padding-top:16px}}
@media(max-width:480px){.catalog-page.container{width:calc(100% - 20px)}.catalog-head-v2{margin-bottom:18px}.catalog-head-v2 h1{font-size:34px}.catalog-head-v2 p{font-size:13px}.catalog-product-grid{gap:10px}.product-category-badge{font-size:9px;padding:6px 9px}.quantity-line{gap:10px}.estimated-total>strong{font-size:21px}}
