/* Bathroom department cards: scoped, independent of tile and checkout layout. */
.lp-bath-shopping-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0 28px}
.lp-bath-card{display:flex;flex-direction:column;min-width:0;border:1px solid #dce2e4;border-radius:14px;overflow:hidden;background:#fff;color:#17262e;text-decoration:none;transition:border-color .15s ease}
.lp-bath-card:hover{border-color:#f4511e;color:#a8360c}
.lp-bath-card:focus-visible{outline:3px solid #f4511e;outline-offset:3px}
.lp-bath-card-photo{display:flex;align-items:center;justify-content:center;aspect-ratio:1.35;background:#f7f7f5;overflow:hidden}
.lp-bath-card-photo img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.lp-bath-card-label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 14px;min-height:52px;font-size:16px;font-weight:600;line-height:1.3}
.lp-bath-card-label>span{color:#ad390d}.lp-bath-card-symbol{font-size:58px;color:#ac785d;background:#f1e9e2}
.lp-vanity-choices{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}
.lp-vanity-choices .lp-bath-card-photo{aspect-ratio:1.65}
.lp-bath-inclusion-note{font-size:14px;line-height:1.5;color:#4b5a61;padding:12px 16px;background:#f5f6f5;border-radius:8px;margin:0 0 22px}
@media(max-width:767px){.lp-bath-shopping-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 22px}.lp-bath-card-label{font-size:14px;padding:12px 10px;min-height:48px}.lp-bath-card-photo{aspect-ratio:1.3}.lp-vanity-choices .lp-bath-card-photo{aspect-ratio:1.3}.lp-bath-inclusion-note{font-size:13px}}
