:root{--orange:#ff641f;--orange2:#ff7a3d;--ink:#17191b;--muted:#70757a;--paper:#fbfaf7;--white:#fff;--line:#e9e7e2;--soft:#f3f1ec;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 44px));margin:auto}.site-header{height:76px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.header-inner{height:100%;display:flex;align-items:center;gap:42px}.brand{font-weight:950;font-size:27px;letter-spacing:-2px;display:inline-flex;align-items:baseline}.brand-gf{color:#151719}.brand-3d{color:var(--orange)}.main-nav{display:flex;gap:28px;font-size:12px;font-weight:800;color:#565b60;flex:1}.main-nav a:hover{color:var(--orange)}.header-actions{display:flex;align-items:center;gap:10px}.search-link{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center}.cart-button{height:40px;padding:0 14px;border-radius:12px;background:var(--ink);color:#fff;font-size:11px;font-weight:850}.cart-button span{color:#ffb18c;margin-left:4px}.hero{background:var(--paper);overflow:hidden;border-bottom:1px solid var(--line)}.hero-grid{min-height:575px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px}.eyebrow{font-size:9px;letter-spacing:2px;font-weight:900;color:#92969a}.hero h1{font-size:68px;line-height:.96;letter-spacing:-4.5px;max-width:650px;margin:15px 0 24px}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:17px;line-height:1.65;color:#686d72;max-width:560px;margin:0 0 28px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{min-height:46px;padding:0 19px;border-radius:12px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:850;cursor:pointer}.btn.primary{background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(255,100,31,.17)}.btn.primary:hover{background:#ee5314}.btn.dark{background:var(--ink);color:#fff}.btn.ghost{background:#fff;border-color:#ddd9d2}.hero-note{margin-top:26px;font-size:10px;color:#8a8e92}.hero-note b{color:var(--orange)}.hero-visual{position:relative;height:440px}.visual-card{position:absolute;border-radius:30px}.visual-back{width:360px;height:360px;right:0;top:42px;background:#eeeae2;transform:rotate(8deg)}.visual-front{width:365px;height:375px;right:72px;top:30px;background:#151719;transform:rotate(-5deg);padding:34px;color:#fff;box-shadow:0 35px 70px rgba(0,0,0,.18);overflow:hidden}.visual-front:after{content:"";position:absolute;width:230px;height:230px;border:1px solid #3d4042;border-radius:50%;right:-80px;bottom:-70px}.visual-logo{font-size:38px;font-weight:950;letter-spacing:-3px}.visual-logo span{color:var(--orange)}.visual-caption{position:absolute;left:34px;bottom:36px;color:#b9bbbd;font-size:9px;letter-spacing:2px;line-height:1.7}.mini-product{position:absolute;left:26px;bottom:28px;width:150px;height:150px;border-radius:50%;background:#ff641f;display:grid;place-items:center;transform:rotate(-12deg);box-shadow:0 20px 40px rgba(255,100,31,.25)}.mini-product:before{content:"";width:70px;height:70px;border:4px solid #fff;border-radius:18px;transform:rotate(12deg)}.visual-scribble{position:absolute;right:12px;top:0;font-size:12px;font-weight:900;transform:rotate(7deg);color:#34383b}.visual-scribble:after{content:"";display:block;width:75px;border-top:3px solid var(--orange);transform:rotate(-7deg);margin-top:8px}.section{padding:54px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-see-all{font-size:11px;font-weight:900;color:var(--orange);padding-bottom:4px}.section-see-all span{margin-left:5px}.section-head h2{font-size:32px;letter-spacing:-1.7px;margin:5px 0 0}.section-head p{font-size:11px;color:#8c9094}.category-row{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}.category-card{min-height:135px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:850;position:relative;overflow:hidden;transition:.2s}.category-card:before{content:"";position:absolute;width:75px;height:75px;border-radius:50%;background:#fff2eb;right:-42px;bottom:-42px}.category-card:hover,.category-card.selected{border-color:#ffb38f;transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.07)}.category-icon{width:68px;height:68px;border-radius:19px;background:#fff;display:grid;place-items:center;position:relative;z-index:1;box-shadow:0 6px 18px rgba(0,0,0,.055);border:1px solid #eeeae4}.category-icon img{width:55px;height:55px}.category-card>span:last-child{position:relative;z-index:1}.products-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.product-image{height:245px;background:#f3f1ec;display:block;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.product-card:hover .product-image img{transform:scale(1.03)}.product-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#f6f4ef,#ece9e1);color:#a8a49d;font-weight:950;font-size:30px;letter-spacing:-2px}.product-placeholder span{color:var(--orange)}.badge{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:900}.product-info{padding:14px 16px 16px}.product-category{font-size:8px;letter-spacing:1.5px;text-transform:uppercase;color:#999;font-weight:900}.product-info h3{font-size:15px;line-height:1.3;margin:6px 0 10px}.price-row{display:flex;align-items:baseline;gap:8px}.price-row strong{font-size:19px}.price-row del{font-size:10px;color:#aaa}.product-cta{display:flex;justify-content:space-between;align-items:center;margin-top:11px;padding-top:11px;border-top:1px solid var(--line)}.tiny-link{font-size:10px;color:var(--orange);font-weight:900}.signature-section{padding:95px 0;background:#f7f5f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.signature-wrap{display:grid;grid-template-columns:1fr 390px;gap:90px;align-items:center}.signature-copy h2{font-size:57px;line-height:.96;letter-spacing:-3.6px;margin:12px 0 20px}.signature-copy h2 span{color:var(--orange)}.signature-copy p{max-width:570px;color:#6d7277;line-height:1.75;font-size:14px}.signature-mark{width:285px;height:285px;border-radius:50%;border:1px solid #d9d5cd;background:#fff;display:grid;place-items:center;text-align:center;justify-self:center;transform:rotate(4deg);box-shadow:16px 18px 0 #e9e5dd;position:relative}.signature-mark:before{content:"";position:absolute;inset:17px;border:1px dashed #b8b4ac;border-radius:50%}.signature-mark strong{font-size:30px;letter-spacing:-2px;z-index:1}.signature-mark small{position:absolute;bottom:68px;font-size:7px;letter-spacing:2px;color:#999}.quality-strip{background:var(--ink);color:#fff;padding:45px 0}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.quality-grid>div{display:grid;grid-template-columns:42px 1fr;column-gap:10px}.quality-grid b{grid-row:1/3;color:var(--orange);font-size:12px}.quality-grid span{font-size:13px;font-weight:850}.quality-grid small{font-size:10px;line-height:1.55;color:#85898d;margin-top:5px}.site-footer{padding:42px 0}.footer-inner{display:flex;justify-content:space-between;align-items:end;gap:30px}.footer-inner p{max-width:420px;color:#888;font-size:11px;line-height:1.65}.footer-right{display:flex;gap:20px;font-size:10px;color:#888}.footer-right a{color:var(--orange);font-weight:850}.empty-products{padding:50px;border:1px dashed #d9d5ce;border-radius:18px;text-align:center;background:#faf9f6}.empty-products strong{font-size:20px}.empty-products p{color:#777}.detail{padding:75px 0}.detail-grid{display:grid;grid-template-columns:1.05fr .8fr;gap:75px;align-items:start}.detail-image{background:#f3f1ec;border-radius:25px;min-height:580px;display:grid;place-items:center;overflow:hidden}.detail-image img{width:100%;height:100%;max-height:700px;object-fit:contain}.detail-copy h1{font-size:50px;line-height:.98;letter-spacing:-3px;margin:10px 0 18px}.detail-copy .desc{color:#6e7378;font-size:14px;line-height:1.75}.detail-price{display:flex;gap:10px;align-items:baseline;margin:25px 0 6px}.detail-price strong{font-size:31px}.detail-price del{color:#aaa;font-size:11px}.stock{font-size:10px;color:#777;margin:8px 0 22px}.qty{display:flex;align-items:center;gap:10px;margin:15px 0}.qty input{width:80px;height:46px;border:1px solid #ddd;border-radius:11px;padding:0 12px;font:inherit}.search-box{padding:40px 0 10px}.search-form{display:flex;gap:10px}.search-form input{flex:1;height:46px;border:1px solid #ddd;border-radius:12px;padding:0 14px;font:inherit}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-size:9px;color:#999;letter-spacing:1px;text-align:left;border-bottom:1px solid var(--line);padding:12px}.cart-table td{padding:16px 12px;border-bottom:1px solid var(--line);font-size:11px}.cart-product{display:flex;align-items:center;gap:12px}.cart-product img,.cart-product .ph{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#f3f1ec;display:grid;place-items:center}.cart-summary{margin-top:22px;margin-left:auto;width:min(390px,100%);padding:22px;border:1px solid var(--line);border-radius:18px}.summary-line{display:flex;justify-content:space-between;margin:9px 0;font-size:12px}.summary-line.total{font-size:18px;font-weight:900;border-top:1px solid var(--line);padding-top:15px;margin-top:15px}.checkout-grid{display:grid;grid-template-columns:1fr 390px;gap:25px}.form-card{padding:25px;border:1px solid var(--line);border-radius:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .span2{grid-column:span 2}.form-grid label{font-size:10px;font-weight:850;color:#5d6267}.form-grid input,.form-grid textarea,.form-grid select{width:100%;margin-top:6px;border:1px solid #ddd;border-radius:10px;padding:11px;font:inherit}.order-success{text-align:center;padding:100px 20px}.order-success h1{font-size:48px;letter-spacing:-2px}.order-success .check{width:72px;height:72px;border-radius:50%;background:#eaf8ef;color:#2a8a48;display:grid;place-items:center;font-size:30px;margin:0 auto 18px}
@media(max-width:1050px){.category-row{grid-template-columns:repeat(5,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:58px}.detail-grid,.checkout-grid{grid-template-columns:1fr}.signature-wrap{grid-template-columns:1fr 320px}}
@media(max-width:760px){.container{width:min(var(--max),calc(100% - 28px))}.site-header{height:66px}.main-nav,.search-link{display:none}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr;padding:62px 0 45px;min-height:0}.hero h1{font-size:47px;letter-spacing:-3px}.hero p{font-size:15px}.hero-visual{height:285px;margin-top:10px}.visual-front{width:245px;height:255px;right:48px;padding:25px}.visual-back{width:240px;height:245px;right:0}.visual-logo{font-size:28px}.mini-product{width:100px;height:100px;left:0;bottom:10px}.mini-product:before{width:50px;height:50px}.section{padding:55px 0}.category-row{display:flex;overflow-x:auto;gap:9px;padding-bottom:8px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category-card{min-width:108px}.product-grid{grid-template-columns:1fr;gap:14px}.product-image{height:250px}.product-info{padding:12px}.product-info h3{font-size:12px}.price-row strong{font-size:15px}.signature-section{padding:70px 0}.signature-wrap{grid-template-columns:1fr;gap:45px}.signature-copy h2{font-size:43px}.signature-mark{width:245px;height:245px}.quality-grid{grid-template-columns:1fr;gap:20px}.footer-inner{flex-direction:column;align-items:start}.detail{padding:50px 0}.detail-image{min-height:340px}.detail-copy h1{font-size:39px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:14px 0;border-bottom:1px solid var(--line)}.cart-table td{border:0;padding:5px 0}.form-grid{grid-template-columns:1fr}.form-grid .span2{grid-column:auto}.checkout-grid{grid-template-columns:1fr}}

/* V6.1 — categoria ilustrada */
.category-card{background:linear-gradient(180deg,#fff 0%,#faf9f6 100%);border-color:#e6e3dc;min-height:132px}
.category-icon{width:72px;height:72px;border:0;background:transparent;box-shadow:none;border-radius:0}
.category-icon img{width:72px;height:72px;object-fit:contain;display:block;filter:drop-shadow(0 5px 4px rgba(0,0,0,.06))}
.category-card:hover .category-icon img{transform:translateY(-2px) rotate(-1deg);transition:.2s}
@media(max-width:760px){.category-card{min-width:116px;min-height:124px}.category-icon{width:70px;height:70px}.category-icon img{width:70px;height:70px}}

/* =========================================================
   GF3D V7 — MODO CIRÚRGICO / DIREÇÃO VISUAL
   ========================================================= */
.site-header{height:78px;box-shadow:0 1px 0 rgba(20,20,20,.02)}
.header-inner{gap:48px}.brand{font-size:29px}.main-nav{align-items:center;gap:32px;color:#24272a}.main-nav>a,.nav-drop-button{font-size:12px;font-weight:850;color:#454a4f;position:relative}.main-nav>a:hover,.nav-drop-button:hover{color:var(--orange)}
.nav-dropdown{position:relative;height:100%;display:flex;align-items:center}.nav-drop-button{background:none;border:0;font-family:inherit;padding:12px 0;cursor:pointer}.nav-drop-button span{font-size:14px;margin-left:4px;display:inline-block;transition:.2s}.nav-dropdown:hover .nav-drop-button span{transform:rotate(180deg)}
.category-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-8px);width:660px;background:#fff;border:1px solid #e5e2dc;border-radius:20px;padding:22px;box-shadow:0 25px 70px rgba(0,0,0,.13);opacity:0;visibility:hidden;transition:.2s;z-index:50}.category-menu:before{content:"";position:absolute;width:13px;height:13px;background:#fff;border-left:1px solid #e5e2dc;border-top:1px solid #e5e2dc;top:-7px;left:50%;transform:rotate(45deg)}.nav-dropdown:hover .category-menu,.nav-dropdown:focus-within .category-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.category-menu-top{display:flex;justify-content:space-between;align-items:end;padding:2px 4px 16px;border-bottom:1px solid #eeeae4}.category-menu-top strong{display:block;font-size:19px;letter-spacing:-.5px;margin-top:3px}.category-menu-top>a{font-size:10px;color:var(--orange);font-weight:900}.category-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.menu-category{display:flex;align-items:center;gap:11px;padding:10px;border-radius:13px;transition:.18s}.menu-category:hover{background:#f8f6f1;transform:translateX(2px)}.menu-category img{width:45px;height:45px;object-fit:contain;filter:drop-shadow(0 3px 3px rgba(0,0,0,.05))}.menu-category span{font-size:11px;font-weight:800}.mobile-menu-button{display:none;border:0;background:none;font-size:20px;cursor:pointer}.mobile-menu{display:none}
.hero{background:radial-gradient(circle at 83% 38%,#fff1e8 0,#fbfaf7 22%,#fbfaf7 60%)}.hero-grid{min-height:585px}.hero h1{font-size:clamp(58px,6.1vw,78px);font-weight:950;color:#111315}.hero h1 em{color:var(--orange)}.hero p{color:#575c61;font-size:17px}.hero-note{color:#696e73}.hero-note b{font-size:13px}
.hero-actions .btn.primary{min-width:155px}.hero-actions .btn.dark{background:#17191b}.section{padding:72px 0}.products-section{padding-top:82px}.products-section .section-head{margin-bottom:14px}.section-head h2{font-size:37px;font-weight:950;color:#151719}.section-head p{color:#6e7378}.search-box{padding:26px 0 24px}.search-form{max-width:560px}.search-form input{height:50px;background:#faf9f6;border-color:#e4e0d9}.search-form input:focus{outline:2px solid rgba(255,100,31,.12);border-color:#ff9b73}
.product-grid{gap:22px}.product-card{border-color:#e3e0da;border-radius:19px}.product-image{height:300px;background:#f4f2ed}.product-info{padding:18px 18px 20px}.product-category{color:#767b80}.product-info h3{font-size:15px;font-weight:850;margin:8px 0 13px}.price-row strong{font-size:19px;color:#151719}.product-cta{margin-top:15px}.tiny-link{font-size:10px}
.signature-section{padding:105px 0;background:#f5f3ee}.signature-copy h2{font-size:60px}.signature-copy p{color:#5f6469}.quality-strip{padding:52px 0}.site-footer{padding:48px 0}
@media(max-width:1050px){.category-menu{width:580px}.main-nav{gap:22px}.hero h1{font-size:57px}}
@media(max-width:760px){.site-header{height:66px}.header-inner{gap:0}.main-nav{display:none}.mobile-menu-button{display:block}.cart-button{height:38px}.mobile-menu{position:absolute;left:14px;right:14px;top:70px;background:#fff;border:1px solid #e4e1da;border-radius:18px;box-shadow:0 22px 60px rgba(0,0,0,.14);padding:18px;display:none;flex-direction:column;z-index:60}.mobile-menu.open{display:flex}.mobile-menu-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:1.5px}.mobile-close{border:0;background:none;font-size:25px;line-height:1;cursor:pointer}.mobile-menu>a,.mobile-menu summary{padding:14px 3px;font-size:13px;font-weight:850;border-bottom:1px solid #f0eee9;cursor:pointer}.mobile-menu details{border-bottom:1px solid #f0eee9}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-categories{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px 0 12px}.mobile-categories a{display:flex;align-items:center;gap:7px;background:#faf9f6;border-radius:10px;padding:7px}.mobile-categories img{width:35px;height:35px;object-fit:contain}.mobile-categories span{font-size:9px;font-weight:800}.hero-grid{min-height:0}.hero{background:#fbfaf7}.hero h1{font-size:47px}.products-section{padding-top:55px}.product-image{height:210px}.section-head h2{font-size:29px}.search-box{padding-top:20px}.signature-copy h2{font-size:43px}}

/* =========================================================
   GF3D V7.1 — HEADER VIVO / PREMIUM
   ========================================================= */
.site-header{height:86px;background:rgba(255,255,255,.97);border-bottom:1px solid #e7e4de;box-shadow:0 8px 28px rgba(20,20,20,.035)}
.header-inner{gap:28px}
.brand{font-size:31px;letter-spacing:-2.5px;position:relative;padding-right:48px;line-height:1}
.brand small{position:absolute;right:0;bottom:1px;font-size:6px;letter-spacing:1.5px;color:#9b9b96;font-weight:900;line-height:1}
.main-nav{flex:1;justify-content:center;align-items:center;gap:4px;height:100%;color:#272a2d}
.main-nav>a.nav-item,.nav-drop-button{height:44px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;color:#4a4e52;transition:.2s;position:relative}
.main-nav>a.nav-item:hover,.nav-drop-button:hover{background:#f7f5f1;color:#151719}
.main-nav>a.nav-active{background:#17191b;color:#fff;box-shadow:0 8px 18px rgba(23,25,27,.13)}
.main-nav>a.nav-active i{display:none}
.main-nav>a.nav-item:not(.nav-active):after,.nav-drop-button:after{content:"";position:absolute;left:18px;right:18px;bottom:5px;height:2px;background:var(--orange);border-radius:99px;transform:scaleX(0);transform-origin:center;transition:.2s}
.main-nav>a.nav-item:hover:after,.nav-dropdown:hover .nav-drop-button:after{transform:scaleX(1)}
.nav-dropdown{height:100%;display:flex;align-items:center}
.nav-drop-button{border:0;background:transparent;font-family:inherit;cursor:pointer}
.nav-drop-button b{font-size:13px;color:#8c8f92;font-weight:900;transition:.2s}
.nav-dropdown:hover .nav-drop-button b{transform:rotate(180deg);color:var(--orange)}
.header-actions{gap:8px}
.search-link{width:44px;height:44px;border-radius:14px;background:#faf9f6;border-color:#e6e2db;transition:.2s}
.search-link span{font-size:20px;line-height:1;transform:translateY(-1px)}
.search-link:hover{border-color:#ffb18f;background:#fff5ef;color:var(--orange);transform:translateY(-1px)}
.cart-button{height:44px;padding:0 15px 0 16px;border-radius:14px;display:inline-flex;align-items:center;gap:9px;background:#17191b;box-shadow:0 8px 18px rgba(23,25,27,.12);transition:.2s}
.cart-button:hover{background:var(--orange);transform:translateY(-1px)}
.cart-label{font-size:11px;font-weight:900}
.cart-count{min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--orange);display:grid;place-items:center;color:#fff;font-size:9px;font-weight:950}
.cart-button:hover .cart-count{background:#fff;color:var(--orange)}
.category-menu{top:calc(100% + 9px);border-radius:22px;padding:24px;width:700px;box-shadow:0 28px 75px rgba(0,0,0,.16)}
.category-menu-top strong{font-size:21px}
.category-menu-grid{gap:7px}
.menu-category{padding:11px 10px;border:1px solid transparent}
.menu-category:hover{background:#fff7f2;border-color:#ffe0d0;transform:translateY(-1px)}
.menu-category img{width:48px;height:48px}
@media(max-width:760px){.site-header{height:70px}.brand{font-size:28px;padding-right:0}.brand small{display:none}.header-inner{gap:8px}.header-actions{margin-left:auto}.main-nav{display:none}.search-link{display:grid;width:40px;height:40px}.cart-button{height:40px;padding:0 10px 0 12px}.cart-label{display:none}.mobile-menu{top:74px}}

/* GF3D V7.2 — HEADER REDESENHADO DO ZERO */
.site-header{height:82px;background:rgba(255,255,255,.97);border-bottom:1px solid #e8e5df;box-shadow:0 5px 24px rgba(20,20,20,.035)}
.header-inner{height:100%;gap:42px}.brand{min-width:205px;font-size:28px;letter-spacing:-2.2px;display:flex;align-items:center;gap:0}.brand small{font-size:7px;letter-spacing:1.6px;color:#9b9b97;font-weight:900;margin-left:10px;padding-left:10px;border-left:1px solid #dedbd5;line-height:1.2}
.main-nav{flex:1;justify-content:center;align-items:center;gap:4px;height:100%;color:#343638}.main-nav>a.nav-link,.nav-drop-button{height:52px;padding:0 16px;border:0;border-radius:0;background:transparent;display:inline-flex;align-items:center;gap:9px;font-family:inherit;font-size:12px;font-weight:850;color:#343638;position:relative;cursor:pointer;transition:.2s}.nav-link .nav-number{font-size:8px;letter-spacing:1px;color:#b0b0aa;font-weight:900;align-self:flex-start;margin-top:12px;transition:.2s}.main-nav>a.nav-link:after,.nav-drop-button:after{content:"";position:absolute;left:16px;right:16px;bottom:8px;height:2px;border-radius:10px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:.25s}.main-nav>a.nav-link:hover,.nav-drop-button:hover{color:#111}.main-nav>a.nav-link:hover .nav-number,.nav-drop-button:hover .nav-number{color:var(--orange)}.main-nav>a.nav-link:hover:after,.nav-dropdown:hover .nav-drop-button:after{transform:scaleX(1)}.nav-drop-button b{font-size:17px;line-height:1;color:var(--orange);font-weight:400;margin-left:1px;transition:.2s}.nav-dropdown:hover .nav-drop-button b{transform:none}
.header-actions{gap:9px}.search-link{width:42px;height:42px;border:1px solid #e1ded8;border-radius:50%;display:grid;place-items:center;color:#333;background:#fff;transition:.2s}.search-link:hover{border-color:#c8c4bd;background:#faf8f4;transform:translateY(-1px)}.cart-button{height:42px;padding:0 14px 0 16px;border-radius:22px;background:#17191b;color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;gap:7px;box-shadow:0 8px 20px rgba(20,20,20,.11)}.cart-count{min-width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:9px;margin-left:2px}
.category-menu{top:calc(100% + 1px);left:50%;width:760px;padding:25px;border-radius:0 0 22px 22px;border-top:2px solid var(--orange);box-shadow:0 30px 70px rgba(0,0,0,.15);transform:translateX(-50%) translateY(-10px)}.category-menu:before{display:none}.category-menu-top{padding:0 2px 18px;border-bottom:1px solid #ece9e3}.category-menu-top strong{font-size:22px;letter-spacing:-.8px}.category-menu-top>a{font-size:10px;font-weight:900;color:#555}.category-menu-top>a span{color:var(--orange);font-size:14px}.category-menu-grid{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:13px}.menu-category{min-height:70px;padding:8px;border:1px solid transparent;border-radius:14px;display:flex;align-items:center;gap:10px;position:relative;transition:.2s}.menu-category:hover{background:#fff8f3;border-color:#ffe0d0;transform:none}.menu-art{width:52px;height:52px;display:grid;place-items:center;flex:0 0 52px;background:#faf8f4;border-radius:13px}.menu-category img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 3px 3px rgba(0,0,0,.06))}.menu-category-text{display:flex;flex-direction:column;gap:3px;min-width:0}.menu-category-text b{font-size:11px}.menu-category-text small{font-size:8px;color:#999;font-weight:650}.menu-category>i{margin-left:auto;color:#c4c1bb;font-size:13px;font-style:normal;transition:.2s}.menu-category:hover>i{color:var(--orange);transform:translate(2px,-2px)}.mobile-menu-button{display:none}
@media(max-width:1050px){.brand{min-width:170px}.main-nav>a.nav-link,.nav-drop-button{padding:0 10px}.category-menu{width:680px}}@media(max-width:760px){.site-header{height:70px}.header-inner{gap:8px}.brand{min-width:auto;font-size:27px}.brand small{display:none}.main-nav,.search-link{display:none}.header-actions{margin-left:auto}.cart-button{height:40px;padding:0 11px 0 13px}.cart-label{display:none}.mobile-menu-button{width:42px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid #e1ded8;border-radius:50%;background:#fff;cursor:pointer}.mobile-menu-button span{width:15px;height:1.5px;background:#17191b;border-radius:2px}.mobile-menu{top:74px;left:12px;right:12px;border-radius:20px;padding:18px}.mobile-menu>a,.mobile-menu summary{display:flex;align-items:center;gap:10px;padding:16px 3px;font-size:13px}.mobile-menu small{width:22px;color:#aaa;font-size:8px;font-weight:900}.mobile-menu summary b{margin-left:auto;color:var(--orange);font-size:18px;font-weight:400}.mobile-categories{grid-template-columns:1fr 1fr;gap:8px}.mobile-categories a{border:1px solid #eeeae4;background:#faf9f6}.mobile-categories img{width:38px;height:38px}}

/* =========================================================
   GF3D V8 — HEADER EDITORIAL / REFERÊNCIA DE PORTAL
   ========================================================= */
.site-header{height:auto;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8e5;box-shadow:0 1px 0 rgba(0,0,0,.015);backdrop-filter:none}
.top-header{height:78px;background:#fff}
.top-header-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.globo-menu-trigger{justify-self:start;border:0;background:transparent;padding:8px 0;display:flex;align-items:center;gap:12px;font:600 14px/1 inherit;color:#3e4145;cursor:pointer}
.globo-menu-trigger:hover{color:var(--orange)}
.menu-grid-icon{width:18px;height:18px;display:grid;grid-template-columns:repeat(3,4px);grid-template-rows:repeat(3,4px);gap:3px}
.menu-grid-icon i{display:block;width:4px;height:4px;border-radius:50%;background:var(--orange)}
.brand-center{justify-self:center;position:relative;display:flex;align-items:baseline;font-size:32px;letter-spacing:-2.7px;font-weight:950;line-height:1;padding-right:52px}
.brand-center small{position:absolute;right:0;bottom:2px;font-size:6px;letter-spacing:1.5px;color:#9a9b98;font-weight:900}
.top-header-right{justify-self:end;display:flex;align-items:center;height:100%;gap:0}
.top-link{height:46px;padding:0 18px;display:flex;align-items:center;gap:13px;border-right:1px solid #ececea;color:#4a4c4f;font-size:13px;font-weight:600}
.top-link:hover{color:var(--orange)}
.search-lens{width:19px;height:19px;border:2px solid currentColor;border-radius:50%;display:block;position:relative}
.search-lens:after{content:"";position:absolute;width:8px;height:2px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(48deg);border-radius:3px}
.top-cart{margin-left:10px;height:44px;padding:0 15px;border-radius:13px;background:#17191b;color:#fff;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:850;box-shadow:0 5px 14px rgba(0,0,0,.08)}
.top-cart b{min-width:19px;height:19px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-size:9px}
.brand-nav{height:50px;border-top:1px solid #f0f0ed;border-bottom:1px solid #e5e5e2;background:#fff}
.brand-nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:0;overflow:hidden}
.brand-nav-link{height:100%;padding:0 12px;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px;font-weight:800;color:#3d3f42;position:relative;transition:.15s}
.brand-nav-link:hover{color:var(--orange)}
.brand-nav-link:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;background:var(--orange);transform:scaleX(0);transition:.2s}
.brand-nav-link:hover:after,.brand-nav-link.active:after{transform:scaleX(1)}
.brand-nav-link.active{color:#17191b}
.gf3d-menu-panel{position:absolute;left:0;right:0;top:128px;background:#fff;border-top:3px solid var(--orange);box-shadow:0 25px 50px rgba(0,0,0,.12);display:none}
.gf3d-menu-panel.open{display:block}
.menu-panel-inner{padding:26px 0 30px}
.menu-panel-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid #ecebe7}
.menu-panel-close{border:0;background:#f6f5f2;width:34px;height:34px;border-radius:50%;font-size:21px;cursor:pointer;color:#555}
.menu-panel-columns{display:grid;grid-template-columns:320px 1fr;gap:50px;padding-top:22px}
.menu-panel-main{display:flex;flex-direction:column}
.menu-panel-main a{display:grid;grid-template-columns:28px 1fr;gap:0 8px;padding:14px 0;border-bottom:1px solid #efeee9}
.menu-panel-main a small{grid-row:1/3;color:#aaa;font-size:8px;font-weight:900;padding-top:3px}.menu-panel-main a strong{font-size:17px;letter-spacing:-.4px}.menu-panel-main a span{font-size:10px;color:#888;margin-top:4px}.menu-panel-main a:hover strong{color:var(--orange)}
.menu-panel-cats .panel-label{display:block;font-size:9px;letter-spacing:1.8px;color:#999;font-weight:900;margin-bottom:12px}.menu-panel-cats>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.menu-panel-cats a{min-height:70px;border:1px solid #eceae5;border-radius:13px;display:flex;align-items:center;gap:9px;padding:8px;transition:.15s}.menu-panel-cats a:hover{border-color:#ffc9b0;background:#fff8f3}.menu-panel-cats img{width:48px;height:48px;object-fit:contain}.menu-panel-cats span{font-size:10px;font-weight:800}
@media(max-width:1050px){.brand-nav-link{padding:0 8px;font-size:11px}.brand-nav-link:after{left:8px;right:8px}.menu-panel-columns{grid-template-columns:280px 1fr;gap:30px}}
@media(max-width:760px){.top-header{height:68px}.top-header-inner{grid-template-columns:1fr auto 1fr;gap:8px}.globo-menu-trigger{font-size:0;gap:0}.menu-grid-icon{width:19px;height:19px}.brand-center{font-size:28px;padding-right:0}.brand-center small{display:none}.top-header-right{gap:7px}.top-link{font-size:0;border-right:0;padding:0;width:40px;height:40px;justify-content:center}.top-cart{margin:0;height:40px;width:40px;padding:0;justify-content:center;border-radius:50%}.top-cart span{display:none}.brand-nav{height:45px}.brand-nav-inner{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.brand-nav-inner::-webkit-scrollbar{display:none}.brand-nav-link{padding:0 12px;font-size:10px}.brand-nav-link:after{left:12px;right:12px}.gf3d-menu-panel{top:113px}.menu-panel-inner{padding:18px 0 22px}.menu-panel-columns{grid-template-columns:1fr;gap:20px}.menu-panel-cats>div{grid-template-columns:repeat(2,1fr)}.menu-panel-cats a{min-height:62px}.menu-panel-cats img{width:42px;height:42px}}

/* =========================================================
   GF3D V8.1 — MENU REDESENHADO / MAIS VIVO
   ========================================================= */
body.menu-open{overflow:hidden}
.gf3d-menu-backdrop{position:fixed;inset:0;background:rgba(18,19,20,.20);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;z-index:105}
.gf3d-menu-backdrop.open{opacity:1;visibility:visible}
.gf3d-menu-panel{top:128px;z-index:110;background:#fbfaf7;border-top:0;box-shadow:0 30px 80px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(-14px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease;display:block;border-radius:0 0 26px 26px;overflow:hidden}
.gf3d-menu-panel.open{opacity:1;visibility:visible;transform:translateY(0)}
.menu-panel-inner{padding:34px 0 38px}
.menu-panel-heading{align-items:flex-start;padding:0 0 24px;border-bottom:1px solid #e4e0d8}
.menu-panel-heading h2{font-size:36px;line-height:1.02;letter-spacing:-1.8px;margin:7px 0 0;color:#17191b}
.menu-panel-heading h2 em{font-style:normal;color:var(--orange)}
.menu-panel-close{width:42px;height:42px;border:1px solid #ddd8cf;background:#fff;color:#202224;font-size:20px;transition:.2s}
.menu-panel-close:hover{background:#17191b;color:#fff;border-color:#17191b;transform:rotate(90deg)}
.menu-panel-columns{grid-template-columns:290px 1fr;gap:55px;padding-top:26px}
.menu-panel-main{gap:0}
.menu-feature{display:grid;grid-template-columns:28px 1fr 25px;grid-template-rows:auto auto;column-gap:8px;padding:17px 0;border-bottom:1px solid #e4e0d8;transition:.2s}
.menu-feature span{grid-row:1/3;font-size:8px;color:#a4a09a;font-weight:900;padding-top:4px}.menu-feature strong{font-size:17px;letter-spacing:-.4px}.menu-feature small{font-size:10px;color:#777;margin-top:5px}.menu-feature b{grid-column:3;grid-row:1/3;align-self:center;font-size:16px;color:#bbb5ad;font-weight:500;transition:.2s}.menu-feature:hover strong{color:var(--orange)}.menu-feature:hover b{color:var(--orange);transform:translate(3px,-3px)}
.menu-note{display:flex;gap:12px;align-items:center;margin-top:22px;padding:14px 15px;background:#fff;border:1px solid #e7e3dc;border-radius:15px}.menu-note i{font-style:normal;width:35px;height:35px;border-radius:50%;background:#17191b;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.menu-note div{display:flex;flex-direction:column;gap:3px}.menu-note strong{font-size:10px}.menu-note small{font-size:8px;color:#8c8984;line-height:1.45}
.menu-cats-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.menu-cats-head .panel-label{margin:0}.menu-cats-head>a{font-size:9px;color:var(--orange);font-weight:900}
.menu-panel-cats>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.menu-panel-cats>div:last-child>a{min-height:92px;border:1px solid #e3ded5;border-radius:17px;background:#fff;display:grid;grid-template-columns:56px 1fr 16px;align-items:center;gap:9px;padding:10px;transition:.2s;position:relative;overflow:hidden}
.menu-panel-cats>div:last-child>a:after{content:"";position:absolute;width:65px;height:65px;border-radius:50%;background:#fff0e8;right:-33px;bottom:-33px;transition:.25s}
.menu-panel-cats>div:last-child>a:hover{border-color:#ffb393;box-shadow:0 12px 26px rgba(0,0,0,.07);transform:translateY(-2px)}.menu-panel-cats>div:last-child>a:hover:after{transform:scale(1.35)}
.menu-art{width:56px;height:56px;border-radius:15px;background:#faf8f4;display:grid;place-items:center;position:relative;z-index:1}.menu-art img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 4px 4px rgba(0,0,0,.07))}.menu-cat-name{font-size:10px;font-weight:850;position:relative;z-index:1}.menu-panel-cats>div:last-child>a>b{position:relative;z-index:1;color:#c3bdb4;font-size:13px;font-weight:500;transition:.2s}.menu-panel-cats>div:last-child>a:hover>b{color:var(--orange);transform:translate(2px,-2px)}
@media(max-width:1050px){.menu-panel-columns{grid-template-columns:250px 1fr;gap:30px}.menu-panel-cats>div:last-child{grid-template-columns:repeat(3,1fr)}.menu-panel-cats>div:last-child>a{grid-template-columns:48px 1fr 12px}.menu-art{width:48px;height:48px}.menu-art img{width:44px;height:44px}}
@media(max-width:760px){body.menu-open{overflow:hidden}.gf3d-menu-backdrop{background:rgba(18,19,20,.28)}.gf3d-menu-panel{top:113px;max-height:calc(100vh - 113px);overflow:auto;border-radius:0 0 20px 20px}.menu-panel-inner{padding:24px 0 28px}.menu-panel-heading h2{font-size:30px}.menu-panel-columns{grid-template-columns:1fr;gap:22px}.menu-panel-cats>div:last-child{grid-template-columns:repeat(2,1fr)}.menu-panel-cats>div:last-child>a{min-height:78px}.menu-feature{padding:14px 0}.menu-note{display:none}}

/* V8.2 — MENU SIMPLES / CIRÚRGICO */
.gf3d-menu-panel{top:128px;background:rgba(255,255,255,.98);border-top:1px solid #e8e5df;border-radius:0 0 22px 22px;box-shadow:0 20px 55px rgba(0,0,0,.12);max-height:calc(100vh - 128px);overflow:auto}
.simple-menu-inner{padding:28px 0 34px}
.simple-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #e8e5df}
.simple-menu-head .panel-label{font-size:9px;letter-spacing:2px;color:#999;font-weight:900}
.simple-menu-head h2{margin:5px 0 0;font-size:24px;letter-spacing:-.8px;color:#17191b}
.simple-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.simple-menu-item,.simple-menu-all,.simple-menu-custom{min-height:78px;border:1px solid #e7e3dc;border-radius:15px;background:#fff;display:flex;align-items:center;gap:12px;padding:10px 13px;transition:.18s;position:relative;overflow:hidden}
.simple-menu-item:hover,.simple-menu-all:hover,.simple-menu-custom:hover{border-color:#ffb18e;background:#fffaf7;transform:translateY(-1px)}
.simple-menu-art{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;background:#faf8f4;border-radius:14px}
.simple-menu-art img{width:48px;height:48px;object-fit:contain}
.simple-menu-item>span:last-of-type,.simple-menu-all>span,.simple-menu-custom>span{font-size:12px;font-weight:850;color:#202225}
.simple-menu-item>b,.simple-menu-all>b,.simple-menu-custom>b{margin-left:auto;color:#b4aea6;font-weight:500;font-size:14px}
.simple-menu-item:hover>b,.simple-menu-all:hover>b,.simple-menu-custom:hover>b{color:var(--orange)}
.simple-menu-all{background:#17191b;color:#fff;border-color:#17191b}.simple-menu-all>span{color:#fff}.simple-menu-all>b{color:#ff8d5c}
.simple-menu-custom{border-color:#ffd0bd;background:#fff7f2}.simple-menu-custom>span{color:#e65318}
@media(max-width:760px){.gf3d-menu-panel{top:113px;max-height:calc(100vh - 113px)}.simple-menu-inner{padding:22px 0 26px}.simple-menu-head h2{font-size:22px}.simple-menu-grid{grid-template-columns:1fr 1fr;gap:8px}.simple-menu-item,.simple-menu-all,.simple-menu-custom{min-height:72px;padding:8px}.simple-menu-art{width:46px;height:46px;flex-basis:46px}.simple-menu-art img{width:43px;height:43px}.simple-menu-item>span:last-of-type,.simple-menu-all>span,.simple-menu-custom>span{font-size:10px}}

/* GF3D V8.3 — HEADER REFEITO / LIMPO */
.top-header{height:82px;background:#fff;border-bottom:1px solid #e9e7e2}
.top-header-inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.brand-center{justify-self:center;display:flex;align-items:baseline;gap:0}
.brand-center .brand-gf,.brand-center .brand-3d{font-size:30px;letter-spacing:-2.4px}
.brand-center small{display:none!important}
.globo-menu-trigger{justify-self:start;border:0;background:transparent;padding:9px 0;display:flex;align-items:center;gap:10px;color:#25272a;font:700 13px/1 inherit;cursor:pointer}
.menu-grid-icon{display:grid;grid-template-columns:repeat(3,4px);gap:3px;width:18px;height:18px}
.menu-grid-icon i{display:block;width:4px;height:4px;border-radius:50%;background:var(--orange)}
.top-header-right{justify-self:end;display:flex;align-items:center;gap:12px}
.top-link{display:flex;align-items:center;gap:9px;color:#292b2e;font-size:12px;font-weight:700;padding:9px 11px;border-radius:10px}
.top-link:hover{background:#f7f5f1}
.search-lens{width:18px;height:18px;border:1.7px solid #222;border-radius:50%;position:relative;display:block}
.search-lens:after{content:"";position:absolute;width:7px;height:1.7px;background:#222;right:-5px;bottom:0;transform:rotate(48deg);transform-origin:left center}
.top-cart{height:42px;padding:0 15px;border-radius:12px;background:#17191b;color:#fff;display:flex;align-items:center;gap:9px;font-size:11px;font-weight:850;box-shadow:0 7px 16px rgba(0,0,0,.08)}
.top-cart b{min-width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-size:9px}
.brand-nav{height:48px;background:#fff;border-bottom:1px solid var(--line)}
.brand-nav-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:0;overflow-x:auto;scrollbar-width:none}
.brand-nav-inner::-webkit-scrollbar{display:none}
.brand-nav-link{height:100%;display:flex;align-items:center;padding:0 15px;font-size:11px;font-weight:800;color:#34373a;position:relative;white-space:nowrap}
.brand-nav-link:after{content:"";position:absolute;height:2px;background:var(--orange);left:15px;right:15px;bottom:0;transform:scaleX(0);transform-origin:center;transition:.18s}
.brand-nav-link:hover:after,.brand-nav-link.active:after{transform:scaleX(1)}
.brand-nav-link:hover,.brand-nav-link.active{color:#111}
body.menu-open{overflow:hidden}
.gf3d-menu-backdrop{position:fixed;inset:130px 0 0;background:rgba(17,18,20,.18);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:.2s;z-index:39}
.gf3d-menu-backdrop.open{opacity:1;pointer-events:auto}
.gf3d-menu-panel{position:fixed;top:130px;left:0;right:0;background:#fff;z-index:40;border-bottom:1px solid #dedbd5;box-shadow:0 22px 55px rgba(0,0,0,.12);transform:translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}
.gf3d-menu-panel.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}
.clean-menu-inner{padding:30px 0 38px}
.clean-menu-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}
.clean-menu-head h2{font-size:26px;letter-spacing:-1.1px;margin:4px 0 0}
.menu-panel-close{width:38px;height:38px;border-radius:50%;border:1px solid #dedbd5;background:#fff;font-size:22px;line-height:1;color:#333;cursor:pointer}
.menu-panel-close:hover{border-color:var(--orange);color:var(--orange)}
.clean-menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.clean-menu-all{grid-column:1/-1;height:46px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd9d2;border-radius:12px;padding:0 15px;margin-bottom:4px;font-size:12px;font-weight:850;background:#faf9f6}
.clean-menu-all:hover{border-color:#ffb393;color:var(--orange)}
.clean-menu-item{height:112px;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;gap:12px;padding:12px;background:#fff;transition:.18s}
.clean-menu-item:hover{border-color:#ffb393;box-shadow:0 10px 22px rgba(0,0,0,.06);transform:translateY(-2px)}
.clean-menu-art{width:68px;height:68px;flex:none;border-radius:15px;background:#f8f6f1;display:grid;place-items:center}
.clean-menu-art img{width:60px;height:60px;object-fit:contain}
.clean-menu-item strong{font-size:11px}
@media(max-width:760px){
.top-header{height:68px}.brand-center .brand-gf,.brand-center .brand-3d{font-size:25px}.top-link span{display:none}.top-link{padding:9px}.top-cart{height:38px;padding:0 11px}.brand-nav{height:44px}.brand-nav-inner{justify-content:flex-start}.brand-nav-link{padding:0 12px;font-size:10px}.brand-nav-link:after{left:12px;right:12px}.gf3d-menu-backdrop{inset:112px 0 0}.gf3d-menu-panel{top:112px;max-height:calc(100vh - 112px);overflow:auto}.clean-menu-inner{padding:24px 0 30px}.clean-menu-head h2{font-size:23px}.clean-menu-grid{grid-template-columns:repeat(2,1fr)}.clean-menu-all{grid-column:1/-1}.clean-menu-item{height:94px}.clean-menu-art{width:55px;height:55px}.clean-menu-art img{width:49px;height:49px}}

/* GF3D V9 — vitrine direta, sem hero/banner */
.products-section{padding:88px 0 100px;min-height:65vh}
.products-section .section-head{margin-bottom:38px}
.products-section .section-head h2{font-size:42px;letter-spacing:-2px}
.products-section .section-head .eyebrow{margin-bottom:9px}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:980px;margin:0 auto}
.product-card{border-radius:20px}
.product-image{height:430px}
.product-info{padding:20px 21px 22px}
.product-info h3{font-size:17px;margin:8px 0 14px}
.price-row strong{font-size:22px}
.product-cta{margin-top:16px;padding-top:13px;border-top:1px solid #eee}
.tiny-link{font-weight:800}
@media(max-width:760px){.products-section{padding:55px 0 70px}.products-section .section-head h2{font-size:32px}.product-grid{grid-template-columns:1fr;gap:15px}.product-image{height:330px}}

/* GF3D V10 — catálogo em 3 colunas */
.products-section{padding:78px 0 100px}
.products-section .section-head{margin-bottom:20px}
.products-section .section-head h2{font-size:44px;letter-spacing:-2.2px}
.catalog-filters{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:4px 0 22px;margin-bottom:8px;scrollbar-width:none}
.catalog-filters::-webkit-scrollbar{display:none}
.catalog-filters a{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;height:36px;padding:0 15px;border:1px solid #e3e0da;border-radius:999px;background:#fff;color:#4b4d50;font-size:11px;font-weight:800;transition:.18s}
.catalog-filters a:hover{border-color:#ffb18c;color:var(--orange);transform:translateY(-1px)}
.catalog-filters a.active{background:#17191b;border-color:#17191b;color:#fff;box-shadow:0 7px 16px rgba(0,0,0,.1)}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto}
.product-card{border-radius:18px}
.product-image{height:350px}
.product-info{padding:18px 19px 20px}
.product-info h3{font-size:16px;margin:7px 0 12px}
.price-row strong{font-size:21px}
.product-cta{margin-top:14px;padding-top:12px}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
.products-section{padding:52px 0 70px}
.products-section .section-head h2{font-size:32px}
.catalog-filters{margin-left:-2px;padding-bottom:18px}
.catalog-filters a{height:34px;padding:0 13px;font-size:10px}
.product-grid{grid-template-columns:1fr;gap:16px}
.product-image{height:330px}
}

/* GF3D V13 — VITRINE MINIMALISTA: produto como protagonista */
.products-section{padding:56px 0 92px;min-height:65vh}
.products-section .section-head{display:none}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1120px;margin:0 auto}
.product-card{border-radius:18px;background:#fff;border:1px solid #e7e3dc;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(23,25,27,.09);border-color:#ddd7cf}
.product-image{height:300px;background:#f7f6f2;display:block;overflow:hidden;position:relative}
.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#f5f3ee,#fbfaf7);color:#a8a39b;font-size:28px;font-weight:900;letter-spacing:-2px}
.product-placeholder span{color:var(--orange)}
.product-info{padding:16px 18px 18px}
.product-category{font-size:8px;letter-spacing:1.7px;color:#99958e;font-weight:900;text-transform:uppercase}
.product-info h3{font-size:16px;line-height:1.25;margin:7px 0 10px;letter-spacing:-.25px}
.price-row{display:flex;align-items:baseline;gap:8px}
.price-row strong{font-size:21px;letter-spacing:-.4px}
.price-row del{font-size:11px;color:#aaa}
.product-cta{margin-top:13px;padding-top:11px;border-top:1px solid #eeeae4}
.tiny-link{font-size:10px;color:var(--orange);font-weight:900}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}}
@media(max-width:760px){.products-section{padding:38px 0 64px}.product-grid{grid-template-columns:1fr;gap:15px}.product-image{height:330px}.product-info{padding:15px 16px 17px}}


/* GF3D V14 — GRID 4 COLUNAS + NAVEGAÇÃO MAIS LEGÍVEL */
.brand-nav-link{font-size:13px;font-weight:800;padding-left:17px;padding-right:17px}
.brand-nav-link:after{left:17px;right:17px}
.globo-menu-trigger{font-size:14px;gap:11px}
.top-link{font-size:13px}
.top-cart{font-size:12px}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:1240px}
.product-image{height:300px}
.product-info{padding:16px 17px 18px}
.product-info h3{font-size:16px}
.price-row strong{font-size:21px}
.tiny-link{font-size:10.5px}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1120px}}
@media(max-width:900px){.brand-nav-link{font-size:12px;padding-left:14px;padding-right:14px}.brand-nav-link:after{left:14px;right:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}
@media(max-width:760px){.globo-menu-trigger{font-size:13px}.brand-nav-link{font-size:11px;padding-left:12px;padding-right:12px}.brand-nav-link:after{left:12px;right:12px}.product-grid{grid-template-columns:1fr;gap:15px}.product-image{height:330px}}

/* GF3D V15 — PERSONALIZAÇÃO + FINAL DA HOME REFINADOS */
.personalize-section{
  padding:82px 0 86px;
  background:#f6f3ed;
  border-top:1px solid var(--line);
}
.personalize-panel{
  min-height:410px;
  border-radius:28px;
  background:#17191b;
  color:#fff;
  overflow:hidden;
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:58px 72px;
}
.personalize-copy{position:relative;z-index:3;max-width:510px}
.personalize-copy .eyebrow{color:#b8b9ba}
.personalize-copy h2{
  font-size:52px;
  line-height:.98;
  letter-spacing:-3px;
  margin:13px 0 20px;
}
.personalize-copy h2 span{color:var(--orange)}
.personalize-copy p{
  color:#b8babd;
  font-size:14px;
  line-height:1.7;
  max-width:470px;
  margin:0 0 25px;
}
.personalize-btn{
  display:inline-flex;
  align-items:center;
  gap:18px;
  height:46px;
  padding:0 18px;
  border-radius:10px;
  background:var(--orange);
  color:#fff;
  font-size:11px;
  font-weight:900;
  transition:transform .2s ease,background .2s ease;
}
.personalize-btn:hover{transform:translateY(-2px);background:#ff6a24}
.personalize-btn b{font-size:15px}
.personalize-visual{height:330px;position:relative}
.visual-card{
  position:absolute;
  width:230px;
  height:285px;
  border-radius:25px;
  transform:rotate(8deg);
}
.visual-card-back{
  right:95px;top:24px;
  background:#e8e3da;
  opacity:.72;
  transform:rotate(15deg);
}
.visual-card-main{
  right:145px;top:18px;
  background:#f8f6f1;
  color:#17191b;
  transform:rotate(-7deg);
  box-shadow:20px 24px 0 rgba(255,255,255,.07),0 28px 60px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:27px;
}
.visual-card-main>span{
  font-size:34px;font-weight:950;letter-spacing:-3px
}
.visual-card-main>span span{color:var(--orange)}
.visual-card-main small{
  font-size:7px;letter-spacing:2px;color:#8f918f;font-weight:800
}
.visual-orb{
  position:absolute;
  right:55px;bottom:12px;
  width:105px;height:105px;border-radius:50%;
  background:var(--orange);
  box-shadow:0 18px 38px rgba(255,95,30,.28);
}
.visual-orb:after{
  content:"";
  position:absolute;inset:25px;
  border:3px solid #fff;border-radius:14px;
}
.quality-strip{padding:42px 0;background:#111315}
.quality-grid{gap:55px}
.quality-grid>div{grid-template-columns:34px 1fr}
.quality-grid b{font-size:11px}
.quality-grid span{font-size:13px}
.quality-grid small{font-size:10px;color:#999da1}
@media(max-width:900px){
 .personalize-panel{grid-template-columns:1fr;padding:48px 42px}
 .personalize-visual{height:270px;margin-top:10px}
 .visual-card-main{right:34%;width:205px;height:250px}
 .visual-card-back{right:23%;width:205px;height:250px}
 .visual-orb{right:10%;width:85px;height:85px}
}
@media(max-width:760px){
 .personalize-section{padding:54px 0 62px}
 .personalize-panel{border-radius:22px;padding:36px 25px;min-height:auto}
 .personalize-copy h2{font-size:39px;letter-spacing:-2px}
 .personalize-copy p{font-size:13px}
 .personalize-visual{height:245px}
 .visual-card-main{right:29%;width:170px;height:210px;padding:22px}
 .visual-card-back{right:17%;width:170px;height:210px}
 .visual-card-main>span{font-size:27px}
 .visual-orb{right:4%;bottom:5px;width:70px;height:70px}
 .visual-orb:after{inset:17px;border-width:2px;border-radius:10px}
 .quality-grid{grid-template-columns:1fr;gap:25px}
}


/* =========================================================
   GF3D V16 — 8 PRODUTOS / 4 COLUNAS / NAVEGAÇÃO REFINADA
   ========================================================= */
.brand-nav-link{
  font-size:14px;
  font-weight:800;
  padding-left:17px;
  padding-right:17px;
}
.globo-menu-trigger{font-size:15px}
.top-link{font-size:14px}
.top-cart{font-size:12px}

.products-section{
  padding:58px 0 92px;
}
.product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  max-width:1240px;
  margin:0 auto;
}
.product-card{border-radius:18px}
.product-image{height:280px}
.product-info{padding:15px 16px 17px}
.product-info h3{font-size:15px;margin:7px 0 10px}
.price-row strong{font-size:20px}
.product-cta{margin-top:13px;padding-top:12px}
.tiny-link{font-size:10.5px}

@media(max-width:1100px){
  .brand-nav-link{font-size:13px;padding-left:13px;padding-right:13px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1120px}
}
@media(max-width:900px){
  .brand-nav-link{font-size:12px;padding-left:11px;padding-right:11px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .product-image{height:280px}
}
@media(max-width:760px){
  .globo-menu-trigger{font-size:14px}
  .brand-nav-link{font-size:11px;padding-left:12px;padding-right:12px}
  .product-grid{grid-template-columns:1fr;gap:15px}
  .product-image{height:330px}
}
/* GF3D — Instagram real feed */
.instagram-section{padding:64px 0 72px;border-top:1px solid #eee;background:#fafafa}.instagram-head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px}.instagram-head h2{font-size:42px;line-height:1.02;margin:7px 0 10px;letter-spacing:-1.8px}.instagram-head h2 span{color:#f36b21}.instagram-head p{margin:0;color:#777;font-size:14px;max-width:650px}.instagram-follow{display:inline-flex;align-items:center;gap:12px;border:1px solid #222;border-radius:30px;padding:13px 18px;color:#111;text-decoration:none;font-weight:700;white-space:nowrap;background:#fff}.instagram-follow b{font-size:16px}.instagram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.instagram-card{display:block;background:#fff;border:1px solid #e6e6e6;border-radius:18px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 4px 18px rgba(0,0,0,.04)}.instagram-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#eee}.instagram-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.instagram-card:hover .instagram-media img{transform:scale(1.035)}.instagram-hover{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(0,0,0,.48);color:#fff;opacity:0;transition:.2s}.instagram-card:hover .instagram-hover{opacity:1}.instagram-hover strong{font-size:16px}.instagram-hover small{margin-top:4px}.instagram-type{position:absolute;right:12px;top:12px;padding:5px 8px;border-radius:10px;background:rgba(0,0,0,.65);color:#fff;font-size:9px;font-weight:800;letter-spacing:.6px}.instagram-caption{padding:14px 16px 16px;display:flex;flex-direction:column;gap:5px}.instagram-caption strong{font-size:12px;color:#111}.instagram-caption span{font-size:13px;color:#777;min-height:18px}.instagram-section .eyebrow{font-weight:800;color:#f36b21;letter-spacing:.08em;font-size:11px}@media(max-width:900px){.instagram-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.instagram-head{align-items:flex-start;flex-direction:column}.instagram-head h2{font-size:34px}}@media(max-width:600px){.instagram-grid{grid-template-columns:1fr}.instagram-section{padding:48px 0}.instagram-head h2{font-size:31px}.instagram-follow{width:max-content}}

/* GF3D — V17 CART / CHECKOUT PREPARATION */
.cart-page{padding:62px 0 86px;min-height:560px;background:#fff}.cart-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.cart-page-head h1{font-size:48px;line-height:1;letter-spacing:-2.8px;margin:10px 0 8px}.cart-page-head p{margin:0;color:#777;font-size:13px}.cart-continue{font-size:11px;font-weight:850;color:#555;border-bottom:1px solid #cfcac2;padding-bottom:5px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:34px;align-items:start}.cart-list{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:110px minmax(180px,1fr) 145px 125px;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item-image{width:110px;height:110px;border-radius:15px;overflow:hidden;background:#f4f2ed;display:block}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-image .product-placeholder{width:100%;height:100%;font-size:22px}.cart-item-main .product-category{font-size:8px;letter-spacing:1.4px}.cart-item-main h2{font-size:15px;line-height:1.25;margin:7px 0 9px;letter-spacing:-.2px}.cart-item-main h2 a:hover{color:var(--orange)}.cart-remove{font-size:10px;color:#8a8a8a}.cart-remove:hover{color:#d94f19}.cart-item-qty>span{display:block;font-size:8px;letter-spacing:1px;text-transform:uppercase;color:#999;margin-bottom:7px}.qty-control{height:38px;border:1px solid #dedbd5;border-radius:11px;display:flex;align-items:center;width:125px;overflow:hidden;background:#fff}.qty-control button{width:35px;height:100%;border:0;background:#fff;font-size:18px;color:#555;cursor:pointer}.qty-control button:hover{background:#f7f5f1;color:var(--orange)}.qty-control input{width:55px;height:100%;border:0;text-align:center;font:700 12px inherit;outline:0;background:#fff}.qty-control input::-webkit-inner-spin-button,.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item-price{text-align:right}.cart-item-price strong{display:block;font-size:16px}.cart-item-price del{display:block;color:#999;font-size:10px;margin-top:2px}.cart-item-price small{display:block;color:#999;font-size:9px;margin-top:5px}.cart-update{margin-top:16px;border:0;background:none;color:#555;font-size:10px;font-weight:850;padding:0;cursor:pointer}.cart-update:hover{color:var(--orange)}.cart-summary-modern{border:1px solid #e2dfd9;border-radius:20px;padding:25px;position:sticky;top:100px;background:#fff;box-shadow:0 14px 35px rgba(20,20,20,.05)}.summary-kicker{font-size:9px;letter-spacing:1.7px;color:#999;font-weight:900}.cart-summary-modern h2{font-size:25px;letter-spacing:-1px;margin:8px 0 22px}.cart-summary-modern .summary-line{font-size:12px;margin:12px 0}.cart-summary-modern .summary-line .muted{font-size:10px;color:#999}.cart-summary-modern .summary-line.total{font-size:21px;padding-top:17px;margin-top:17px}.checkout-btn{width:100%;margin-top:20px;justify-content:space-between;padding:0 16px}.checkout-btn b{font-size:16px}.summary-note{font-size:9px;line-height:1.55;color:#999;margin:13px 2px 0}.cart-empty-modern{text-align:center;border:1px solid var(--line);border-radius:22px;padding:70px 20px}.cart-empty-icon{width:58px;height:58px;border-radius:50%;margin:0 auto 18px;background:#f4f1eb;color:var(--orange);display:grid;place-items:center;font-size:30px;font-weight:300}.cart-empty-modern h2{font-size:27px;letter-spacing:-1px;margin:0 0 7px}.cart-empty-modern p{font-size:12px;color:#777;margin:0 0 22px}
@media(max-width:950px){.cart-layout{grid-template-columns:1fr}.cart-summary-modern{position:static;max-width:500px;margin-left:auto;width:100%}.cart-item{grid-template-columns:95px minmax(150px,1fr) 125px 100px}.cart-item-image{width:95px;height:95px}}
@media(max-width:700px){.cart-page{padding:45px 0 62px}.cart-page-head{align-items:flex-start;flex-direction:column;margin-bottom:25px}.cart-page-head h1{font-size:39px}.cart-continue{margin-top:-8px}.cart-item{grid-template-columns:78px 1fr;gap:12px 14px;padding:16px 0}.cart-item-image{width:78px;height:78px;grid-row:1 / span 2}.cart-item-main{align-self:center}.cart-item-main h2{font-size:13px}.cart-item-qty{grid-column:2}.cart-item-price{grid-column:2;text-align:left}.cart-item-price strong{font-size:15px}.cart-summary-modern{padding:21px}.quality-strip{padding:38px 0}.cart-empty-modern{padding:55px 18px}}

/* V36 — galeria do produto */
.detail-media{min-width:0}.detail-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.detail-thumb{width:72px;height:72px;padding:3px;border:1px solid #dedbd7;border-radius:10px;background:#fff;cursor:pointer}.detail-thumb.active{border-color:#ff642f;box-shadow:0 0 0 2px rgba(255,100,47,.12)}.detail-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}


/* GF3D V42 — página de produto: estrutura de compra compacta e inspirada em marketplaces */
.product-page{background:#f6f6f4;padding:18px 0 72px;min-height:calc(100vh - 76px)}
.product-breadcrumb{display:flex;align-items:center;gap:8px;min-height:34px;margin-bottom:12px;font-size:11px;color:#7c8185;white-space:nowrap;overflow:hidden}
.product-breadcrumb a:hover{color:var(--orange)}
.product-breadcrumb strong{font-weight:700;color:#4d5256;overflow:hidden;text-overflow:ellipsis}

.product-detail-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:0;background:#fff;border:1px solid #e6e3de;border-radius:8px;box-shadow:0 2px 10px rgba(20,20,20,.035);overflow:hidden}
.product-gallery{padding:22px 28px 24px;border-right:1px solid #eeeae5}
.product-main-image{height:500px;background:#faf9f6;border:1px solid #eeeae5;border-radius:6px;display:grid;place-items:center;overflow:hidden}
.product-main-image img{width:100%;height:100%;object-fit:contain;display:block}
.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:thin}
.product-thumb{flex:0 0 72px;width:72px;height:72px;padding:2px;border:1px solid #ddd9d2;border-radius:5px;background:#fff;cursor:pointer}
.product-thumb:hover,.product-thumb.active{border-color:var(--orange)}
.product-thumb.active{box-shadow:0 0 0 1px var(--orange)}
.product-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:3px}

.product-detail-info{padding:28px 32px 30px;min-width:0}
.product-detail-category{display:inline-block;font-size:10px;color:var(--orange);text-transform:uppercase;letter-spacing:1.4px;font-weight:900;margin-bottom:8px}
.product-detail-info h1{font-size:30px;line-height:1.18;letter-spacing:-1.1px;margin:0 0 12px;font-weight:850}
.product-rating-line{display:flex;align-items:center;gap:7px;color:#73787c;font-size:11px;padding-bottom:16px;border-bottom:1px solid #eeeae5}
.rating-dot{width:7px;height:7px;border-radius:50%;background:#35a866;display:inline-block}
.product-price-box{margin:16px 0 12px;padding:15px 16px;background:#fff7f3;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-price-main{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.product-price-main strong{font-size:32px;line-height:1;color:var(--orange);letter-spacing:-1px}
.product-price-main del{font-size:12px;color:#999}
.product-sale{font-size:9px;font-weight:900;color:#fff;background:var(--orange);padding:5px 8px;border-radius:3px}
.product-installment{display:flex;flex-direction:column;gap:4px;margin:0 0 17px;padding:11px 13px;border-left:3px solid #ff9a72;background:#fafafa;font-size:11px}
.product-installment strong{font-size:11px}
.product-installment span{color:#73787c}
.product-stock-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #eeeae5;border-bottom:1px solid #eeeae5;font-size:11px}
.stock-status{display:inline-flex;align-items:center;gap:7px;font-weight:800}
.stock-status i{width:7px;height:7px;background:#35a866;border-radius:50%;display:inline-block}
.stock-qty{color:#888}
.product-description{padding:17px 0 5px}
.product-description h2{font-size:14px;margin:0 0 8px}
.product-description p{font-size:12px;line-height:1.65;color:#666c71;margin:0;max-height:88px;overflow:auto}
.product-buy-form{margin-top:18px}
.product-quantity{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px;font-size:11px;font-weight:800}
.quantity-control{display:flex;align-items:center;height:38px;border:1px solid #ddd9d2;border-radius:5px;overflow:hidden;background:#fff}
.quantity-control button{width:36px;height:100%;border:0;background:#fff;color:#555;cursor:pointer;font-size:17px}
.quantity-control button:hover{background:#f6f4f0}
.quantity-control input{width:42px;height:100%;border:0;border-left:1px solid #eeeae5;border-right:1px solid #eeeae5;text-align:center;font:inherit;outline:0}
.product-actions{display:flex;gap:9px}
.product-cart-btn{flex:1;min-height:44px;border-radius:5px;background:#fff1eb;border:1px solid var(--orange);color:var(--orange);box-shadow:none}
.product-cart-btn:hover{background:#ffe7dc}
.product-back-btn{min-height:44px;border-radius:5px;background:var(--orange);color:#fff;border:1px solid var(--orange);white-space:nowrap}
.product-back-btn:hover{background:#ed5517}

.related-products{margin-top:24px;background:#fff;border:1px solid #e6e3de;border-radius:8px;padding:24px 26px 28px}
.related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #eeeae5}
.related-head h2{font-size:22px;letter-spacing:-.7px;margin:4px 0 0}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.related-card{border:1px solid #e6e3de;border-radius:7px;overflow:hidden;background:#fff;transition:.18s}
.related-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(20,20,20,.08);border-color:#d7d2ca}
.related-image{height:205px;background:#f7f6f2;position:relative;overflow:hidden}
.related-image img{width:100%;height:100%;object-fit:cover;display:block}
.related-badge{position:absolute;left:9px;top:9px;background:var(--orange);color:#fff;border-radius:3px;padding:4px 6px;font-size:8px;font-weight:900}
.related-info{padding:12px 13px 14px}
.related-info>span{font-size:8px;color:#999;text-transform:uppercase;letter-spacing:1px;font-weight:900}
.related-info h3{font-size:13px;line-height:1.3;margin:5px 0 9px;min-height:34px}
.related-info>strong{font-size:17px}

@media(max-width:1050px){
    .product-detail-card{grid-template-columns:1fr}
    .product-gallery{border-right:0;border-bottom:1px solid #eeeae5}
    .product-main-image{height:min(58vw,520px)}
    .related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
    .product-page{padding:10px 0 48px}
    .product-breadcrumb{font-size:10px;margin-bottom:8px}
    .product-detail-card{border-radius:6px}
    .product-gallery{padding:12px}
    .product-main-image{height:330px}
    .product-thumb{flex-basis:62px;width:62px;height:62px}
    .product-detail-info{padding:20px 16px 22px}
    .product-detail-info h1{font-size:25px}
    .product-price-main strong{font-size:28px}
    .product-actions{flex-direction:column}
    .related-products{padding:18px 12px 20px}
    .related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .related-image{height:170px}
}


/* GF3D — banner rotativo de produtos em destaque com 2 fotos por produto */
.gf3d-rotating-banner{padding:28px 0 10px;background:#fff}
.gf3d-rotating-banner .container{position:relative}
.gf3d-banner-track{position:relative;min-height:370px;border-radius:18px;overflow:hidden;background:#f5f1ea}
.gf3d-banner-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,1fr);align-items:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}
.gf3d-banner-slide.active{opacity:1;visibility:visible;z-index:1;pointer-events:auto}
.gf3d-banner-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 30px 42px 52px;position:relative;z-index:2;min-width:0}
.gf3d-banner-eyebrow{font-size:9px;font-weight:900;letter-spacing:2px;color:var(--orange);margin-bottom:13px}
.gf3d-banner-copy h2{font-size:38px;line-height:1.04;letter-spacing:-1.8px;margin:0 0 12px;max-width:520px}
.gf3d-banner-copy p{font-size:13px;line-height:1.65;color:#676767;margin:0 0 10px;max-width:480px}
.gf3d-banner-price{font-size:22px;font-weight:950;line-height:1.2;color:#111;margin:0 0 4px}.gf3d-banner-installments{font-size:11px;font-weight:800;color:#555;margin:0 0 18px}
.gf3d-banner-btn{display:inline-flex;align-items:center;gap:18px;width:max-content;min-height:42px;padding:0 17px;border-radius:8px;background:var(--orange);color:#fff;font-size:11px;font-weight:900;text-decoration:none}
.gf3d-banner-btn b{font-size:16px;line-height:1}
.gf3d-banner-btn:hover{background:#ed5517;color:#fff}
.gf3d-banner-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:center;justify-items:center;padding:22px 52px 22px 12px;min-width:0;height:100%;box-sizing:border-box}
/* GF3D MODO CIRÚRGICO — padrão recomendado para as fotos do banner: 1000x1000 px, formato quadrado. A área visível do card é 255x255 px no desktop. */
.gf3d-banner-art-frame{position:relative;width:255px;max-width:100%;height:255px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none;border:1.5px solid #ffb18c;border-radius:12px;padding:7px;box-shadow:0 12px 28px rgba(20,20,20,.08);transition:border-color .2s ease,box-shadow .2s ease}
.gf3d-banner-art-frame::before{content:none}
.gf3d-banner-art-frame:hover{border-color:var(--orange);box-shadow:0 14px 32px rgba(20,20,20,.11)}
.gf3d-banner-art-frame img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;padding:0;box-sizing:border-box;border:0;border-radius:8px;background:#fff}
.gf3d-banner-art-empty{font-size:74px;font-weight:950;color:#111;text-decoration:none}
.gf3d-banner-art-empty>span span{color:var(--orange)}
.gf3d-banner-arrow{position:absolute;top:50%;z-index:4;width:38px;height:38px;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:rgba(255,255,255,.92);color:#111;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);box-shadow:0 5px 16px rgba(20,20,20,.08);transition:transform .2s ease,background .2s ease}
.gf3d-banner-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}
.gf3d-banner-arrow-prev{left:6px}
.gf3d-banner-arrow-next{right:6px}
.gf3d-banner-dots{display:flex;justify-content:center;gap:7px;margin-top:11px}
.gf3d-banner-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d6d1ca;cursor:pointer}
.gf3d-banner-dots button.active{width:22px;border-radius:5px;background:var(--orange)}
@media(max-width:900px){
  .gf3d-rotating-banner{padding:14px 0 4px}
  .gf3d-banner-track{min-height:520px;border-radius:14px}
  .gf3d-banner-slide{grid-template-columns:1fr;grid-template-rows:auto 1fr;align-items:center}
  .gf3d-banner-copy{padding:28px 48px 8px 28px;justify-content:flex-start}
  .gf3d-banner-eyebrow{margin-bottom:10px}
  .gf3d-banner-copy h2{font-size:29px;letter-spacing:-1.2px;margin-bottom:10px}
  .gf3d-banner-copy p{font-size:11px;margin-bottom:8px}
  .gf3d-banner-price{font-size:19px;margin-bottom:13px}
  .gf3d-banner-btn{min-height:38px}
  .gf3d-banner-gallery{padding:4px 38px 24px 28px;gap:9px;height:auto}
  .gf3d-banner-art-frame{height:220px;width:220px;max-width:100%}
  .gf3d-banner-arrow{width:34px;height:34px;font-size:25px}
  .gf3d-banner-arrow-prev{left:9px}
  .gf3d-banner-arrow-next{right:9px}
}
@media(max-width:520px){
  .gf3d-banner-track{min-height:485px}
  .gf3d-banner-copy{padding:24px 38px 5px 22px}
  .gf3d-banner-copy h2{font-size:25px}
  .gf3d-banner-copy p{font-size:10px;line-height:1.5}
  .gf3d-banner-gallery{padding:4px 30px 22px 22px;gap:7px}
  .gf3d-banner-art-frame{height:190px;width:190px;max-width:100%}
  .gf3d-banner-art-frame img{padding:0}
}

/* GF3D — MODO CIRÚRGICO: grade de produtos em 2 colunas no celular */
@media screen and (max-width: 760px) {
  .products-section .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .products-section .product-card {
    min-width: 0 !important;
  }
  .products-section .product-image {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* GF print 3D — identidade visual oficial (somente apresentação) */
:root{
  --orange:#FD8501;
  --orange2:#FD8501;
  --ink:#101010;
}
body{
  font-family:"Poppins","Montserrat",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
.brand.brand-center{
  width:250px;
  height:68px;
  display:flex;
  flex:0 0 250px;
  align-items:center;
  justify-content:center;
  background-image:none;
  font-size:0;
  line-height:0;
  letter-spacing:0;
}
.brand.brand-center > *{display:block;}

/* GF print 3D — logo horizontal exclusiva do cabeçalho */
.brand-logo-img{display:block;width:240px;height:64px;object-fit:contain;object-position:center;margin:0 auto}
.brand-center{display:flex;align-items:center;justify-content:center;height:68px}
.site-footer .brand-logo-img{width:100px;height:70px;margin:0}
.brand-mini{font-weight:900;color:#101010}
.brand-mini span{color:#FD8501}

/* GF3D — CORREÇÕES CIRÚRGICAS 10/09/2026 */
.top-header-inner{position:relative}
.top-search-button{border:1px solid #e5e2dc;background:#fff;cursor:pointer}
.top-search-button:hover{background:#faf8f4;border-color:#d8d3cb}
.top-cart{background:#f8f7f4;color:#25272a;border:1px solid #e4e1db;box-shadow:none}
.top-cart b{color:#fff}
.gf3d-search-panel{position:absolute;right:112px;top:calc(100% + 10px);width:360px;padding:10px;background:#fff;border:1px solid #e5e2dc;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.10);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;z-index:80}
.gf3d-search-panel.open{opacity:1;visibility:visible;transform:translateY(0)}
.gf3d-search-form{display:flex;gap:8px}
.gf3d-search-form input{flex:1;min-width:0;height:40px;padding:0 12px;border:1px solid #ddd9d2;border-radius:9px;background:#faf9f6;color:#17191b;outline:none}
.gf3d-search-form input:focus{border-color:#ff9b73;box-shadow:0 0 0 3px rgba(255,100,31,.08)}
.gf3d-search-form button{height:40px;padding:0 15px;border:0;border-radius:9px;background:var(--orange);color:#fff;font-size:11px;font-weight:850;cursor:pointer}
@media(min-width:761px){
  .brand-nav-inner{justify-content:space-between;overflow:hidden}
  .brand-nav-link{padding-left:8px;padding-right:8px;font-size:12px}
  .brand-nav-link:after{left:8px;right:8px}
}
@media(max-width:760px){
  .gf3d-search-panel{position:fixed;left:12px;right:12px;top:113px;width:auto}
}

/* GF3D — RODAPÉ INSTITUCIONAL / 10-09-2026 */
/* GF3D — RODAPÉ INSTITUCIONAL / 10-09-2026 */

/* GF3D — RODAPÉ / PÁGINA SOBRE — REDESIGN CIRÚRGICO 10-09-2026 */
.gf3d-footer{margin-top:0;background:#f6f4ef;color:#17191b;border-top:1px solid #e6e1d8}
.gf3d-footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:54px;padding:54px 0 46px}
.gf3d-footer-brand img{display:block;width:220px;height:auto;max-height:58px;object-fit:contain;object-position:left center;margin:0 0 18px}
.gf3d-footer-brand p{max-width:330px;margin:0 0 20px;color:#666a6e;font-size:12px;line-height:1.75}
.gf3d-footer-home{display:inline-flex;align-items:center;gap:8px;color:#17191b;font-size:11px;font-weight:800;border-bottom:1px solid #d8d2c8;padding-bottom:5px;transition:color .18s,border-color .18s}
.gf3d-footer-home span{color:#FD8501;font-size:14px}
.gf3d-footer-home:hover{color:#FD8501;border-color:#FD8501}
.gf3d-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.gf3d-footer-col h3{margin:0 0 7px;color:#17191b;font-size:10px;font-weight:900;letter-spacing:1.5px}
.gf3d-footer-col a,.gf3d-footer-col span{color:#6c7074;font-size:11px;line-height:1.45;transition:color .18s}
.gf3d-footer-col a:hover{color:#FD8501}
.gf3d-footer-bottom{border-top:1px solid #ded9d0;display:flex;justify-content:space-between;gap:20px;padding:16px 0 20px;color:#85898d;font-size:10px}
.gf3d-footer-bottom strong{color:#FD8501;font-weight:800}
.gf3d-footer-bottom a{color:inherit}
.gf3d-footer-bottom a:hover{color:#FD8501}

.gf3d-about{background:#fff}
.gf3d-about-hero{padding:92px 0 96px;background:#f5f3ee;border-bottom:1px solid #e8e3da}
.gf3d-about-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:80px;align-items:center}
.gf3d-about-hero .eyebrow{color:#FD8501;font-size:10px;font-weight:900;letter-spacing:2.4px}
.gf3d-about-hero h1{max-width:760px;margin:14px 0 18px;font-size:clamp(50px,6vw,78px);line-height:.98;letter-spacing:-3.5px;color:#101010;font-weight:950}
.gf3d-about-hero p{max-width:650px;margin:0;color:#62676b;font-size:16px;line-height:1.75}
.gf3d-about-hero-logo{display:flex;align-items:center;justify-content:center;min-height:250px;padding:35px 45px;background:transparent;border:0;box-shadow:none}
.gf3d-about-hero-logo img{display:block;width:min(100%,390px);height:auto;max-height:120px;object-fit:contain}

.gf3d-about-story{padding:100px 0}
.gf3d-about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.gf3d-about-kicker{color:#FD8501;font-size:10px;font-weight:900;letter-spacing:2px}
.gf3d-about-story-title h2,.gf3d-about-heading h2,.gf3d-personalize-grid h2,.gf3d-about-cta h2{margin:12px 0 0;font-size:42px;line-height:1.08;letter-spacing:-1.7px;color:#111315}
.gf3d-about-story-copy{padding-top:24px}
.gf3d-about-story-copy p{margin:0 0 20px;color:#62676b;font-size:15px;line-height:1.85}
.gf3d-about-story-copy p:last-child{margin-bottom:0}

.gf3d-about-difference{padding:92px 0;background:#101214;color:#fff}
.gf3d-about-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:48px}
.gf3d-about-heading>div{max-width:680px}
.gf3d-about-heading h2{color:#fff}
.gf3d-about-heading>p{max-width:360px;margin:0;color:#9a9ea2;font-size:13px;line-height:1.75}
.gf3d-about-difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1)}
.gf3d-about-difference-grid article{padding:28px 32px 8px 0;border-right:1px solid rgba(255,255,255,.1)}
.gf3d-about-difference-grid article:not(:first-child){padding-left:32px}
.gf3d-about-difference-grid article:last-child{border-right:0}
.gf3d-about-difference-grid span{color:#FD8501;font-size:10px;font-weight:900}
.gf3d-about-difference-grid h3{margin:20px 0 9px;font-size:20px;color:#fff}
.gf3d-about-difference-grid p{margin:0;color:#92979c;font-size:13px;line-height:1.75}

.gf3d-about-personalize{padding:94px 0;border-bottom:1px solid #eeeae4}
.gf3d-personalize-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.gf3d-personalize-grid h2{max-width:620px}
.gf3d-personalize-grid p{max-width:570px;margin:0 0 25px;color:#62676b;font-size:15px;line-height:1.8}

.gf3d-about-cta{padding:92px 0}
.gf3d-about-cta h2{max-width:760px;font-size:46px}
.gf3d-about-cta p{margin:10px 0 24px;color:#6b7075}
.gf3d-about-cta-actions{display:flex;gap:10px}

@media(max-width:900px){
  .gf3d-about-hero-grid{grid-template-columns:1fr;gap:48px}
  .gf3d-about-hero-logo{justify-content:flex-start;min-height:0;width:min(100%,520px)}
  .gf3d-about-story-grid,.gf3d-personalize-grid{grid-template-columns:1fr;gap:35px}
  .gf3d-about-heading{display:block}
  .gf3d-about-heading>p{margin-top:18px}
  .gf3d-about-difference-grid{grid-template-columns:1fr}
  .gf3d-about-difference-grid article,.gf3d-about-difference-grid article:not(:first-child){padding:26px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .gf3d-about-difference-grid article:last-child{border-bottom:0}
}
@media(max-width:760px){
  .gf3d-about-hero{padding:70px 0 64px}
  .gf3d-about-hero h1{font-size:48px;letter-spacing:-2px}
  .gf3d-about-hero p{font-size:15px}
  .gf3d-about-hero-logo{padding:26px 22px}
  .gf3d-about-hero-logo img{max-height:85px}
  .gf3d-about-story{padding:70px 0}
  .gf3d-about-story-title h2,.gf3d-about-heading h2,.gf3d-personalize-grid h2{font-size:34px}
  .gf3d-about-difference{padding:70px 0}
  .gf3d-about-personalize{padding:70px 0}
  .gf3d-about-cta{padding:70px 0}
  .gf3d-about-cta h2{font-size:36px}
  .gf3d-about-cta-actions{flex-wrap:wrap}
}

/* GF3D — cabeçalho: espaçamento e padrão uniforme */
.top-header-right{gap:10px}
.top-link,.top-my-orders,.top-cart{height:42px;display:flex;align-items:center;justify-content:center}
.top-link,.top-my-orders{padding:0 14px;border:1px solid #e4e1db;border-radius:12px;background:#f8f7f4;color:#25272a;font-size:12px;font-weight:800;line-height:1;box-shadow:none}
.top-link{gap:6px}
.top-my-orders{white-space:nowrap}
.top-cart{margin-left:0}
@media(max-width:760px){.top-header-right{gap:7px}.top-link,.top-my-orders,.top-cart{height:40px}.top-my-orders{padding:0 10px;font-size:11px}}

/* GF3D — cabeçalho final: Buscar, Meus pedidos e Carrinho alinhados */
.top-header-right{display:flex;align-items:center;gap:10px}
.top-header-right .top-link,
.top-header-right .top-my-orders,
.top-header-right .top-cart{margin:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;white-space:nowrap}
.top-header-right .top-link,
.top-header-right .top-my-orders{height:42px;padding:0 14px;border:1px solid #e4e1db;border-radius:12px;background:#f8f7f4;color:#25272a;font-size:12px;font-weight:800;line-height:1;box-shadow:none}
.top-header-right .top-my-orders:hover{background:#f1efe9;border-color:#d8d3cb;color:#25272a}
.top-header-right .top-cart{height:42px;padding:0 15px}
@media(max-width:760px){
 .top-header-right{gap:7px}
 .top-header-right .top-link,.top-header-right .top-my-orders,.top-header-right .top-cart{height:40px}
 .top-header-right .top-my-orders{padding:0 10px;font-size:11px}
}


/* GF3D — WhatsApp flutuante */
.gf3d-whatsapp-float{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.18);z-index:9999;transition:transform .18s ease,box-shadow .18s ease}
.gf3d-whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.22)}
.gf3d-whatsapp-float svg{width:31px;height:31px;fill:currentColor}
@media(max-width:640px){.gf3d-whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}.gf3d-whatsapp-float svg{width:29px;height:29px}}

.gf3d-socials{display:flex;align-items:center;gap:9px;margin-top:18px}
.gf3d-social-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ddd8cf;border-radius:50%;color:#17191b;background:transparent;transition:color .18s,border-color .18s,transform .18s}
.gf3d-social-icon svg{width:17px;height:17px;display:block}
.gf3d-social-icon:hover{color:#FD8501;border-color:#FD8501;transform:translateY(-1px)}


/* GF3D MOBILE V3 — adaptação cirúrgica baseada em largura real da tela
   SOMENTE MOBILE. Desktop e sistema permanecem inalterados. */
@media screen and (max-width:760px){
  /* Base: nenhum bloco da loja pode ficar menor que a viewport nem criar página lateral. */
  html,body{
    width:100%;
    max-width:100%;
    min-width:0;
    margin:0;
    overflow-x:hidden !important;
    overscroll-behavior-x:none;
  }
  .site-header, main, .gf3d-footer{
    width:100vw !important;
    max-width:100vw !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow-x:hidden;
  }

  /* Container mobile padrão: ocupa a tela com margens reais de 12px. */
  .top-header-inner,
  .brand-nav-inner,
  .gf3d-rotating-banner > .container,
  .products-section > .container,
  .personalize-section > .container,
  .signature-section > .container,
  .quality-strip > .container,
  .instagram-section > .container,
  .gf3d-footer > .container{
    width:calc(100vw - 24px) !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:12px !important;
    margin-right:12px !important;
  }

  /* CABEÇALHO — compacto e estável no iPhone/Android. */
  .top-header{height:64px !important;}
  .top-header-inner{
    height:64px !important;
    display:grid !important;
    grid-template-columns:48px minmax(0,1fr) 120px !important;
    gap:0 !important;
    align-items:center !important;
  }
  .globo-menu-trigger{
    width:48px !important;
    min-width:48px !important;
    height:40px !important;
    padding:0 !important;
    justify-self:start !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:7px !important;
    font-size:11px !important;
    line-height:1 !important;
  }
  .menu-grid-icon{width:17px !important;height:17px !important;gap:2px !important;}
  .menu-grid-icon i{width:4px !important;height:4px !important;}

  .brand.brand-center{
    width:100% !important;
    min-width:0 !important;
    height:64px !important;
    flex:0 1 auto !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
    justify-self:center !important;
  }
  .brand-logo-img{
    display:block !important;
    width:min(100%,158px) !important;
    max-width:158px !important;
    height:46px !important;
    object-fit:contain !important;
    margin:0 auto !important;
  }

  .top-header-right{
    width:120px !important;
    min-width:120px !important;
    height:64px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:5px !important;
    margin:0 !important;
  }
  .top-header-right .top-link,
  .top-header-right .top-my-orders,
  .top-header-right .top-cart{
    flex:0 0 36px !important;
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
  }
  .top-header-right .top-link span,
  .top-header-right .top-my-orders span,
  .top-header-right .top-cart span{display:none !important;}

  /* LUPA — círculo limpo, sem o botão retangular deformado. */
  .top-search-button{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#fff !important;
    border:1px solid #dedbd5 !important;
    box-shadow:none !important;
  }
  .top-search-button .search-lens{
    display:block !important;
    width:13px !important;
    height:13px !important;
    border:2px solid #17191b !important;
    border-radius:50% !important;
    position:relative !important;
    transform:none !important;
  }
  .top-search-button .search-lens:after{
    content:"" !important;
    position:absolute !important;
    width:6px !important;
    height:2px !important;
    background:#17191b !important;
    border-radius:2px !important;
    right:-5px !important;
    bottom:-3px !important;
    transform:rotate(45deg) !important;
  }

  /* Meus pedidos — documento simples. */
  .top-header-right .top-my-orders{
    position:relative !important;
    background:#fff !important;
    border:1px solid #dedbd5 !important;
    color:#17191b !important;
  }
  .top-my-orders:before{
    content:"" !important;
    width:12px !important;
    height:15px !important;
    border:1.8px solid currentColor !important;
    border-radius:2px !important;
    display:block !important;
    box-sizing:border-box !important;
  }
  .top-my-orders:after{
    content:"" !important;
    position:absolute !important;
    width:7px !important;
    height:1.5px !important;
    background:currentColor !important;
    box-shadow:0 4px 0 currentColor !important;
    left:14px !important;
    top:14px !important;
  }

  /* Carrinho — desenho CSS, independente de emoji/fonte do aparelho. */
  .top-header-right .top-cart{
    position:relative !important;
    background:#17191b !important;
    border:1px solid #17191b !important;
    color:#fff !important;
  }
  .top-cart:before{
    content:"" !important;
    position:absolute !important;
    width:13px !important;
    height:10px !important;
    left:10px !important;
    top:11px !important;
    border:1.7px solid currentColor !important;
    border-top:0 !important;
    border-radius:1px 1px 3px 3px !important;
    box-sizing:border-box !important;
  }
  .top-cart:after{
    content:"" !important;
    position:absolute !important;
    width:6px !important;
    height:1.7px !important;
    left:8px !important;
    top:9px !important;
    background:currentColor !important;
    border-radius:2px !important;
    box-shadow:3px 14px 0 -0.1px currentColor,10px 14px 0 -0.1px currentColor !important;
  }
  .top-cart b{
    position:absolute !important;
    top:-3px !important;
    right:-3px !important;
    min-width:15px !important;
    width:auto !important;
    height:15px !important;
    padding:0 3px !important;
    border-radius:10px !important;
    display:grid !important;
    place-items:center !important;
    background:var(--orange) !important;
    color:#fff !important;
    font-size:8px !important;
    line-height:15px !important;
    z-index:3 !important;
  }

  /* CATEGORIAS — faixa própria, a única área que pode deslizar. */
  .brand-nav{height:44px !important;overflow:hidden !important;}
  .brand-nav-inner{
    height:44px !important;
    justify-content:flex-start !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    overscroll-behavior-x:contain;
  }
  .brand-nav-inner::-webkit-scrollbar{display:none !important;}
  .brand-nav-link{
    flex:0 0 auto !important;
    height:44px !important;
    padding:0 11px !important;
    font-size:10px !important;
  }
  .brand-nav-link:after{left:11px !important;right:11px !important;}

  /* BANNER — largura da tela, nunca uma largura fixa. */
  .gf3d-rotating-banner{width:100% !important;overflow:hidden !important;padding:12px 0 6px !important;}
  .gf3d-banner-track{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:430px !important;
    border-radius:14px !important;
    overflow:hidden !important;
  }
  .gf3d-banner-slide{
    width:100% !important;
    min-width:0 !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto minmax(0,1fr) !important;
  }
  .gf3d-banner-copy{min-width:0 !important;padding:22px 22px 5px !important;overflow:hidden !important;}
  .gf3d-banner-copy h2{font-size:25px !important;letter-spacing:-1px !important;}
  .gf3d-banner-copy p{font-size:10px !important;line-height:1.5 !important;max-width:100% !important;}
  .gf3d-banner-gallery{
    width:100% !important;
    min-width:0 !important;
    padding:4px 30px 20px 22px !important;
    gap:8px !important;
    overflow:hidden !important;
  }
  .gf3d-banner-art-frame{
    width:calc((100vw - 82px) / 2) !important;
    height:calc((100vw - 82px) / 2) !important;
    max-width:none !important;
    min-width:0 !important;
  }
  .gf3d-banner-arrow{width:34px !important;height:34px !important;font-size:24px !important;}

  /* PRODUTOS — duas colunas reais, preenchendo a tela. */
  .products-section{width:100% !important;overflow:hidden !important;}
  .products-section > .container{width:calc(100vw - 24px) !important;}
  .products-section .product-grid,
  .product-grid{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .product-card{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    overflow:hidden !important;
    border-radius:14px !important;
  }
  .product-image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1/1 !important;
    min-width:0 !important;
  }
  .product-info{min-width:0 !important;padding:10px 10px 12px !important;}
  .product-category{font-size:7px !important;letter-spacing:1px !important;}
  .product-info h3{font-size:12px !important;line-height:1.25 !important;margin:5px 0 7px !important;overflow-wrap:anywhere !important;}
  .price-row strong{font-size:15px !important;}
  .product-cta{margin-top:8px !important;padding-top:7px !important;}
  .tiny-link{font-size:8.5px !important;}

  /* Demais blocos: impedir qualquer filho de abrir a página lateralmente. */
  .personalize-section,.signature-section,.quality-strip,.instagram-section,.gf3d-footer{overflow:hidden !important;}
  .personalize-panel,.personalize-copy,.personalize-visual{min-width:0 !important;max-width:100% !important;overflow:hidden !important;}
  .gf3d-footer-grid{min-width:0 !important;}
  .gf3d-footer-brand,.gf3d-footer-col{min-width:0 !important;}

  .gf3d-whatsapp-float{right:14px !important;bottom:14px !important;width:54px !important;height:54px !important;}
}

@media screen and (max-width:360px){
  .top-header-inner{grid-template-columns:44px minmax(0,1fr) 114px !important;}
  .globo-menu-trigger{width:44px !important;min-width:44px !important;font-size:10px !important;}
  .top-header-right{width:114px !important;min-width:114px !important;gap:4px !important;}
  .top-header-right .top-link,.top-header-right .top-my-orders,.top-header-right .top-cart{width:34px !important;min-width:34px !important;flex-basis:34px !important;height:34px !important;}
  .brand-logo-img{width:min(100%,142px) !important;max-width:142px !important;}
  .products-section .product-grid,.product-grid{gap:8px !important;}
  .product-info{padding:9px !important;}
  .product-info h3{font-size:11.5px !important;}
}

/* CORREÇÃO CIRÚRGICA — mobile: Meus pedidos e rodapé */
@media screen and (max-width:760px){
  /* O link contém texto direto (sem span); ocultar apenas o texto para manter o ícone. */
  .top-header-right .top-my-orders{
    font-size:0 !important;
    line-height:0 !important;
  }
  /* Rodapé responsivo: duas colunas sem ultrapassar a largura da tela. */
  .gf3d-footer-grid{
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px 18px !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .gf3d-footer-brand{
    grid-column:1 / -1 !important;
  }
  .gf3d-footer-col{
    min-width:0 !important;
    overflow-wrap:anywhere !important;
  }
}


/* GF3D — WhatsApp caixinha (correção cirúrgica) */
.gf3d-whatsapp-widget{position:fixed;right:24px;bottom:24px;z-index:9999}
.gf3d-whatsapp-panel{position:absolute;right:0;bottom:70px;width:280px;box-sizing:border-box;padding:18px 18px 16px;background:#fff;border:1px solid #e7e3de;border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,.16);font-size:14px;line-height:1.45;display:none}
.gf3d-whatsapp-panel.open{display:block}
.gf3d-whatsapp-panel strong{display:block;font-size:16px;color:#111;margin-right:24px}
.gf3d-whatsapp-panel p{margin:6px 0 14px;color:#666}
.gf3d-whatsapp-close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:#777;font-size:22px;line-height:1;cursor:pointer;padding:2px 5px}
.gf3d-whatsapp-start{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:10px;background:#25D366;color:#fff;text-decoration:none;font-weight:800}
.gf3d-whatsapp-start:hover{filter:brightness(.96)}
@media(max-width:760px){
  .gf3d-whatsapp-widget{right:16px;bottom:16px}
  .gf3d-whatsapp-panel{right:-2px;bottom:64px;width:min(280px,calc(100vw - 32px));padding:16px}
}
