*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.app{width:100%;max-width:760px;margin:0 auto;background:#fff;min-height:100vh;overflow:hidden}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:3px 20px 2px 27px;background:#fff}.brand{display:flex;align-items:center;height:100%}.brand img{display:block;width:61px;height:67px;object-fit:contain}.top-actions{display:flex;gap:22px;align-items:center}.icon-btn{width:35px;height:35px;padding:0;border:0;background:transparent;color:#000;display:grid;place-items:center}.icon-btn svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.top-actions .icon-btn:last-child{width:37px;height:37px}.search-panel{height:50px;padding:6px 14px;display:flex;gap:8px;border-top:1px solid #eee;border-bottom:1px solid #eee}.search-panel[hidden]{display:none}.search-panel input{flex:1;border:1px solid #ccc;border-radius:18px;padding:0 14px;font-size:16px}.search-panel button{width:38px;border:0;background:#fff;font-size:28px}.hero{width:100%;aspect-ratio:746/354;background:url('hero.jpg') center/cover no-repeat}.cats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:7px 9px 5px}.cats button{min-width:0;height:84px;border:0;background:linear-gradient(#1c1c1c,#101010);color:#fff;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5px 2px;overflow:hidden}.cats b{font-family:Georgia,serif;font-size:34px;font-weight:400;line-height:.9}.cats small{width:100%;font-size:8px;letter-spacing:.55px;margin-top:8px;white-space:nowrap}.cats small:after{content:"";display:block;width:35px;border-bottom:3px solid #f5c400;margin:7px auto 0}.cat-icon{height:30px;width:36px;display:flex;align-items:center;justify-content:center}.cat-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cable{width:39px}main{padding:4px 14px 34px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-title h2{font-size:20px;letter-spacing:3px;margin:10px 0 15px;white-space:nowrap}.section-title h2:after{content:"";display:block;width:48px;border-bottom:3px solid #f5c400;margin-top:7px}.section-title button{border:0;background:none;color:#111;letter-spacing:1.5px;font-size:13px;white-space:nowrap;padding:8px 0}.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 14px}.card{min-width:0;display:block;color:#111;text-decoration:none;background:#fff;overflow:hidden}.card[hidden]{display:none}.pic{width:100%;aspect-ratio:1/1;overflow:hidden;background:#fff}.pic img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.card h3{font-size:13px;line-height:1.18;letter-spacing:1.3px;margin:8px 7px 4px;min-height:31px}.card p{font-size:11px;letter-spacing:2px;margin:0 7px 5px}.card strong{display:block;font-size:17px;margin:0 7px 12px;white-space:nowrap}.empty{text-align:center;padding:25px 10px;color:#555}.product-page{padding:18px 18px 35px}.back{color:#111;text-decoration:none;font-weight:bold}.product-page img{width:100%;margin-top:18px}.product-page h1{font-size:25px;margin-bottom:8px}.product-page .meta{letter-spacing:2px}.buy{display:block;background:#111;color:#fff;text-decoration:none;text-align:center;padding:16px;margin-top:20px;font-weight:bold}@media(min-width:600px){.topbar{height:92px}.brand img{width:75px;height:81px}.cats button{height:94px}.card h3{font-size:16px}.card p{font-size:14px}.card strong{font-size:21px}}
/* v12 precision fixes */
.cats button[data-filter="4"] b,.cats button[data-filter="5"] b,.cats button[data-filter="6"] b{transform:translateY(-4px)}
.cats button[data-filter="history"] small{font-size:7.2px;letter-spacing:.15px}
.cats button[data-filter="accessories"] small{font-size:7.6px;letter-spacing:.2px}
.whatsapp-btn svg{width:37px!important;height:37px!important;display:block;overflow:visible}
.whatsapp-btn .wa-bubble{fill:none;stroke:#000;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-btn .wa-phone{fill:none;stroke:#000;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.cable svg{fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* v22: ajuste exclusivo do alinhamento visual do número 6 */
.cats button[data-filter="6"] b{transform:translateY(-4px)}

/* v24: correção exclusiva — número 6 desce 3px em relação à v23 */
.cats button[data-filter="6"] b{transform:translateY(-1px)}

/* v25: estrutura interna uniforme das 5 caixas — alinhamento por container, não baseline */
.cats button{justify-content:flex-start;padding:8px 2px 5px}
.cats .cat-top{height:39px;width:100%;display:flex;align-items:center;justify-content:center;flex:0 0 39px}
.cats .cat-top b{display:block;font-family:Georgia,serif;font-size:34px;font-weight:400;line-height:1;transform:none!important;margin:0;padding:0}
.cats .cat-top .cat-icon{margin:0}
.cats small{height:12px;line-height:12px;margin-top:2px;flex:0 0 12px}
.cats small:after{margin:7px auto 0}

/* v26: ajuste FINAL e exclusivo — mantém o 6 da v25 e sobe apenas 4 e 5 */
.cats button[data-filter="4"] .cat-top,
.cats button[data-filter="5"] .cat-top{transform:translateY(-4px)}
.cats button[data-filter="6"] .cat-top{transform:none}

/* v27: ajuste único solicitado — desce SOMENTE o algarismo 6 em 2px; nenhum outro elemento */
.cats button[data-filter="6"] .cat-top b{transform:translateY(2px)!important}

/* v28: ÚNICA alteração — ícones superiores menores e redesenhados; restante preservado da v27 */
.top-actions{gap:20px}
.top-actions .icon-btn,.top-actions .icon-btn:last-child{width:27px;height:27px}
.top-actions .icon-btn svg,.whatsapp-btn svg{width:27px!important;height:27px!important}
.top-actions #searchBtn svg{stroke-width:1.9}
.whatsapp-btn .wa-bubble{stroke-width:1.8}
.whatsapp-btn .wa-phone{stroke-width:1.7}

/* v33: única alteração sobre a v32 — reduzir apenas os SVGs do topo */
.top-actions #searchBtn svg,.top-actions .whatsapp-btn svg{width:23px!important;height:23px!important}

.product-gallery{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.product-gallery img{width:100%;margin:0;display:block}

.product-main{width:100%;display:block;margin-top:18px}.description-section,.photos-section{margin-top:26px}.description-section h3,.photos-section h3{font-size:15px;letter-spacing:1.8px}.description-image{width:100%;height:auto;object-fit:contain;background:#fff}.product-gallery{margin-top:10px}

/* v40 — página de produto premium, mobile-first, fotos integrais e sem repetição da capa */
.product-page{padding:14px 0 40px}.product-page>.back{display:inline-block;margin:0 18px 12px;font-size:13px;letter-spacing:.4px}.product-hero{width:100%;background:#f6f6f4;border-top:1px solid #eee;border-bottom:1px solid #eee}.product-main{width:100%;height:auto;max-height:none;object-fit:contain;display:block;margin:0!important}.product-info{padding:22px 20px 6px}.product-info .eyebrow{display:block;font-size:9px;letter-spacing:1.7px;color:#777;margin-bottom:10px}.product-info h1{font-family:Georgia,serif;font-size:27px;line-height:1.08;font-weight:400;margin:0 0 9px}.product-info .meta{font-size:10px;letter-spacing:2.3px;color:#666;margin:0 0 8px}.product-info h2{font-size:24px;margin:0 0 17px}.rule{width:42px;border-top:3px solid #f5c400;margin:0 0 22px}.product-info h3,.photos-section .section-head span{font-size:12px;letter-spacing:2px;font-weight:700}.editorial-copy{font-family:Georgia,serif;font-size:16px;line-height:1.62;color:#333;margin:12px 0 16px}.highlights{padding:0;margin:0 0 18px;list-style:none;border-top:1px solid #e8e8e8}.highlights li{font-size:12px;letter-spacing:.35px;padding:11px 0;border-bottom:1px solid #e8e8e8}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 4px}.trust-row span{font-size:10px;letter-spacing:.3px;border:1px solid #ddd;padding:8px 9px;border-radius:2px}.photos-section{margin-top:25px!important}.section-head{display:flex;justify-content:space-between;align-items:end;padding:0 20px 12px}.section-head small{font-size:10px;color:#777}.product-gallery{display:block!important;margin:0!important}.gallery-item{margin:0 0 10px;background:#f6f6f4}.gallery-item img{display:block;width:100%!important;height:auto!important;margin:0!important;object-fit:contain}.closing{padding-top:22px}.buy{border-radius:2px;letter-spacing:1.2px;font-size:12px;margin-top:16px}
@media(min-width:600px){.product-info{padding-left:28px;padding-right:28px}.section-head{padding-left:28px;padding-right:28px}.product-info h1{font-size:34px}.editorial-copy{font-size:17px}}


/* v46 — visualizador isolado; não altera layout, capas ou ordem das fotos */
.product-main,.product-gallery img{cursor:zoom-in}.kb-lb-lock{overflow:hidden}.kb-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.96);display:none;align-items:center;justify-content:center}.kb-lightbox.open{display:flex}.kb-lightbox img{display:block;max-width:100vw;max-height:100vh;width:auto!important;height:auto!important;object-fit:contain;margin:0!important}.kb-lb-close,.kb-lb-prev,.kb-lb-next{position:fixed;z-index:10000;border:0;background:rgba(0,0,0,.35);color:#fff}.kb-lb-close{top:max(14px,env(safe-area-inset-top));right:14px;width:44px;height:44px;border-radius:22px;font-size:34px;line-height:40px}.kb-lb-prev,.kb-lb-next{top:50%;transform:translateY(-50%);width:42px;height:58px;font-size:42px;line-height:48px}.kb-lb-prev{left:6px}.kb-lb-next{right:6px}
