:root{
  --bg-1:#080808;
  --bg-2:#121212;
  --panel:#171717;
  --panel-2:#202020;
  --accent:#b98200;
  --accent-2:#765500;
  --text:#f2f2f2;
  --muted:#a6a6a6;
  --line:rgba(255,255,255,.09);
  --header-h:100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 14px)}
body{margin:0;background:linear-gradient(180deg,var(--bg-1),var(--bg-2));color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
a{color:inherit}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
[hidden]{display:none!important}

/* Topbar copiada do padrão visual do site principal SmartPoup */
.site-header{position:fixed;inset:0 0 auto;z-index:50;background:linear-gradient(180deg,rgba(6,6,8,.70),rgba(6,6,8,.30));border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(6px)}
.header-inner{height:var(--header-h);max-width:1280px;margin:0 auto;padding:4px 24px;display:flex;align-items:center;justify-content:space-between}
.header-brand-wrap{display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand img{display:block;width:110px;height:110px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;gap:24px;color:#d1d5db;font-size:16px;font-weight:600}
.nav-link{text-decoration:none;background:none;border:0;color:inherit;cursor:pointer;padding:12px 0;transition:color .18s ease}
.nav-link:hover,.nav-link.active{color:#e3b341}
.dropdown{position:relative}
.dropdown-button{display:flex;align-items:center;gap:6px}
.dropdown-button svg,.mobile-products-button svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.dropdown-panel{position:absolute;top:100%;left:-140px;z-index:60;min-width:256px;max-height:80vh;overflow-y:auto;padding:0;background:#111827;border:1px solid #374151;border-radius:6px;box-shadow:0 18px 48px rgba(0,0,0,.48);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;scrollbar-width:none}
.dropdown-panel::-webkit-scrollbar{display:none}
.dropdown:hover .dropdown-panel,.dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-panel a{display:block;padding:10px 16px;border-bottom:1px solid #1f2937;text-decoration:none;color:#d8ae43;font-size:13px;font-weight:600;white-space:nowrap;transition:.18s ease}
.dropdown-panel a:last-child{border-bottom:0}
.dropdown-panel a:hover{background:#1f2937;color:#f0d88d}
.dropdown-panel a.indisponivel-link,
.mobile-products a.indisponivel-link{color:#6b7280}
.dropdown-panel a.indisponivel-link:hover,
.mobile-products a.indisponivel-link:hover{color:#9ca3af}

.toast-message{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:1000;
  transform:translate(-50%,18px);
  padding:12px 22px;
  border-radius:8px;
  background:var(--accent);
  color:#fff;
  font-weight:700;
  box-shadow:0 12px 32px rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
  white-space:nowrap;
}
.toast-message.show{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.menu-button{display:none;width:42px;height:42px;background:transparent;border:0;padding:8px;color:#d1d5db;cursor:pointer}
.menu-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu{display:none;padding:8px 24px 16px;border-top:1px solid var(--line);background:rgba(6,6,8,.96)}
.mobile-menu.open{display:block}
.mobile-menu>a,.mobile-products-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 4px;text-decoration:none;background:none;border:0;border-bottom:1px solid var(--line);color:#d1d5db;font-weight:600;text-align:left}
.mobile-menu .active{color:#e3b341}
.mobile-products{display:none;max-height:70vh;overflow-y:auto;padding:6px 0 8px 16px;border-left:1px solid #374151;scrollbar-width:none}
.mobile-products::-webkit-scrollbar{display:none}
.mobile-products.open{display:block}
.mobile-products a{display:block;padding:10px 12px;border-bottom:1px solid #1f2937;text-decoration:none;color:#d8ae43;font-size:13px;font-weight:600}

.hero{position:relative;margin-top:var(--header-h);overflow:visible;background:radial-gradient(circle at 86% 22%,rgba(185,130,0,.13),transparent 30%),linear-gradient(135deg,#111,#171717 55%,#0b0b0b)}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to right,transparent,#000)}
.hero-glow{position:absolute;width:205px;height:205px;border:1px solid rgba(185,130,0,.13);border-radius:50%;right:6%;top:-50px;box-shadow:0 0 58px rgba(185,130,0,.08),inset 0 0 46px rgba(185,130,0,.05)}
.hero-content{position:relative;z-index:10;width:min(100% - 36px,1600px);margin:auto;padding:14px 0 11px;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:74px}
.hero-copy{min-width:0;width:fit-content;max-width:100%;display:flex;flex-direction:column;align-items:stretch}
.hero h1{margin:0;width:fit-content;max-width:100%;font-size:clamp(23px,2vw,30px);line-height:1.06;letter-spacing:-.035em;text-wrap:initial}
.hero h1 span{display:block;white-space:nowrap}
.search-box{width:100%;max-width:none;height:40px;margin-top:9px;display:flex;align-items:center;gap:9px;padding:0 11px;background:#f7f7f7;border-radius:9px;box-shadow:0 8px 24px rgba(0,0,0,.24)}
.search-box svg{width:18px;fill:none;stroke:#4b4b4b;stroke-width:2;stroke-linecap:round;flex:0 0 auto}
.search-box input{flex:1;border:0;outline:0;background:transparent;font-size:13px;color:#171717;min-width:0}
.search-box input::placeholder{color:#777}
.search-box button{width:27px;height:27px;border:0;background:#dedede;color:#333;border-radius:50%;font-size:18px;cursor:pointer;display:none;align-items:center;justify-content:center}
.search-box button.visible{display:flex}
.hero-meta{margin:6px 0 0;color:#b8b8b8;font-size:10.5px}
.partner-area{position:relative;align-self:stretch;min-width:0;height:100%;margin-top:0;padding:16px 18px 16px 26px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(15,15,15,.72);box-shadow:0 12px 28px rgba(0,0,0,.18);z-index:35;display:flex;flex-direction:column;justify-content:center}
.partner-area::before{content:'';position:absolute;left:-1px;top:14px;bottom:14px;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,#d4a321,#b98200);box-shadow:0 0 14px rgba(185,130,0,.2);pointer-events:none}
.partner-label{display:inline-flex;align-items:center;align-self:flex-start;margin:0 0 14px;padding:8px 12px;border-radius:7px;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.045));color:#fff;font-size:18px;font-weight:900;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.store-buttons{display:flex;flex-wrap:wrap;gap:7px;min-width:0}
.store-button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);background:#1b1b1b;color:#fff;border-radius:999px;padding:9px 14px;font-weight:850;font-size:13.5px;line-height:1.1;cursor:pointer;transition:.18s ease}
.store-button:hover,.store-button.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff}
.store-button small{min-width:19px;height:19px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-size:9px}

.browse-panel{background:rgba(9,9,9,.98);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.browse-inner{width:min(100% - 36px,1600px);margin:auto;padding:10px 0}
.browse-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:12px;row-gap:9px}
.category-lead{display:flex;align-items:center;gap:10px;min-width:max-content}
.browse-label{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;font-size:16px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;line-height:1;border-radius:999px;box-shadow:0 10px 24px rgba(185,130,0,.18)}
.category-scroll{display:flex;flex-wrap:nowrap;align-items:center;gap:7px;min-width:0;overflow:hidden}
.filter-button{flex:0 0 auto;border:1px solid rgba(255,255,255,.18);background:#191919;color:#fff;border-radius:999px;padding:10px 16px;font-weight:800;font-size:13.5px;line-height:1.1;cursor:pointer;transition:.18s ease;text-shadow:0 0 1px rgba(255,255,255,.2);white-space:nowrap}
.filter-button:hover,.filter-button.active{background:linear-gradient(90deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff}
.categories-row.is-multiline{align-items:stretch}
.categories-row.is-multiline .category-lead{flex-direction:column;align-items:stretch;justify-content:center;gap:9px}
.categories-row.is-multiline .category-lead .browse-label,.categories-row.is-multiline .category-lead .filter-button{width:100%;justify-content:center;text-align:center}
.categories-row.is-multiline .category-scroll{flex-wrap:wrap;align-content:center;align-items:center;overflow:visible;gap:9px 10px;padding:1px 0}
.categories-row.is-multiline .sort-control{flex-direction:column;align-items:flex-start;justify-content:center;gap:7px}
.categories-row.is-multiline .sort-control>span{margin-left:10px;transform:translateY(-8px)}
.store-list-panel{position:absolute;left:0;top:calc(100% + 8px);z-index:80;margin:0;padding:11px 44px 11px 11px;border:1px solid rgba(185,130,0,.34);border-radius:12px;background:#111;box-shadow:0 20px 55px rgba(0,0,0,.58);max-height:min(54vh,420px);overflow:auto;min-width:240px;max-width:min(92vw,420px)}
.store-panel-close{position:absolute;right:8px;top:8px;width:28px;height:28px;border:1px solid rgba(255,255,255,.15);border-radius:7px;background:#232323;color:#fff;cursor:pointer;font-size:19px;line-height:1}
.store-list-links{display:flex;flex-direction:column;gap:7px}
.store-list-link{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#1d1d1d;text-decoration:none;color:#fff;font-size:12px;font-weight:800}
.store-list-link:hover{border-color:rgba(185,130,0,.5);color:#efd373}
.store-list-link span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.store-list-arrow{color:#d6a629;font-size:14px;flex:0 0 auto}

.catalog-section,.trust-section,.affiliate-notice{width:min(100% - 36px,1600px);margin:0 auto}
.catalog-section{padding:2px 0 24px}
.sort-control{display:flex;align-items:center;justify-self:end;gap:8px;color:#fff;font-size:14px;font-weight:900;white-space:nowrap}
.sort-control select{background:#191919;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:7px 10px;outline:0;font-size:12.5px;font-weight:800}
.status-message{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#aaa;gap:12px}
.status-message.hidden{display:none}
.loader{width:30px;height:30px;border-radius:50%;border:3px solid #333;border-top-color:var(--accent);animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.product-card{background:linear-gradient(180deg,#1b1b1b,#141414);border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-card:hover{transform:translateY(-3px);border-color:rgba(185,130,0,.4);box-shadow:0 12px 30px rgba(0,0,0,.28)}
.product-image-link{text-decoration:none}
.image-wrap{position:relative;aspect-ratio:1.42/1;background:#fff;overflow:hidden}
.product-image{display:block;width:100%;height:100%;object-fit:contain;padding:5px;transition:transform .24s ease}
.product-card:hover .product-image{transform:scale(1.025)}
.discount-badge,.store-badge{position:absolute;top:6px;border-radius:5px;padding:4px 6px;font-size:8px;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.22)}
.discount-badge{right:6px;background:var(--accent);color:#fff}
.store-badge{left:6px;max-width:68%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(10,10,10,.84);color:#fff;border:1px solid rgba(255,255,255,.12)}
.product-body{padding:9px;display:flex;flex-direction:column;flex:1}
.product-category{color:#e0b84c;font-size:7.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-title{margin:4px 0;font-size:11.5px;line-height:1.27;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:29px}
.product-description{margin:0;color:#999;font-size:9px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:24px}
.shipping-note{margin:5px 0 0;color:#55d987;font-size:8.5px;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.price-block{margin-top:auto;padding-top:7px;display:flex;flex-direction:column;gap:1px}
.old-price{font-size:8.5px;color:#777;text-decoration:line-through}
.price-prefix{color:#eee;font-size:7.5px;font-weight:800;line-height:1.1;letter-spacing:.08em;text-transform:uppercase}
.current-price{font-size:17px;line-height:1.05}
.product-price-notice{margin:4px 0 0;color:#8f8f8f;font-size:7.5px;line-height:1.2}
.offer-button{margin-top:6px;min-height:30px;display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:7px;padding:6px;color:#fff;font-size:9.5px;font-weight:800;transition:.18s ease;text-align:center}
.offer-button:hover{filter:brightness(1.12);box-shadow:0 8px 18px rgba(185,130,0,.18)}

.product-actions{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:6px;align-items:stretch;margin-top:6px}
.product-actions .offer-button{margin-top:0}
.product-share-button{width:36px;min-width:36px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(185,130,0,.48);border-radius:7px;background:#202020;color:#e0b84c;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}
.product-share-button:hover{transform:translateY(-1px);background:#2a210d;border-color:#e0b84c}
.product-share-button:focus-visible{outline:3px solid rgba(185,130,0,.24);outline-offset:2px}
.product-share-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.product-card.shared-target{animation:smartpoupSharedProduct 2.4s ease;box-shadow:0 0 0 3px rgba(185,130,0,.42),0 18px 44px rgba(0,0,0,.38)}
@keyframes smartpoupSharedProduct{0%,100%{transform:translateY(0)}28%{transform:translateY(-5px)}}

.empty-state{padding:44px 18px;border:1px dashed #3b3b3b;border-radius:12px;text-align:center;color:#999}
.empty-state strong{display:block;color:#eee;margin-bottom:8px}

.trust-section{padding:38px 0 8px}
.trust-card{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:center;background:linear-gradient(120deg,#211b0e,#171717);border:1px solid rgba(185,130,0,.25);border-radius:12px;padding:18px}
.trust-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--accent);font-size:20px;font-weight:800}
.trust-card h2{margin:0 0 5px;font-size:18px}
.trust-card p{margin:0;color:#bcbcbc;font-size:12px;line-height:1.5}
.affiliate-notice{margin-top:24px;margin-bottom:42px;padding:14px 16px;background:#101010;border:1px solid var(--line);border-radius:10px;color:#8f8f8f;font-size:10px;line-height:1.5}
.affiliate-notice p{margin:4px 0}
.affiliate-notice strong{color:#bbb}
.whatsapp-float{position:fixed;right:20px;bottom:16px;z-index:45;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 9px 28px rgba(0,0,0,.38)}
.whatsapp-float svg{width:29px;height:29px;fill:#fff}
.site-footer{border-top:1px solid var(--line);padding:24px 22px 34px;background:#0a0a0a}
.footer-inner{
  max-width:1440px;
  margin:auto;
  display:grid;
  grid-template-columns:88px minmax(0,1fr) 88px;
  grid-template-areas:
    "logo contato vazio"
    "logo direitos vazio";
  align-items:center;
  row-gap:8px;
  color:#777;
  font-size:11px;
}
.footer-inner img{grid-area:logo;width:88px;height:44px;object-fit:contain}
.footer-inner p{grid-area:direitos;margin:0;text-align:center}
.footer-inner a{grid-area:contato;justify-self:center;color:#aaa;text-decoration:none;text-align:center}

@media(min-width:1600px){
  .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
}
@media(max-width:1240px){
  .hero-content{grid-template-columns:max-content minmax(0,1fr);gap:54px}
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .hero-content{grid-template-columns:1fr;gap:11px;padding:14px 0 12px}
  .hero-copy{width:fit-content;max-width:100%}
  .hero h1{font-size:26px}
  .partner-area{width:100%;height:auto;align-self:start;margin-top:0;padding:14px 14px 14px 22px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  :root{--header-h:118px}
  .desktop-nav{display:none}
  .menu-button{display:block}
  .header-inner{padding:4px 24px}
  .brand img{width:110px;height:110px}
  .hero-content{width:min(100% - 28px,1600px);padding:13px 0 12px}
  .hero-glow{width:170px;height:170px;right:-55px;top:-38px}
  .hero h1{font-size:22px;max-width:100%}
  .search-box{height:40px;margin-top:9px}
  .partner-area{height:auto;padding:10px 11px}
  .partner-label{font-size:14px;padding:7px 10px 7px 12px}
  .browse-inner,.catalog-section,.trust-section,.affiliate-notice{width:min(100% - 24px,1600px)}
  .browse-row{grid-template-columns:1fr;gap:7px}
  .category-lead{width:max-content;max-width:100%;gap:7px}
  .browse-label{font-size:14px;padding:9px 14px}
  .category-scroll,.store-buttons{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}
  .category-scroll::-webkit-scrollbar,.store-buttons::-webkit-scrollbar{display:none}
  .filter-button{padding:8px 12px;font-size:12px}
  .store-button{flex:0 0 auto;padding:8px 11px;font-size:11.5px}
  .store-list-panel{left:0;right:0;top:calc(100% + 7px);padding-right:42px;max-height:58vh}
  .sort-control{justify-self:start;font-size:12px}
  .sort-control select{max-width:165px;font-size:12px}
  .categories-row.is-multiline .category-lead{flex-direction:row;align-items:center}
  .categories-row.is-multiline .category-lead .browse-label,.categories-row.is-multiline .category-lead .filter-button{width:auto}
  .categories-row.is-multiline .category-scroll{flex-wrap:nowrap;overflow-x:auto}
  .categories-row.is-multiline .sort-control{flex-direction:row;align-items:center}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .trust-card{grid-template-columns:1fr;padding:16px}
  .footer-inner{
    display:flex;
    flex-direction:column;
    text-align:center;
    gap:8px;
  }
  .footer-inner p{margin:0}
  .whatsapp-float{width:44px;height:44px;right:13px;bottom:13px}
  .whatsapp-float svg{width:26px;height:26px}
}
@media(max-width:520px){
  .hero h1{font-size:20px}
  .hero-copy{width:100%}
  .hero h1{width:100%}
  .hero h1 span{white-space:normal}
  .hero-meta{font-size:10px}
  .search-box input{font-size:12px}
  .filter-button{font-size:11.5px}
  .product-grid{grid-template-columns:1fr}
  .image-wrap{aspect-ratio:1.7/1}
  .product-body{padding:10px 11px}
  .product-title{font-size:13px;min-height:auto}
  .product-description{font-size:10.5px;min-height:auto}
  .shipping-note{font-size:10px}
  .old-price{font-size:10px}
  .price-prefix{font-size:8.5px}
  .current-price{font-size:20px}
  .product-price-notice{font-size:8.7px}
  .offer-button{min-height:34px;font-size:11px}
  .product-actions{grid-template-columns:minmax(0,1fr) 42px;gap:8px}
  .product-share-button{width:42px;min-width:42px;min-height:34px}
  .product-share-button svg{width:18px;height:18px}
}
@media(max-width:980px){
  .partner-area::before{left:-1px;top:12px;bottom:12px;width:3px}
  .hero-content{gap:11px}
}


/* Categorias e subcategorias — Frontend 1.2.1 */
.category-section{display:grid;gap:14px;width:100%}
.filter-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.category-heading-group{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px}
.category-heading-group .filter-help{flex-basis:100%}
.mobile-all-categories-button{display:none;border:1px solid #3a3d43;background:#17181b;color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:750;cursor:pointer;white-space:nowrap}
.mobile-all-categories-button.active{background:linear-gradient(145deg,#e11119,#ad0007);border-color:#ff3c42}
.filter-heading-row .browse-label{display:inline-flex;padding:9px 16px;border-radius:999px;background:linear-gradient(135deg,#e11119,#b50008);color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.filter-help{margin:7px 0 0;color:#9ba2ad;font-size:12px}
.category-grid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));gap:9px;width:100%}
.category-card,.subcategory-button{appearance:none;border:1px solid #2a2d33;background:linear-gradient(145deg,#17181b,#101113);color:#f7f7f7;border-radius:13px;padding:13px 14px;text-align:left;cursor:pointer;transition:.18s ease;min-width:0}
.category-card strong,.subcategory-button strong{display:block;font-size:13px;line-height:1.25}
.category-card small,.subcategory-button small{display:block;color:#9198a3;font-size:10.5px;margin-top:5px}
.category-card:hover,.subcategory-button:hover{border-color:#e11119;transform:translateY(-1px)}
.category-card.active,.subcategory-button.active{background:linear-gradient(145deg,#e11119,#ad0007);border-color:#ff3c42;box-shadow:0 9px 24px rgba(225,17,25,.2)}
.category-card.active small,.subcategory-button.active small{color:#fff}
.subcategory-panel{border:1px solid #282b30;background:linear-gradient(145deg,rgba(21,22,25,.98),rgba(10,11,13,.98));border-radius:16px;padding:15px}
.subcategory-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}
.subcategory-eyebrow{display:block;color:#e11119;font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.1em}
.subcategory-heading h2{margin:3px 0 0;font-size:18px;color:#fff}
.subcategory-back{border:1px solid #44484f;background:#1c1e22;color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;cursor:pointer}
.subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px}
.selection-share-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #e11119;background:#151619;color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}
.selection-share-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #23262b;padding-top:12px}
.catalog-source-notice{margin:0;font-size:11px;color:#b7bdc7;line-height:1.4}
.catalog-source-notice.cache{color:#d8c18a}.catalog-source-notice.warning{color:#ffb2b5}
.product-category{font-size:9.5px;line-height:1.35}
@media(max-width:1150px){.category-grid{grid-template-columns:repeat(4,minmax(135px,1fr))}.subcategory-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}}
@media(max-width:760px){
  .filter-heading-row{align-items:center}.filter-help{display:none}.selection-share-button span{display:none}.selection-share-button{width:38px;height:38px;padding:0;justify-content:center}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.category-card{padding:11px}.category-card strong{font-size:12px}
  .subcategory-panel{padding:12px}.subcategory-heading{align-items:flex-start}.subcategory-heading h2{font-size:15px}.subcategory-back{font-size:10px;padding:7px 9px}
  .subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.subcategory-button{padding:10px}.subcategory-button strong{font-size:11px}
  .catalog-toolbar{align-items:flex-end}.catalog-source-notice{max-width:55%}
}
@media(max-width:420px){.category-grid,.subcategory-grid{grid-template-columns:1fr 1fr}.category-card small,.subcategory-button small{font-size:9.5px}}


/* Otimização mobile — Frontend 1.2.1 */
@media(max-width:760px){
  .partner-area{padding:11px 12px 12px}
  .store-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    width:100%;
    overflow:visible;
    padding-bottom:0;
  }
  .store-button{
    width:100%;
    min-width:0;
    min-height:40px;
    justify-content:center;
    padding:8px 9px;
    border-radius:10px;
    text-align:center;
    font-size:11.5px;
  }
  .store-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .store-button small{flex:0 0 auto}

  .filter-heading-row{align-items:center;gap:9px}
  .category-heading-group{align-items:center;flex:1;min-width:0;gap:8px}
  .mobile-all-categories-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px}
  #allCategoryButton{display:none}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .category-card{
    min-height:68px;
    padding:11px 13px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }
  .category-card strong{font-size:12.5px;line-height:1.28}
  .category-card small{display:none}

  .subcategory-panel{padding:12px}
  .subcategory-heading{align-items:center;margin-bottom:11px}
  .subcategory-back{min-height:36px;font-size:10px;padding:7px 10px}
  .subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .subcategory-button{
    min-height:64px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }
  .subcategory-button strong{font-size:11.5px;line-height:1.28}
  .subcategory-button small{display:none}
}

@media(max-width:390px){
  .browse-label{font-size:13px;padding:9px 13px}
  .mobile-all-categories-button{font-size:10.5px;padding:8px 10px}
  .selection-share-button{width:36px;height:36px}
  .category-card{min-height:66px;padding:10px 11px}
  .category-card strong{font-size:12px}
  .subcategory-button{min-height:62px;padding:9px 10px}
}


/* Compactação mobile — Frontend 1.2.2 */
@media(max-width:760px){
  .category-section{gap:10px}
  .category-grid{gap:6px}
  .category-card{
    min-height:50px;
    padding:7px 10px;
    border-radius:11px;
  }
  .category-card strong{
    font-size:11.5px;
    line-height:1.18;
  }

  .subcategory-panel{
    padding:9px;
    border-radius:14px;
  }
  .subcategory-heading{
    margin-bottom:8px;
    gap:9px;
  }
  .subcategory-eyebrow{font-size:9px}
  .subcategory-heading h2{
    margin-top:2px;
    font-size:14px;
    line-height:1.15;
  }
  .subcategory-back{
    min-height:32px;
    padding:6px 9px;
    font-size:9.5px;
  }
  .subcategory-grid{gap:6px}
  .subcategory-button{
    min-height:48px;
    padding:7px 9px;
    border-radius:11px;
  }
  .subcategory-button strong{
    font-size:10.8px;
    line-height:1.18;
  }
}

@media(max-width:390px){
  .category-card{
    min-height:48px;
    padding:6px 9px;
  }
  .category-card strong{font-size:11px}
  .subcategory-button{
    min-height:46px;
    padding:6px 8px;
  }
  .subcategory-button strong{font-size:10.4px}
}

/* Refinamento mobile — Frontend 1.2.3 */
@media(max-width:760px){
  .filter-heading-row{gap:8px}
  .category-heading-group{gap:8px}

  .filter-heading-row .browse-label,
  .mobile-all-categories-button{
    min-height:38px;
    padding:0 13px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    line-height:1;
    letter-spacing:.02em;
    text-transform:uppercase;
    white-space:nowrap;
  }

  .filter-heading-row .browse-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid transparent;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 8px 20px rgba(185,130,0,.16);
  }

  .mobile-all-categories-button,
  .mobile-all-categories-button.active{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e11119;
    background:linear-gradient(145deg,#17181b,#101113);
    color:#fff;
    box-shadow:0 8px 20px rgba(185,130,0,.08);
    cursor:pointer;
  }

  .category-section{gap:8px}
  .category-grid{gap:5px}
  .category-card{
    min-height:46px;
    padding:6px 9px;
    border-radius:10px;
  }
  .category-card strong{
    font-size:11.2px;
    line-height:1.14;
  }

  .subcategory-panel{
    padding:8px;
    border-radius:13px;
  }
  .subcategory-heading{
    margin-bottom:7px;
    gap:8px;
  }
  .subcategory-back{
    min-height:30px;
    padding:5px 8px;
    font-size:9.2px;
  }
  .subcategory-grid{gap:5px}
  .subcategory-button{
    min-height:44px;
    padding:6px 8px;
    border-radius:10px;
  }
  .subcategory-button strong{
    font-size:10.5px;
    line-height:1.14;
  }
}

@media(max-width:390px){
  .filter-heading-row .browse-label,
  .mobile-all-categories-button{
    min-height:36px;
    padding:0 11px;
    font-size:11px;
  }
  .category-grid,
  .subcategory-grid{gap:5px}
  .category-card{
    min-height:44px;
    padding:5px 8px;
  }
  .category-card strong{font-size:10.7px}
  .subcategory-button{
    min-height:44px;
    padding:5px 7px;
  }
  .subcategory-button strong{font-size:10.2px}
}



/* Ajuste de legibilidade e seleção mobile — Frontend 1.2.4 */
@media(max-width:760px){
  /* "Ver todas" segue o mesmo padrão visual do título, mas só fica
     preenchido em vermelho quando o catálogo completo está selecionado. */
  .mobile-all-categories-button{
    border:1px solid #e11119;
    background:linear-gradient(145deg,#17181b,#101113);
    color:#fff;
    box-shadow:0 6px 16px rgba(185,130,0,.07);
  }
  .mobile-all-categories-button.active{
    border-color:#ff3c42;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 8px 20px rgba(185,130,0,.18);
  }

  /* A compactação passa a vir da altura e do preenchimento, não da fonte. */
  .category-grid{gap:5px}
  .category-card{
    min-height:42px;
    padding:5px 9px;
    border-radius:10px;
  }
  .category-card strong{
    font-size:12.5px;
    line-height:1.12;
    letter-spacing:-.012em;
  }

  .subcategory-grid{gap:5px}
  .subcategory-button{
    min-height:40px;
    padding:5px 8px;
    border-radius:10px;
  }
  .subcategory-button strong{
    font-size:11.8px;
    line-height:1.14;
    letter-spacing:-.008em;
  }
}

@media(max-width:390px){
  .category-card{
    min-height:42px;
    padding:5px 8px;
  }
  .category-card strong{font-size:12px}
  .subcategory-button{
    min-height:40px;
    padding:5px 7px;
  }
  .subcategory-button strong{font-size:11.3px}
}

/* Uniformidade de categorias e seleção — Frontend 1.2.5 */
@media(max-width:760px){
  /* Estado selecionado reforçado por classe e por aria-pressed. */
  .mobile-all-categories-button.active,
  .mobile-all-categories-button[aria-pressed="true"]{
    border-color:#ff3c42;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 8px 20px rgba(185,130,0,.18);
  }

  /* Categoria principal e subcategoria são ações equivalentes no celular. */
  .category-card,
  .subcategory-button{
    min-height:48px;
    padding:7px 10px;
    border-radius:10px;
  }
  .category-card strong,
  .subcategory-button strong{
    font-size:14px;
    line-height:1.18;
    font-weight:700;
    letter-spacing:-.01em;
  }

  /* "Ver tudo da categoria" fica vermelho quando nenhuma subcategoria está filtrada. */
  .subcategory-back{
    transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
  }
  .subcategory-back.active,
  .subcategory-back[aria-pressed="true"]{
    border-color:#ff3c42;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 8px 20px rgba(185,130,0,.16);
  }
}

@media(max-width:390px){
  .category-card,
  .subcategory-button{
    min-height:48px;
    padding:7px 9px;
  }
  .category-card strong,
  .subcategory-button strong{
    font-size:13.5px;
    line-height:1.18;
  }
}


/* Ajuste mobile consolidado — Frontend 1.2.6
   Objetivos: largura útil integral, botões uniformes de 40 px,
   fonte legível e estado selecionado claramente vermelho. */
@media(max-width:760px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  main,
  .hero,
  .browse-panel{
    width:100%;
    max-width:none;
  }

  /* Usa a largura real do celular, com margens iguais dos dois lados. */
  .hero-content,
  .browse-inner,
  .catalog-section,
  .trust-section,
  .affiliate-notice{
    width:auto;
    max-width:none;
    margin-left:10px;
    margin-right:10px;
  }

  .hero-copy,
  .partner-area,
  .category-section,
  .filter-heading-row,
  .category-grid,
  .subcategory-panel,
  .subcategory-grid,
  .catalog-toolbar{
    width:100%;
    max-width:none;
    min-width:0;
  }

  .hero-copy{width:100%}

  /* Lojas parceiras: duas colunas, todas visíveis e sem rolagem lateral. */
  .store-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    width:100%;
    overflow:visible;
    padding:0;
  }
  .store-button{
    width:100%;
    height:40px;
    min-height:40px;
    padding:4px 8px;
    border-radius:10px;
    justify-content:center;
    font-size:12px;
    line-height:1.05;
  }

  /* Cabeçalho de categorias: mesmo padrão e mesma altura. */
  .filter-heading-row{
    align-items:center;
    gap:8px;
  }
  .category-heading-group{
    flex:1 1 auto;
    min-width:0;
    gap:8px;
    flex-wrap:nowrap;
  }
  .filter-heading-row .browse-label,
  .mobile-all-categories-button{
    height:40px;
    min-height:40px;
    padding:0 13px;
    border-radius:999px;
    font-size:13px;
    font-weight:800;
    line-height:1;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  .mobile-all-categories-button{
    border:1px solid #3a3d43;
    background:linear-gradient(145deg,#17181b,#101113);
    color:#fff;
    box-shadow:none;
  }
  .mobile-all-categories-button.active,
  .mobile-all-categories-button[aria-pressed="true"]{
    border-color:#ff3c42;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 7px 18px rgba(185,130,0,.16);
  }
  .selection-share-button{
    width:40px;
    height:40px;
    min-width:40px;
    min-height:40px;
    flex:0 0 40px;
  }

  /* Categorias e subcategorias: ações independentes com o mesmo padrão. */
  .category-grid,
  .subcategory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
  }
  .category-card,
  .subcategory-button{
    height:40px;
    min-height:40px;
    max-height:40px;
    padding:3px 10px;
    border-radius:9px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    overflow:hidden;
  }
  .category-card strong,
  .subcategory-button strong{
    display:-webkit-box;
    width:100%;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:13px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-.012em;
  }
  .category-card small,
  .subcategory-button small{display:none}

  /* Evita o contorno vermelho “preso” após um toque em telas touch. */
  .category-card:not(.active):hover,
  .subcategory-button:not(.active):hover{
    border-color:#2a2d33;
    transform:none;
  }

  .subcategory-panel{
    padding:8px;
    border-radius:13px;
  }
  .subcategory-heading{
    margin-bottom:7px;
    gap:7px;
    align-items:center;
  }
  .subcategory-heading>div{min-width:0}
  .subcategory-eyebrow{font-size:9px}
  .subcategory-heading h2{
    font-size:15px;
    line-height:1.05;
  }
  .subcategory-back{
    height:40px;
    min-height:40px;
    padding:0 11px;
    border:1px solid #44484f;
    border-radius:999px;
    background:#1c1e22;
    color:#fff;
    font-size:11px;
    line-height:1.05;
    white-space:nowrap;
  }
  .subcategory-back.active,
  .subcategory-back[aria-pressed="true"]{
    border-color:#ff3c42;
    background:linear-gradient(135deg,#e11119,#b50008);
    color:#fff;
    box-shadow:0 7px 18px rgba(185,130,0,.14);
  }
}

@media(max-width:390px){
  .hero-content,
  .browse-inner,
  .catalog-section,
  .trust-section,
  .affiliate-notice{
    margin-left:8px;
    margin-right:8px;
  }

  .filter-heading-row .browse-label,
  .mobile-all-categories-button{
    padding:0 11px;
    font-size:12.5px;
  }

  .category-card,
  .subcategory-button{
    height:40px;
    min-height:40px;
    max-height:40px;
    padding:3px 8px;
  }
  .category-card strong,
  .subcategory-button strong{
    font-size:13px;
    line-height:1.05;
  }

  .subcategory-back{
    height:40px;
    min-height:40px;
    padding:0 9px;
    font-size:10.5px;
  }
}
