:root{--blue:#0755c9;--navy:#071d4b;--orange:#ff6b00;--green:#16b84e;--ink:#0c1c42;--muted:#667085;--line:#dce3ed;--page:#fff;--soft:#f7f9fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,Arial,sans-serif}button,input,select{font:inherit}.catalog-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #edf0f5}.header-wrap{max-width:1510px;min-height:84px;margin:auto;padding:12px 24px;display:flex;align-items:center;gap:26px}.catalog-brand img{display:block;width:225px;max-height:58px;object-fit:contain}.header-search{display:flex;align-items:center;gap:12px;width:min(350px,25vw);height:44px;padding:0 14px;border:1px solid #cfd7e4;border-radius:10px;color:#64748b}.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,85,201,.09)}.header-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.catalog-nav{display:flex;align-items:center;gap:31px;margin-left:auto}.catalog-nav a{padding:15px 0;color:#0c1838;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap}.catalog-nav a.active{border-bottom:2px solid var(--orange);color:var(--blue)}.header-whatsapp{display:flex;align-items:center;gap:10px;padding:11px 18px;border-radius:12px;background:var(--green);color:#fff;text-decoration:none}.header-whatsapp i{font-size:20px}.header-whatsapp strong,.header-whatsapp small{display:block}.header-whatsapp strong{font-size:12px}.header-whatsapp small{margin-top:3px;font-size:9px}.mobile-menu-button{display:none;border:0;background:none;color:var(--navy);font-size:27px}.catalog-shell{max-width:1510px;margin:auto;padding:0 24px 34px}.catalog-hero{position:relative;min-height:218px;margin:0 0 16px;padding:36px 420px 28px 68px;overflow:hidden;border-radius:0 0 12px 12px;background:radial-gradient(circle at 55% 30%,#1268dc 0,transparent 30%),linear-gradient(125deg,#06286a,#064eb6 58%,#052660);color:#fff}.catalog-hero:before{content:"";position:absolute;left:40%;bottom:-130px;width:620px;height:210px;transform:rotate(-8deg);background:var(--orange);opacity:.95}.hero-copy{position:relative;z-index:3}.hero-copy>span{color:#ff8c22;font-size:11px;font-weight:900}.hero-copy h1{margin:10px 0 7px;font-size:35px;line-height:1.08;letter-spacing:-.035em}.hero-copy h1 em{color:var(--orange);font-style:normal}.hero-copy p{margin:0 0 10px;font-size:13px}.hero-copy a{color:#fff;text-decoration:none;font-size:12px}.hero-copy a strong{color:#34dc70}.hero-products{position:absolute;z-index:2;left:48%;right:240px;bottom:16px;height:170px}.hero-product{position:absolute;width:145px;height:145px;padding:7px;border-radius:20px;background:#fff;box-shadow:0 22px 35px rgba(0,0,0,.28);transform:rotate(var(--tilt))}.hero-product:nth-child(1){left:0;bottom:0}.hero-product:nth-child(2){left:110px;bottom:18px}.hero-product:nth-child(3){left:220px;bottom:-3px}.hero-product img{width:100%;height:100%;border-radius:14px;object-fit:cover}.hero-qualities{position:absolute;z-index:3;right:0;top:0;bottom:0;width:240px;padding:30px 24px;display:flex;flex-direction:column;justify-content:center;gap:20px;background:rgba(1,22,67,.83)}.hero-qualities span{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600}.hero-qualities i{font-size:18px}.catalog-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:30px}.catalog-filters{border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden}.filter-title{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line)}.filter-title h2{margin:0;font-size:17px}.filter-title button{display:none;border:0;background:none}.filter-group{padding:16px;border-bottom:1px solid var(--line)}.filter-group h3{display:flex;justify-content:space-between;margin:0 0 12px;font-size:12px}.filter-list,.check-list{display:grid;gap:4px}.filter-option,.check-option{display:flex;align-items:center;gap:9px;width:100%;padding:8px;border:0;border-radius:9px;background:#fff;color:#526077;text-align:left;font-size:11px;cursor:pointer}.filter-option:hover,.filter-option.active{background:#eaf2ff;color:var(--blue);font-weight:700}.filter-option i{font-size:14px}.filter-option small{margin-left:auto;padding:2px 6px;border-radius:10px;background:#edf1f7;font-size:9px}.filter-option.active small{background:var(--blue);color:#fff}.check-option input{accent-color:var(--blue)}.clear-filters{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 30px);margin:15px;padding:11px;border:1px solid #bfc9d8;border-radius:8px;background:#fff;color:#526077;font-size:11px;cursor:pointer}.catalog-toolbar{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.catalog-toolbar p{margin:0;color:#526077;font-size:11px}.catalog-toolbar label{display:flex;align-items:center;gap:8px;color:#526077;font-size:11px}.catalog-toolbar select{min-width:155px;padding:9px 12px;border:1px solid #cfd7e4;border-radius:8px;background:#fff;color:#3e4a60;font-size:11px}.catalog-feedback{padding:70px 20px;text-align:center;color:#6b7280}.catalog-feedback.error{color:#b42318}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(16,39,80,.04);transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(16,39,80,.1)}.product-image{display:block;height:178px;overflow:hidden;background:#f1f3f6}.product-image img{width:100%;height:100%;object-fit:cover;transition:.25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-card-body{padding:12px 14px 10px}.product-card h2{height:36px;margin:0 0 5px;overflow:hidden;font-size:14px;line-height:1.3}.product-card p{height:34px;margin:0 0 6px;overflow:hidden;color:#526077;font-size:10px;line-height:1.55}.product-price{display:block;min-height:27px;color:var(--orange);font-size:10px}.product-price strong{font-size:12px}.card-actions{display:grid;gap:6px}.card-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:31px;border-radius:6px;text-decoration:none;font-size:10px;font-weight:700}.card-whatsapp{background:var(--green);color:#fff}.card-details{border:1px solid #bfc9d8;color:#334155}.empty-state{grid-column:1/-1;padding:70px 20px;text-align:center;color:#64748b}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid #d8e3f3;border-radius:12px;background:#f7faff}.service-strip article{display:flex;align-items:center;gap:15px;padding:16px 30px;border-right:1px solid #d8e3f3}.service-strip article:last-child{border:0}.service-strip i{font-size:28px;color:var(--blue)}.service-strip article:nth-child(even) i{color:var(--orange)}.service-strip strong,.service-strip span{display:block}.service-strip strong{font-size:12px;color:var(--blue)}.service-strip article:nth-child(even) strong{color:var(--orange)}.service-strip span{margin-top:4px;color:#526077;font-size:10px}.catalog-footer{max-width:none;padding:42px max(24px,calc((100vw - 1460px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:70px;background:#0b1b35;color:#aab7c9}.catalog-footer img{width:190px}.catalog-footer p{max-width:380px;font-size:12px;line-height:1.7}.catalog-footer nav{display:flex;flex-direction:column;gap:10px}.catalog-footer strong{color:#fff;font-size:12px}.catalog-footer a,.catalog-footer span{color:#aab7c9;text-decoration:none;font-size:11px}.catalog-copyright{padding:16px;background:#07152a;color:#718097;text-align:center;font-size:10px}.open-filters,.filter-overlay{display:none}
@media(max-width:1250px){.header-search{display:none}.catalog-nav{gap:18px}.product-grid{grid-template-columns:repeat(3,1fr)}.catalog-hero{padding-left:38px}.hero-products{display:none}}
@media(max-width:900px){.header-wrap{min-height:72px}.catalog-brand img{width:170px}.mobile-menu-button{display:block;margin-left:auto}.catalog-nav{position:absolute;left:16px;right:16px;top:70px;display:none;padding:12px;flex-direction:column;align-items:stretch;gap:0;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 16px 35px rgba(0,0,0,.14)}.catalog-nav.open{display:flex}.catalog-nav a{padding:12px}.header-whatsapp span{display:none}.header-whatsapp{padding:10px 13px}.catalog-hero{padding:32px 260px 28px 30px}.hero-copy h1{font-size:29px}.catalog-layout{grid-template-columns:220px 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.service-strip{grid-template-columns:repeat(2,1fr)}.service-strip article:nth-child(2){border-right:0}.service-strip article:nth-child(-n+2){border-bottom:1px solid #d8e3f3}}
@media(max-width:680px){body.filters-open{overflow:hidden}.catalog-shell{padding:0 14px 24px}.catalog-hero{min-height:270px;padding:28px 22px;margin-left:-14px;margin-right:-14px;border-radius:0}.hero-copy h1{font-size:27px}.hero-qualities{position:absolute;left:20px;right:20px;top:auto;bottom:18px;width:auto;height:65px;padding:12px 15px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-radius:10px}.hero-qualities span{font-size:9px}.hero-qualities i{font-size:13px}.open-filters{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:14px 0 8px;padding:12px;border:0;border-radius:9px;background:var(--navy);color:#fff;font-weight:700}.catalog-layout{display:block}.catalog-filters{position:fixed;z-index:60;left:0;top:0;bottom:0;width:min(88vw,330px);border-radius:0;overflow-y:auto;transform:translateX(-102%);transition:.22s}.catalog-filters.open{transform:translateX(0)}.filter-title button{display:block}.filter-overlay{position:fixed;z-index:55;inset:0;background:rgba(3,12,31,.55)}.filter-overlay.open{display:block}.catalog-toolbar{align-items:flex-start;flex-direction:column;padding:10px 0}.catalog-toolbar label,.catalog-toolbar select{width:100%}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:145px}.product-card-body{padding:10px}.product-card h2{font-size:12px}.product-card p{display:none}.card-actions a{font-size:9px}.service-strip{grid-template-columns:1fr}.service-strip article{border-right:0;border-bottom:1px solid #d8e3f3!important}.catalog-footer{grid-template-columns:1fr;gap:28px;padding:36px 24px}}
@media(max-width:390px){.product-grid{grid-template-columns:1fr}.product-image{height:210px}.hero-copy h1{font-size:24px}.hero-copy p{font-size:11px}.catalog-brand img{width:150px}}
@media(max-width:680px){.hero-copy a{display:none}}

/* CMS exclusivo da loja: faixa superior, carrossel e chamada final */
.service-strip{margin:14px 0}.catalog-hero{min-height:250px;padding:0;border-radius:12px}.catalog-hero:before{display:none}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;padding:34px 72px;opacity:0;pointer-events:none;transition:opacity .45s ease;background:radial-gradient(circle at 70% 30%,#1268dc 0,transparent 34%),linear-gradient(125deg,#06286a,#064eb6 58%,#052660);background-size:cover;background-position:center}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,29,83,.92),rgba(4,64,153,.34) 62%,rgba(3,25,67,.22));pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide .hero-copy{position:relative;z-index:2;max-width:690px}.hero-slide .hero-copy h1{white-space:pre-line}.hero-slide-media{position:relative;z-index:2;justify-self:center;width:min(360px,90%);height:190px;filter:drop-shadow(0 24px 28px rgba(0,0,0,.3))}.hero-slide-media img{width:100%;height:100%;border:7px solid rgba(255,255,255,.92);border-radius:22px;object-fit:cover}.hero-arrow{position:absolute;z-index:8;top:50%;width:35px;height:35px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(3,26,70,.48);color:#fff;cursor:pointer}.hero-prev{left:18px}.hero-next{right:18px}.hero-dots{position:absolute;z-index:8;left:50%;bottom:13px;display:flex;gap:6px;transform:translateX(-50%)}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45)}.hero-dots button.active{width:22px;background:#fff}.catalog-hero.single-slide .hero-arrow,.catalog-hero.single-slide .hero-dots{display:none}.store-final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:22px 0 0;padding:30px 38px;border-radius:16px;background:linear-gradient(120deg,#071d4b,#0755c9);color:#fff}.store-final-cta span{color:#ff9b4f;font-size:10px;font-weight:900;letter-spacing:.1em}.store-final-cta h2{max-width:760px;margin:7px 0 0;font-size:24px}.store-final-cta a{display:flex;align-items:center;gap:9px;padding:14px 20px;border-radius:10px;background:var(--green);color:#fff;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.hero-slide>.hero-products{left:auto;right:70px;width:470px;bottom:25px;z-index:3}
@media(min-width:901px){.catalog-hero{min-height:218px}.hero-slide{display:block;padding:36px 420px 28px 68px}.hero-slide:before{content:"";display:block;position:absolute;z-index:1;left:40%;bottom:-130px;width:620px;height:210px;transform:rotate(-8deg);background:var(--orange);opacity:.95}.hero-slide:after{display:none}.hero-slide>.hero-products{left:48%;right:240px;bottom:16px;width:auto;height:170px;z-index:2}.hero-slide>.hero-qualities{z-index:3}.hero-slide .hero-copy{z-index:3;max-width:510px}.hero-slide-media{position:absolute;right:260px;bottom:14px;width:350px;height:185px;z-index:2}}
@media(max-width:900px){.hero-slide{grid-template-columns:1fr;padding:34px 55px}.hero-slide-media{display:none}}
@media(max-width:680px){.service-strip{margin:10px 0 14px}.catalog-hero{min-height:270px;margin-left:-14px;margin-right:-14px}.hero-slide{padding:32px 34px}.hero-arrow{width:30px;height:30px}.hero-prev{left:6px}.hero-next{right:6px}.store-final-cta{align-items:flex-start;flex-direction:column;padding:25px 22px}.store-final-cta h2{font-size:20px}.store-final-cta a{width:100%;justify-content:center}}
.filter-category-tree{display:grid;gap:2px}.filter-parent{font-weight:800;color:#263956}.filter-parent i{color:var(--blue)}.filter-subcategories{display:grid;gap:1px;margin:1px 0 7px 18px;padding-left:9px;border-left:1px solid #dce5f2}.filter-sub{padding:7px 7px;font-size:10px}.filter-sub i{font-size:9px;color:#8b97aa}.filter-sub span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-title-main,.hero-title-highlight{display:block}.hero-title-highlight{font-style:normal;color:var(--orange)}
.catalog-copyright{padding:16px;background:#07152a;color:#718097;text-align:center;font-size:10px}.open-filters,.filter-overlay{display:none}@media(max-width:680px){.open-filters{display:flex}.filter-overlay.open{display:block}}
.catalog-filters{background:var(--sidebar-bg,#fff);color:var(--sidebar-title-color,#172033)}.catalog-filters[data-effect="borda"]{box-shadow:none}.catalog-filters[data-effect="elevado"]{box-shadow:0 20px 48px rgba(19,46,94,.18);transform:translateY(-2px)}.catalog-filters[data-effect="nenhum"]{border-color:transparent;box-shadow:none}.filter-title h2{display:flex;align-items:center;gap:8px;color:var(--sidebar-title-color,#172033)}.filter-title h2 i,.filter-option i{color:var(--sidebar-accent,#155bd7)}.filter-option.active{background:color-mix(in srgb,var(--sidebar-accent,#155bd7) 11%,white);color:var(--sidebar-accent,#155bd7)}.catalog-product-hint{position:fixed;z-index:40;right:22px;bottom:22px;width:min(320px,calc(100vw - 28px));padding:15px 38px 15px 16px;border:1px solid #dbe7fb;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(15,42,92,.22);opacity:0;transform:translateY(18px) scale(.96);pointer-events:none;transition:.28s}.catalog-product-hint.show{opacity:1;transform:none;pointer-events:auto}.catalog-product-hint>a{display:grid;gap:3px;color:#172033;text-decoration:none}.catalog-product-hint span{color:#ff6b00;font-size:9px;font-weight:900;letter-spacing:.08em}.catalog-product-hint strong{font-size:14px}.catalog-product-hint small{color:#155bd7;font-size:13px;font-weight:800}.catalog-product-hint em{color:#7c8798;font-size:10px;font-style:normal}.catalog-product-hint button{position:absolute;right:9px;top:9px;width:25px;height:25px;border:0;border-radius:50%;background:#f1f4f8;color:#687386}@media(max-width:560px){.catalog-product-hint{right:14px;bottom:14px}}
.catalog-layout{align-items:start}.catalog-layout.sidebar-hidden{grid-template-columns:minmax(0,1fr)}.catalog-filters{align-self:start;height:max-content}.catalog-filters>.filter-group:last-child{border-bottom:0}
