.store{padding:3rem;border:1px solid rgb(var(--color-button));aspect-ratio:1;transition:.15s ease-out}.store:hover{box-shadow:0 4px 40px 0 rgba(0,0,0,.1);transition:.15s ease-in}@media screen and (min-width:501px){.store{padding:4rem;font-size:1.3rem}}body[data-theme=dark] .store{background-color:rgb(var(--color-button))}body[data-theme=dark] .store:hover{background-color:rgba(var(--color-button),.8)}.store__wrapper{display:grid;grid-template-rows:1fr auto;grid-gap:2rem;gap:2rem;height:100%}.store__body{align-self:center;color:rgb(var(--color-foreground))}.store__address{display:grid;grid-gap:1.5rem;gap:1.5rem;font-style:normal;line-height:1.5}.store__action{display:flex}