:root{--stores-padding:1rem;--stores-margin:1rem;--stores-gap:1rem}.stores__wrapper{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:.875rem;gap:.875rem;grid-gap:calc(var(--stores-gap)*0.875);gap:calc(var(--stores-gap)*0.875)}@media (min-width:768px){.stores__wrapper{grid-gap:1.375rem;gap:1.375rem;grid-gap:calc(var(--stores-gap)*1.375);gap:calc(var(--stores-gap)*1.375)}}.stores__item{position:relative;background-color:var(--color-beige)}@media (min-width:768px){.stores__item{width:calc(50% - 1.375rem)}}@media (min-width:1024px){.stores__item{width:calc(33.33333% - 1.375rem)}}.stores__item .image{position:relative;aspect-ratio:3/2;overflow:hidden}.stores__item .image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);z-index:1}.stores__item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stores__item .image .logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:15rem;transition:var(--transition-slow)}@media (min-width:768px){.stores__item .image .logo{width:16.25rem}}@media (min-width:1280px){.stores__item .image .logo{width:18.75rem}}.stores__item .info{padding:2rem;padding:calc(var(--stores-padding)*2);padding-bottom:2.5rem;padding-bottom:calc(var(--stores-padding)*2.5)}@media (min-width:768px){.stores__item .info{padding:2.5rem 2.25rem 3.125rem;padding:calc(var(--stores-padding)*2.5) calc(var(--stores-padding)*2.25) calc(var(--stores-padding)*3.125)}}@media (min-width:1024px){.stores__item .info{padding-left:1.75rem;padding-left:calc(var(--stores-padding)*1.75);padding-right:1.75rem;padding-right:calc(var(--stores-padding)*1.75)}}@media (min-width:1280px){.stores__item .info{padding-left:2.25rem;padding-left:calc(var(--stores-padding)*2.25);padding-right:2.25rem;padding-right:calc(var(--stores-padding)*2.25)}}.stores__item .info h5{margin-top:1.75rem;margin-top:calc(var(--stores-margin)*1.75);margin-bottom:0}@media (min-width:768px){.stores__item .info h5{margin-top:2.5rem;margin-top:calc(var(--stores-margin)*2.5)}}.stores__item .info h5.lower{margin-top:2.5rem;margin-top:calc(var(--stores-margin)*2.5)}@media (min-width:768px){.stores__item .info h5.lower{margin-top:2.8125rem;margin-top:calc(var(--stores-margin)*2.8125)}}.stores__item .info table{margin-top:.125rem;margin-top:calc(var(--stores-margin)*0.125)}.stores__item .info table tr td:first-of-type{padding-right:1.75rem;padding-right:calc(var(--stores-padding)*1.75)}@media (min-width:1024px){.stores__item .info table tr td:first-of-type{padding-right:.75rem;padding-right:calc(var(--stores-padding)*0.75)}}@media (min-width:1280px){.stores__item .info table tr td:first-of-type{padding-right:1.75rem;padding-right:calc(var(--stores-padding)*1.75)}}.stores__item .info a{text-decoration:underline}