/* Apenas estilos funcionais do comparador; layout original em loja.html. */
.compare-check{position:relative;z-index:4;display:flex;align-items:center;gap:7px;font-size:13px;margin-top:9px;min-height:32px;cursor:pointer}
.compare-check input{width:18px;height:18px}
#comparador{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);z-index:95;background:#fff;padding:16px;border:1px solid #D3D8E0;border-radius:12px;box-shadow:0 6px 30px #11182722;width:calc(100% - 28px);max-width:900px}
#comparador[hidden]{display:none}#comparador summary{font-weight:700;cursor:pointer;min-height:32px}
#comparador .compare-scroll{overflow:auto;max-height:42vh;margin-top:12px}#comparador table{border-collapse:collapse;width:100%;min-width:480px;font-size:13px}
#comparador th,#comparador td{text-align:left;border-bottom:1px solid #E4E7EC;padding:10px;vertical-align:top}#comparador button{min-height:40px;background:#fff;color:#9E1125;border:1px solid #D3D8E0;border-radius:8px;padding:8px;cursor:pointer}
