
/* RC31.275 — selector discreto, aislado y exclusivo para bebidas tipo sabores. */
.pcSelectorSabores[hidden]{display:none!important}
.pcSelectorSabores{
    position:fixed;inset:0;z-index:4200;display:grid;place-items:center;
    padding:18px;background:transparent;
}
.pcSelectorSabores__fondo{
    position:absolute;inset:0;background:rgba(17,20,26,.42);
    backdrop-filter:blur(3px);
}
.pcSelectorSabores__dialogo{
    position:relative;z-index:1;width:min(92vw,390px);
    border:1px solid #e7e9ed;border-radius:22px;background:#fff;
    box-shadow:0 22px 65px rgba(20,25,34,.22);padding:20px;
    color:#17191c;
}
.pcSelectorSabores__cerrar{
    position:absolute;right:12px;top:12px;width:36px;height:36px;
    border:0;border-radius:12px;background:#f2f3f5;color:#252a31;
    font-size:24px;line-height:1;display:grid;place-items:center;
}
.pcSelectorSabores__icono{
    width:46px;height:46px;border-radius:14px;background:#fff0f2;
    display:grid;place-items:center;font-size:23px;margin-bottom:12px;
}
.pcSelectorSabores__cabecera small{
    display:block;color:#dc0b18;font-size:10px;font-weight:900;
    letter-spacing:.12em;margin-bottom:4px;
}
.pcSelectorSabores__cabecera h3{
    margin:0;color:#17191c;font-size:23px;line-height:1.08;font-weight:950;
}
.pcSelectorSabores__cabecera p{
    margin:6px 0 14px;color:#747b85;font-size:13px;line-height:1.35;
}
.pcSelectorSabores__opciones{display:grid;gap:8px}
.pcSelectorSabores__opcion{
    min-height:50px;display:flex;align-items:center;gap:11px;
    padding:10px 12px;border:1px solid #e2e5e9;border-radius:14px;
    background:#fff;font-size:15px;font-weight:800;cursor:pointer;
}
.pcSelectorSabores__opcion:has(input:checked){
    border-color:#e31220;background:#fff5f6;
    box-shadow:0 0 0 2px rgba(227,18,32,.08);
}
.pcSelectorSabores__opcion input{
    width:19px;height:19px;accent-color:#e31220;flex:0 0 auto;
}
.pcSelectorSabores__agregar{
    width:100%;min-height:50px;margin-top:14px;border:0;border-radius:15px;
    background:linear-gradient(180deg,#ed1721,#d90914);color:#fff;
    font-size:15px;font-weight:950;box-shadow:0 8px 18px rgba(217,9,20,.18);
}
.pcSelectorSabores__agregar:disabled{
    background:#e5e7ea;color:#9aa0a8;box-shadow:none;
}
body.pcSelectorSaboresAbierto{overflow:hidden}

@media(max-width:767px){
    .pcSelectorSabores{padding:14px}
    .pcSelectorSabores__dialogo{width:100%;max-width:380px;padding:18px;border-radius:20px}
}
