@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root{--brand:#011e41;--brand2:#29477d;--ink:#090909;--muted:#747474;--line:#e8e8e8;--soft:#f3f6fa;--bg:#fff;--radius:14px;--shadow:0 12px 34px rgba(0,0,0,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;font-size:14px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1360px,calc(100% - 46px));margin:auto}.store-sticky-shell{position:sticky;top:0;z-index:80}.topbar{height:40px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;font-size:13px}.topbar a{font-weight:800;text-decoration:underline}.site-header{background:rgba(248,248,248,.97);box-shadow:0 3px 10px rgba(0,0,0,.08);backdrop-filter:blur(14px)}.header-main{height:70px;display:grid;grid-template-columns:126px minmax(300px,1fr) auto;gap:18px;align-items:center}.brand{font-size:30px;font-weight:950;color:var(--brand);letter-spacing:-1.6px;line-height:1}.brand img{max-height:42px;max-width:126px;object-fit:contain}.search{position:relative}.search input{width:100%;height:42px;border:0;border-radius:12px;background:#fff;padding:0 18px 0 42px;outline:0;box-shadow:inset 0 0 0 1px #eee;font-size:13px}.search-icon{position:absolute;left:13px;top:5px;font-size:25px;line-height:32px;color:var(--brand);font-weight:500}.header-actions{display:flex;align-items:center;gap:16px}.header-action{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:13px}.header-action:hover{color:var(--brand)}.header-symbol{font-size:18px;line-height:1}.account-ring{width:20px;height:20px;border:2px solid var(--brand);border-radius:50%;display:grid;place-items:center;color:var(--brand);font-size:10px}.cart-trigger{gap:5px}.cart-line{font-size:24px;display:inline-block;transform:rotate(180deg);line-height:1}.cart-count{font-size:12px}.nav-wrap{border-top:1px solid rgba(0,0,0,.035)}.nav{height:55px;display:flex;align-items:center;gap:32px;overflow:auto;white-space:nowrap;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{font-size:14px}.nav a:not(.outlet):hover{color:var(--brand)}.nav .outlet{height:36px;display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;font-weight:850;border-radius:9px;padding:0 16px}.nav .outlet span{font-size:16px}
/* home */
.hero{position:relative;overflow:hidden;background:#fafafa}.slides{display:flex;transition:transform .52s ease}.slide{min-width:100%;position:relative}.slide>a{display:block}.slide img{width:100%;height:clamp(340px,32vw,565px);object-fit:cover}.slide-copy{position:absolute;left:9%;top:50%;transform:translateY(-50%);max-width:510px;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.18)}.slide-kicker{font-size:17px;font-weight:700}.slide-copy h1{font-size:clamp(42px,5vw,76px);line-height:.95;margin:12px 0 20px;letter-spacing:-2px}.hero-cta{display:inline-flex;border:1.5px solid rgba(255,255,255,.9);border-radius:999px;padding:9px 18px;font-weight:750;background:rgba(255,255,255,.12)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:var(--brand);font-size:43px;line-height:40px;box-shadow:0 2px 12px rgba(0,0,0,.08);cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:7px;z-index:5}.hero-dot{width:10px;height:10px;border-radius:50%;border:0;background:#ffffff88;padding:0}.hero-dot.active{background:#fff}.section{padding:62px 0}.section-title{text-align:center;color:var(--brand);font-size:clamp(36px,3.6vw,51px);line-height:1;margin:0 0 48px;letter-spacing:-1.5px}.product-showcase{overflow:hidden}.carousel-shell{position:relative}.section-arrow{position:absolute;top:38%;z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:var(--brand);color:#fff;font-size:38px;line-height:36px;cursor:pointer}.section-arrow.left{left:-24px}.section-arrow.right{right:-24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-card{position:relative;min-width:0}.product-image-wrap{position:relative;aspect-ratio:1/.92;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image-wrap img{transform:scale(1.025)}.badge{position:absolute;top:9px;left:9px;z-index:2;width:46px;height:46px;border-radius:50%;background:#d6b456;color:#19170f;display:grid;place-items:center;text-align:center;padding:4px;font-size:9px;line-height:1.05;font-weight:900}.product-card h3{font-size:18px;line-height:1.18;margin:14px 0 6px;min-height:42px}.product-card .desc{font-size:13px;color:#505050;line-height:1.3;min-height:34px}.price-old{text-decoration:line-through;color:#868686;font-size:12px}.price-row{margin:5px 0 12px}.price{font-size:19px;font-weight:950}.installments{font-size:12px}.card-actions{display:grid;grid-template-columns:1fr 48px;gap:9px}.btn{height:43px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--brand);border-radius:7px;padding:0 20px;background:#fff;color:var(--brand);font-weight:850;cursor:pointer}.btn:hover{filter:brightness(.98)}.btn.primary{background:var(--brand);color:#fff}.btn.dark{background:#111;border-color:#111;color:#fff}.btn.block{width:100%}.btn.small{height:36px;padding:0 13px;font-size:12px}.spotlight-section{padding-top:20px}.feature-banner{display:grid;grid-template-columns:1fr 1fr;width:min(800px,100%);margin:auto;box-shadow:0 10px 23px rgba(0,0,0,.13);overflow:hidden}.feature-banner .media{height:390px;background:#fff;display:flex;align-items:center;justify-content:center}.feature-banner .media img{width:100%;height:100%;object-fit:contain}.feature-banner .copy{height:390px;background:var(--brand);color:#fff;padding:50px 34px;display:flex;flex-direction:column;justify-content:center}.feature-banner .copy>strong:first-child{font-size:18px}.feature-banner h3{font-size:25px;line-height:1.08;margin:20px 0 16px}.feature-banner p{font-size:15px;line-height:1.45}.spotlight-price{font-size:16px;margin:16px 0 18px}.btn.ghost-light{align-self:flex-start;border-color:#fff;color:#fff;background:transparent}.bestsellers{padding-top:44px}.social-section{padding-top:34px}.social-title{margin-bottom:42px}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.social-tile{position:relative;overflow:hidden;background:#f6f6f6}.social-tile img{width:100%;aspect-ratio:1/1;object-fit:cover}.social-tile>span{position:absolute;right:13px;top:12px;color:#fff;font-size:22px;text-shadow:0 2px 8px rgba(0,0,0,.28)}
/* newsletter + footer */
.newsletter{margin-top:38px;background:var(--brand);color:#fff;padding:31px 0 27px}.newsletter h2{text-align:center;font-size:28px;line-height:1.1;margin:0 0 20px}.newsletter-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;width:min(760px,100%);margin:auto}.newsletter input{height:39px;border:0;border-radius:999px;padding:0 16px;outline:0}.newsletter button{height:39px;border:0;border-radius:999px;background:#fff;color:var(--brand);font-weight:850;padding:0 23px}.footer{margin-top:0;background:var(--brand);color:#fff;padding:64px 0 18px;min-height:500px}.footer-main-grid{display:grid;grid-template-columns:1fr .95fr 1fr;gap:90px;min-height:290px}.footer-brand{font-size:34px;font-weight:950;letter-spacing:-1.3px;margin-bottom:36px}.footer-links{display:grid;gap:11px}.footer-links a{font-size:13px}.footer-links a span{margin-left:5px}.footer-social-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px}.social-circles{display:flex;gap:16px}.social-circles a,.social-circles span{width:45px;height:45px;border-radius:50%;background:#fff;color:var(--brand);display:grid;place-items:center;font-size:24px;font-weight:900}.back-top{margin-top:76px;display:flex;align-items:center;gap:10px;font-size:14px}.back-top b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.24)}.footer-payment-col{padding-top:2px}.footer-payment-col h3{font-size:18px;margin:0 0 48px}.payment-icons.card-brands{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.payment-icons.card-brands span{height:28px;min-width:42px;border:2px solid #fff;border-radius:5px;display:grid;place-items:center;font-size:10px;font-weight:900;padding:0 5px}.pix-mark{margin-top:37px;width:50px;text-align:center}.pix-mark b{font-size:27px;display:block}.pix-mark span{font-size:13px}.footer-bottom{text-align:center;font-size:12px;line-height:1.55;margin-top:35px}.footer-bottom p{margin:11px 0}.company-address{white-space:pre-line}.sticky-whatsapp{position:fixed;right:0;bottom:8px;z-index:70;background:var(--brand);color:#fff;border-radius:11px 0 0 11px;padding:12px 8px;box-shadow:0 5px 18px rgba(0,0,0,.24);font-weight:850;writing-mode:vertical-rl;transform:rotate(180deg);display:flex;gap:6px;align-items:center}.sticky-whatsapp span{font-size:16px}
.empty{padding:65px 20px;text-align:center;color:#666}.empty.compact{display:grid;gap:18px;padding:50px 10px}.empty.compact .btn{margin:auto}
/* product detail */
.product-page{padding:46px 0 22px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:72px;align-items:start}.product-gallery-col{min-width:0}.gallery{display:grid;grid-template-columns:90px minmax(0,1fr);gap:24px;position:sticky;top:185px}.thumbs{display:flex;flex-direction:column;gap:18px;align-items:center}.thumb{width:80px;height:92px;border:1px solid transparent;background:#fff;padding:0;cursor:pointer}.thumb.active{border-color:transparent}.thumb img{width:100%;height:100%;object-fit:contain}.thumb-down{color:var(--brand);font-size:38px;line-height:20px;margin-top:-8px}.main-image{position:relative;height:570px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:contain}.image-dots{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);display:flex;gap:7px}.image-dots i{width:8px;height:8px;border-radius:50%;background:#d1d1d1}.image-dots i.active{background:#555}.crumbs{color:#898989;font-size:12px;margin:5px 0 4px}.product-info h1{color:var(--brand);font-size:25px;line-height:1.15;margin:0 0 14px;max-width:560px}.product-info .short{font-size:13px;line-height:1.4;margin:0 0 27px}.product-price{margin:0 0 27px}.product-price .price-old{font-size:13px;margin-bottom:6px}.product-price .price{font-size:23px}.qty-buy{height:52px;display:grid;grid-template-columns:52% 48%;border:2px solid var(--brand);border-radius:11px;overflow:hidden}.qty-control{display:flex;align-items:center;justify-content:center;gap:20px}.qty-control button{border:0;width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;font-size:21px;line-height:1;cursor:pointer}.qty-control input{width:36px;border:0;text-align:center;outline:0}.qty-buy .btn{height:100%;border:0;border-radius:0;font-size:18px}.feature-box{margin-top:33px;background:var(--brand2);color:#fff;border-radius:11px;padding:30px 24px;min-height:180px}.feature-box h3{font-size:24px;margin:0 0 18px}.feature-box p{font-size:14px;line-height:1.45;margin:0}.tabs{margin-top:47px}.tab-buttons{display:flex;gap:27px;border-bottom:1px solid #d7d7d7}.tab-btn{border:0;background:transparent;padding:0 0 12px;font-size:17px;font-weight:850;cursor:pointer}.tab-btn.active{color:var(--brand);border-bottom:4px solid var(--brand)}.tab-panel{display:none;min-height:130px;padding:25px 0 10px;line-height:1.5;font-size:13px}.tab-panel.active{display:block}.note-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.note-chips span{background:var(--brand);color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}.notes-copy{white-space:normal}.together{margin-top:38px;padding-top:10px}.together h2{text-align:center;color:var(--brand);font-size:29px;margin:0 0 25px}.bundle-box{width:min(360px,100%);margin:auto}.bundle-item{min-height:76px;display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #e6e6e6;border-radius:10px;padding:8px 10px;background:#fff}.bundle-item img{width:58px;height:58px;object-fit:contain}.bundle-item strong{display:block;color:var(--brand);font-size:12px;line-height:1.25}.bundle-item span{display:block;font-size:11px;margin-top:5px}.bundle-plus{text-align:center;font-size:34px;font-weight:900;line-height:42px}.bundle-item.selectable{grid-template-columns:70px minmax(0,1fr) 38px;position:relative;cursor:pointer}.bundle-item.selectable input{position:absolute;opacity:0}.bundle-item.selectable i{width:27px;height:27px;background:var(--brand);color:#fff;display:grid;place-items:center;border-radius:2px;font-style:normal;font-weight:900}.bundle-item.selectable:has(input:not(:checked)) i{background:#fff;border:1px solid #ddd;color:transparent}.bundle-total{text-align:center;margin:20px 0 14px;display:grid;gap:2px}.bundle-total strong{font-weight:500}.bundle-total em{color:var(--brand);font-style:normal;font-weight:900}.bundle-total small{font-weight:800}.reviews{margin-top:68px;padding:0 0 70px;background:#fff}.reviews-topline{height:22px;background:#f5f5f5;border-radius:15px;margin-bottom:18px}.reviews h2{text-align:center;font-size:25px;margin:0 0 14px}.review-count-pill{margin:0 auto 50px;width:max-content;background:#f4f4f4;border-radius:999px;padding:7px 16px;color:#686868;font-size:12px}.reviews-summary{display:grid;grid-template-columns:250px minmax(0,1fr);gap:46px;align-items:start}.rating-panel{padding-top:4px}.rating-big{font-size:43px;font-weight:900}.rating-big small{font-size:13px}.stars{color:#e9a900;letter-spacing:1px}.rating-bars{margin-top:20px;display:grid;gap:7px}.rating-bars>div{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:center;font-size:11px}.rating-bars span{height:8px;border:1px solid #cfcfcf;border-radius:999px;overflow:hidden}.rating-bars i{display:block;height:100%;background:#f1b800;border-radius:999px}.recommend-box{margin-top:28px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:25px 0;display:flex;align-items:center;gap:13px}.recommend-box b{width:52px;height:52px;border:4px solid #f1b800;border-radius:50%;display:grid;place-items:center}.recommend-box span{font-size:11px;font-weight:800;max-width:125px}.reviews-list{min-width:0}.reviews-sort{height:92px;background:#f5f5f5;border-radius:12px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.reviews-sort strong{font-size:22px}.reviews-sort .select{width:150px}.review-card{background:#f6f6f6;border-radius:12px;padding:22px;margin-bottom:18px;display:grid;grid-template-columns:70px 1fr;gap:14px}.review-avatar{font-size:20px;color:#55717d;font-weight:800}.review-card p{margin:8px 0 13px}.review-card small{color:#2a9b66}.review-form{display:block;background:#fff;border:1px solid #eee}.review-form h3{margin-top:0}
/* generic inputs */
.page-title{text-align:center;color:var(--brand);font-size:31px;letter-spacing:.3px;margin:29px 0 50px}.notice{padding:13px 15px;border-radius:9px;margin:15px 0;background:#f3f7ff;color:#244b86}.notice.success{background:#ecfff3;color:#0b6b31}.notice.error{background:#fff0f2;color:#a41831}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:750}.input,.select,.textarea{width:100%;border:1px solid #d7d7d7;border-radius:8px;padding:11px 12px;background:#fff;outline:0}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,0,127,.07)}.textarea{min-height:105px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.full{grid-column:1/-1}.checkout-grid{display:grid;grid-template-columns:1fr 410px;gap:42px;align-items:start}.form-card,.summary-card{border:1px solid #eee;border-radius:13px;padding:25px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.04)}.order-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.order-item img{width:55px;height:55px;object-fit:contain}.cart-summary{margin:27px 0 0 auto;width:min(390px,100%);display:grid;gap:13px}.summary-row{display:flex;justify-content:space-between}.summary-row.total{font-size:18px;font-weight:900;border-top:1px solid #ddd;padding-top:13px}.inline-form{display:flex;gap:8px}.payment-box{max-width:720px;margin:30px auto 70px;text-align:center}.pix-box{background:#fff;border:1px solid #eee;border-radius:18px;padding:34px;box-shadow:var(--shadow)}.qr-box{width:250px;height:250px;margin:20px auto;background:#fff;padding:8px;display:flex;align-items:center;justify-content:center}.qr-box img{max-width:100%;max-height:100%}.pix-code{width:100%;min-height:82px;border:1px solid #ddd;border-radius:9px;padding:11px;word-break:break-all;font-family:monospace;font-size:12px}.status-pill{display:inline-flex;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;background:#fff0f7;color:var(--brand)}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:32px}.account-menu{display:grid;gap:6px;align-content:start}.account-menu a{padding:11px 13px;border-radius:8px}.account-menu a.active,.account-menu a:hover{background:var(--soft);color:var(--brand)}.pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.pagination a,.pagination span{min-width:37px;height:37px;border:1px solid #ddd;border-radius:7px;display:flex;align-items:center;justify-content:center}.pagination .active{background:var(--brand);color:#fff;border-color:var(--brand)}
/* checkout header + cart */
.checkout-flow{background:#fff}.checkout-header{height:58px;border-bottom:1px solid #c9cdd4;box-shadow:0 3px 7px rgba(29,43,60,.22);background:#fff}.checkout-header-inner{width:min(1480px,calc(100% - 50px));height:100%;margin:auto;display:grid;grid-template-columns:170px 1fr 150px;align-items:center}.checkout-brand{font-size:29px}.checkout-steps{justify-self:center;display:flex;align-items:center;color:var(--brand);font-size:11px}.checkout-step{display:flex;align-items:center;gap:5px;white-space:nowrap}.checkout-step b{width:19px;height:19px;border:1.5px solid var(--brand);border-radius:50%;display:grid;place-items:center;font-size:10px}.checkout-step.active{font-weight:800}.checkout-step.done b{background:var(--brand);color:#fff}.checkout-steps i{width:18px;height:1px;background:var(--brand);margin:0 4px}.secure-label{justify-self:end;font-size:10px;letter-spacing:2px;font-weight:800}.checkout-page{min-height:760px}.checkout-footer{padding:24px 0;color:#777;border-top:1px solid #eee;font-size:11px}.checkout-footer .container{display:flex;gap:10px;justify-content:center}.cart-page .page-title{margin-top:28px;margin-bottom:45px}.cart-form{position:relative}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:11px;font-weight:600;padding:11px 10px;border-bottom:1px solid #222}.cart-table td{padding:16px 10px;border-bottom:1px solid #ddd;vertical-align:middle;font-size:12px}.cart-product{display:flex;align-items:center;gap:19px;max-width:380px}.cart-product img{width:95px;height:90px;object-fit:contain}.cart-product a{color:var(--brand);font-weight:600;text-align:center}.shipping-deadline{text-decoration:underline}.cart-qty{display:flex;align-items:center;border:1px solid #333;width:92px;height:30px}.cart-qty button{width:30px;height:100%;border:0;background:#fff;font-size:17px}.cart-qty input{width:32px;height:100%;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;-moz-appearance:textfield}.cart-qty input::-webkit-inner-spin-button{display:none}.remove-line{border:0;background:none;font-size:24px;color:#a2a2a2;cursor:pointer}.cart-update{margin-top:12px}.cart-lower-grid{display:grid;grid-template-columns:1fr 360px;gap:60px;margin:36px 0 20px;align-items:start}.cart-left-tools{display:grid;grid-template-columns:220px 220px;gap:18px 30px;align-items:start}.cart-left-tools h4{font-size:11px;font-weight:500;margin:0 0 8px}.coupon-form,.shipping-form{display:flex}.coupon-form input,.shipping-form input{height:36px;border:1px solid #111;border-right:0;padding:0 12px;width:170px;outline:0}.coupon-form button,.shipping-form button{height:36px;width:42px;border:1px solid #111;background:var(--brand);color:#fff;font-weight:800}.continue-shopping{grid-column:1/-1;margin-top:48px;width:205px;height:42px;border:1.5px solid var(--brand);color:var(--brand);display:grid;place-items:center;font-size:11px;font-weight:800}.cart-checkout-summary{display:grid;gap:19px;font-size:11px}.cart-checkout-summary>div{display:flex;justify-content:space-between}.cart-total{margin-top:5px;font-weight:900}.checkout-button{margin-top:8px;border-radius:0;height:45px;font-size:11px;letter-spacing:1.4px}.consumption-check{display:flex;justify-content:center;align-items:center;gap:10px;margin:38px auto 0;font-size:12px}.consumption-check input{accent-color:var(--brand);width:20px;height:20px}.cart-fineprint{text-align:center;margin:68px auto 25px;font-size:12px;line-height:1.7}.cart-fineprint a{color:var(--brand)}
@media(max-width:1100px){.header-main{grid-template-columns:118px 1fr auto}.header-actions .label{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr}.gallery{position:static;max-width:750px;margin:auto}.product-info{max-width:750px;margin:auto}.checkout-grid{grid-template-columns:1fr}.summary-card{order:-1}.footer-main-grid{grid-template-columns:1fr 1fr;gap:60px}.footer-payment-col{grid-column:1/-1}.cart-lower-grid{grid-template-columns:1fr 330px}.checkout-header-inner{grid-template-columns:130px 1fr 100px}}
@media(max-width:760px){.container{width:min(100% - 24px,1360px)}.topbar{height:auto;min-height:34px;font-size:11px;text-align:center;flex-wrap:wrap;padding:7px 12px}.header-main{height:auto;padding:12px 0;grid-template-columns:1fr auto}.brand{font-size:27px}.search{grid-column:1/-1;grid-row:2}.header-actions{gap:10px}.nav{height:49px;gap:21px}.header-actions .track,.header-actions .returns{display:none}.hero .slide img{height:330px}.slide-copy{left:7%;right:7%}.slide-copy h1{font-size:39px}.hero-arrow{width:38px;height:38px;font-size:33px}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.section{padding:45px 0}.section-title{font-size:35px;margin-bottom:30px}.product-grid{grid-template-columns:repeat(2,1fr);gap:22px 12px}.product-card h3{font-size:15px;min-height:auto}.product-card .desc{display:none}.product-image-wrap{aspect-ratio:1/1}.card-actions{grid-template-columns:1fr}.card-actions .cart-icon-btn{display:none}.section-arrow{display:none}.feature-banner{grid-template-columns:1fr}.feature-banner .media,.feature-banner .copy{height:auto;min-height:290px}.social-grid{gap:5px}.newsletter-form{grid-template-columns:1fr}.footer-main-grid{grid-template-columns:1fr;gap:46px}.footer-payment-col{grid-column:auto}.footer-social-col{align-items:flex-start}.back-top{margin-top:30px}.product-layout{gap:30px}.gallery{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;overflow:auto}.thumb{min-width:72px;height:72px}.thumb-down{display:none}.main-image{height:390px}.product-info h1{font-size:24px}.qty-buy{grid-template-columns:1fr}.qty-buy{height:auto}.qty-control{height:49px}.qty-buy .btn{height:49px}.reviews-summary{grid-template-columns:1fr}.reviews-sort strong{font-size:17px}.review-card{grid-template-columns:46px 1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.checkout-header{height:auto}.checkout-header-inner{grid-template-columns:1fr auto;padding:11px 0;gap:10px}.checkout-steps{grid-column:1/-1;grid-row:2;justify-self:center;padding-bottom:7px}.secure-label{font-size:9px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:13px 0;border-bottom:1px solid #ddd}.cart-table td{border:0;padding:6px 0}.cart-table td:before{content:attr(data-label);font-weight:800;display:inline-block;width:100px}.cart-product{display:inline-flex;max-width:calc(100% - 110px)}.cart-lower-grid{grid-template-columns:1fr}.cart-left-tools{grid-template-columns:1fr}.continue-shopping{grid-column:auto;margin-top:20px}.consumption-check{align-items:flex-start}.cart-fineprint{margin-top:45px}.sticky-whatsapp{display:none}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr 1fr}.price{font-size:16px}.installments{display:none}.header-actions{gap:8px}.social-grid{grid-template-columns:repeat(2,1fr)}.checkout-step{font-size:9px}.checkout-step b{width:16px;height:16px}.checkout-steps i{width:8px;margin:0 2px}}
@media(min-width:1101px){.carousel-shell .product-row[data-product-row]{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 90px)/4);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel-shell .product-row[data-product-row]::-webkit-scrollbar{display:none}.carousel-shell .product-row[data-product-row] .product-card{scroll-snap-align:start}}

/* =========================================================
   V3 - refinamento visual + Font Awesome Pro
   ========================================================= */
:root{--header-bg:#f7f7f7;--brand-rgb:255,0,127}
body{font-family:"Montserrat","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
.store-sticky-shell{box-shadow:0 2px 9px rgba(0,0,0,.08)}
.site-header{background:rgba(248,248,248,.985);box-shadow:none}
.topbar{height:38px;font-size:12.5px;font-weight:500}
.header-main{height:66px;grid-template-columns:128px minmax(420px,1fr) auto;gap:20px}
.brand{font-size:31px;font-weight:900;letter-spacing:-2px}
.brand img{max-height:40px;max-width:128px}
.search input{height:42px;border-radius:13px;background:#fff;box-shadow:0 0 0 1px #ececec;padding-left:42px}
.search-icon{left:14px;top:50%;transform:translateY(-50%);font-size:14px;line-height:1;color:var(--brand)}
.header-actions{gap:17px}
.header-action{gap:7px;font-size:13px;font-weight:450}
.header-symbol{font-size:14px;color:#0c0c0c}
.account-ring{border:0;width:auto;height:auto;border-radius:0;font-size:18px;color:var(--brand)}
.cart-line{font-size:18px;transform:none;color:var(--brand)}
.cart-count{min-width:17px;height:17px;border-radius:50%;display:grid;place-items:center;font-size:10px;color:#111;margin-left:-2px}
.nav-wrap{border-top:1px solid rgba(0,0,0,.025)}
.nav{height:55px;gap:31px}
.nav a{font-size:13.5px;font-weight:500}
.nav .outlet{height:36px;border-radius:9px;padding:0 16px;font-weight:800}
.nav .outlet span{font-size:14px}

.hero{background:#fff}
.slide img{height:clamp(430px,32.7vw,590px)}
.slide-copy{left:max(7.8%,calc((100vw - 1360px)/2 + 18px));max-width:660px;text-shadow:none}
.slide-kicker{font-size:18px;font-weight:500;margin-bottom:8px}
.slide-copy h1{max-width:640px;font-size:clamp(50px,5.4vw,86px);line-height:.93;margin:8px 0 28px;letter-spacing:-3.6px;font-weight:850}
.hero-cta{height:49px;min-width:165px;justify-content:center;align-items:center;border:1px solid #fff;border-radius:999px;padding:0 28px;background:#fff;color:var(--brand);font-size:15px;text-shadow:none}
.hero-arrow{width:47px;height:47px;font-size:21px;display:grid;place-items:center;line-height:1;box-shadow:0 3px 14px rgba(0,0,0,.1)}
.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}
.hero-dots{bottom:11px}.hero-dot{width:9px;height:9px;cursor:pointer}

.section{padding:58px 0}
.section-title{font-size:clamp(38px,3.2vw,51px);font-weight:850;letter-spacing:-1.9px;margin-bottom:50px}
.product-grid{gap:34px}
.product-image-wrap{aspect-ratio:1/.88}
.badge{top:14px;left:12px;width:48px;height:48px;background:#d8b55b;border:1px solid rgba(104,72,0,.2);padding:5px;display:flex;flex-direction:column;justify-content:center;gap:1px}
.badge b{font-size:7px;letter-spacing:0;line-height:1}.badge small{font-size:7px;line-height:.9;font-weight:900}
.product-card h3{font-size:17.5px;font-weight:780;line-height:1.18;margin-top:12px}
.product-card .desc{font-size:12.7px;line-height:1.38;color:#4d4d4d}
.price{font-size:17.5px}.installments{font-size:11.5px}
.card-actions{grid-template-columns:1fr 52px;gap:8px}
.card-actions .btn{height:40px;border-radius:6px}
.cart-icon-btn{gap:6px;padding:0 7px;font-size:13px}.cart-icon-btn .mini-plus{font-size:15px;font-weight:500}.cart-icon-btn i{font-size:14px}
.section-arrow{width:44px;height:44px;font-size:18px;display:grid;place-items:center;line-height:1}

.feature-banner{width:min(820px,100%)}
.feature-banner .media,.feature-banner .copy{height:405px}
.feature-banner .copy{padding:48px 38px}.feature-banner h3{font-size:25px}

.social-tile>span{font-size:21px}

.newsletter{margin-top:34px;padding:30px 0 28px}
.newsletter h2{font-size:28px;font-weight:820;letter-spacing:-.7px}
.newsletter-form{width:min(760px,100%);grid-template-columns:1fr 1fr 1fr 90px}
.newsletter input,.newsletter button{height:40px}
.footer{padding:62px 0 14px;min-height:530px}
.footer-main-grid{grid-template-columns:1fr 1fr 1fr;gap:94px;min-height:315px}
.footer-brand{font-size:32px;margin-bottom:40px}
.footer-links{gap:12px}.footer-links a{font-size:12.5px}
.footer-social-col{padding-top:4px}.social-circles{gap:15px}
.social-circles a,.social-circles span{width:45px;height:45px;font-size:21px}
.back-top{margin-top:74px}.back-top b{font-size:12px}
.footer-payment-col h3{font-size:18px;margin-bottom:48px}
.payment-icons.card-brands{gap:13px}.payment-icons.card-brands span{border:0;min-width:auto;height:auto;padding:0;font-size:34px}
.pix-mark{margin-top:30px}.pix-mark b{font-size:29px}.pix-mark span{margin-top:3px;display:block}
.footer-bottom{margin-top:34px;font-size:12px}
.sticky-whatsapp{right:0;bottom:10px;border-radius:9px 0 0 9px;padding:11px 7px;font-size:12px}.sticky-whatsapp span{font-size:15px}


.product-page{padding:38px 0 20px}
.product-layout{grid-template-columns:minmax(0,1.12fr) minmax(440px,.88fr);gap:82px}
.gallery{grid-template-columns:88px minmax(0,1fr);gap:24px;top:174px}
.thumb{width:80px;height:94px}.thumb-down{font-size:25px;margin-top:-4px}
.main-image{height:600px}
.crumbs{font-size:11.5px}.product-info h1{font-size:25px;font-weight:800;line-height:1.16}.product-info .short{font-size:12.5px}
.product-price .price{font-size:22px}.product-price .installments{font-size:12px}
.qty-buy{height:52px;border:1.5px solid var(--brand);border-radius:10px}.qty-control button{width:31px;height:31px;font-size:16px}.qty-buy .btn{font-size:18px}
.feature-box{background:var(--brand2);padding:30px 24px;min-height:180px}.feature-box h3{font-size:23px}.feature-box p{font-size:13px;line-height:1.5}.feature-line i{width:20px;text-align:center;margin-right:2px}
.tabs{margin-top:44px}.tab-buttons{gap:28px}.tab-btn{font-size:16px}.tab-panel{font-size:12.5px;padding-top:26px}
.together{margin-top:42px}.together h2{font-size:29px;font-weight:800}.bundle-box{width:min(365px,100%)}
.bundle-item{min-height:78px}.bundle-plus{font-size:32px}.bundle-total{margin-top:18px}.bundle-box .btn{height:38px;font-size:12px}
.reviews{margin-top:72px}.reviews h2{font-size:24px}.review-count-pill{margin-bottom:47px}.reviews-summary{grid-template-columns:245px minmax(0,1fr);gap:48px}.rating-big{font-size:42px}.reviews-sort{height:90px}.reviews-sort strong{font-size:21px}.review-card{padding:21px}

@media(max-width:1100px){.header-main{grid-template-columns:118px minmax(260px,1fr) auto}.header-actions{gap:12px}.slide-copy{left:7%}.product-layout{gap:35px}}
@media(max-width:760px){.header-main{grid-template-columns:1fr auto}.search-icon{top:50%}.slide img{height:390px}.slide-copy h1{font-size:44px;letter-spacing:-2.4px}.hero-cta{height:44px}.footer-main-grid{gap:42px}.payment-icons.card-brands span{font-size:31px}.main-image{height:410px}}


/* V5 - checkout em etapas, tipografia e avaliações importadas com origem */
.checkout-flow{font-family:Arial,"Helvetica Neue",sans-serif;color:#0e0e0e;background:#fff;font-size:14px}
.checkout-flow main{min-height:calc(100vh - 58px)}
.checkout-header{height:64px;border-bottom:1px solid #cfd3d8;box-shadow:0 3px 8px rgba(26,40,58,.20)}
.checkout-header-inner{width:min(1510px,calc(100% - 70px));grid-template-columns:190px 1fr 170px}
.checkout-brand{font-size:31px;font-weight:900;letter-spacing:-1.5px}
.checkout-steps{font-size:12px;font-weight:400}
.checkout-step{gap:6px}.checkout-step b{width:20px;height:20px;font-size:11px;background:#fff}
.checkout-step.active{font-weight:700}.checkout-step.done b{background:var(--brand);color:#fff}
.checkout-steps i{width:26px;margin:0 6px}
.secure-label{font-size:10px;letter-spacing:2.5px;font-weight:800}

.checkout-email-stage{min-height:760px;padding:31px 20px 80px;display:flex;justify-content:center}
.checkout-email-card{width:min(820px,100%);text-align:center}
.checkout-email-card h1,.checkout-title{margin:0 0 78px;color:var(--brand);font-size:29px;line-height:1;font-weight:800;letter-spacing:.2px;text-align:center}
.checkout-email-card h2{font-size:22px;line-height:1.35;margin:0 auto 25px;max-width:690px;font-weight:600}
.checkout-email-card h2 strong{font-weight:800}
.checkout-email-form{max-width:760px;margin:0 auto}
.checkout-email-form>input,.checkout-password{width:100%;height:48px;border:1px solid #d2d2d2;border-radius:0;padding:0 29px;outline:0;font-size:14px}
.checkout-email-form>input:focus,.checkout-password:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(255,0,127,.05)}
.checkout-email-form p{font-size:15px;margin:10px 0 15px;line-height:1.3}
.checkout-main-button{height:52px;border:0;background:var(--brand);color:#fff;font-size:14px;letter-spacing:1.3px;font-weight:700;padding:0 32px;min-width:300px;cursor:pointer}
.checkout-email-reasons{max-width:560px;text-align:left;margin:95px auto 0}
.checkout-email-reasons h3{font-size:14px;letter-spacing:1.5px;font-weight:500;margin:0 0 25px}
.checkout-email-reasons ul{display:grid;gap:18px;padding-left:19px;margin:0;font-size:13px;text-transform:uppercase;letter-spacing:1.2px;color:#595959}
.checkout-inline-error{max-width:760px;margin:-50px auto 25px;padding:11px 15px;background:#fff0f4;color:#a6134f;text-align:left;border-left:3px solid var(--brand)}
.checkout-account-found{max-width:610px;margin:0 auto;border:1px solid #ececec;padding:36px;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.035)}
.checkout-account-found>i{font-size:42px;color:var(--brand)}
.checkout-account-found h2{margin:16px 0 5px;font-size:21px}.checkout-account-found>p{margin:6px 0 18px}.checkout-account-found .muted{font-size:13px;line-height:1.5;color:#666}
.checkout-account-found .checkout-password{margin:5px 0 14px}.checkout-account-found .checkout-main-button{width:100%}
.checkout-secondary-action{display:inline-block;margin:15px 9px 0}.checkout-secondary-action button{border:0;background:none;text-decoration:underline;color:#444;cursor:pointer;font-size:12px}

.checkout-details-stage{padding:31px 0 70px;min-height:790px}
.checkout-details-wrap{width:min(1450px,calc(100% - 80px))}
.checkout-details-stage .checkout-title{margin-bottom:72px}
.checkout-error{max-width:1000px;margin:-45px auto 35px}
.checkout-columns{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(330px,1fr) minmax(360px,.9fr);gap:38px;align-items:start}
.checkout-column{min-width:0}.checkout-column>h2{color:var(--brand);font-size:16px;letter-spacing:2px;font-weight:500;margin:0 0 42px;position:relative}
.checkout-column>h2:after{content:"";position:absolute;left:0;bottom:-7px;width:39px;height:2px;background:var(--brand)}
.checkout-help{font-size:12px;color:#666;line-height:1.55;margin:-5px 0 18px;max-width:370px}
.checkout-field{display:grid;gap:5px;margin-bottom:15px}.checkout-field label{font-size:12px;letter-spacing:.5px}
.checkout-field input{height:38px;width:100%;border:1px solid #d4d4d4;background:#fff;border-radius:0;padding:0 12px;outline:0;font-size:13px}
.checkout-field input:focus{border-color:var(--brand)}
.checkout-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.checkout-state{width:50%}
.checkout-email-locked{position:relative}.checkout-email-locked input{padding-right:32px}.checkout-email-locked i{position:absolute;right:9px;top:11px;color:#67b54d;font-size:13px}
.checkout-change-email{display:inline-block;color:#666;text-decoration:underline;font-size:11px;margin:-9px 0 16px}
.checkout-account-ok{font-size:11px;color:#2d7c3d;background:#f2fff4;padding:9px 10px;margin-top:4px}.checkout-account-ok i{margin-right:4px}
.checkout-payment-title{margin-top:40px!important;margin-bottom:25px!important}
.checkout-payment-option{height:64px;border:1px solid #e1e1e1;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:0 15px;margin-bottom:18px}
.checkout-payment-option>span{font-size:24px;color:var(--brand)}.checkout-payment-option>div{display:grid;gap:4px}.checkout-payment-option strong{font-size:13px}.checkout-payment-option small{font-size:11px;color:#777}.checkout-payment-option>i{color:var(--brand)}
.checkout-place-order{width:100%;min-width:0;font-size:12px}
.checkout-summary-modern{padding-left:6px}.checkout-summary-modern>h2{margin-bottom:42px}
.checkout-summary-item{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:17px;align-items:center;padding:16px 17px;border:1px solid #f0f0f0;background:#fff;margin-bottom:10px;box-shadow:0 6px 18px rgba(0,0,0,.025)}
.checkout-summary-item img{width:94px;height:80px;object-fit:contain}.checkout-summary-item strong{display:block;font-size:12px;line-height:1.45;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.checkout-summary-item small{display:block;margin-top:5px;color:#666;font-size:11px}.checkout-summary-item>b{font-size:13px;white-space:nowrap}
.checkout-summary-lines{display:grid;gap:13px;margin-top:23px;padding:0 17px}.checkout-summary-lines>div{display:flex;justify-content:space-between;font-size:12px}.checkout-summary-lines .total{border-top:1px solid #ddd;padding-top:15px;font-size:17px}.checkout-summary-lines .total strong{font-size:18px}
.checkout-consumption{display:flex;gap:10px;align-items:flex-start;margin:70px 0 0;font-size:12px;line-height:1.4}.checkout-consumption input{width:21px;height:21px;accent-color:var(--brand);flex:0 0 auto}

.checkout-footer{padding:28px 20px 34px;color:#616161;border-top:1px solid #ececec;text-align:center;font-size:11px;line-height:1.55}
.checkout-footer-links{display:flex;justify-content:center;gap:10px;margin-bottom:22px}.checkout-footer a{text-decoration:none}.checkout-footer a:hover{color:var(--brand)}
.checkout-company p{margin:7px 0}.checkout-company p:first-child{font-size:12px;color:#333}

.pdp-rating-jump{display:flex;align-items:center;gap:7px;margin:15px 0 4px;width:max-content;font-size:12px}.pdp-rating-jump span{font-weight:800}.pdp-rating-jump span i{color:#f5ad00}.pdp-rating-jump b{font-weight:600}.pdp-rating-jump small{color:#777;margin-left:3px}
.review-source-note{max-width:720px;margin:12px auto 35px;padding:10px 14px;background:#f7f7f7;color:#666;border-radius:999px;text-align:center;font-size:11px}.review-source-note i{margin-right:5px}
.external-review{border-left:3px solid #ececec}.review-origin-badge{display:inline-flex;align-items:center;gap:4px;background:#f1f1f1;color:#666;border-radius:999px;padding:4px 8px;margin-right:5px}.review-origin-badge.verified{background:#edf9f0;color:#398051}

@media(max-width:1050px){
  .checkout-columns{grid-template-columns:1fr 1fr}.checkout-summary-modern{grid-column:1/-1;padding-left:0}.checkout-summary-item{grid-template-columns:76px 1fr auto}.checkout-consumption{margin-top:30px}
}
@media(max-width:760px){
  .checkout-header{height:auto}.checkout-header-inner{width:calc(100% - 30px);grid-template-columns:1fr auto;padding:13px 0 8px}.checkout-brand{font-size:28px}.secure-label{font-size:9px}.checkout-steps{grid-column:1/-1;grid-row:2;margin-top:12px;padding-bottom:0}.checkout-steps i{width:18px;margin:0 4px}
  .checkout-email-stage{padding-top:30px;min-height:720px}.checkout-email-card h1,.checkout-title{font-size:27px;margin-bottom:48px}.checkout-email-card h2{font-size:19px}.checkout-email-form p{font-size:13px}.checkout-main-button{min-width:0;width:100%}.checkout-email-reasons{margin-top:55px}.checkout-account-found{padding:26px 20px}
  .checkout-details-wrap{width:calc(100% - 30px)}.checkout-columns{grid-template-columns:1fr;gap:45px}.checkout-summary-modern{grid-column:auto}.checkout-column>h2{margin-bottom:30px}.checkout-two{grid-template-columns:1fr}.checkout-state{width:100%}.checkout-summary-item{grid-template-columns:70px 1fr}.checkout-summary-item>b{grid-column:2;justify-self:end;margin-top:-18px}.checkout-consumption{margin-top:25px}.checkout-footer{font-size:10px}
  .review-source-note{border-radius:8px;margin-bottom:20px}
}

/* V6 - checkout mais confiável + PIX direto */
.secure-label{justify-self:end;display:flex;align-items:center;gap:9px;color:#222;letter-spacing:0;font-size:11px;font-weight:800}.secure-label>i{font-size:18px;color:var(--brand)}.secure-label>span{display:grid;line-height:1.05;letter-spacing:1.2px}.secure-label small{font-size:8px;color:#8b8b8b;letter-spacing:.5px;font-weight:600;margin-top:4px;text-transform:none}
.checkout-email-stage{min-height:620px;padding:32px 20px 56px}.checkout-email-card{width:min(760px,100%)}.checkout-email-card h1{margin-bottom:64px}.checkout-email-card h2{font-size:21px;max-width:620px}.checkout-email-form{max-width:700px}.checkout-email-input-wrap{position:relative}.checkout-email-input-wrap>i{position:absolute;left:17px;top:16px;color:var(--brand);font-size:16px;z-index:2}.checkout-email-input-wrap input{width:100%;height:50px;border:1px solid #cfcfcf;border-radius:0;padding:0 20px 0 48px;background:#fff!important;outline:0;font-size:14px;box-shadow:none}.checkout-email-input-wrap input:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(255,0,127,.05)}.checkout-email-input-wrap input:-webkit-autofill,.checkout-field input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#111!important}.checkout-email-form .checkout-main-button{min-width:278px}.checkout-main-button i{margin-left:7px}.checkout-trust-line{margin:15px auto 0;color:#777;font-size:11px;display:flex;justify-content:center;align-items:center;gap:7px}.checkout-trust-line i{color:#4f9a67}.checkout-email-reasons{margin-top:72px;max-width:535px}.checkout-email-reasons h3{font-weight:600;color:#313131}.checkout-email-reasons ul{gap:14px;font-size:12px;line-height:1.45}
.checkout-field input::placeholder{color:#b1b1b1}.checkout-field input[data-mask]{font-variant-numeric:tabular-nums;letter-spacing:.15px}
.checkout-footer{background:#fff}.checkout-company{max-width:920px;margin:0 auto}.checkout-company p:first-child{font-weight:700}

.pix-payment-stage{padding:46px 28px 70px;background:#fafafa;min-height:calc(100vh - 58px)}.pix-payment-wrap{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.pix-payment-card,.pix-paid-card,.pix-order-summary{background:#fff;border:1px solid #ececec;box-shadow:0 12px 32px rgba(20,24,30,.06)}.pix-payment-card{padding:32px}.pix-payment-heading{display:flex;align-items:center;gap:15px;border-bottom:1px solid #eee;padding-bottom:20px}.pix-brand-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f0fbf8;color:#25ad91;font-size:25px}.pix-payment-heading small{display:block;font-size:10px;letter-spacing:1.8px;color:#777;font-weight:800}.pix-payment-heading h1{font-size:26px;margin:5px 0 0}.pix-payment-lead{font-size:13px;color:#666;margin:20px 0 27px}.pix-payment-main{display:grid;grid-template-columns:310px minmax(0,1fr);gap:35px;align-items:center}.pix-qr-column{text-align:center}.pix-qr-frame{width:274px;height:274px;margin:auto;border:1px solid #e2e2e2;padding:11px;background:#fff;display:grid;place-items:center}.pix-qr-frame img,.pix-qr-frame canvas{max-width:250px!important;max-height:250px!important}.pix-qr-caption{margin-top:12px;font-size:11px;color:#666}.pix-qr-caption i{margin-right:5px}.pix-copy-column{padding-right:8px}.pix-step-label{font-size:10px;color:var(--brand);font-weight:900;letter-spacing:1.5px}.pix-copy-column h2{font-size:21px;margin:8px 0 9px}.pix-copy-column>p{font-size:13px;line-height:1.45;color:#666;margin:0 0 15px}.pix-copy-code{width:100%;height:92px;resize:none;border:1px solid #d9d9d9;background:#fafafa;padding:12px;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all;outline:0}.pix-copy-code:focus{border-color:var(--brand)}.pix-copy-button{width:100%;height:48px;margin-top:11px;border:0;background:var(--brand);color:#fff;font-weight:850;letter-spacing:.7px;cursor:pointer}.pix-copy-button i{margin-right:7px}.pix-payment-security{display:flex;align-items:center;gap:10px;margin-top:17px;color:#4d4d4d}.pix-payment-security>i{font-size:19px;color:#4b9b69}.pix-payment-security span{display:grid;font-size:12px;font-weight:700}.pix-payment-security small{font-size:10px;color:#888;font-weight:500;margin-top:3px}.pix-payment-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ececec;margin-top:28px;padding-top:20px;font-size:14px}.pix-payment-total strong{font-size:20px}.pix-auto-status{margin-top:18px;padding:11px 13px;background:#f7f9fb;color:#6a6a6a;font-size:11px;text-align:center}.pix-auto-status i{margin-right:6px}.pix-order-summary{padding:25px}.pix-order-summary h2{font-size:14px;letter-spacing:1.6px;color:var(--brand);margin:0 0 21px}.pix-order-item{display:grid;grid-template-columns:55px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid #eee}.pix-order-item img{width:55px;height:55px;object-fit:contain}.pix-order-item strong{font-size:11px;line-height:1.35;display:block}.pix-order-item small{font-size:10px;color:#777}.pix-order-item b{font-size:11px;white-space:nowrap}.pix-order-total{display:flex;justify-content:space-between;padding-top:18px;font-size:14px}.pix-order-total strong{font-size:18px}.pix-order-detail{display:block;margin-top:18px;text-align:center;color:var(--brand);text-decoration:underline;font-size:11px}.pix-paid-card{grid-column:1/-1;max-width:620px;margin:40px auto;text-align:center;padding:50px 36px}.pix-paid-icon{font-size:52px;color:#45a56a}.pix-paid-card h1{font-size:28px;margin:16px 0 8px}.pix-paid-card p{color:#666}.pix-order-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;margin-top:20px}.pix-error-card .pix-paid-icon{color:#c55252}

@media(max-width:900px){.pix-payment-wrap{grid-template-columns:1fr}.pix-order-summary{order:2}.pix-payment-main{grid-template-columns:280px minmax(0,1fr);gap:24px}.pix-qr-frame{width:254px;height:254px}.pix-qr-frame img,.pix-qr-frame canvas{max-width:230px!important;max-height:230px!important}}
@media(max-width:650px){.secure-label>span small{display:none}.secure-label>span{font-size:9px}.secure-label>i{font-size:16px}.checkout-email-stage{min-height:auto;padding-top:28px}.checkout-email-card h1{margin-bottom:42px}.checkout-email-reasons{margin-top:48px}.pix-payment-stage{padding:24px 14px 42px}.pix-payment-card{padding:20px 16px}.pix-payment-main{grid-template-columns:1fr}.pix-payment-heading h1{font-size:22px}.pix-qr-frame{width:250px;height:250px}.pix-copy-column{padding:0}.pix-order-summary{padding:20px}.pix-paid-card{padding:38px 22px}.checkout-trust-line{font-size:10px}}

/* V7 - checkout refinado, fretes, CPF/CNPJ e conta */
.pdp-rating-jump{gap:8px;margin:18px 0 10px;font-size:12px;color:#111}.pdp-rating-jump .rating-score{font-weight:800}.pdp-rating-jump .rating-stars{position:relative;display:inline-block;font-size:18px;line-height:1;letter-spacing:1px;color:#ddd;width:96px;overflow:hidden;white-space:nowrap}.pdp-rating-jump .rating-stars:before{content:"★★★★★"}.pdp-rating-jump .rating-stars>i{position:absolute;left:0;top:0;height:100%;overflow:hidden;color:#f5b335;font-style:normal;white-space:nowrap}.pdp-rating-jump .rating-stars>i:before{content:"★★★★★"}.pdp-rating-jump b{font-size:12px}.pdp-rating-jump small{font-size:10px;color:#8a8a8a}
.checkout-field input.valid{border-color:#67b54d}.checkout-field input.invalid{border-color:#d8465b}.document-validation{font-size:10px;min-height:14px;margin-top:1px}.document-validation.ok{color:#39834a}.document-validation.bad{color:#b72d42}.document-validation i{margin-right:4px}
.checkout-account-create{border:1px solid #eee;background:#fafafa;padding:16px;margin-top:18px}.checkout-account-create>div:first-child{display:grid;grid-template-columns:28px 1fr;column-gap:8px;margin-bottom:14px}.checkout-account-create>div:first-child>i{grid-row:1/3;font-size:21px;color:var(--brand);margin-top:2px}.checkout-account-create strong{font-size:12px}.checkout-account-create small{font-size:10px;color:#777;line-height:1.4;margin-top:3px}
.checkout-shipping-block{margin:27px 0 8px}.checkout-shipping-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}.checkout-shipping-head>span{font-size:12px;font-weight:700;letter-spacing:.7px}.checkout-shipping-head small{font-size:10px;color:#888}.checkout-shipping-methods{display:grid;border:1px solid #e4e4e4}.checkout-shipping-option{min-height:62px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 13px;border-bottom:1px solid #eee;cursor:pointer;background:#fff}.checkout-shipping-option:last-child{border-bottom:0}.checkout-shipping-option:has(input:checked){background:#fafcff;box-shadow:inset 3px 0 var(--brand)}.checkout-shipping-option input{position:absolute;opacity:0;pointer-events:none}.checkout-shipping-option .radio-dot{width:16px;height:16px;border:1px solid #8f8f8f;border-radius:50%;position:relative}.checkout-shipping-option input:checked+.radio-dot{border-color:var(--brand)}.checkout-shipping-option input:checked+.radio-dot:after{content:"";width:8px;height:8px;background:var(--brand);border-radius:50%;position:absolute;inset:3px}.ship-copy{display:grid;gap:4px}.ship-copy strong{font-size:12px}.ship-copy small{font-size:10px;color:#777;line-height:1.35}.checkout-shipping-option>b{font-size:11px;white-space:nowrap}.checkout-shipping-empty{padding:17px 14px;text-align:center;color:#6c6c6c;font-size:11px;background:#fafafa}.checkout-shipping-empty i{margin-right:6px}.checkout-shipping-empty.error{color:#a63042;background:#fff8fa}
.checkout-place-order{height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;letter-spacing:.8px}.checkout-place-order>span{font-size:12px;font-weight:800}.checkout-place-order>small{font-size:9px;letter-spacing:.4px;font-weight:500;opacity:.9}.checkout-place-order i{margin-right:5px}.checkout-summary-lines span small{font-size:9px;color:#777;font-weight:400;margin-left:3px}
.pix-payment-heading small,.pix-step-label{font-family:Arial,"Helvetica Neue",sans-serif;letter-spacing:.7px;font-weight:700}.pix-payment-heading small{font-size:11px;color:#555}.pix-step-label{font-size:11px}.pix-copy-column h2{font-family:Arial,"Helvetica Neue",sans-serif;font-weight:700}.pix-order-breakdown{display:grid;gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid #eee}.pix-order-breakdown>div{display:flex;justify-content:space-between;font-size:11px}.pix-order-breakdown .shipping-name small{display:block;color:#777;font-size:9px;margin-top:3px}.pix-order-total{border-top:1px solid #eee;margin-top:14px}.pix-order-shipping-badge{display:inline-flex;align-items:center;gap:6px;font-size:9px;color:#666;background:#f7f7f7;padding:5px 7px;margin-top:4px}
.account-auth-wrap{max-width:980px;margin:0 auto 70px}.account-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.account-auth-card{border:1px solid #e8e8e8;background:#fff;padding:28px;box-shadow:0 7px 22px rgba(0,0,0,.035)}.account-auth-card h2{margin:0 0 22px}.account-register-intro{text-align:center}.account-register-intro>i{font-size:38px;color:var(--brand);margin-bottom:14px}.account-register-intro p{font-size:13px;color:#666;line-height:1.5}.account-register-toggle{width:100%;margin-top:10px}.account-register-form[hidden]{display:none}.account-register-form{margin-top:20px;padding-top:20px;border-top:1px solid #eee}.account-register-form .form-grid{gap:12px}.account-register-form .input[data-mask]{font-variant-numeric:tabular-nums}
@media(max-width:760px){.checkout-shipping-head{align-items:start;gap:8px;flex-direction:column}.checkout-account-create .checkout-two{grid-template-columns:1fr}.account-auth-grid{grid-template-columns:1fr}.pdp-rating-jump .rating-stars{font-size:17px;width:91px}.checkout-place-order{height:60px}}

/* V8 - home configuravel, URLs amigaveis, categorias e institucional */
.home-category-strip{padding:38px 0 18px;background:#fff}.home-category-scroll{display:flex;align-items:flex-start;justify-content:center;gap:28px;overflow-x:auto;padding:6px 2px 14px;scrollbar-width:thin}.home-category-item{min-width:92px;text-align:center;color:var(--brand);font-weight:850}.home-category-item>span{width:92px;height:92px;border-radius:50%;background:color-mix(in srgb,var(--brand) 8%,#fff);display:grid;place-items:center;overflow:hidden;margin:0 auto 9px;border:1px solid color-mix(in srgb,var(--brand) 10%,#fff)}.home-category-item img{width:100%;height:100%;object-fit:contain;padding:7px;transition:transform .25s ease}.home-category-item:hover img{transform:scale(1.06)}.home-category-item strong{font-size:13px;white-space:nowrap}.category-hero{width:100%;background:#f7f7f7}.category-hero picture,.category-hero img{display:block;width:100%}.category-hero img{height:clamp(250px,24vw,430px);object-fit:cover}.category-page{padding-top:38px}.category-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:36px}.category-heading>div:first-child{max-width:780px}.category-heading span{font-size:11px;color:#8b8b8b;text-transform:uppercase;letter-spacing:1.2px}.category-heading h1{color:var(--brand);font-size:40px;line-height:1;margin:6px 0 10px}.category-heading p{margin:0;color:#666;line-height:1.55}.category-sort{font-size:11px;color:#999;text-align:right}.category-sort strong{display:block;color:#444;margin-top:5px}.category-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-banner{border-radius:2px}.sticky-whatsapp{border-radius:18px 0 0 18px!important;padding:13px 9px!important;overflow:hidden}
.footer-trust-row{border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.22);padding:32px 0;display:grid;grid-template-columns:1fr 2fr;gap:60px}.footer-trust-row section h3{font-size:16px;margin:0 0 18px}.footer-badge-list{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-badge-item{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:8px 10px;min-height:55px}.footer-badge-item img{max-width:130px;max-height:62px;object-fit:contain}.policy-page{padding:52px 0 76px;background:#fafafa}.policy-wrap{max-width:1040px}.policy-head{text-align:center;margin-bottom:28px}.policy-head>span{font-size:11px;color:var(--brand);font-weight:850;letter-spacing:2px}.policy-head h1{font-size:34px;color:var(--brand);margin:8px 0}.policy-head p{font-size:11px;color:#888}.policy-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}.policy-tabs a{padding:10px 14px;border:1px solid #e7e7e7;background:#fff;border-radius:999px;font-size:12px;color:#555}.policy-tabs a.active{background:var(--brand);border-color:var(--brand);color:#fff}.policy-card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:40px 46px;box-shadow:0 10px 28px rgba(0,0,0,.035)}.policy-card h2{font-size:18px;margin:27px 0 8px}.policy-card h2:first-child{margin-top:0}.policy-card p{font-size:14px;color:#555;line-height:1.7;margin:0}.policy-shipping-list{display:grid;border:1px solid #eee;border-radius:10px;overflow:hidden;margin:18px 0 25px}.policy-shipping-list>div{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:center;padding:14px 16px;border-bottom:1px solid #eee}.policy-shipping-list>div:last-child{border-bottom:0}.policy-shipping-list span{font-size:12px;color:#777}.policy-shipping-list b{font-size:12px}
@media(max-width:900px){.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-trust-row{grid-template-columns:1fr}.home-category-scroll{justify-content:flex-start}}
@media(max-width:760px){.home-category-strip{padding:25px 0 7px}.home-category-scroll{gap:18px}.home-category-item{min-width:76px}.home-category-item>span{width:76px;height:76px}.home-category-item strong{font-size:12px}.category-hero img{height:230px}.category-heading{align-items:flex-start;flex-direction:column}.category-heading h1{font-size:32px}.category-sort{text-align:left}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-page{padding:34px 0 55px}.policy-card{padding:27px 20px}.policy-head h1{font-size:28px}.policy-shipping-list>div{grid-template-columns:1fr auto}.policy-shipping-list span{grid-column:1/-1}.footer-trust-row{gap:30px}.footer-badge-item img{max-width:105px;max-height:52px}}
.policy-head h1{text-transform:uppercase}

/* V9 - vitrines automaticas, promo geral, cupom por URL e WhatsApp fixo */
.catalog-promo-badge{position:absolute;right:10px;top:10px;z-index:3;background:var(--brand);color:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;box-shadow:0 4px 13px rgba(0,0,0,.12);max-width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-promo-note{margin-top:8px;display:inline-flex;align-items:center;gap:6px;background:color-mix(in srgb,var(--brand) 9%,#fff);color:var(--brand);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.spotlight-old-price{display:block;opacity:.72;font-size:12px;margin-top:12px}
.sticky-whatsapp{display:flex!important;position:fixed!important;right:0!important;top:50%!important;bottom:auto!important;z-index:90!important;border-radius:18px 0 0 18px!important;padding:14px 9px!important;box-shadow:0 5px 20px rgba(0,0,0,.22)!important;transform:translateY(-50%) rotate(180deg)!important;writing-mode:vertical-rl!important;align-items:center!important;gap:7px!important}.sticky-whatsapp span{display:grid;place-items:center}
@media(max-width:760px){.sticky-whatsapp{display:flex!important;top:auto!important;bottom:74px!important;transform:rotate(180deg)!important;border-radius:14px 0 0 14px!important;padding:11px 7px!important;font-size:11px!important}}


/* =========================================================
   V10 - Font Awesome + PDP/reviews/footer mobile + WhatsApp
   Mantido NO FINAL do arquivo para sobrescrever regras antigas.
   ========================================================= */
/* Font Awesome precisa controlar a própria font-family. Nunca aplique font-family global com !important em *. */

/* O botão fica preso à direita; como há rotate(180deg), o raio é definido invertido aqui
   para que visualmente as pontas arredondadas fiquem no lado esquerdo. */
.sticky-whatsapp{right:0!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) rotate(180deg)!important;border-radius:0 18px 18px 0!important;writing-mode:vertical-rl!important;max-width:none!important}

/* Avaliações: o selo de origem foi removido no PHP. Mantemos somente o selo de compra verificada. */
.review-origin-badge.verified{margin-right:6px}

@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body{font-size:14px}
  .container{width:calc(100% - 28px)!important;max-width:none!important}

  /* Header */
  .store-sticky-shell{position:relative}
  .header-main{height:auto!important;min-height:106px!important;padding:12px 0!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px 12px!important}
  .brand{font-size:29px!important;min-width:0}.brand img{max-width:116px!important;max-height:38px!important}
  .header-actions{gap:12px!important}.header-action{font-size:12px!important}.header-actions .label{display:none!important}
  .header-actions .track,.header-actions .returns{display:none!important}
  .search{grid-column:1/-1!important;grid-row:2!important;width:100%!important}.search input{height:42px!important;font-size:12px!important}
  .nav-wrap{overflow:hidden}.nav{height:48px!important;gap:19px!important;padding-right:10px!important}.nav a{font-size:12px!important}

  /* Produto: uma coluna real, sem min-width desktop vazando para o viewport */
  .product-page{padding:24px 0 12px!important}
  .product-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;width:calc(100% - 28px)!important}
  .product-gallery-col,.product-info{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
  .gallery{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important}
  .main-image{height:auto!important;min-height:300px!important;max-height:430px!important;aspect-ratio:1/1!important;width:100%!important;overflow:hidden!important}
  .main-image img{width:100%!important;height:100%!important;object-fit:contain!important}
  .thumbs{order:2!important;display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;width:100%!important;padding:2px 0 6px!important;scrollbar-width:none}
  .thumbs::-webkit-scrollbar{display:none}.thumb{flex:0 0 58px!important;width:58px!important;height:58px!important}.thumb-down{display:none!important}
  .crumbs{font-size:10px!important;line-height:1.35!important;margin-bottom:7px!important;overflow-wrap:anywhere}
  .product-info h1{font-size:23px!important;line-height:1.08!important;max-width:none!important;margin-bottom:10px!important;overflow-wrap:anywhere}
  .product-info .short{font-size:12px!important;line-height:1.45!important;margin-bottom:18px!important}
  .pdp-rating-jump{flex-wrap:wrap!important;gap:6px!important}.pdp-rating-jump .rating-stars{font-size:16px!important;width:86px!important}
  .product-price{margin-top:12px!important}.product-price .price{font-size:23px!important}.product-price .installments{display:inline!important;font-size:11px!important}
  .qty-buy{height:auto!important;display:grid!important;grid-template-columns:1fr!important;border:0!important;gap:9px!important;margin-top:18px!important}
  .qty-control{height:48px!important;border:1.5px solid var(--brand)!important;border-radius:10px!important}.qty-buy .btn{height:50px!important;border-radius:10px!important;font-size:17px!important}
  .feature-box{width:100%!important;min-height:0!important;margin-top:24px!important;padding:22px 18px!important;border-radius:12px!important;color:#4b3342!important}.feature-box h3{font-size:20px!important;margin-bottom:12px!important;color:var(--brand)!important}.feature-box p{font-size:12px!important;line-height:1.55!important}
  .tabs{width:100%!important;margin-top:28px!important}.tab-buttons{display:flex!important;gap:0!important;overflow-x:auto!important;border-bottom:1px solid #ddd!important}.tab-btn{flex:0 0 auto!important;padding:0 13px 10px!important;font-size:14px!important;white-space:nowrap!important}.tab-panel{font-size:12px!important;line-height:1.55!important;padding-top:18px!important;overflow-wrap:anywhere!important}
  .together{margin-top:30px!important}.together h2{font-size:26px!important;margin-bottom:18px!important}.bundle-box{width:100%!important;max-width:100%!important}.bundle-item{grid-template-columns:54px minmax(0,1fr)!important;min-height:74px!important}.bundle-item.selectable{grid-template-columns:54px minmax(0,1fr) 32px!important}.bundle-item img{width:50px!important;height:50px!important}.bundle-item strong{font-size:11px!important;overflow-wrap:anywhere}.bundle-item span{font-size:10px!important}

  /* Avaliações: no mobile resumo e comentários ficam empilhados, sem coluna espremida. */
  .reviews{margin-top:38px!important;padding-bottom:42px!important}.reviews .container{width:calc(100% - 28px)!important}
  .reviews-topline{height:12px!important;margin-bottom:14px!important}.reviews h2{font-size:21px!important;line-height:1.18!important;margin:0 auto 10px!important;max-width:320px!important}.review-count-pill{margin:0 auto 24px!important;font-size:10px!important}
  .reviews-summary{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;width:100%!important}
  .rating-panel{width:100%!important;padding:0!important}.rating-big{font-size:38px!important}.rating-bars{max-width:100%!important}.recommend-box{max-width:100%!important}
  .reviews-list{width:100%!important;min-width:0!important}.reviews-sort{height:auto!important;min-height:62px!important;padding:12px 14px!important;display:flex!important;gap:12px!important;align-items:center!important;border-radius:10px!important}.reviews-sort strong{font-size:16px!important}.reviews-sort .select{width:auto!important;min-width:132px!important;max-width:52%!important;height:38px!important;font-size:11px!important}
  .review-card{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;width:100%!important;padding:15px 13px!important;margin-bottom:12px!important;border-radius:10px!important}.review-avatar{font-size:16px!important}.review-card>div:last-child{min-width:0!important}.review-card strong{font-size:12px!important;line-height:1.35!important}.review-card p{font-size:12px!important;line-height:1.48!important;overflow-wrap:anywhere!important;word-break:normal!important;margin:6px 0 9px!important}.review-card small{font-size:9px!important;line-height:1.45!important;display:flex!important;align-items:center!important;gap:5px!important;flex-wrap:wrap!important}.review-origin-badge{font-size:9px!important;padding:3px 7px!important;margin:0!important}
  .review-form{display:block!important;padding:16px!important}.review-form .form-grid{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}.review-form .field,.review-form .field.full{grid-column:1!important;width:100%!important}.review-form .input,.review-form .select,.review-form .textarea{width:100%!important}.review-form .btn{width:100%!important;margin-top:8px!important}

  /* Newsletter + rodapé: todas as colunas viram uma única coluna e não estouram 400px. */
  .newsletter{margin-top:22px!important;padding:27px 0!important}.newsletter h2{font-size:23px!important;line-height:1.08!important;margin-bottom:18px!important}.newsletter-form{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:9px!important}.newsletter input,.newsletter button{width:100%!important;height:42px!important}
  .footer{padding:38px 0 16px!important;min-height:0!important}.footer-main-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:30px!important;min-height:0!important}.footer-brand{font-size:27px!important;margin-bottom:20px!important}.footer-links{gap:9px!important}.footer-links a{font-size:12px!important}.footer-social-col{align-items:flex-start!important;padding:0!important}.social-circles{gap:10px!important}.social-circles a,.social-circles span{width:39px!important;height:39px!important;font-size:18px!important}.back-top{margin-top:18px!important}.footer-payment-col{grid-column:auto!important;padding:0!important}.footer-payment-col h3{margin-bottom:18px!important}.payment-icons.card-brands{gap:10px!important}.payment-icons.card-brands span{font-size:27px!important}.pix-mark{margin-top:20px!important}.footer-trust-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;padding:25px 0!important}.footer-badge-list{gap:10px!important}.footer-badge-item{min-height:48px!important;padding:6px 8px!important}.footer-badge-item img{max-width:105px!important;max-height:48px!important}.footer-bottom{margin-top:24px!important;font-size:10px!important;overflow-wrap:anywhere!important}.footer-bottom p{margin:8px 0!important}

  /* WhatsApp continua lateral e acompanha o scroll; não some no mobile. */
  .sticky-whatsapp{display:flex!important;right:0!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%) rotate(180deg)!important;border-radius:0 14px 14px 0!important;padding:10px 7px!important;font-size:10px!important;z-index:1400!important}
}

@media(max-width:430px){
  .container,.product-layout,.reviews .container{width:calc(100% - 20px)!important}
  .main-image{min-height:270px!important;max-height:360px!important}
  .product-info h1{font-size:21px!important}
  .reviews-sort{align-items:stretch!important;flex-direction:column!important}.reviews-sort .select{width:100%!important;max-width:none!important}
  .review-card{grid-template-columns:32px minmax(0,1fr)!important;padding:13px 11px!important}.review-avatar{font-size:14px!important}
  .newsletter h2{font-size:21px!important}
}


/* V10.1 - menu mobile, banners sem corte e controle visual do WhatsApp */
.mobile-menu-toggle,.mobile-nav-drawer,.mobile-nav-backdrop{display:none}

/* Banner de categoria deve respeitar a proporcao original em vez de cortar a arte. */
.category-hero picture,.category-hero img{width:100%}
.category-hero img{height:auto!important;max-height:none!important;object-fit:contain!important}

@media(max-width:760px){
  /* Header mobile inspirado no fluxo da loja de referencia: menu, logo, conta e carrinho. */
  .store-sticky-shell{position:relative!important}
  .header-main{min-height:72px!important;height:72px!important;padding:0!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}
  .mobile-menu-toggle{display:grid!important;width:38px;height:38px;border:0;background:transparent;color:var(--brand);place-items:center;font-size:23px;cursor:pointer;padding:0}
  .header-main>.brand{justify-self:center!important;font-size:29px!important;max-width:150px!important;text-align:center!important}
  .header-main>.brand img{margin:auto!important}
  .desktop-header-search{display:none!important}
  .header-actions{justify-self:end!important;gap:14px!important}.header-actions .account-ring{border:0!important;width:auto!important;height:auto!important;font-size:21px!important}.header-actions .cart-line{font-size:21px!important}.header-actions .cart-count{font-size:10px!important}
  .nav-wrap{display:none!important}

  .mobile-nav-backdrop{display:block!important;position:fixed;inset:0;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;transition:.25s ease;z-index:1990}
  .mobile-nav-backdrop.open{opacity:1;visibility:visible}
  .mobile-nav-drawer{display:block!important;position:fixed;left:0;top:0;bottom:0;width:min(360px,calc(100% - 36px));background:#fff;z-index:2000;transform:translateX(-104%);transition:transform .28s ease;overflow-y:auto;box-shadow:10px 0 30px rgba(0,0,0,.18)}
  .mobile-nav-drawer.open{transform:translateX(0)}
  .mobile-nav-top{height:82px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;padding:0 54px}
  .mobile-nav-brand{font-size:31px;font-weight:950;letter-spacing:-1.4px;color:#fff}.mobile-nav-brand img{max-width:145px;max-height:44px;filter:brightness(0) invert(1)}
  .mobile-nav-close{position:absolute;right:18px;top:20px;width:40px;height:40px;border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}
  .mobile-nav-quick{background:var(--brand);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:4px 18px 18px;text-align:center}
  .mobile-nav-quick a{display:flex;min-width:0;flex-direction:column;align-items:center;gap:5px;font-size:12px;line-height:1.05}.mobile-nav-quick i{font-size:22px}
  .mobile-drawer-search{margin:0;padding:14px 17px;background:var(--brand);position:relative}.mobile-drawer-search input{width:100%;height:43px;border:0;border-radius:12px;padding:0 15px 0 39px;outline:0;background:#fff;color:#333}.mobile-drawer-search>i{position:absolute;left:31px;top:28px;color:var(--brand)}
  .mobile-view-all{display:block;text-align:right;padding:17px 20px 14px;font-size:12px;text-decoration:underline}
  .mobile-category-menu{display:grid}.mobile-category-menu>a{min-height:78px;border-top:1px solid #e9e9e9;padding:0 21px;display:flex;align-items:center;justify-content:space-between;font-size:19px}.mobile-category-menu>a>span{display:flex;align-items:center;gap:15px}.mobile-category-menu>a>span i{width:25px;text-align:center;color:var(--brand)}.mobile-category-menu>a>i{color:var(--brand);font-size:16px}

  /* Home: usa a altura real da arte mobile para nao cortar textos/produtos do banner. */
  .hero,.slides,.slide,.slide>a,.slide picture{height:auto!important;min-height:0!important}
  .hero .slide img,.slide img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center!important}
  .hero-arrow{top:50%!important}

  /* Categorias: arte inteira e sem o bloco redundante '/slug' no mobile. */
  .category-hero img{height:auto!important;max-height:none!important;object-fit:contain!important}
  .category-sort{display:none!important}
  .category-heading{margin-bottom:24px!important}

  /* Vitrines da home em carrossel horizontal, mantendo duas colunas visiveis como referencia. */
  .product-showcase .product-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100vw - 52px)/2)!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;padding-bottom:8px!important}
  .product-showcase .product-row::-webkit-scrollbar{display:none!important}
  .product-showcase .product-row>.product-card{scroll-snap-align:start!important;min-width:0!important}
  .product-showcase .container{overflow:visible!important}
}


/* =========================================================
   V10.2 - acabamento visual, cards alinhados, login compacto,
   mobile mais proximo da referencia e barra de compra fixa.
   ========================================================= */

/* Cards com base alinhada: títulos/descrições podem variar sem deslocar preço e CTA. */
.visual-equal-product-cards .product-grid{align-items:stretch}
.visual-equal-product-cards .product-card{height:100%;display:flex;flex-direction:column}
.visual-equal-product-cards .product-card>a{display:flex;flex:1;min-height:0;flex-direction:column}
.visual-equal-product-cards .product-card .card-price-zone{margin-top:auto;padding-top:10px}
.visual-equal-product-cards .product-card .price-old{min-height:16px;margin:0 0 2px}
.visual-equal-product-cards .product-card .price-placeholder{visibility:hidden}
.visual-equal-product-cards .product-card .card-actions{margin-top:auto}
.visual-equal-product-cards .product-card h3{min-height:43px}
.visual-equal-product-cards .product-card .desc{min-height:54px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

/* Login / minha conta: formulário central semelhante ao fluxo de referência sem remover header/rodapé. */
.account-auth-compact-wrap{min-height:610px;display:flex;justify-content:center;align-items:flex-start;padding:55px 0 80px;max-width:100%}
.account-login-panel{width:min(360px,100%)}
.account-login-form{display:flex;flex-direction:column;gap:8px;text-align:center}
.account-login-form h1{margin:0 0 10px;color:var(--brand);font-size:15px;text-transform:lowercase;font-weight:850}
.account-login-input{position:relative}.account-login-input .input{height:44px;border-radius:2px;background:#fff;padding:0 15px;border:1px solid #d7d7d7}
.account-login-input .input::placeholder{color:#9b9b9b}.account-login-input .input:focus{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 9%,transparent)}
.password-input .input{padding-right:44px}.password-eye{position:absolute;right:0;top:0;width:44px;height:44px;border:0;background:transparent;color:#999;cursor:pointer}
.forgot-password{font-size:12px;color:var(--brand);font-weight:800;text-align:right;margin:0 0 4px;padding-bottom:10px;border-bottom:1px solid #eee}
.account-login-submit{border-radius:9px;height:44px;margin-top:2px}
.account-register-link{border:0;background:transparent;color:var(--brand);font-weight:850;font-size:12px;cursor:pointer;padding:4px}
.account-register-compact{margin-top:22px;padding:22px;border:1px solid #ececec;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04);text-align:left}
.account-register-compact h2{text-align:center;color:var(--brand);margin:0 0 7px}.account-register-compact>p{text-align:center;font-size:12px;color:#777;line-height:1.45;margin:0 0 18px}.account-register-two{grid-template-columns:1fr 1fr!important;gap:10px!important}
.account-login-notice{position:absolute;left:50%;transform:translateX(-50%);top:225px;width:min(520px,calc(100% - 30px));z-index:2}

.reviews-trust-label{margin-top:28px;padding-top:20px;border-top:1px solid #ddd;display:flex;align-items:center;gap:8px;color:#4b4b4b;font-size:11px;line-height:1.35}
.reviews-trust-label i{color:#73b70b;font-size:16px}.reviews-list-title{display:none;color:var(--brand);font-size:18px;margin:0 0 12px;text-align:center}

@media(max-width:760px){
  /* Cabeçalho realmente fixo no mobile quando ativado no Visual. */
  body.visual-mobile-header-sticky .store-sticky-shell{position:sticky!important;top:0!important;z-index:1800!important}
  body.visual-mobile-header-sticky .site-header{box-shadow:0 3px 12px rgba(0,0,0,.08)!important}

  /* Vitrines home: um card inteiro + uma amostra do próximo. */
  .product-showcase .section-arrow{display:none!important}
  .product-showcase .product-row{grid-auto-columns:var(--mobile-showcase-card)!important;gap:16px!important;padding-right:18px!important;scroll-snap-type:x mandatory!important}
  .product-showcase .product-row>.product-card{scroll-snap-align:start!important}
  .product-showcase .section-title{font-size:38px!important;line-height:.98!important;margin-bottom:34px!important}
  .product-showcase .product-card .product-image-wrap{aspect-ratio:1/1!important}
  .product-showcase .product-card h3{font-size:18px!important;line-height:1.2!important;min-height:auto!important}
  .product-showcase .product-card .desc{font-size:13px!important;line-height:1.42!important;min-height:55px!important;-webkit-line-clamp:3}
  .product-showcase .product-card .price{font-size:18px!important}.product-showcase .product-card .installments{font-size:11px!important}

  /* Categoria mobile em duas caixas organizadas e com CTA alinhado. */
  body.visual-mobile-category-boxed .category-page{padding-top:24px!important}
  body.visual-mobile-category-boxed .category-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}
  body.visual-mobile-category-boxed .category-product-grid .product-card{background:#fff;border:1px solid #efefef;border-radius:9px;padding:8px;box-shadow:0 4px 13px rgba(0,0,0,.045);min-width:0}
  body.visual-mobile-category-boxed .category-product-grid .product-image-wrap{aspect-ratio:1/1!important;margin-bottom:4px}
  body.visual-mobile-category-boxed .category-product-grid .product-card h3{font-size:14px!important;line-height:1.26!important;min-height:53px!important;margin:9px 0 7px!important}
  body.visual-mobile-category-boxed .category-product-grid .product-card .desc{font-size:10px!important;line-height:1.5!important;min-height:76px!important;-webkit-line-clamp:5}
  body.visual-mobile-category-boxed .category-product-grid .price-old{font-size:10px!important}.visual-mobile-category-boxed .category-product-grid .price{font-size:16px!important}.visual-mobile-category-boxed .category-product-grid .installments{font-size:9px!important}
  body.visual-mobile-category-boxed .category-product-grid .card-actions{grid-template-columns:1fr 43px!important;gap:7px!important}.visual-mobile-category-boxed .category-product-grid .btn{height:43px!important;padding:0 8px!important;font-size:12px!important}
  body.visual-mobile-category-boxed .category-product-grid .catalog-promo-badge{right:4px!important;top:4px!important;font-size:8px!important;padding:5px 7px!important;max-width:80%!important}
  body.visual-mobile-category-boxed .category-heading{margin-bottom:20px!important}.visual-mobile-category-boxed .category-heading>div:first-child{width:100%}.visual-mobile-category-boxed .category-heading h1{font-size:31px!important}

  /* PDP: miniaturas opcionais e barra Comprar fixa no rodapé. */
  body.pdp-page.visual-mobile-hide-thumbs .thumbs{display:none!important}
  body.pdp-page.visual-mobile-hide-thumbs .gallery{gap:0!important}
  body.pdp-page.visual-mobile-hide-thumbs .main-image{min-height:330px!important;max-height:430px!important}
  body.pdp-page.visual-mobile-buybar main{padding-bottom:72px!important}
  body.pdp-page.visual-mobile-buybar .buy-form .qty-buy{position:fixed!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;z-index:1750!important;width:min(100%,480px)!important;height:60px!important;display:grid!important;grid-template-columns:44% 56%!important;gap:0!important;background:#fff!important;border:0!important;border-top:1px solid color-mix(in srgb,var(--brand) 45%,#ddd)!important;border-radius:0!important;box-shadow:0 -8px 22px rgba(0,0,0,.08)!important;margin:0!important;overflow:hidden!important}
  body.pdp-page.visual-mobile-buybar .buy-form .qty-control{height:60px!important;border:0!important;border-radius:0!important;background:#fff!important;gap:15px!important}
  body.pdp-page.visual-mobile-buybar .buy-form .qty-control button{width:36px!important;height:36px!important;font-size:18px!important}
  body.pdp-page.visual-mobile-buybar .buy-form .qty-control input{font-size:17px!important;color:var(--brand)!important}
  body.pdp-page.visual-mobile-buybar .buy-form .qty-buy>.btn{height:60px!important;border-radius:0!important;font-size:18px!important}

  /* Avaliações: sequência vertical semelhante à referência, sem painel comprimido. */
  body.visual-mobile-reviews .reviews-summary{gap:34px!important}
  body.visual-mobile-reviews .rating-panel{padding:0 12px!important}
  body.visual-mobile-reviews .reviews-list-title{display:block!important}
  body.visual-mobile-reviews .reviews-sort{background:transparent!important;border-radius:0!important;padding:0 0 16px!important;min-height:0!important;justify-content:center!important}
  body.visual-mobile-reviews .reviews-sort strong{font-size:14px!important}
  body.visual-mobile-reviews .reviews-sort .select{height:42px!important;border-radius:6px!important}
  body.visual-mobile-reviews .review-card{background:#fff!important;border:0!important;border-bottom:1px solid #ececec!important;border-radius:0!important;padding:17px 4px!important}
  body.visual-mobile-reviews .reviews-trust-label{justify-content:center;margin-top:25px;padding:20px 0 0;font-size:11px}

  /* Login compacto continua confortável em telas estreitas. */
  body.visual-account-compact .account-auth-compact-wrap{min-height:500px!important;padding:38px 0 58px!important;width:calc(100% - 34px)!important}
  body.visual-account-compact .account-login-panel{width:min(320px,100%)!important}
  body.visual-account-compact .account-register-compact{padding:18px 14px!important}
  body.visual-account-compact .account-register-two{grid-template-columns:1fr!important}
}

@media(min-width:761px){
  /* Desktop: todas as bases dos produtos ficam na mesma linha. */
  .visual-equal-product-cards .product-card .desc{min-height:52px}
}


/* =========================================================
   V10.3 - cadastro/minha conta: correção de espaçamento e largura.
   ========================================================= */
.account-login-panel{transition:width .2s ease}
.account-login-panel.register-open{width:min(540px,100%)}
.account-login-panel.register-open .account-login-form{width:min(360px,100%);margin:0 auto}
.account-register-compact{width:100%;box-sizing:border-box;padding:26px 28px 28px}
.account-register-compact .field{min-width:0;gap:7px;margin:0}
.account-register-compact .field+.field{margin-top:14px}
.account-register-compact .account-register-two{margin-top:14px;align-items:start}
.account-register-compact .account-register-two .field+.field{margin-top:0}
.account-register-compact .input{height:46px;min-width:0;box-sizing:border-box}
.account-register-compact .document-validation{display:block;min-height:16px;margin-top:2px;font-size:10px;line-height:1.25}
.account-register-compact .btn{height:46px;margin-top:18px;border-radius:7px}
@media(max-width:760px){
  body.visual-account-compact .account-login-panel.register-open{width:100%!important}
  body.visual-account-compact .account-register-compact{padding:20px 16px 22px!important}
  body.visual-account-compact .account-register-compact .account-register-two{grid-template-columns:1fr!important;gap:14px!important}
  body.visual-account-compact .account-register-compact .account-register-two .field+.field{margin-top:0!important}
}
.account-register-compact .account-register-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}


/* =========================================================
   V10.5 - Page-view tag support + refinamento PDP/carrinho mobile
   ========================================================= */
.mobile-cart-form{display:none}

@media(max-width:760px){
  /* PDP: a caixa de características fica visualmente separada e editável pelo painel. */
  body.pdp-page .feature-box{
    margin-top:var(--mobile-pdp-feature-gap)!important;
    background:var(--mobile-pdp-feature-bg)!important;
    color:var(--mobile-pdp-feature-text)!important;
    border-radius:14px!important;
    padding:24px 20px!important;
    box-shadow:0 7px 22px rgba(0,0,0,.07)!important;
  }
  body.pdp-page .feature-box h3,
  body.pdp-page .feature-box p,
  body.pdp-page .feature-box strong,
  body.pdp-page .feature-box .feature-line,
  body.pdp-page .feature-box .feature-line i{color:var(--mobile-pdp-feature-text)!important}
  body.pdp-page .feature-box h3{font-size:20px!important;margin:0 0 13px!important}
  body.pdp-page .feature-box p{margin:0!important;font-size:12px!important;line-height:1.62!important}

  /* O WhatsApp fica embaixo, acima da barra Comprar, em vez do meio da tela. */
  .sticky-whatsapp{
    top:auto!important;
    bottom:var(--mobile-whatsapp-bottom)!important;
    transform:rotate(180deg)!important;
    right:0!important;
    left:auto!important;
    border-radius:0 14px 14px 0!important;
  }

  /* Carrinho mobile: tipografia limpa e cards reais. */
  body.checkout-flow .cart-page{font-family:"Roboto","Segoe UI",Arial,sans-serif!important}
  body.visual-mobile-cart-cards .cart-page{width:100%!important;max-width:480px!important;padding:0 14px 38px!important}
  body.visual-mobile-cart-cards .cart-page .page-title{font-family:"Roboto","Segoe UI",Arial,sans-serif!important;font-size:29px!important;letter-spacing:.2px!important;margin:30px 0 27px!important}
  body.visual-mobile-cart-cards .cart-form{display:none!important}
  body.visual-mobile-cart-cards .mobile-cart-form{display:block!important}
  body.visual-mobile-cart-cards .mobile-cart-list{display:grid;gap:13px}
  body.visual-mobile-cart-cards .mobile-cart-card{position:relative;background:#fff;border:1px solid #ececec;border-radius:var(--mobile-cart-radius);padding:15px;box-shadow:0 8px 24px rgba(0,0,0,.045)}
  body.visual-mobile-cart-cards .mobile-cart-remove{position:absolute;right:11px;top:10px;width:29px;height:29px;border:0;background:#f6f6f6;color:#999;border-radius:50%;display:grid;place-items:center;cursor:pointer}
  body.visual-mobile-cart-cards .mobile-cart-product{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:center;padding-right:24px}
  body.visual-mobile-cart-cards .mobile-cart-product img{width:88px;height:88px;object-fit:contain;border-radius:10px;background:#fafafa}
  body.visual-mobile-cart-cards .mobile-cart-product-copy{min-width:0;display:grid;gap:10px}
  body.visual-mobile-cart-cards .mobile-cart-product-copy>a{color:var(--brand);font-size:13px;font-weight:700;line-height:1.35;overflow-wrap:anywhere}
  body.visual-mobile-cart-cards .mobile-cart-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
  body.visual-mobile-cart-cards .mobile-cart-price del{font-size:11px;color:#9a9a9a}
  body.visual-mobile-cart-cards .mobile-cart-price strong{font-size:16px;color:#111}
  body.visual-mobile-cart-cards .mobile-cart-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:15px;padding-top:14px;border-top:1px solid #efefef}
  body.visual-mobile-cart-cards .mobile-cart-meta>div{display:grid;gap:5px;align-content:start}
  body.visual-mobile-cart-cards .mobile-cart-meta>div:last-child{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;border-top:1px dashed #ececec;padding-top:11px}
  body.visual-mobile-cart-cards .mobile-cart-meta span{font-size:10px;color:#777;text-transform:uppercase;letter-spacing:.7px;font-weight:700}
  body.visual-mobile-cart-cards .mobile-cart-meta strong{font-size:12px;line-height:1.35}
  body.visual-mobile-cart-cards .mobile-cart-meta>div:last-child strong{font-size:15px}
  body.visual-mobile-cart-cards .mobile-cart-card .cart-qty{width:105px;height:38px;border:1px solid #dedede;border-radius:9px;overflow:hidden;background:#fff}
  body.visual-mobile-cart-cards .mobile-cart-card .cart-qty button{width:35px;color:var(--brand);font-weight:800;background:#fff}
  body.visual-mobile-cart-cards .mobile-cart-card .cart-qty input{width:35px;border-color:#eee;font-weight:700}
  body.visual-mobile-cart-cards .mobile-cart-update{margin:12px 0 0;width:100%;height:42px;border-radius:10px;font-size:12px;gap:7px;background:#fff}

  body.visual-mobile-cart-cards .cart-lower-grid{display:grid!important;grid-template-columns:1fr!important;gap:15px!important;margin:18px 0 0!important}
  body.visual-mobile-cart-cards .cart-left-tools{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;background:#fff;border:1px solid #ececec;border-radius:var(--mobile-cart-radius);padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.035)}
  body.visual-mobile-cart-cards .cart-left-tools h4{font-size:10px!important;letter-spacing:.6px!important;margin-bottom:7px!important}
  body.visual-mobile-cart-cards .coupon-form,
  body.visual-mobile-cart-cards .shipping-form{width:100%!important}
  body.visual-mobile-cart-cards .coupon-form input,
  body.visual-mobile-cart-cards .shipping-form input{width:100%!important;height:42px!important;border:1px solid #dedede!important;border-right:0!important;border-radius:9px 0 0 9px!important;font-size:13px!important}
  body.visual-mobile-cart-cards .coupon-form button,
  body.visual-mobile-cart-cards .shipping-form button{height:42px!important;width:48px!important;border:1px solid var(--brand)!important;border-radius:0 9px 9px 0!important}
  body.visual-mobile-cart-cards .continue-shopping{grid-column:auto!important;margin:2px 0 0!important;width:100%!important;height:46px!important;border-radius:10px!important;text-transform:none!important;font-family:"Roboto","Segoe UI",Arial,sans-serif!important;font-size:13px!important;font-weight:700!important}
  body.visual-mobile-cart-cards .cart-checkout-summary{background:#fff;border:1px solid #ececec;border-radius:var(--mobile-cart-radius);padding:18px 16px;box-shadow:0 8px 24px rgba(0,0,0,.035);gap:14px!important;font-size:12px!important}
  body.visual-mobile-cart-cards .cart-checkout-summary>div{align-items:flex-start!important}
  body.visual-mobile-cart-cards .cart-total{border-top:1px solid #ececec;padding-top:14px;margin-top:2px!important;font-size:15px!important}
  body.visual-mobile-cart-cards .checkout-button{height:50px!important;border-radius:10px!important;margin-top:4px!important;text-transform:none!important;font-family:"Roboto","Segoe UI",Arial,sans-serif!important;font-size:14px!important;letter-spacing:.1px!important;font-weight:700!important}
  body.visual-mobile-cart-cards .consumption-check{background:#fff;border:1px solid #ececec;border-radius:var(--mobile-cart-radius);padding:13px 14px;margin:14px 0 0!important;font-size:11px!important;line-height:1.45!important;justify-content:flex-start!important}
  body.visual-mobile-cart-cards .consumption-check input{flex:0 0 18px;width:18px!important;height:18px!important}
  body.visual-mobile-cart-cards .cart-fineprint{margin:25px 8px 0!important;font-size:10px!important;line-height:1.6!important;color:#666!important}
  body.visual-mobile-cart-cards .notice.success{border-radius:10px!important;margin:0 0 15px!important;font-size:12px!important}
  body.visual-mobile-cart-cards{background:#f7f8fa!important}
  body.visual-mobile-cart-cards .checkout-header{background:#fff!important}
}


/* =========================================================
   V10.6 - superfícies mobile limpas + avaliações paginadas + frete no carrinho
   ========================================================= */
.review-extra[hidden]{display:none!important}
.reviews-load-more{display:flex;margin:22px auto 0;min-width:180px;gap:9px;background:#fff}
.cart-shipping-result{margin-top:12px;display:grid;gap:10px}
.cart-delivery-address{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;background:#fff;border:1px solid #eee;border-radius:9px;color:#333}
.cart-delivery-address>i{color:var(--brand);margin-top:2px}.cart-delivery-address span{display:grid;gap:3px}.cart-delivery-address small{font-size:9px;color:#777;letter-spacing:.7px;font-weight:800}.cart-delivery-address strong{font-size:11px;line-height:1.4}
.cart-shipping-title{font-size:9px;color:#777;font-weight:800;letter-spacing:.7px;text-transform:uppercase;margin:2px 0 -3px}.cart-shipping-options{display:grid;border:1px solid #eee;border-radius:9px;overflow:hidden;background:#fff}
.cart-shipping-option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:9px;align-items:center;padding:11px 10px;border-bottom:1px solid #eee;cursor:pointer}.cart-shipping-option:last-child{border-bottom:0}.cart-shipping-option input{position:absolute;opacity:0}.cart-ship-radio{width:15px;height:15px;border:1.5px solid #aaa;border-radius:50%;position:relative}.cart-shipping-option input:checked+.cart-ship-radio{border-color:var(--brand)}.cart-shipping-option input:checked+.cart-ship-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--brand)}.cart-shipping-option>span:nth-of-type(2){display:grid;gap:2px}.cart-shipping-option strong{font-size:11px}.cart-shipping-option small{font-size:9px;color:#777;line-height:1.35}.cart-shipping-option>b{font-size:10px;white-space:nowrap}.cart-shipping-empty{font-size:10px;color:#777;padding:8px 2px}

@media(max-width:760px){
  body.visual-mobile-clean,
  body.visual-mobile-clean main,
  body.visual-mobile-clean .product-page,
  body.visual-mobile-clean .reviews,
  body.visual-mobile-clean .section,
  body.visual-mobile-clean .home-category-strip,
  body.visual-mobile-clean.visual-mobile-cart-cards{background:#fff!important}
  body.visual-mobile-clean .home-category-scroll{scrollbar-width:none!important;border:0!important;box-shadow:none!important}
  body.visual-mobile-clean .home-category-scroll::-webkit-scrollbar{display:none!important}
  body.visual-mobile-clean .product-showcase,
  body.visual-mobile-clean .product-layout,
  body.visual-mobile-clean .product-gallery-col,
  body.visual-mobile-clean .product-info,
  body.visual-mobile-clean .gallery,
  body.visual-mobile-clean .main-image,
  body.visual-mobile-clean .reviews .container{background:#fff!important;box-shadow:none!important;border-color:transparent!important}
  body.visual-mobile-clean.pdp-page .feature-box{box-shadow:none!important}
  body.visual-mobile-clean.visual-mobile-cart-cards .mobile-cart-card,
  body.visual-mobile-clean.visual-mobile-cart-cards .cart-left-tools,
  body.visual-mobile-clean.visual-mobile-cart-cards .cart-checkout-summary,
  body.visual-mobile-clean.visual-mobile-cart-cards .consumption-check{box-shadow:none!important;background:#fff!important}
  body.visual-mobile-clean.visual-mobile-cart-cards .mobile-cart-card{border-color:#ededed!important}
  body.visual-mobile-clean.visual-mobile-cart-cards .cart-left-tools,
  body.visual-mobile-clean.visual-mobile-cart-cards .cart-checkout-summary,
  body.visual-mobile-clean.visual-mobile-cart-cards .consumption-check{border-color:#ededed!important}
  body.visual-mobile-clean.visual-mobile-category-boxed .category-product-grid .product-card{box-shadow:none!important}
  body.visual-mobile-clean .reviews-topline{background:#f5f5f5!important;box-shadow:none!important}
  body.visual-mobile-reviews .reviews-load-more{width:min(240px,100%);height:44px;border-radius:8px;font-size:12px}
  body.visual-mobile-reviews .review-card[hidden]{display:none!important}
  body.visual-mobile-reviews .review-form{display:none!important}
  body.visual-mobile-cart-cards .cart-shipping-result{margin-top:11px}
  body.visual-mobile-cart-cards .cart-shipping-options{width:100%}
}


/* V10.9 - popup configurável de cupom/promoção */
.has-marketing-popup{overflow:hidden}
.marketing-popup-backdrop{position:fixed;inset:0;z-index:5000;background:rgba(22,16,26,.48);backdrop-filter:blur(2px);display:grid;place-items:center;padding:20px;animation:marketingFade .18s ease-out}
.marketing-popup-backdrop.closing{opacity:0;transition:opacity .18s ease}.marketing-popup-backdrop.closing .marketing-popup{transform:translateY(10px) scale(.98)}
.marketing-popup{position:relative;width:min(440px,100%);background:#fff;border-radius:20px;padding:34px 30px 28px;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.22);transition:transform .18s ease}
.marketing-popup-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f5f2f6;color:#555;cursor:pointer;font-size:18px}
.marketing-popup-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:color-mix(in srgb,var(--brand) 12%,white);color:var(--brand);font-size:25px}
.marketing-popup-eyebrow{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--brand);margin-bottom:7px}.marketing-popup h2{font-size:25px;line-height:1.12;margin:0 0 10px}.marketing-popup p{margin:0 auto 18px;color:#626262;line-height:1.5;max-width:350px}
.marketing-popup-code{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 15px;margin:0 auto 16px;border:1px dashed var(--brand);border-radius:10px;background:color-mix(in srgb,var(--brand) 4%,white);font-weight:900;letter-spacing:.06em;color:var(--brand)}
.marketing-popup-cta{width:100%;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:900;padding:14px 18px;cursor:pointer}
@keyframes marketingFade{from{opacity:0}to{opacity:1}}
@media(max-width:560px){.marketing-popup{border-radius:16px;padding:30px 20px 22px}.marketing-popup h2{font-size:22px}}

/* V10.10 - vitrines por categoria + comportamento do carrinho */
.category-home-showcase{background:#fff}
.category-home-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}
.category-home-title-row .section-title{margin:0;text-align:left}
.category-home-title-row>a{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-weight:800;font-size:13px;text-decoration:none;white-space:nowrap}
.category-home-title-row>a:hover{text-decoration:underline}
.has-cart-feedback{overflow:hidden}
.cart-feedback-backdrop{position:fixed;inset:0;z-index:6200;background:rgba(15,12,18,.48);display:flex;opacity:1;transition:opacity .18s ease}
.cart-feedback-backdrop.popup-mode{align-items:center;justify-content:center;padding:20px}
.cart-feedback-backdrop.drawer-mode{align-items:stretch;justify-content:flex-end}
.cart-feedback-backdrop.closing{opacity:0}
.cart-feedback{position:relative;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22);transition:transform .18s ease;overflow:auto}
.cart-feedback-popup{width:min(510px,100%);max-height:min(720px,calc(100vh - 40px));border-radius:18px;padding:30px}
.cart-feedback-drawer{width:min(430px,92vw);height:100%;padding:28px 25px;transform:translateX(0)}
.cart-feedback-backdrop.closing .cart-feedback-popup{transform:translateY(8px) scale(.985)}
.cart-feedback-backdrop.closing .cart-feedback-drawer{transform:translateX(100%)}
.cart-feedback-close{position:absolute;right:15px;top:15px;width:38px;height:38px;border:0;border-radius:50%;background:#f4f2f5;color:#333;display:grid;place-items:center;cursor:pointer;font-size:18px}
.cart-feedback-head{display:flex;align-items:center;gap:13px;padding-right:38px}
.cart-feedback-check{width:42px;height:42px;border-radius:50%;background:color-mix(in srgb,var(--brand) 13%,white);color:var(--brand);display:grid;place-items:center;flex:0 0 42px}
.cart-feedback-head small{display:block;color:var(--brand);font-size:10px;font-weight:900;letter-spacing:.12em;margin-bottom:3px}
.cart-feedback-head h2{font-size:22px;line-height:1.16;margin:0;color:#171717}
.cart-feedback-message{color:#666;line-height:1.5;margin:16px 0 18px}
.cart-feedback-product{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;border:1px solid #ece9ee;border-radius:14px;padding:12px;margin:0 0 16px}
.cart-feedback-product img{width:92px;height:92px;object-fit:contain;border-radius:9px;background:#fff}
.cart-feedback-product>div{display:grid;gap:6px;min-width:0}.cart-feedback-product strong{font-size:14px;line-height:1.3}.cart-feedback-product small{color:#777}.cart-feedback-product b{color:var(--brand);font-size:17px}
.cart-feedback-mini-list{display:grid;gap:8px;margin:0 0 16px;max-height:245px;overflow:auto}.cart-feedback-mini-list>div{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #eee}.cart-feedback-mini-list img{width:48px;height:48px;object-fit:contain}.cart-feedback-mini-list span{font-size:12px;line-height:1.3}.cart-feedback-mini-list b{font-size:12px}
.cart-feedback-total{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #ece9ee;padding:16px 0}.cart-feedback-total span{font-size:13px;color:#666}.cart-feedback-total strong{font-size:20px}
.cart-feedback-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cart-feedback-actions .btn{min-height:46px;display:flex;align-items:center;justify-content:center;text-align:center}.cart-feedback-secondary{background:#fff!important;color:var(--brand)!important;border:1px solid var(--brand)!important}
@media(max-width:760px){.category-home-title-row{margin-bottom:14px}.category-home-title-row .section-title{font-size:31px}.category-home-title-row>a{font-size:12px}.cart-feedback-popup{padding:25px 18px;border-radius:16px}.cart-feedback-head h2{font-size:19px}.cart-feedback-product{grid-template-columns:76px 1fr}.cart-feedback-product img{width:76px;height:76px}.cart-feedback-actions{grid-template-columns:1fr}.cart-feedback-drawer{width:min(390px,94vw);padding:24px 18px}}

/* v11.2 - conteúdo rico e avaliações nos cards */
.product-rich-copy{line-height:1.65}.product-rich-copy p{margin:0 0 12px}.product-rich-copy h2,.product-rich-copy h3,.product-rich-copy h4{margin:20px 0 9px;line-height:1.18}.product-rich-copy ul,.product-rich-copy ol{padding-left:22px;margin:10px 0 14px}.product-rich-copy li{margin:4px 0}.product-rich-copy blockquote{margin:12px 0;padding:10px 14px;border-left:3px solid var(--brand);background:#fafafa}.product-rich-copy a{text-decoration:underline;color:var(--brand)}
.product-card-rating{display:flex;align-items:center;gap:7px;margin-top:10px;min-height:18px}.rating-stars.mini{position:relative;display:inline-block;font-size:16px;line-height:1;letter-spacing:.5px;color:#ddd;width:83px;overflow:hidden;white-space:nowrap}.rating-stars.mini:before{content:"★★★★★"}.rating-stars.mini>i{position:absolute;left:0;top:0;height:100%;overflow:hidden;color:#f5b335;font-style:normal;white-space:nowrap}.rating-stars.mini>i:before{content:"★★★★★"}.product-card-rating small{font-size:10px;color:#a66a00}
@media(max-width:760px){.product-card-rating{margin-top:6px}.rating-stars.mini{font-size:14px;width:73px}.product-card-rating small{font-size:9px}.product-rich-copy{font-size:14px}}

/* v11.5 - limite de pedido e progresso de frete gratis */
.free-shipping-progress{margin:18px 0 20px;padding:15px 17px;border:1px solid color-mix(in srgb,var(--brand) 24%,#e7e7e7);border-radius:14px;background:color-mix(in srgb,var(--brand) 5%,#fff)}
.free-shipping-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:800;color:#262626}.free-shipping-progress-head span{display:flex;align-items:center;gap:8px}.free-shipping-progress-head i{color:var(--brand)}
.free-shipping-progress-track{height:8px;border-radius:999px;background:#ececec;overflow:hidden;margin-top:11px}.free-shipping-progress-track>span{display:block;height:100%;min-width:3px;border-radius:inherit;background:var(--brand);transition:width .25s ease}
.free-shipping-progress.reached{background:#f2fbf5;border-color:#cfe9d7}.free-shipping-progress.reached .free-shipping-progress-head,.free-shipping-progress.reached .free-shipping-progress-head i{color:#18723a}.free-shipping-progress.reached .free-shipping-progress-track>span{background:#2b9a52}
.cart-order-limit{margin:0 0 18px}.checkout-button.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cart-limit-help{display:block;margin-top:8px;color:#a33;font-size:11px;line-height:1.35;text-align:center}
@media(max-width:760px){.free-shipping-progress{margin:14px 0;padding:13px 14px;border-radius:12px}.free-shipping-progress-head{font-size:12px}}

/* =========================================================
   V12.0 - Tema Electrolux Clean
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');
:root{
  --brand:#011e41;
  --brand2:#29477d;
  --elux-navy:#011e41;
  --elux-blue:#0b2f67;
  --elux-card:#294a7d;
  --elux-green:#0c6b32;
  --elux-ink:#03183f;
  --elux-soft:#f5f6f7;
  --elux-line:#dce3e9;
  --ink:#03183f;
  --muted:#596b86;
  --soft:#f5f6f7;
  --radius:8px;
}
body{font-family:"Readex Pro","Segoe UI",Arial,sans-serif;color:var(--elux-ink);background:#fff;font-weight:400}
.container{width:min(1320px,calc(100% - 42px))}
.btn{border-radius:6px;font-weight:600;letter-spacing:0;border-width:1px}
.btn.primary{background:var(--elux-green);border-color:var(--elux-green)}

/* Header limpo: uma faixa azul + navegação branca. */
.store-sticky-shell{z-index:90}
.electrolux-site-header{background:var(--elux-navy);box-shadow:0 2px 8px rgba(1,30,65,.18);backdrop-filter:none}
.electrolux-header-main{height:72px;display:grid;grid-template-columns:150px 150px minmax(320px,1fr) auto;gap:18px;align-items:center}
.electrolux-site-header .brand,.electrolux-site-header .header-action,.electrolux-site-header .header-location{color:#fff}
.electrolux-site-header .brand{font-size:25px;letter-spacing:-.7px;font-weight:600}
.electrolux-site-header .brand img{max-height:38px;max-width:145px;filter:none}
.brand-fallback{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.brand-emblem{width:27px;height:27px;border:2px solid currentColor;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;flex:0 0 27px}
.brand-emblem>i:first-child{border-right:2px solid currentColor;transform:skew(-16deg);transform-origin:right center}
.brand-emblem>i:last-child{transform:skew(-16deg);transform-origin:left center}
.header-location{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;white-space:nowrap}
.header-location i{font-size:18px}
.electrolux-site-header .search input{height:46px;border-radius:7px;background:#f8f9fb;box-shadow:none;border:1px solid rgba(255,255,255,.4);padding-left:48px;color:#263850;font-size:14px}
.electrolux-site-header .search-icon{left:15px;top:7px;color:var(--elux-navy);font-size:20px}
.electrolux-site-header .header-actions{gap:18px}
.electrolux-site-header .header-action{font-size:12px;font-weight:600;gap:7px}
.electrolux-site-header .header-action:hover{color:#fff;opacity:.78}
.electrolux-site-header .header-symbol{font-size:18px}
.electrolux-site-header .cart-line{font-size:21px;transform:none}
.electrolux-site-header .cart-trigger{position:relative;padding-right:8px}
.electrolux-site-header .cart-count{position:absolute;right:-4px;top:-9px;background:#25a557;color:#fff;border:2px solid var(--elux-navy);min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:9px}
.electrolux-site-header .nav-wrap{background:#fff;border:0;border-bottom:1px solid #e2e7eb}
.electrolux-nav{height:46px;gap:34px;justify-content:flex-start;color:var(--elux-ink)}
.electrolux-nav a{font-size:12px;font-weight:500;color:var(--elux-ink)}
.electrolux-nav a:hover{color:var(--elux-blue)!important;text-decoration:underline;text-underline-offset:4px}
.mobile-menu-toggle{color:#fff}

/* Home: menos elementos, blocos claros e navegação inspirada nas referências. */
.home-page main{background:var(--elux-blue)}
.home-page .hero{background:#e8edf3}
.home-page .slide img{height:clamp(330px,28vw,485px);object-fit:cover}
.home-page .slide-copy{left:max(6%,calc((100vw - 1320px)/2 + 20px));max-width:520px;text-shadow:none}
.home-page .slide-kicker{font-size:15px;font-weight:500}
.home-page .slide-copy h1{font-size:clamp(38px,4vw,62px);line-height:1.02;letter-spacing:-1.5px;font-weight:600}
.home-page .hero-cta{background:var(--elux-blue);border-color:var(--elux-blue);border-radius:4px;padding:11px 28px}
.home-page .hero-arrow{width:40px;height:40px;font-size:18px;line-height:1;color:var(--elux-navy)}
.home-page .hero-dot{width:9px;height:9px}.home-page .hero-dot.active{background:var(--elux-blue)}
.home-benefits{background:var(--elux-blue);padding:26px 0 10px}
.home-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:760px}
.home-benefits-grid>div{display:flex;align-items:center;gap:13px;background:#294a7d;border-radius:8px;padding:13px 18px;color:#fff}
.home-benefits-grid>div>i{font-size:24px}.home-benefits-grid span{display:grid;gap:2px}.home-benefits-grid strong{font-size:13px}.home-benefits-grid small{font-size:10px;opacity:.78}
.home-page .home-category-strip{background:var(--elux-blue);padding:36px 0 20px!important}
.category-strip-title,.home-page .section-title{color:#fff;font-size:clamp(26px,2.3vw,34px);letter-spacing:-.6px;margin:0 0 28px;font-weight:600;text-transform:none}
.home-page .home-category-scroll{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:18px;overflow:visible;padding:0 0 14px}
.home-page .home-category-item{min-width:0;background:#294a7d;border-radius:8px;padding:18px 14px 16px;color:#fff;text-align:center;transition:transform .2s ease,background .2s ease}
.home-page .home-category-item:hover{transform:translateY(-2px);background:#36588b}
.home-page .home-category-item>span{width:100%;height:122px;border-radius:0;background:transparent;border:0;margin:0 auto 10px}
.home-page .home-category-item img{width:100%;height:100%;object-fit:contain;padding:0}
.home-page .home-category-item strong{font-size:13px;white-space:normal;text-transform:none}
.home-page .section{padding:42px 0;background:var(--elux-blue)}
.home-page .product-showcase{background:var(--elux-blue)}
.home-page .product-grid{gap:18px}
.home-page .product-card{background:#fff;border-radius:8px;padding:14px 14px 16px;box-shadow:0 1px 0 rgba(3,24,63,.06);overflow:hidden}
.home-page .product-image-wrap{aspect-ratio:1/1.03;border-radius:5px;background:#fff}
.home-page .product-card h3{font-size:13px;line-height:1.35;min-height:53px;margin:11px 0 6px;font-weight:500;color:#132641}
.home-page .product-card .desc{display:none}
.home-page .product-card-rating{margin-top:8px}
.home-page .product-card .price{font-size:19px;color:#061f4b;font-weight:700}
.home-page .product-card .installments{display:block;margin-top:4px;color:#627188;font-size:10px}
.home-page .product-card .price-row{margin-bottom:11px}
.home-page .card-actions{grid-template-columns:1fr}
.home-page .card-actions form:nth-child(2){display:none}
.home-page .card-actions .btn{width:100%;height:39px;font-size:12px}
.home-page .catalog-promo-badge{background:#f2bd2f;color:#17305b;border-radius:3px;font-size:10px}
.home-page .section-arrow{width:38px;height:38px;font-size:15px;line-height:1;background:#fff;color:var(--elux-navy);box-shadow:0 3px 12px rgba(0,0,0,.12)}
.home-page .section-arrow.left{left:-18px}.home-page .section-arrow.right{right:-18px}
.home-page .bestsellers{padding-top:34px;padding-bottom:58px}
.home-page .spotlight-section{background:var(--elux-blue)}
.home-page .feature-banner{border-radius:8px;box-shadow:none;width:min(900px,100%)}
.home-page .feature-banner .copy{background:#294a7d}

/* Cards e páginas de categoria usam a mesma linguagem, sem excesso visual. */
body:not(.home-page) .product-card{background:#fff;border:1px solid #e3e8ed;border-radius:8px;padding:14px;overflow:hidden}
body:not(.home-page) .product-card h3{font-size:14px;font-weight:500}
body:not(.home-page) .product-card .desc{font-size:11px;color:#66758a}
.category-page .section-title,.category-heading h1{color:var(--elux-ink)}

/* PDP em 3 colunas: galeria / conteúdo / compra. */
.electrolux-pdp-main{background:#fff;padding:28px 0 44px}
.electrolux-product-layout{display:grid!important;grid-template-columns:minmax(0,1.38fr) minmax(300px,.78fr) minmax(300px,.7fr)!important;gap:34px!important;align-items:start}
.electrolux-product-layout .gallery{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:18px!important;position:static!important;top:auto!important}
.electrolux-product-layout .thumbs{display:flex;flex-direction:column;gap:10px;max-height:540px;overflow:auto;padding:2px}
.electrolux-product-layout .thumb{width:70px;height:70px;border:1px solid #e1e6eb;border-radius:5px;background:#fff;padding:4px}
.electrolux-product-layout .thumb.active{border:2px solid var(--elux-blue)}
.electrolux-product-layout .thumb img{width:100%;height:100%;object-fit:contain}
.electrolux-product-layout .main-image{height:540px!important;background:#fff;border:0!important;border-radius:0;display:flex;align-items:center;justify-content:center}
.electrolux-product-layout .main-image>img{width:100%;height:100%;object-fit:contain}
.electrolux-product-info{padding-top:4px;min-width:0}
.electrolux-product-info .crumbs{display:flex;gap:7px;flex-wrap:wrap;color:#687991;font-size:10px;margin-bottom:16px;text-transform:none}
.electrolux-product-info .crumbs a:hover{text-decoration:underline}
.electrolux-product-info h1{font-size:26px!important;line-height:1.12!important;letter-spacing:-.35px!important;color:var(--elux-ink)!important;font-weight:600!important;margin:0 0 8px!important}
.pdp-sku{font-size:11px;color:#8793a3;margin-bottom:14px}
.electrolux-product-info .short{font-size:13px;line-height:1.6;color:#344a68;margin:18px 0}
.pdp-detail-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--elux-ink);text-decoration:underline;text-underline-offset:4px;margin-top:8px}
.pdp-rating-jump{display:flex;align-items:center;gap:8px;color:var(--elux-ink);font-size:11px;margin:11px 0}
.pdp-rating-jump .rating-score{font-size:12px}.pdp-rating-jump b{text-decoration:underline;font-weight:400}
.product-buybox{min-width:0;padding-top:4px}
.product-buybox>.product-price{padding:0 0 17px;margin:0}
.product-buybox .price-old{font-size:11px;color:#7c8999;margin-bottom:4px}
.pdp-price-line{display:flex;align-items:center;gap:10px}
.product-buybox .price{font-size:30px;font-weight:600;color:var(--elux-ink);letter-spacing:-.6px}
.discount-pill{background:#ffe0de;color:#c92c25;border-radius:4px;padding:4px 7px;font-size:10px;font-weight:600}
.product-buybox .installments{display:block;font-size:11px;color:#263c5b;margin-top:5px;line-height:1.45}
.buybox-panel{background:#f5f5f6;border-radius:8px;padding:16px;margin-bottom:16px}
.buybox-panel .qty-buy{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px}
.buybox-panel .qty-control{height:48px;border:1px solid #cbd4dc;border-radius:7px;background:#fff;overflow:hidden}
.buybox-panel .qty-control button,.buybox-panel .qty-control input{height:46px}
.buybox-panel .btn.primary{height:48px;border-radius:7px;gap:8px;font-size:14px}
.buybox-shipping{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:13px;color:var(--elux-ink);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.buybox-trust{display:grid;gap:10px;border-top:1px solid #e2e7ec;padding-top:15px}
.buybox-trust p{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:center;margin:0;font-size:11px;line-height:1.45;color:#415673}
.buybox-trust i{width:28px;height:28px;border-radius:50%;background:#f4f6f8;display:grid;place-items:center;color:var(--elux-navy)}
.pdp-details{background:#f5f6f7;padding:0 0 60px;scroll-margin-top:125px}
.pdp-section-nav{position:sticky;top:118px;z-index:22;background:#fff;display:flex;justify-content:space-around;gap:10px;border-bottom:1px solid #e2e7eb;box-shadow:0 2px 6px rgba(1,30,65,.04);margin:0 calc((100vw - min(1320px,calc(100vw - 42px)))/-2) 44px;padding:0 max(24px,calc((100vw - 1320px)/2));overflow-x:auto}
.pdp-section-nav a{padding:16px 20px 14px;font-size:12px;white-space:nowrap;border-bottom:2px solid transparent}
.pdp-section-nav a:hover{border-bottom-color:var(--elux-navy)}
.pdp-detail-grid{display:grid;gap:24px;max-width:920px;margin:auto}
.pdp-detail-card{background:#fff;border-radius:8px;padding:32px 36px;scroll-margin-top:190px}
.detail-kicker{color:#74849a;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.pdp-detail-card h2{font-size:23px;margin:7px 0 18px;color:var(--elux-ink)}
.pdp-detail-card .product-rich-copy{font-size:13px;line-height:1.7;color:#3d526f}
.spec-copy h3{font-size:16px;margin:24px 0 12px;color:var(--elux-ink)}
.spec-copy ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px;padding:0;margin:8px 0 0;list-style:none}
.spec-copy li{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #ebeff2;padding:10px 0;font-size:12px}
.spec-copy li strong{color:var(--elux-ink);font-weight:500}.spec-copy li{color:#687991}
.pdp-together-section{background:#fff;padding:50px 0}.pdp-together-section .together{max-width:1040px}.pdp-together-section .together h2{text-align:center;color:var(--elux-ink);font-size:25px;margin-bottom:28px}
.pdp-together-section .bundle-box{border:1px solid #e1e6eb;border-radius:8px;padding:18px}
.reviews{background:#fff;padding:54px 0 70px}.reviews h2{text-align:center;color:var(--elux-ink);font-size:25px;margin:0 0 38px}.reviews-summary{max-width:900px;margin:auto;gap:34px}.rating-panel{border:0;background:#fff}.review-card{border-color:#e3e8ed;border-radius:7px}

/* Checkout/carrinho: cabeçalho azul, conteúdo em duas colunas e resumo destacado. */
.checkout-flow{background:#f5f6f7}
.checkout-header{background:var(--elux-navy)!important;color:#fff;border:0!important;box-shadow:none!important;height:76px!important}
.checkout-header-inner{height:76px!important}.checkout-header .brand{color:#fff!important;font-size:24px!important}.checkout-header .secure-label{color:#fff!important}.checkout-header .checkout-step{color:#fff!important}.checkout-header .checkout-step b{border-color:#fff!important;color:#fff!important}.checkout-header .checkout-step.active b,.checkout-header .checkout-step.done b{background:#fff!important;color:var(--elux-navy)!important}
body:has(.cart-page) .checkout-steps{display:none}.cart-page{padding-top:28px!important}.cart-page .page-title{font-size:22px!important;color:var(--elux-ink)!important;letter-spacing:0!important;margin-bottom:22px!important;text-transform:none!important}
.cart-page .cart-form{background:#fff;border:1px solid #e0e6eb;border-radius:8px;padding:4px 18px 12px}
.cart-page .cart-table th{color:#8b98aa;font-size:10px;font-weight:500}.cart-page .cart-table td{font-size:12px}.cart-page .cart-product img{width:86px;height:86px;object-fit:contain}.cart-page .cart-product a{font-size:12px;color:var(--elux-ink);font-weight:600;line-height:1.35}
.cart-lower-grid{grid-template-columns:minmax(0,1fr) 340px!important;gap:22px!important;margin-top:18px!important}.cart-left-tools{background:#fff;border:1px solid #e1e6eb;border-radius:8px;padding:18px;gap:16px!important}.cart-checkout-summary{background:#fff!important;border:1px solid #e1e6eb!important;border-radius:8px!important;padding:20px!important;box-shadow:none!important}.cart-checkout-summary>div{font-size:12px}.cart-total{border-top:1px solid #e1e6eb!important;padding-top:15px!important;font-size:15px!important}.checkout-button{background:var(--elux-green)!important;border-color:var(--elux-green)!important;height:48px!important;border-radius:5px!important;text-transform:none!important;font-size:14px!important}.continue-shopping{border-color:var(--elux-navy)!important;color:var(--elux-navy)!important;border-radius:5px!important}.free-shipping-progress{background:#fff;border-color:#e1e6eb;box-shadow:none}

/* Newsletter/rodapé em blocos mais simples. */
.newsletter{background:var(--elux-navy)!important;color:#fff!important;padding:30px 0!important}
.newsletter .container{display:grid!important;grid-template-columns:330px 1fr!important;align-items:center!important;gap:35px!important}
.newsletter h2{text-align:left!important;color:#fff!important;font-size:18px!important;line-height:1.35!important;margin:0!important;text-transform:none!important}
.newsletter-form{width:100%!important;grid-template-columns:1fr 1fr 1.2fr 105px!important;gap:10px!important}.newsletter input{background:#fff!important;border:0!important;border-radius:3px!important;padding:0 12px!important}.newsletter button{background:#7890b0!important;color:#fff!important;border:0!important;border-radius:3px!important;font-weight:600!important}
.footer{background:#f5f6f7!important;color:var(--elux-ink)!important;padding:42px 0 14px!important;min-height:0!important}.footer-main-grid{grid-template-columns:1.2fr .7fr 1fr!important;gap:70px!important;min-height:0!important}.footer-brand{color:var(--elux-navy)!important;font-size:25px!important;margin-bottom:22px!important}.footer-links a{color:#354c6b!important;text-transform:none!important}.footer-social-col{display:flex;flex-direction:column;align-items:flex-start}.social-circles a,.social-circles span{border-color:#cdd6df!important;color:var(--elux-navy)!important}.footer-payment-col h3{font-size:14px!important;margin-bottom:20px!important}.footer-bottom{border-top:1px solid #d9e0e6!important;color:#6f7d8f!important;margin-top:28px!important;padding-top:20px!important}.footer-bottom a{color:var(--elux-navy)!important}.footer-trust-row{border-color:#d9e0e6!important}.sticky-whatsapp{background:#22c55e!important;color:#fff!important;border-radius:50%!important;width:52px!important;height:52px!important;padding:0!important;display:grid!important;place-items:center!important;font-size:0!important;right:24px!important;bottom:24px!important;top:auto!important;transform:none!important}.sticky-whatsapp span{font-size:27px!important}

@media(max-width:1100px){
  .electrolux-header-main{grid-template-columns:140px minmax(280px,1fr) auto}.header-location{display:none}
  .electrolux-product-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important}.product-buybox{grid-column:2}.electrolux-product-info{grid-column:2}.product-gallery-col{grid-row:1 / span 2}
  .home-page .home-category-scroll{grid-template-columns:repeat(3,minmax(150px,1fr))}
}

@media(max-width:760px){
  .container{width:min(100% - 28px,680px)}
  .store-sticky-shell{position:sticky!important}
  .electrolux-header-main{height:62px!important;grid-template-columns:38px minmax(0,1fr) auto!important;gap:10px!important;padding:0!important}
  .electrolux-site-header .mobile-menu-toggle{display:grid!important;place-items:center;width:34px;height:34px;background:transparent;border:0;font-size:20px}
  .electrolux-site-header .brand{font-size:20px!important;justify-self:start}.brand-emblem{width:23px;height:23px;flex-basis:23px}.electrolux-site-header .brand img{max-height:31px!important;max-width:125px!important}
  .electrolux-site-header .desktop-header-search{display:none!important}.electrolux-site-header .header-actions{gap:11px!important}.electrolux-site-header .header-action.support{display:none!important}.electrolux-site-header .header-action.account .label{display:none!important}.electrolux-site-header .header-symbol{font-size:18px!important}.electrolux-site-header .cart-line{font-size:19px!important}.electrolux-site-header .nav-wrap{display:none!important}
  .mobile-nav-drawer{background:#fff!important;color:var(--elux-ink)!important}.mobile-nav-top{background:var(--elux-navy)!important;color:#fff!important}.mobile-nav-brand{color:#fff!important}.mobile-drawer-search{border-color:#d9e0e6!important}.mobile-nav-quick a i,.mobile-view-all{color:var(--elux-navy)!important}.mobile-category-menu a{color:var(--elux-ink)!important}.mobile-category-menu a span>i{color:var(--elux-navy)!important}
  .home-page main{background:var(--elux-blue)!important}.home-page .hero{background:#e8edf3!important}.home-page .slide img{height:290px!important}.home-page .slide-copy{left:24px!important;right:24px!important;max-width:none!important}.home-page .slide-copy h1{font-size:35px!important;line-height:1.02!important}.home-page .slide-kicker{font-size:12px!important}.home-page .hero-cta{font-size:12px!important;padding:10px 18px!important}.home-page .hero-arrow{display:none!important}
  .home-benefits{padding:18px 0 8px!important}.home-benefits-grid{display:flex!important;overflow-x:auto!important;gap:10px!important;scrollbar-width:none!important}.home-benefits-grid>div{flex:0 0 78%!important;padding:12px 14px!important}.home-benefits-grid small{display:none}
  body.visual-mobile-clean.home-page .home-category-strip,.home-page .home-category-strip{background:var(--elux-blue)!important;padding:28px 0 16px!important}.category-strip-title,.home-page .section-title{font-size:25px!important;margin-bottom:20px!important;color:#fff!important;text-align:left!important}
  .home-page .home-category-scroll{display:flex!important;overflow-x:auto!important;gap:12px!important;padding-bottom:8px!important}.home-page .home-category-item{flex:0 0 43%!important;padding:12px!important}.home-page .home-category-item>span{height:105px!important;width:100%!important}.home-page .home-category-item strong{font-size:12px!important}
  body.visual-mobile-clean.home-page .section,.home-page .section{background:var(--elux-blue)!important;padding:30px 0!important}.home-page .product-row{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;padding:2px 1px 8px!important}.home-page .product-card{flex:0 0 78%!important;scroll-snap-align:start!important;padding:12px!important}.home-page .section-arrow{display:none!important}
  .home-page .product-card h3{min-height:0!important;font-size:13px!important}.home-page .product-image-wrap{aspect-ratio:1/1!important}

  body.pdp-page .electrolux-pdp-main,body.visual-mobile-clean.pdp-page .product-page{background:#fff!important;padding:15px 0 28px!important}
  .electrolux-product-layout{display:flex!important;flex-direction:column!important;gap:20px!important}
  .electrolux-product-layout .gallery{display:block!important}.electrolux-product-layout .thumbs{display:flex!important;flex-direction:row!important;overflow-x:auto!important;max-height:none!important;gap:8px!important;order:2;margin-top:10px}.electrolux-product-layout .thumb{flex:0 0 58px!important;width:58px!important;height:58px!important}.electrolux-product-layout .main-image{height:360px!important;order:1!important}.product-gallery-col{order:1!important}.electrolux-product-info{order:2!important}.product-buybox{order:3!important;width:100%!important}
  .electrolux-product-info h1{font-size:22px!important}.electrolux-product-info .short{font-size:12px!important;margin:13px 0!important}.product-buybox .price{font-size:28px!important}.buybox-panel{padding:14px!important}.buybox-panel .qty-buy{grid-template-columns:82px 1fr!important}
  body.visual-mobile-clean .pdp-details,.pdp-details{background:#f5f6f7!important;padding-bottom:36px!important}.pdp-section-nav{position:sticky!important;top:62px!important;margin:0 -14px 25px!important;padding:0 8px!important;justify-content:flex-start!important}.pdp-section-nav a{padding:13px 12px!important;font-size:11px!important}.pdp-detail-card{padding:22px 18px!important}.pdp-detail-card h2{font-size:20px!important}.spec-copy ul{grid-template-columns:1fr!important}.pdp-together-section{padding:35px 0!important}.pdp-together-section .bundle-box{display:grid!important;grid-template-columns:1fr!important}.bundle-plus{margin:auto!important}
  .reviews{padding:38px 0!important}.reviews h2{font-size:22px!important}.reviews-summary{grid-template-columns:1fr!important}

  body.checkout-flow .checkout-header{background:var(--elux-navy)!important;height:62px!important}.checkout-header-inner{height:62px!important;width:calc(100% - 28px)!important;grid-template-columns:1fr auto!important}.checkout-header .checkout-brand{color:#fff!important}.checkout-header .checkout-steps{display:none!important}.secure-label{justify-self:end!important;color:#fff!important}
  body.visual-mobile-cart-cards .cart-page{max-width:520px!important;background:#f5f6f7!important;padding:0 14px 36px!important}.cart-page .page-title{font-size:23px!important;margin:25px 0 18px!important}.cart-lower-grid{grid-template-columns:1fr!important}body.visual-mobile-cart-cards .cart-left-tools{background:#fff!important}
  body.visual-mobile-cart-cards .mobile-cart-product-copy>a{color:var(--elux-ink)!important}body.visual-mobile-cart-cards .checkout-button{background:var(--elux-green)!important}

  .newsletter{padding:25px 0!important}.newsletter .container{display:block!important}.newsletter h2{text-align:center!important;margin-bottom:17px!important;font-size:17px!important}.newsletter-form{display:grid!important;grid-template-columns:1fr!important}.newsletter input,.newsletter button{height:44px!important}.footer{padding-top:30px!important}.footer-main-grid{grid-template-columns:1fr!important;gap:30px!important}.footer-brand-col,.footer-social-col,.footer-payment-col{padding:0!important}.footer-links.long-links{display:grid!important;grid-template-columns:1fr 1fr!important}.footer-bottom{text-align:left!important}.sticky-whatsapp{right:14px!important;bottom:16px!important;transform:none!important}
}

/* V12.1 - Rodape limpo */
.newsletter-clean{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.4fr);align-items:end;gap:48px}
.newsletter-clean small{font-size:11px;font-weight:700;letter-spacing:.08em;opacity:.78}
.newsletter-clean h2{margin:5px 0 4px;text-transform:none}
.newsletter-clean p{margin:0;opacity:.78;font-size:13px}
.electrolux-footer-grid{grid-template-columns:1.2fr .9fr .9fr 1fr;gap:52px}
.electrolux-footer-grid h3{margin:0 0 15px;color:#03183f;font-size:15px}
.footer-tagline{max-width:270px;color:#596b86;line-height:1.5}
.electrolux-footer-grid .footer-links{display:grid;gap:10px}
.electrolux-footer-grid .footer-links a{color:#31476d;text-decoration:none;font-size:14px}
.electrolux-footer-grid .footer-links a:hover{text-decoration:underline}
@media(max-width:800px){.newsletter-clean{grid-template-columns:1fr;gap:18px}.electrolux-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.newsletter-clean .newsletter-form{grid-template-columns:1fr}.newsletter-clean .newsletter-form button{width:100%}}
@media(max-width:520px){.electrolux-footer-grid{grid-template-columns:1fr}}

/* Mega menu Electrolux V3 - 3 niveis */
.electrolux-nav{overflow:visible!important;position:static}.electrolux-nav>.nav-item{height:55px;display:flex;align-items:center;position:static}.electrolux-nav .nav-root{height:55px;display:flex;align-items:center;gap:7px;font-weight:600;color:var(--elux-ink,#03183f)}.electrolux-nav .nav-root i{font-size:10px;transition:transform .18s}.electrolux-nav .nav-item:hover .nav-root i{transform:rotate(180deg)}
.electrolux-nav .mega-menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #dfe5ea;box-shadow:0 12px 25px rgba(3,24,63,.12);z-index:95;padding:22px 0 26px;white-space:normal}.electrolux-nav .nav-item:hover .mega-menu,.electrolux-nav .nav-item:focus-within .mega-menu{display:block}.electrolux-nav .mega-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px 40px;align-items:start}.mega-column{min-width:0}.mega-title{display:block!important;font-weight:700!important;font-size:15px!important;color:#03183f!important;padding:7px 8px 10px;border-bottom:1px solid #e4e8eb}.mega-link{display:block!important;font-size:14px!important;font-weight:400!important;color:#253b5f!important;padding:10px 8px;border-bottom:1px solid #edf0f2}.mega-link:hover{text-decoration:underline;color:#03183f!important}
.subcategory-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:0 0 28px}.subcategory-strip>a{border:1px solid #e0e5e9;border-radius:8px;padding:16px;background:#fff;display:flex;justify-content:space-between;gap:10px;align-items:center}.subcategory-strip>a strong{font-size:15px}.subcategory-strip>a span{font-size:12px;color:#526782;white-space:nowrap}
.mobile-cat-tree{border-top:1px solid #e9e9e9}.mobile-cat-tree summary{list-style:none;min-height:68px;padding:0 21px;display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:650;cursor:pointer}.mobile-cat-tree summary::-webkit-details-marker{display:none}.mobile-cat-tree summary>span{display:flex;align-items:center;gap:14px}.mobile-cat-tree summary>span i{width:24px;color:var(--elux-navy)}.mobile-cat-tree[open] summary>i{transform:rotate(180deg)}.mobile-cat-groups{padding:0 21px 16px 58px}.mobile-cat-groups>div{padding:8px 0}.mobile-group-title{display:block;font-weight:750;padding:8px 0;color:#03183f}.mobile-leaf{display:block;padding:7px 0 7px 10px;color:#526782;font-size:14px}
@media(max-width:900px){.electrolux-nav .mega-menu{display:none!important}}
.electrolux-site-header .nav-wrap{position:relative}
