.corante-lojas-wrap{--corante-accent:#cc0000;--corante-columns:5;width:100%}.corante-lojas-wrap *{box-sizing:border-box}.corante-lojas-wrap .corante-linha-topo{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:20px}.corante-lojas-wrap .corante-titulo-busca h2{margin:0;font-size:1.8rem;color:#333}.corante-lojas-wrap .corante-busca-lojas{display:flex;gap:10px}.corante-lojas-wrap .corante-input-cep{padding:10px;width:200px;border-radius:5px;border:1px solid #ccc;background:#fff;color:#222}.corante-lojas-wrap .corante-btn-buscar{padding:10px 20px;background:var(--corante-accent);color:#fff;border:0;border-radius:5px;cursor:pointer}.corante-lojas-wrap .corante-btn-buscar:hover,.corante-lojas-wrap .corante-btn-buscar:focus{filter:brightness(.92)}.corante-lojas-wrap .corante-feedback{display:none;margin:-6px 0 16px;padding:10px 12px;border-radius:6px;background:#f7f7f7;color:#333;font-size:.92rem}.corante-lojas-wrap .corante-feedback.is-visible{display:block}.corante-lojas-wrap .corante-abas-cidades{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:20px}.corante-lojas-wrap .corante-aba-cidade{flex:1 1 calc(20% - 10px);padding:12px;background:#333;color:#fff;border:0;cursor:pointer;border-radius:6px;transition:background .3s;text-align:center}.corante-lojas-wrap .corante-aba-cidade.ativa{background:var(--corante-accent)}.corante-lojas-wrap .corante-lista-lojas{display:grid;grid-template-columns:repeat(var(--corante-columns),minmax(0,1fr));gap:20px}.corante-lojas-wrap .corante-loja{background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1);padding:15px;text-align:left;display:flex;flex-direction:column;align-items:stretch}.corante-lojas-wrap .corante-loja[hidden]{display:none!important}.corante-lojas-wrap .corante-loja img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border-radius:6px;margin-bottom:10px}.corante-lojas-wrap .corante-loja h3{font-size:1rem;min-height:40px;margin:0 0 8px;color:#222}.corante-lojas-wrap .corante-loja p{font-size:.9rem;margin:4px 0;min-height:20px}.corante-lojas-wrap .corante-loja a{color:#000;text-decoration:none}.corante-lojas-wrap .corante-loja a:hover{text-decoration:underline}@media(max-width:1024px){.corante-lojas-wrap .corante-lista-lojas{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.corante-lojas-wrap .corante-linha-topo{flex-direction:column;align-items:center}.corante-lojas-wrap .corante-titulo-busca{text-align:center}.corante-lojas-wrap .corante-busca-lojas{justify-content:center;width:100%}.corante-lojas-wrap .corante-input-cep{min-width:0;flex:1}.corante-lojas-wrap .corante-lista-lojas{grid-template-columns:1fr}.corante-lojas-wrap .corante-aba-cidade{flex:1 1 100%}.corante-lojas-wrap .corante-loja{width:100%}}
