.catalog-switch{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:20px 0;padding:5px}
.catalog-switch a{padding:12px 20px;border:1px solid #d2d2d7;border-radius:24px;text-decoration:none;color:#1d1d1f;background:#fff;font-size:14px;font-weight:600}
.catalog-switch a[aria-current="page"]{background:#1d1d1f;color:#fff;border-color:#1d1d1f}
.catalog-switch a:focus-visible{outline:3px solid #0071e3;outline-offset:3px}
.boleto-intro{text-align:center;color:#6e6e73;font-size:14px;margin:0 15px 24px}
.boleto-values{display:flex;justify-content:center;gap:18px;margin:16px 0;color:#0071e3}
.boleto-values div{display:flex;flex-direction:column;gap:5px}
.boleto-values span{font-size:11px;color:#6e6e73;font-weight:500}
.boleto-values strong{font-size:17px;white-space:nowrap}
.boleto-memory{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 0;border-bottom:1px solid #e5e5ea}
.boleto-memory label{display:flex;flex-direction:column;gap:5px;font-size:11px;color:#6e6e73}
.boleto-memory label:first-child{grid-column:1/-1}
.boleto-catalog .price-large{font-size:24px;line-height:1.5}
#simulateCardButton[hidden]{display:none}
@media(max-width:480px){.catalog-switch a{padding:10px 13px;font-size:12px}.boleto-values{gap:9px}.boleto-values strong{font-size:14px}.boleto-values span{font-size:10px}}
.boleto-base{grid-column:1/-1;font-size:12px;font-weight:600}.boleto-memory output{font-size:13px;color:#0071e3;font-weight:600;padding:10px 0}.boleto-catalog .products-toolbar button[hidden]{display:none}
@media(max-width:768px){.boleto-values{flex-direction:column;gap:10px;margin:10px 0}.boleto-values strong{font-size:clamp(10px,2.7vw,16px);white-space:normal;overflow-wrap:anywhere}.boleto-values span{font-size:10px}}
/* Boleto catalog: one storage option per row, using the store's visual language. */
.boleto-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0 10px;text-align:left;color:var(--text,#1d1d1f)}
.boleto-model-column{width:48%}.boleto-entry-column{width:23%}.boleto-payment-column{width:29%}
.boleto-table th{padding:13px 20px;background:#f2f2f5;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}
.boleto-table th:first-child{border-radius:14px 0 0 14px;padding-left:112px}
.boleto-table th:last-child{border-radius:0 14px 14px 0}
.boleto-table th span{display:block;font-size:10px;font-weight:400;letter-spacing:0;text-transform:none;color:#6e6e73;margin-top:3px}
.boleto-product-row{cursor:pointer}
.boleto-product-row td{padding:12px 20px;background:#fff;border-top:1px solid #ececf0;border-bottom:1px solid #ececf0;vertical-align:middle;transition:background .2s,border-color .2s}
.boleto-product-row td:first-child{border-left:1px solid #ececf0;border-radius:20px 0 0 20px;padding:10px}
.boleto-product-row td:last-child{border-right:1px solid #ececf0;border-radius:0 20px 20px 0}
.boleto-product-row:hover td,.boleto-product-row:focus-within td{background:#f7faff;border-color:#d6e4fa}
.boleto-model-button{display:flex;align-items:center;gap:18px;width:100%;border:0;background:transparent;text-align:left;color:inherit;font:inherit;cursor:pointer;border-radius:12px;padding:0}
.boleto-model-button:focus-visible{outline:2px solid var(--accent,#0071e3);outline-offset:4px}
.boleto-product-photo{display:flex;align-items:center;justify-content:center;width:82px;height:82px;flex-shrink:0;background:#f5f5f7;border-radius:14px;padding:8px}
.boleto-product-photo img{width:100%;height:100%;object-fit:contain}
.boleto-product-name{font-size:15px;font-weight:650;line-height:1.4;overflow-wrap:anywhere}
.boleto-entry-value{font-size:20px;font-weight:750;color:#000;font-variant-numeric:tabular-nums}
.boleto-payment-value{font-size:17px;font-weight:650;font-variant-numeric:tabular-nums}
.boleto-payment-value>span{font-size:.85em;font-weight:500;color:#6e6e73}
.boleto-row-arrow{width:14px;height:14px;margin-left:8px;vertical-align:middle;color:#86868b}
@media(max-width:768px){
.boleto-model-column{width:48%}.boleto-entry-column{width:22%}.boleto-payment-column{width:30%}
.boleto-table{border-spacing:0 8px}.boleto-table th{padding:10px 7px;font-size:10px;letter-spacing:.3px}.boleto-table th:first-child{padding-left:12px}.boleto-table th span{font-size:9px}
.boleto-product-row td{padding:10px 7px}.boleto-product-row td:first-child{padding:8px;border-radius:14px 0 0 14px}.boleto-product-row td:last-child{border-radius:0 14px 14px 0}
.boleto-model-button{gap:8px}.boleto-product-photo{width:48px;height:58px;padding:4px;border-radius:10px}.boleto-product-name{font-size:12px}
.boleto-entry-value{font-size:14px}.boleto-payment-value{font-size:12px}.boleto-row-arrow{display:none}
}
@media(max-width:360px){.boleto-product-photo{width:36px;height:48px}.boleto-model-button{gap:5px}.boleto-product-name{font-size:11px}.boleto-entry-value,.boleto-payment-value{font-size:11px}.boleto-product-row td{padding-left:5px;padding-right:5px}}
@media(prefers-reduced-motion:reduce){.boleto-product-row td{transition:none}}
.boleto-installment-amount{font-weight:inherit;white-space:nowrap}
@media(max-width:768px){.boleto-payment-value>span:not(.boleto-payment-label){display:inline;margin-bottom:0}}

.boleto-entry-label{display:block;margin-bottom:5px;font-size:13px;line-height:1.3;font-weight:800;letter-spacing:.2px;color:#0066cc}

.boleto-payment-value>.boleto-payment-label{display:block;margin-bottom:4px;font-size:11px;line-height:1.3;font-weight:500;color:#0071e3}
/* Tema noturno exclusivo do catálogo no boleto. */
html.boleto-route{--bg:#0a101b;--text:#f5f8fc;--text-sec:#aab8ca;--card-bg:#111b2a;--accent:#42a5ff;--accent2:#87c9ff}
html.boleto-route body{background:#0a101b;color:var(--text)}
html.boleto-route #home{background:linear-gradient(180deg,#111d2d 0%,#0a101b 100%)}
html.boleto-route #home h1{background:linear-gradient(120deg,#f8fbff 35%,#42a5ff 100%);-webkit-background-clip:text;background-clip:text}
html.boleto-route .banner-hero.has-banner{background:#111b2a;box-shadow:0 14px 34px rgba(0,0,0,.38)}
html.boleto-route .banner-hero.has-banner #bannerBox::after{background:linear-gradient(to bottom,rgba(17,27,42,0),#111b2a)}
html.boleto-route .banner-hero.has-banner .hero-actions{background:linear-gradient(180deg,#111b2a 0%,#0d1624 100%)}
html.boleto-route .hero-actions .btn-light{background:#182b43;border-color:#315b86;color:#f5f8fc}
html.boleto-route .hero-actions .btn-light:hover{background:#223d5d;border-color:#4d90ce;color:#fff}
html.boleto-route .boleto-back-strip{background:#112a45;border-color:#2d6296;color:#bfe1ff}
html.boleto-route .boleto-back-strip:hover{background:#193957}
html.boleto-route #catFilter button{background:#111b2a;border-color:#2c4561;color:#e7eff9}
html.boleto-route #catFilter button:hover{background:#182b43;border-color:#4b88be;color:#fff}
html.boleto-route #catFilter button.active{background:#1976d2;border-color:#42a5ff;color:#fff}
html.boleto-route .boleto-product-row td{background:#111b2a;border-color:#263d57}
html.boleto-route .boleto-product-row:hover td,html.boleto-route .boleto-product-row:focus-within td{background:#18283b;border-color:#3972a6}
html.boleto-route .boleto-product-photo{background:#0b1420}
html.boleto-route .boleto-entry-value{color:#f5f8fc}
html.boleto-route .boleto-payment-value>span:not(.boleto-payment-label),html.boleto-route .boleto-row-arrow{color:#aab8ca}
html.boleto-route .modal-content-product{background:#111b2a;color:#f5f8fc}
html.boleto-route .modal-content-product h2{color:#f5f8fc}
html.boleto-route .close-product,html.boleto-route .product-download{background:#203149;color:#d9e9fa}
html.boleto-route .close-product:hover,html.boleto-route .product-download:hover{background:#2b4562;color:#fff}

.boleto-catalog .price-large.boleto-detail-prices{display:flex;flex-direction:column;align-items:center;gap:9px;margin:0 0 22px;font-size:1rem;color:inherit}
.boleto-detail-prices span{display:inline-flex;align-items:center;justify-content:center;width:min(250px,100%);min-height:46px;padding:10px 18px;border:1px solid #2f6fa6;border-radius:8px;background:#132d49;color:#49aaff;font-weight:800;line-height:1.25;font-variant-numeric:tabular-nums}

html.boleto-route #catFilter{flex-wrap:nowrap;gap:6px}
html.boleto-route #catFilter button{flex:1 1 0;min-width:0;padding:9px 4px;font-size:clamp(.62rem,2.8vw,.76rem)}

html.boleto-route #catFilter button{padding:8px 2px;font-size:clamp(.55rem,2.3vw,.7rem);line-height:1;letter-spacing:-.25px;overflow:hidden;text-overflow:ellipsis}

html.boleto-route .catalog-search input{background:#111b2a;border-color:#2c4561;color:#f5f8fc;box-shadow:none}
html.boleto-route .catalog-search i{color:#9eb5cc}

