.shop-by-room{display:flex;flex-direction:column;align-items:center;gap:48px}.shop-by-room__heading{font-family:var(--font-heading--family);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:var(--font-heading--weight);line-height:1.1;letter-spacing:-.01em;color:var(--color-foreground);text-align:center;margin:0}.shop-by-room__subheading{font-family:var(--font-body--family);font-size:1.0625rem;color:var(--color-foreground);opacity:.75;text-align:center;margin:-24px 0 0}.shop-by-room__grid{display:grid;grid-template-columns:repeat(var(--card-count, 3),1fr);gap:16px;width:100%}.shop-by-room__card{position:relative;border-radius:2px;overflow:hidden}.shop-by-room__card-link{display:block;text-decoration:none;color:inherit;height:100%}.shop-by-room__card-link:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.shop-by-room__card-image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background-color:rgb(var(--color-foreground-rgb) / .05)}.shop-by-room__card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.shop-by-room__card-link:hover .shop-by-room__card-image,.shop-by-room__card:hover .shop-by-room__card-image{transform:scale(1.04)}.shop-by-room__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground-rgb) / .05)}.shop-by-room__placeholder-svg{width:60%;height:60%;opacity:.3}.shop-by-room__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 45%,transparent 100%);pointer-events:none}.shop-by-room__card-label{position:absolute;bottom:0;left:0;right:0;padding:20px 20px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.shop-by-room__card-title{font-family:var(--font-heading--family);font-size:clamp(1rem,1.5vw,1.3rem);font-weight:var(--font-heading--weight);color:#fff;line-height:1.2;letter-spacing:-.01em}.shop-by-room__card-arrow{font-size:1.25rem;color:#fffc;transition:transform .2s ease;flex-shrink:0}.shop-by-room__card-link:hover .shop-by-room__card-arrow,.shop-by-room__card:hover .shop-by-room__card-arrow{transform:translate(4px)}@media screen and (max-width:749px){.shop-by-room__grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-by-room__grid .shop-by-room__card:last-child:nth-child(odd){grid-column:span 2}.shop-by-room__card-image-wrap{aspect-ratio:4 / 5}.shop-by-room__card-label{padding:16px 14px 18px}.shop-by-room__card-title{font-size:.95rem}.shop-by-room{gap:32px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/shop-by-room.css.map */
