.stores-section{padding:var(--section-padding, 2rem 0)}.stores-section__heading{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:600;color:rgb(var(--color-foreground))}.stores-grid{display:grid;gap:2rem;margin:0 auto}.stores-grid--1{grid-template-columns:1fr;max-width:600px}.stores-grid--2{grid-template-columns:repeat(2,1fr)}.stores-grid--3{grid-template-columns:repeat(3,1fr)}.stores-grid--4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:749px){.stores-grid--2,.stores-grid--3,.stores-grid--4{grid-template-columns:1fr}}@media screen and (min-width:750px)and (max-width:989px){.stores-grid--3,.stores-grid--4{grid-template-columns:repeat(2,1fr)}}.store-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.store-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.store-card__image-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:rgba(var(--color-foreground),.04)}.store-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.store-card:hover .store-card__image{transform:scale(1.05)}.store-card__content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.store-card__name{font-size:1.5rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.store-card__info{display:flex;align-items:center;gap:.75rem;color:rgba(var(--color-foreground),.75);font-size:.95rem;line-height:1.5}.store-card__icon{flex-shrink:0;color:rgba(var(--color-foreground),.6)}.store-card__address,.store-card__hours{margin:0}.store-card__phone{color:rgba(var(--color-foreground),.75);text-decoration:none;transition:color .2s ease}.store-card__phone:hover{color:rgb(var(--color-foreground));text-decoration:underline}.store-card__map-link{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all .2s ease}@media screen and (max-width:749px){.stores-section__heading{font-size:2rem;margin-bottom:2rem}.store-card__content{padding:1.25rem}.store-card__name{font-size:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-stores.css.map */
