:root{
  --orange:#e84e1b;--orange-dark:#b92e0b;--orange-soft:#fff1eb;--yellow:#ffc400;
  --ink:#111111;--muted:#6d625d;--cream:#fffaf6;--white:#ffffff;--green:#17843d;
  --shadow:0 24px 70px rgba(53,20,6,.16);--shadow-sm:0 12px 34px rgba(53,20,6,.10);
  --radius:28px;--radius-sm:18px;--container:min(1180px,calc(100% - 40px));
}
*{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:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:var(--container);margin-inline:auto}.section{padding:96px 0}.section-tight{padding:64px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:rgba(232,78,27,.11);color:var(--orange-dark);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,196,0,.22)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.035em}h1{font-size:clamp(2.7rem,6.2vw,5.8rem)}h2{font-size:clamp(2.1rem,4.2vw,4.1rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}.lead{font-size:clamp(1.05rem,1.7vw,1.3rem);color:#514640;max-width:700px}.text-center{text-align:center}.muted{color:var(--muted)}.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}
.topbar{background:#16110f;color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:center;gap:24px;padding:9px 0}.topbar strong{color:var(--yellow)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,246,.90);backdrop-filter:blur(18px);border-bottom:1px solid rgba(35,18,10,.08)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:230px;height:auto}.nav{display:flex;gap:26px;align-items:center;font-weight:700;font-size:.95rem}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--orange);transition:.25s}.nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:46px;height:46px;border-radius:15px;border:1px solid rgba(0,0,0,.1);background:white;display:grid;place-items:center;position:relative}.cart-count{position:absolute;top:-6px;right:-5px;background:var(--orange);color:#fff;min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-size:.7rem;font-weight:900;border:2px solid var(--cream)}.menu-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:15px;padding:15px 22px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--yellow),#ff9f00);color:#201300;box-shadow:0 15px 30px rgba(255,172,0,.28)}.btn-dark{background:#171210;color:#fff;box-shadow:0 14px 28px rgba(0,0,0,.18)}.btn-orange{background:var(--orange);color:#fff;box-shadow:0 14px 28px rgba(232,78,27,.28)}.btn-ghost{background:#fff;border:1px solid rgba(0,0,0,.12)}.btn-block{width:100%}.btn-sm{padding:11px 15px;border-radius:12px;font-size:.9rem}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#f8f2ed 0%,#fffaf6 43%,#ffe7dc 100%)}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,196,0,.25);filter:blur(2px);right:-260px;top:-220px}.hero-slider{position:relative}.hero-slide{display:none;min-height:720px;align-items:center}.hero-slide.active{display:flex;animation:fadeSlide .65s ease}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:72px 0 86px}.hero-copy h1 span{color:var(--orange)}.hero-copy p{max-width:620px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 22px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#514640;font-weight:700;font-size:.93rem}.trust-row span{display:flex;align-items:center;gap:8px}.trust-row i{width:28px;height:28px;border-radius:50%;background:#e8f7ed;color:var(--green);font-style:normal;display:grid;place-items:center;font-weight:900}.hero-visual{position:relative}.hero-visual img{border-radius:38px;box-shadow:var(--shadow);width:100%;aspect-ratio:1.45/1;object-fit:cover}.floating-badge{position:absolute;background:#fff;border-radius:19px;padding:14px 17px;box-shadow:var(--shadow-sm);font-weight:850}.floating-badge.one{left:-24px;bottom:42px}.floating-badge.two{right:-18px;top:36px}.floating-badge small{display:block;color:var(--muted);font-weight:650}.hero-dots{position:absolute;z-index:3;bottom:34px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-dot{width:11px;height:11px;border-radius:99px;border:0;background:#d3beb5;padding:0;transition:.25s}.hero-dot.active{width:34px;background:var(--orange)}@keyframes fadeSlide{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.value-strip{position:relative;z-index:4;margin-top:-34px}.value-strip-inner{background:#171210;color:#fff;border-radius:24px;padding:23px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;box-shadow:var(--shadow)}.value-item{display:flex;align-items:center;gap:13px;padding-right:18px;border-right:1px solid rgba(255,255,255,.14)}.value-item:last-child{border:0}.value-icon{width:45px;height:45px;border-radius:15px;background:rgba(255,196,0,.16);display:grid;place-items:center;font-size:1.3rem}.value-item b{display:block}.value-item small{color:#cfc5c0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}.section-head p{max-width:560px;margin-bottom:5px}.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.bento-card{background:#fff;border:1px solid rgba(44,25,16,.07);border-radius:var(--radius);padding:30px;box-shadow:0 12px 35px rgba(54,24,10,.06);overflow:hidden;position:relative;min-height:230px}.bento-card.large{grid-column:span 7;display:grid;grid-template-columns:1fr .85fr;gap:25px;align-items:center;background:linear-gradient(135deg,#fff,#fff1ea)}.bento-card.medium{grid-column:span 5;background:#171210;color:#fff}.bento-card.small{grid-column:span 4}.bento-card.orange{background:var(--orange);color:white}.bento-card.yellow{background:var(--yellow)}.bento-card .number{font-size:3.5rem;font-weight:950;line-height:1;color:rgba(232,78,27,.18)}.bento-card.medium .number,.bento-card.orange .number{color:rgba(255,255,255,.18)}.bento-card ul{list-style:none;padding:0;margin:17px 0 0}.bento-card li{margin:8px 0;display:flex;gap:9px}.bento-card li:before{content:"✓";font-weight:950;color:var(--orange)}.bento-card.medium li:before,.bento-card.orange li:before{color:var(--yellow)}.bento-image{height:100%;min-height:230px;border-radius:22px;object-fit:cover}
.product-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-card{border:1px solid rgba(44,25,16,.1);border-radius:24px;background:#fff;padding:18px;display:flex;flex-direction:column;position:relative;transition:.25s;min-width:0}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-sm);border-color:rgba(232,78,27,.25)}.product-card.featured{border:2px solid var(--yellow);box-shadow:0 15px 35px rgba(255,196,0,.13)}.product-tag{position:absolute;left:16px;top:15px;background:#171210;color:#fff;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;z-index:2}.product-card.featured .product-tag{background:var(--orange)}.product-image{aspect-ratio:1/1;border-radius:19px;overflow:hidden;background:#f7f1ea;margin-bottom:17px}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-card h3{font-size:1.08rem;min-height:46px;margin-bottom:9px}.product-desc{font-size:.88rem;color:var(--muted);min-height:66px}.old-price{text-decoration:line-through;color:#9c918c;font-size:.83rem}.price{font-size:1.65rem;font-weight:950;line-height:1.1;margin:3px 0}.per-unit{font-size:.77rem;color:var(--muted);margin-bottom:13px}.product-card .btn{margin-top:auto}.color-select{width:100%;border:1px solid #ddd2cc;background:#fff;border-radius:12px;padding:11px 12px;margin:9px 0 12px}.stock-note{font-size:.75rem;color:var(--green);font-weight:800;margin-bottom:8px}
.color-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.color-card{background:#fff;border-radius:22px;padding:12px;box-shadow:0 10px 25px rgba(43,18,7,.07);text-align:center;border:1px solid rgba(0,0,0,.06)}.color-card img{aspect-ratio:1/1;object-fit:cover;border-radius:16px}.color-card b{display:block;margin:10px 0 4px}.color-swatch{width:12px;height:12px;border-radius:99px;display:inline-block;border:1px solid rgba(0,0,0,.2)}
.story-section{background:linear-gradient(145deg,#171210,#332018);color:#fff;overflow:hidden}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.story-media{position:relative}.story-media img{border-radius:34px;box-shadow:0 25px 75px rgba(0,0,0,.35)}.story-media:after{content:"❤";position:absolute;right:-25px;bottom:-25px;width:90px;height:90px;border-radius:28px;background:var(--yellow);color:var(--orange);display:grid;place-items:center;font-size:2.6rem;transform:rotate(8deg)}.story-copy .eyebrow{background:rgba(255,255,255,.1);color:#fff}.story-copy p{color:#d7ccc6;font-size:1.08rem}.story-quote{font-size:clamp(1.4rem,3vw,2.4rem);font-weight:900;line-height:1.15;color:#fff;border-left:5px solid var(--yellow);padding-left:20px;margin:28px 0}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.step-card{background:#fff;border-radius:22px;padding:24px 18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 28px rgba(45,19,8,.06)}.step-number{width:46px;height:46px;border-radius:15px;background:var(--yellow);color:var(--orange-dark);display:grid;place-items:center;font-size:1.2rem;font-weight:950;margin-bottom:16px}.step-card p{margin-bottom:0;color:var(--muted)}
.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.use-card{padding:25px;border-radius:22px;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;gap:15px;align-items:center;font-weight:850}.use-card span{width:50px;height:50px;border-radius:16px;background:var(--orange-soft);display:grid;place-items:center;font-size:1.5rem;flex:none}
.testimonials{background:var(--orange-soft)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{padding:28px;border-radius:24px;background:white;box-shadow:0 12px 35px rgba(48,18,5,.07)}.stars{color:#f0aa00;letter-spacing:2px}.testimonial-card blockquote{margin:18px 0;font-size:1.04rem}.testimonial-note{font-size:.78rem;color:var(--muted);border-top:1px solid #eee3dd;padding-top:14px}
.faq-list{max-width:880px;margin:0 auto}.faq-item{background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:18px;margin-bottom:12px;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;text-align:left;padding:21px 23px;font-weight:900;display:flex;justify-content:space-between;gap:20px}.faq-question span:last-child{font-size:1.3rem;color:var(--orange)}.faq-answer{display:none;padding:0 23px 22px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.cta-section{padding:75px 0}.cta-box{background:var(--orange);color:white;border-radius:38px;padding:55px;display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.cta-box:after{content:"🐾";position:absolute;font-size:220px;right:-25px;bottom:-105px;opacity:.12;transform:rotate(-20deg)}.cta-box h2{margin-bottom:13px}.cta-box p{color:#ffe1d6}.cta-actions{display:flex;justify-content:flex-end;gap:12px;position:relative;z-index:2;flex-wrap:wrap}
.footer{background:#171210;color:#fff;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1fr;gap:40px}.footer-logo{width:245px;margin-bottom:20px}.footer p,.footer a{color:#cfc4bf}.footer h3{font-size:1rem;letter-spacing:.02em}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:23px;display:flex;justify-content:space-between;gap:20px;color:#a99e98;font-size:.84rem}
.whatsapp-float{position:fixed;right:20px;bottom:22px;z-index:70;background:#1fac54;color:#fff;width:61px;height:61px;border-radius:50%;display:grid;place-items:center;font-size:1.7rem;box-shadow:0 15px 35px rgba(31,172,84,.4);border:3px solid #fff}.sticky-mobile-cta{display:none}
.cart-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:89;opacity:0;pointer-events:none;transition:.25s}.cart-drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(440px,100%);z-index:90;background:#fff;box-shadow:-25px 0 70px rgba(0,0,0,.2);transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid #eee}.cart-close{border:0;background:#f3ece8;border-radius:12px;width:42px;height:42px}.cart-items{padding:18px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:13px;padding:13px 0;border-bottom:1px solid #eee}.cart-item img{width:75px;height:75px;object-fit:cover;border-radius:13px}.cart-item h4{margin:0 0 4px;font-size:.95rem}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:none;color:#a13a21;padding:0}.cart-footer{padding:20px;border-top:1px solid #eee}.cart-total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:900;margin-bottom:15px}.empty-cart{text-align:center;padding:60px 15px;color:var(--muted)}
.page-hero{padding:62px 0 42px;background:linear-gradient(130deg,#fff,#ffe8df)}.page-title{font-size:clamp(2rem,4vw,4rem)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:start}.panel{background:#fff;border-radius:24px;padding:26px;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.07)}.cart-page-item{display:grid;grid-template-columns:100px 1fr 115px 100px auto;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid #eee}.cart-page-item img{width:100px;height:100px;object-fit:cover;border-radius:15px}.qty-input{width:80px;padding:10px;border:1px solid #ddd;border-radius:10px}.summary-line{display:flex;justify-content:space-between;padding:10px 0}.summary-line.total{font-size:1.3rem;font-weight:950;border-top:1px solid #ddd;margin-top:10px;padding-top:17px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-group{display:grid;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:800;font-size:.9rem}.form-control{width:100%;padding:14px;border-radius:12px;border:1px solid #d8cec9;background:#fff;outline:none}.form-control:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(232,78,27,.12)}.shipping-options{display:grid;gap:10px}.shipping-option{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid #ddd;border-radius:14px;padding:15px}.shipping-option:has(input:checked){border-color:var(--orange);box-shadow:0 0 0 3px rgba(232,78,27,.10)}.notice{padding:14px 16px;border-radius:13px;background:#fff7d6;color:#694e00;border:1px solid #f5de82}.notice.error{background:#fff0ed;color:#8e2f1c;border-color:#f5b4a6}.notice.success{background:#eaf8ee;color:#14632e;border-color:#b8e6c5}.checkout-steps{display:flex;gap:10px;margin-bottom:22px}.checkout-step{flex:1;background:#eee6e1;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:850;text-align:center}.checkout-step.active{background:var(--orange);color:#fff}
.cookie-banner{position:fixed;left:20px;bottom:20px;z-index:80;width:min(430px,calc(100% - 40px));background:#171210;color:#fff;border-radius:18px;padding:18px;box-shadow:var(--shadow);display:none}.cookie-banner.show{display:block}.cookie-banner p{color:#ddd0ca;font-size:.87rem}.cookie-actions{display:flex;gap:8px}.cookie-actions .btn{padding:10px 14px;font-size:.85rem}
.toast{position:fixed;top:100px;right:20px;z-index:120;background:#171210;color:#fff;padding:15px 18px;border-radius:15px;box-shadow:var(--shadow);transform:translateX(120%);transition:.25s;max-width:360px}.toast.show{transform:none}
@media(max-width:1050px){.nav{display:none}.menu-toggle{display:grid}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(4),.product-card:nth-child(5){grid-column:span 1}.color-gallery{grid-template-columns:repeat(3,1fr)}.value-strip-inner{grid-template-columns:repeat(2,1fr)}.value-item:nth-child(2){border-right:0}.steps{grid-template-columns:repeat(3,1fr)}.use-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){:root{--container:min(100% - 28px,1180px)}.section{padding:70px 0}.topbar .container{font-size:.78rem;gap:10px;flex-wrap:wrap}.header-inner{height:70px}.brand img{width:180px}.header-actions .btn{display:none}.hero-slide{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:48px 0 78px;gap:35px}.hero-copy{text-align:center}.hero-copy p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{max-width:590px;margin:auto}.floating-badge.one{left:8px;bottom:12px}.floating-badge.two{right:5px;top:15px}.value-strip{margin-top:-15px}.value-strip-inner{grid-template-columns:1fr;padding:20px}.value-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:15px}.value-item:last-child{border-bottom:0}.section-head{display:block}.bento{grid-template-columns:1fr}.bento-card,.bento-card.large,.bento-card.medium,.bento-card.small{grid-column:auto}.bento-card.large{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:40px}.story-copy{text-align:center}.story-quote{text-align:left}.steps{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.cta-box{grid-template-columns:1fr;padding:36px 28px;text-align:center}.cta-actions{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-page-item{grid-template-columns:75px 1fr auto}.cart-page-item img{width:75px;height:75px}.cart-page-item .qty-wrap,.cart-page-item .item-price{grid-column:2}.sticky-mobile-cta{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:65}.whatsapp-float{bottom:83px;width:54px;height:54px}.footer{padding-bottom:100px}}
@media(max-width:520px){h1{font-size:2.65rem}.hero-actions .btn{width:100%}.hero-visual img{border-radius:24px}.floating-badge{font-size:.75rem;padding:9px 12px}.product-grid{grid-template-columns:1fr}.color-gallery{grid-template-columns:repeat(2,1fr)}.steps,.use-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.panel{padding:19px}.cart-page-item{grid-template-columns:62px 1fr auto;gap:10px}.cart-page-item img{width:62px;height:62px}.nav.mobile-open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;top:70px;left:0;right:0;padding:20px;background:#fff;border-bottom:1px solid #ddd;box-shadow:0 20px 30px rgba(0,0,0,.1)}}

/* =========================================================
   KHOLLA V2 — identidade laranja, carrossel swipe e motion
   ========================================================= */
.site-header{background:#e84e1b;border-bottom:1px solid rgba(255,255,255,.22);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(82,23,3,.18)}
.header-inner{height:96px}
.brand{display:flex;align-items:center;align-self:stretch}
.brand img{width:260px;max-height:88px;object-fit:contain}
.nav{color:#fff}
.nav a:after{background:var(--yellow)}
.header-actions .btn-orange{background:#171210;box-shadow:0 14px 28px rgba(0,0,0,.2)}
.icon-btn{border-color:rgba(255,255,255,.4);background:#fff;color:#171210}
.cart-count{background:var(--yellow);color:#171210;border-color:#e84e1b}

.hero{background:#f8f3ef;overflow:hidden;isolation:isolate}
.hero:before{width:620px;height:620px;background:rgba(232,78,27,.12);right:-260px;top:-260px;filter:blur(12px);z-index:-1}
.hero-slider{position:relative;overflow:hidden;touch-action:pan-y;user-select:none;outline:none}
.hero-viewport{overflow:hidden;width:100%}
.hero-track{display:flex;width:100%;will-change:transform;transform:translate3d(0,0,0);transition:transform .72s cubic-bezier(.2,.8,.18,1)}
.hero-slider.is-dragging .hero-track{transition:none;cursor:grabbing}
.hero-slider:not(.is-dragging){cursor:grab}
.hero-slide{display:block!important;flex:0 0 100%;width:100%;min-height:720px;position:relative;overflow:hidden;opacity:.72;transform:scale(.985);transition:opacity .5s ease,transform .65s ease}
.hero-slide.active{display:block;opacity:1;transform:scale(1);animation:none}
.hero-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,var(--slide-glow,rgba(232,78,27,.16)),transparent 38%),linear-gradient(125deg,#fffaf7 0%,#fff 48%,var(--slide-soft,#ffe9df) 100%);z-index:-1}
.slide-theme-azul{--slide-accent:#068b99;--slide-soft:#dff9fc;--slide-glow:rgba(0,167,185,.25)}
.slide-theme-cromado{--slide-accent:#6c7379;--slide-soft:#eef1f3;--slide-glow:rgba(147,157,165,.24)}
.slide-theme-dourado{--slide-accent:#a97b00;--slide-soft:#fff3c5;--slide-glow:rgba(201,162,39,.28)}
.slide-theme-preto{--slide-accent:#171717;--slide-soft:#e7e3e1;--slide-glow:rgba(23,23,23,.16)}
.slide-theme-rosa{--slide-accent:#b71972;--slide-soft:#ffe2f2;--slide-glow:rgba(217,45,135,.24)}
.slide-theme-vermelho{--slide-accent:#bd1824;--slide-soft:#ffe1e3;--slide-glow:rgba(215,31,43,.24)}
.hero-grid{grid-template-columns:1fr .92fr;min-height:720px;padding:68px 0 88px}
.hero-copy h1{font-size:clamp(2.8rem,5.7vw,5.5rem);margin:18px 0 22px}
.hero-copy h1 span{color:var(--slide-accent,var(--orange))}
.hero-copy .lead{font-size:clamp(1.04rem,1.55vw,1.25rem)}
.hero-image-shell{position:relative;padding:18px;border-radius:44px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.56));box-shadow:0 30px 90px rgba(49,23,10,.18);border:1px solid rgba(255,255,255,.86);transform:perspective(900px) rotateY(-3deg)}
.hero-image-shell:after{content:"";position:absolute;inset:18px;border-radius:31px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);pointer-events:none}
.hero-visual img{aspect-ratio:1/1;border-radius:31px;object-fit:cover;box-shadow:none;-webkit-user-drag:none}
.hero-slide.active .hero-image-shell{animation:khollaPush .9s cubic-bezier(.2,.8,.2,1)}
@keyframes khollaPush{0%{transform:perspective(900px) translateX(70px) scale(.9) rotateY(-8deg);opacity:.2}65%{transform:perspective(900px) translateX(-8px) scale(1.015) rotateY(1deg);opacity:1}100%{transform:perspective(900px) translateX(0) scale(1) rotateY(-3deg)}}
.hero-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 12px 34px rgba(0,0,0,.13);font-size:2rem;line-height:1;display:grid;place-items:center;transition:transform .2s,background .2s}
.hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}
.hero-prev{left:max(14px,calc((100vw - 1260px)/2))}
.hero-next{right:max(14px,calc((100vw - 1260px)/2))}
.hero-dots{bottom:34px;gap:9px}
.hero-dot{width:10px;height:10px;background:#c9b7ae;border:2px solid transparent}
.hero-dot.active{width:38px;background:var(--orange);box-shadow:0 0 0 4px rgba(232,78,27,.13)}
.hero-autoplay-progress{position:absolute;z-index:8;left:50%;bottom:20px;transform:translateX(-50%);width:min(340px,42vw);height:2px;background:rgba(0,0,0,.08);overflow:hidden;border-radius:999px}
.hero-autoplay-progress span{display:block;height:100%;width:100%;background:var(--orange);transform-origin:left;animation:heroProgress 3s linear infinite}
.hero-slider.is-paused .hero-autoplay-progress span{animation-play-state:paused}
@keyframes heroProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.hero-swipe-hint{position:absolute;left:50%;bottom:0;transform:translateX(-50%);font-size:.72rem;font-weight:800;color:#82736c;letter-spacing:.04em;text-transform:uppercase;margin:0;white-space:nowrap}
.floating-badge strong{color:var(--orange)}

.bento-paw-visual{min-height:240px;border-radius:28px;background:radial-gradient(circle at 32% 28%,#fff 0 8%,transparent 9%),linear-gradient(145deg,var(--yellow),#ff9e00);display:grid;place-items:center;font-size:8rem;filter:drop-shadow(0 22px 30px rgba(232,78,27,.18));transform:rotate(-8deg)}
.color-section{background:linear-gradient(180deg,#fffaf6,#fff1ea)}
.color-card{padding:22px 16px;transition:transform .25s,box-shadow .25s,border-color .25s}
.color-card:hover{transform:translateY(-8px);box-shadow:0 22px 50px rgba(57,22,7,.12);border-color:rgba(232,78,27,.25)}
.color-orbit{width:116px;aspect-ratio:1;border-radius:50%;margin:4px auto 18px;display:grid;place-items:center;background:radial-gradient(circle at 33% 28%,rgba(255,255,255,.9),transparent 18%),var(--swatch);box-shadow:inset 0 -18px 30px rgba(0,0,0,.16),0 16px 30px color-mix(in srgb,var(--swatch) 28%,transparent);border:8px solid rgba(255,255,255,.86)}
.color-orbit span{font-size:3.2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}
.color-card a{display:inline-block;margin-top:11px;color:var(--orange-dark);font-size:.82rem;font-weight:900}

/* Scroll-driven CSS animations: progressive enhancement */
@keyframes khollaViewReveal{from{opacity:.2;transform:translateY(50px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes khollaPawSpin{from{transform:rotate(-16deg) scale(.82)}to{transform:rotate(4deg) scale(1)}}
@supports (animation-timeline:view()){
  .scroll-driven{animation:khollaViewReveal 1ms linear both;animation-timeline:view(block);animation-range:entry 8% cover 42%}
  .bento-paw-visual.scroll-driven{animation-name:khollaPawSpin;animation-range:entry 8% cover 55%}
}

/* Keep motion accessible */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.hero-track,.hero-slide,.hero-image-shell,.btn,.color-card{transition:none!important;animation:none!important}.hero-autoplay-progress{display:none}.scroll-driven{animation:none!important}.motion-float{transform:none!important}
}

@media(max-width:1050px){
  .header-inner{height:84px}.brand img{width:220px}.hero-arrow{width:46px;height:46px}.hero-prev{left:10px}.hero-next{right:10px}.hero-grid{padding-inline:42px}
}
@media(max-width:780px){
  .site-header{top:0}.header-inner{height:76px}.brand img{width:190px;max-height:70px}.nav.mobile-open{background:#e84e1b;color:#fff;border-bottom-color:rgba(255,255,255,.25)}
  .hero-grid{min-height:auto;padding:48px 20px 100px}.hero-slide{min-height:auto}.hero-copy h1{font-size:clamp(2.55rem,12vw,4.4rem)}.hero-image-shell{transform:none;padding:12px;border-radius:30px}.hero-visual img{border-radius:22px}.hero-slide.active .hero-image-shell{animation:khollaPushMobile .75s ease}
  @keyframes khollaPushMobile{from{transform:translateX(50px) scale(.92);opacity:.2}to{transform:none;opacity:1}}
  .hero-arrow{top:auto;bottom:50px;width:43px;height:43px}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{bottom:64px}.hero-autoplay-progress{bottom:42px;width:45vw}.hero-swipe-hint{bottom:17px}
  .floating-badge.one{left:2px}.floating-badge.two{right:2px}
  .bento-paw-visual{min-height:180px;font-size:6rem}.color-orbit{width:100px}
}
@media(max-width:520px){
  .topbar .container span:nth-child(3){display:none}.brand img{width:165px}.hero-grid{padding-inline:8px}.hero-copy h1{font-size:2.65rem}.hero-actions{gap:9px}.hero-arrow{bottom:44px}.hero-dots{bottom:58px;max-width:52%;flex-wrap:wrap;justify-content:center}.hero-autoplay-progress{display:none}.hero-swipe-hint{bottom:12px}.floating-badge.two{top:8px}.floating-badge.one{bottom:8px}.color-gallery{grid-template-columns:repeat(2,1fr)}
}

/* =========================================================
   KHOLLA — HERO FINAL UNIFORME
   Substituição visual do slider para manter TODOS os slides
   com a mesma composição, proporção e posicionamento.
   ========================================================= */

.hero,
.hero-slider,
.hero-viewport,
.hero-track,
.hero-slide {
  width: 100%;
}

.hero {
  background: #fff7f4;
}

.hero-slide {
  isolation: isolate;
}

.hero-slide::before {
  background:
    radial-gradient(circle at 82% 24%, var(--slide-glow, rgba(232,78,27,.18)) 0, transparent 34%),
    linear-gradient(112deg, #fffdfa 0%, #fff9f7 43%, var(--slide-soft, #ffe7df) 100%);
}

.hero-copy,
.hero-visual,
.hero-image-shell {
  min-width: 0;
}

.hero-copy h1,
.hero-copy h1 span {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hero-copy h1 span {
  display: block;
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-image-shell {
  overflow: hidden;
}

.hero-image-shell > img,
.hero-image-shell > picture,
.hero-image-shell > picture > img {
  width: 100%;
  height: 100%;
}

.hero-image-shell > img,
.hero-image-shell > picture > img {
  object-fit: cover;
  object-position: center;
}

/* Aceita qualquer uma destas classes caso o card menor já exista no HTML. */
.hero-application-card,
.hero-secondary-card,
.hero-car-card,
.hero-mini-card,
.hero-image-small,
.hero-application,
.application-card,
.secondary-image-card,
.hero-visual-card-secondary {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  background: #fff;
  border: 12px solid #fff;
  border-radius: 34px;
  box-shadow: 0 28px 52px rgba(27, 14, 9, .34);
  transform: rotate(.35deg);
}

.hero-application-card img,
.hero-secondary-card img,
.hero-car-card img,
.hero-mini-card img,
.hero-image-small img,
.hero-application img,
.application-card img,
.secondary-image-card img,
.hero-visual-card-secondary img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
}

.hero-slide.active .hero-application-card,
.hero-slide.active .hero-secondary-card,
.hero-slide.active .hero-car-card,
.hero-slide.active .hero-mini-card,
.hero-slide.active .hero-image-small,
.hero-slide.active .hero-application,
.hero-slide.active .application-card,
.hero-slide.active .secondary-image-card,
.hero-slide.active .hero-visual-card-secondary {
  animation: khollaSecondaryPush .92s .12s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes khollaSecondaryPush {
  0% {
    opacity: 0;
    transform: translate3d(58px, 34px, 0) scale(.90) rotate(3deg);
  }
  65% {
    opacity: 1;
    transform: translate3d(-6px, -3px, 0) scale(1.012) rotate(-.3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(.35deg);
  }
}

/* Desktop grande — composição igual à referência enviada. */
@media (min-width: 1101px) {
  .hero-slide {
    min-height: 880px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 62px;
    min-height: 880px;
    padding: 72px 0 136px;
    align-items: center;
  }

  .hero-copy {
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 34px 42px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.90);
    box-shadow: 0 24px 60px rgba(76, 32, 14, .035);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .hero-copy .eyebrow {
    align-self: flex-start;
  }

  .hero-copy h1 {
    max-width: 590px;
    margin: 22px 0 26px;
    font-size: clamp(4.1rem, 5.2vw, 5.72rem);
    line-height: .985;
    letter-spacing: -.058em;
    text-wrap: balance;
  }

  .hero-copy .lead {
    max-width: 570px;
    margin-bottom: 0;
    font-size: 1.14rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin: 28px 0 20px;
  }

  .trust-row {
    gap: 22px;
    font-size: .88rem;
  }

  .hero-visual {
    min-height: 680px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 18px 0 0;
  }

  .hero-image-shell {
    width: 88%;
    height: 515px;
    padding: 14px;
    border-radius: 42px;
    background: rgba(255,255,255,.91);
    border: 1px solid rgba(255,255,255,.98);
    box-shadow: 0 30px 68px rgba(41, 21, 12, .22);
    transform: rotate(1.05deg);
  }

  .hero-image-shell::after {
    inset: 14px;
    border-radius: 28px;
  }

  .hero-image-shell > img,
  .hero-image-shell > picture > img {
    aspect-ratio: auto;
    border-radius: 28px;
  }

  .hero-slide.active .hero-image-shell {
    animation: khollaMainCardPush .94s cubic-bezier(.2,.8,.2,1) both;
  }

  @keyframes khollaMainCardPush {
    0% {
      opacity: 0;
      transform: translate3d(68px, 0, 0) scale(.91) rotate(4deg);
    }
    64% {
      opacity: 1;
      transform: translate3d(-7px, 0, 0) scale(1.012) rotate(.3deg);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1) rotate(1.05deg);
    }
  }

  .hero-application-card,
  .hero-secondary-card,
  .hero-car-card,
  .hero-mini-card,
  .hero-image-small,
  .hero-application,
  .application-card,
  .secondary-image-card,
  .hero-visual-card-secondary {
    right: -20px;
    bottom: -78px;
    width: 69%;
    height: 245px;
  }

  .floating-badge.one {
    z-index: 8;
    left: 3%;
    bottom: 176px;
    padding: 11px 15px;
    border-radius: 16px;
    font-size: .78rem;
  }

  .floating-badge.two {
    z-index: 8;
    right: -2px;
    top: 38px;
    padding: 12px 15px;
    border-radius: 17px;
    font-size: .79rem;
  }

  .hero-arrow {
    top: 50%;
  }

  .hero-prev {
    left: max(16px, calc((100vw - 1260px) / 2));
  }

  .hero-next {
    right: max(16px, calc((100vw - 1260px) / 2));
  }

  .hero-dots {
    bottom: 50px;
  }

  .hero-autoplay-progress {
    bottom: 34px;
  }

  .hero-swipe-hint {
    bottom: 10px;
  }
}

/* Notebook e tablet horizontal. */
@media (min-width: 781px) and (max-width: 1100px) {
  .hero-slide {
    min-height: 760px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 34px;
    min-height: 760px;
    padding: 58px 44px 116px;
  }

  .hero-copy {
    min-height: 585px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 26px;
    background: rgba(255,255,255,.72);
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 6vw, 4.5rem);
    line-height: .99;
    letter-spacing: -.055em;
    margin: 19px 0 22px;
  }

  .hero-visual {
    min-height: 590px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-image-shell {
    width: 91%;
    height: 445px;
    padding: 13px;
    border-radius: 36px;
    transform: rotate(.8deg);
  }

  .hero-image-shell::after {
    inset: 13px;
    border-radius: 24px;
  }

  .hero-image-shell > img,
  .hero-image-shell > picture > img {
    border-radius: 24px;
  }

  .hero-application-card,
  .hero-secondary-card,
  .hero-car-card,
  .hero-mini-card,
  .hero-image-small,
  .hero-application,
  .application-card,
  .secondary-image-card,
  .hero-visual-card-secondary {
    right: -12px;
    bottom: -46px;
    width: 72%;
    height: 205px;
    border-width: 10px;
    border-radius: 29px;
  }

  .floating-badge.one {
    left: 1%;
    bottom: 128px;
  }

  .floating-badge.two {
    right: -5px;
    top: 28px;
  }
}

/* Celular e tablet vertical. */
@media (max-width: 780px) {
  .hero-slide {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding: 42px 18px 116px;
  }

  .hero-copy {
    min-height: 0;
    padding: 28px 18px 30px;
    text-align: center;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 24px;
  }

  .hero-copy .eyebrow {
    margin-inline: auto;
  }

  .hero-copy h1 {
    margin: 18px auto 20px;
    font-size: clamp(2.7rem, 12.3vw, 4.3rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
  }

  .hero-copy .lead {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 520px;
    width: min(100%, 610px);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 8px;
  }

  .hero-image-shell {
    width: 92%;
    height: min(72vw, 430px);
    padding: 11px;
    border-radius: 31px;
    transform: none;
  }

  .hero-image-shell::after {
    inset: 11px;
    border-radius: 21px;
  }

  .hero-image-shell > img,
  .hero-image-shell > picture > img {
    border-radius: 21px;
  }

  .hero-application-card,
  .hero-secondary-card,
  .hero-car-card,
  .hero-mini-card,
  .hero-image-small,
  .hero-application,
  .application-card,
  .secondary-image-card,
  .hero-visual-card-secondary {
    right: 0;
    bottom: 0;
    width: 72%;
    height: clamp(150px, 37vw, 220px);
    border-width: 9px;
    border-radius: 27px;
  }

  .floating-badge.one {
    left: 0;
    bottom: 130px;
  }

  .floating-badge.two {
    right: 0;
    top: 20px;
  }

  .hero-arrow {
    bottom: 54px;
  }

  .hero-dots {
    bottom: 68px;
  }

  .hero-autoplay-progress {
    bottom: 45px;
  }

  .hero-swipe-hint {
    bottom: 18px;
  }
}

@media (max-width: 520px) {
  .hero-grid {
    padding-inline: 10px;
  }

  .hero-copy {
    padding: 24px 15px 26px;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 12.8vw, 3.55rem);
  }

  .hero-copy .lead {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-image-shell {
    width: 96%;
    height: min(88vw, 380px);
  }

  .hero-application-card,
  .hero-secondary-card,
  .hero-car-card,
  .hero-mini-card,
  .hero-image-small,
  .hero-application,
  .application-card,
  .secondary-image-card,
  .hero-visual-card-secondary {
    width: 78%;
    height: clamp(135px, 38vw, 180px);
  }

  .floating-badge {
    max-width: 145px;
    font-size: .68rem;
  }

  .floating-badge.one {
    left: 2px;
    bottom: 102px;
  }

  .floating-badge.two {
    right: 2px;
    top: 13px;
  }
}

/* Acessibilidade: preserva o layout e remove apenas o movimento. */
@media (prefers-reduced-motion: reduce) {
  .hero-slide.active .hero-image-shell,
  .hero-slide.active .hero-application-card,
  .hero-slide.active .hero-secondary-card,
  .hero-slide.active .hero-car-card,
  .hero-slide.active .hero-mini-card,
  .hero-slide.active .hero-image-small,
  .hero-slide.active .hero-application,
  .hero-slide.active .application-card,
  .hero-slide.active .secondary-image-card,
  .hero-slide.active .hero-visual-card-secondary {
    animation: none !important;
  }
}

/* =========================================================
   KHOLLA — FOTOS DOS CARROS NOS CÍRCULOS DE CORES
   ========================================================= */
.color-orbit {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f3efec;
  border: 8px solid rgba(255,255,255,.92);
  box-shadow:
    0 16px 30px color-mix(in srgb, var(--swatch) 26%, transparent),
    0 8px 22px rgba(43,18,7,.12);
}

.color-orbit img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
}

.color-card:hover .color-orbit img {
  transform: scale(1.11);
  filter: saturate(1.06) contrast(1.03);
}

.color-orbit span {
  position: relative;
  z-index: 1;
}

@media (min-width: 1100px) {
  .color-orbit {
    width: 132px;
  }
}

@media (max-width: 780px) {
  .color-orbit {
    width: 108px;
  }
}

.whatsapp-float img{width:32px;height:32px;display:block}


/* Fluxo de compra rápido — configuração antes do carrinho */
.quick-choice-label{font-weight:900;font-size:.82rem;margin:4px 0 8px}.color-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0 0 13px}.color-chip,.picker-color{appearance:none;border:1px solid #ded3cd;background:#fff;border-radius:11px;padding:8px 7px;display:flex;align-items:center;gap:7px;font-weight:800;font-size:.72rem;cursor:pointer;text-align:left;transition:.18s}.color-chip span,.picker-color span{width:17px;height:17px;border-radius:50%;background:var(--chip-color,var(--picker-color));box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);flex:0 0 auto}.color-chip:hover,.color-chip.selected,.picker-color:hover,.picker-color.selected{border-color:var(--orange);box-shadow:0 0 0 2px rgba(232,78,27,.12);background:#fff8f5}.picker-backdrop{position:fixed;inset:0;background:rgba(20,13,10,.58);z-index:1200}.color-picker-modal{position:fixed;z-index:1201;left:50%;top:50%;transform:translate(-50%,-50%);width:min(620px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.picker-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.picker-head h2{margin:8px 0 0}.picker-unit{padding:16px 0;border-top:1px solid #eee}.picker-unit>strong{display:block;margin-bottom:10px}.picker-colors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.picker-color{font-size:.8rem;padding:11px}.picker-summary{background:#fff6f1;border:1px solid #ffd2c2;border-radius:14px;padding:13px 15px;margin:5px 0 15px;display:flex;justify-content:space-between;gap:16px}.drawer-helper{display:block;text-align:center;margin-top:9px;color:#756963}.drawer-qty{display:block;color:#756963;margin-top:2px}.checkout-edit-link{display:inline-block;margin-top:12px;font-weight:800;color:var(--orange)}
@media(max-width:620px){.color-picker-modal{padding:18px;border-radius:20px}.picker-colors{grid-template-columns:repeat(2,minmax(0,1fr))}.picker-summary{display:block}.picker-summary strong{display:block;margin-top:3px}.color-chips{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* =========================================================
   KHOLLA V3 — vitrine e compra responsiva conforme protótipo
   ========================================================= */
.product-section{background:#fffaf7;overflow:hidden}
.product-section .container{width:min(1440px,calc(100% - 48px))}
.product-section .section-head{align-items:end;margin-bottom:38px}
.product-section .section-head h2{max-width:780px}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}
.product-card{padding:15px;border-radius:25px;border:1px solid #e8e1dd;box-shadow:0 8px 28px rgba(45,24,15,.04);overflow:hidden;min-height:100%;transform:none!important}
.product-card:hover{box-shadow:0 18px 42px rgba(45,24,15,.10);border-color:#f2b49f}
.product-card.featured{border:2px solid #f4ad00;box-shadow:0 18px 40px rgba(244,173,0,.14)}
.product-image{aspect-ratio:1.15/1;margin:-1px -1px 16px;border-radius:18px;background:#fff;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:contain;padding:4px}
.product-card h3{font-size:1.1rem;line-height:1.02;letter-spacing:-.025em;min-height:2.15em;margin:0 0 14px}
.product-desc{font-size:.91rem;line-height:1.55;min-height:4.65em;margin-bottom:12px}
.old-price{min-height:1.25em;display:block}
.price{font-size:1.75rem;margin:2px 0 1px;white-space:nowrap}
.per-unit{font-size:.79rem;margin-bottom:13px}
.product-tag{top:15px;left:15px;font-size:.72rem;padding:7px 11px;line-height:1;box-shadow:0 5px 13px rgba(0,0,0,.12)}
.quick-choice-label{font-size:.84rem;margin:3px 0 9px}
.color-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 0 12px}
.color-chip{position:relative;min-width:0;min-height:70px;padding:7px 4px 6px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;border:1px solid #e4dad5;border-radius:12px;background:#fff;text-align:center;overflow:hidden}
.color-chip-visual{width:37px!important;height:37px!important;border-radius:10px!important;display:grid;place-items:center;background:var(--chip-color);overflow:hidden;box-shadow:none!important}
.color-chip-visual img{width:100%;height:100%;object-fit:contain;background:#fff}
.color-chip-name{display:block;max-width:100%;font-size:.64rem;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.color-chip-check{position:absolute;top:4px;right:5px;width:17px;height:17px;border-radius:50%;display:none;place-items:center;background:var(--orange);color:#fff;font-size:.65rem}
.color-chip.selected .color-chip-check{display:grid}
.color-chip.selected{border-color:var(--orange);box-shadow:0 0 0 2px rgba(232,78,27,.13)}
.kit-composition{margin-top:2px;min-height:155px;padding:14px;border-radius:16px;display:flex;flex-direction:column;gap:7px}
.kit-composition strong{font-size:.85rem;line-height:1.15}
.kit-composition span{font-size:.78rem;line-height:1.48}
.kit-composition small{font-size:.69rem;line-height:1.4;margin-top:auto}
.stock-note{font-size:.73rem;line-height:1.2;margin:12px 0 11px}
.product-card>.btn{min-height:60px;padding:13px 12px;border-radius:14px;font-size:.92rem;line-height:1.22;text-align:center;white-space:normal;margin-top:auto}
.product-card>.btn:hover{transform:none}

/* Modal de cores: seleção visual semelhante ao protótipo */
.color-picker-modal{width:min(720px,calc(100% - 30px));padding:26px;border-radius:26px}
.picker-colors{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.picker-color{position:relative;min-height:92px;padding:8px 5px;flex-direction:column;justify-content:center;text-align:center;gap:5px;border-radius:13px;font-size:.7rem;line-height:1.1}
.picker-color>span{width:48px;height:48px;border-radius:12px;overflow:hidden;display:grid;place-items:center;box-shadow:none}
.picker-color img{width:100%;height:100%;object-fit:contain;background:#fff}
.picker-color.selected:after{content:'✓';position:absolute;right:6px;top:5px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-weight:900}

@media(max-width:1250px){
  .product-section .container{width:min(1180px,calc(100% - 36px))}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
  .product-card:nth-child(4),.product-card:nth-child(5){grid-column:auto}
}
@media(max-width:820px){
  .product-section .container{width:min(100% - 28px,720px)}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .product-card{padding:14px;border-radius:21px}
  .product-card h3{min-height:auto;font-size:1.04rem}
  .product-desc{min-height:auto}
  .kit-composition{min-height:145px}
  .picker-colors{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
  .product-section .container{width:calc(100% - 24px)}
  .product-section .section-head{margin-bottom:25px}
  .product-grid{grid-template-columns:1fr;gap:16px}
  .product-card{display:grid;grid-template-columns:112px minmax(0,1fr);column-gap:14px;padding:13px;align-items:start}
  .product-tag{top:10px;left:10px}
  .product-image{grid-row:1 / span 4;grid-column:1;margin:0;aspect-ratio:1/1;border-radius:15px}
  .product-card h3,.product-desc,.old-price,.price,.per-unit{grid-column:2;margin-left:0}
  .product-card h3{margin-top:6px;margin-bottom:7px;font-size:1rem}
  .product-desc{font-size:.79rem;line-height:1.4;margin-bottom:6px}
  .old-price{font-size:.72rem;min-height:0}
  .price{font-size:1.5rem}
  .per-unit{font-size:.72rem;margin-bottom:7px}
  .quick-choice-label,.color-chips,.kit-composition,.stock-note,.product-card>.btn,.product-card>input{grid-column:1 / -1}
  .quick-choice-label{margin-top:12px}
  .color-chips{grid-template-columns:repeat(3,minmax(0,1fr))}
  .kit-composition{min-height:0;margin-top:12px}
  .stock-note{margin:10px 0}
  .product-card>.btn{min-height:54px;font-size:.92rem}
  .picker-colors{grid-template-columns:repeat(2,minmax(0,1fr))}
  .color-picker-modal{padding:18px 15px;border-radius:20px;max-height:calc(100dvh - 18px)}
  .picker-color{min-height:82px}
}
@media(max-width:380px){
  .product-card{grid-template-columns:92px minmax(0,1fr);column-gap:11px}
  .color-chips{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Correção V3.1 — exibe o nome completo das cores na compra unitária */
.color-chip .color-chip-name{
  width:100% !important;
  height:auto !important;
  min-width:0;
  max-width:100%;
  flex:0 0 auto !important;
  display:block;
  padding:0 2px;
  font-size:.64rem;
  line-height:1.12;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
  overflow-wrap:anywhere;
  text-align:center;
}


/* Correção V3.2 — nomes limpos e seleção de cor mais visível */
.color-chip .color-chip-name{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  border-radius:0 !important;
  color:#171210;
}

.color-chip .color-chip-check{
  display:none !important;
}

.color-chip.selected{
  border:3px solid var(--orange) !important;
  background:#fff3ee !important;
  box-shadow:
    0 0 0 4px rgba(232,78,27,.12),
    0 10px 24px rgba(232,78,27,.16) !important;
  transform:translateY(-2px);
}

.color-chip.selected .color-chip-name{
  color:var(--orange-dark);
  font-weight:950;
}

.color-chip.selected .color-chip-name::before{
  content:"✓ ";
  color:var(--orange);
  font-weight:950;
}

.color-chip:focus-visible{
  outline:3px solid rgba(232,78,27,.28);
  outline-offset:3px;
}
