.store{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));background:var(--hafo-color-bg-secondary);border:1px solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-lg);align-items:stretch}.store__content{padding:var(--hafo-space-6);justify-content:center}.store__content h2{margin:0;font-size:var(--hafo-font-size-2xl);line-height:var(--hafo-line-height-tight);font-weight:var(--hafo-font-weight-semibold);color:var(--hafo-color-brand)}.store__content p{margin:0;font-size:var(--hafo-font-size-base);line-height:var(--hafo-line-height-loose);font-weight:var(--hafo-font-weight-light);color:var(--hafo-color-neutral-900)}.store__image{border-radius:0 var(--hafo-radius-lg) var(--hafo-radius-lg) 0;overflow:hidden;min-height:280px}.store__image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:767px){.store{padding:0}.store__content{padding:var(--hafo-space-3) var(--hafo-space-3) var(--hafo-space-1)}.store__image{padding:0;border-radius:0 0 var(--hafo-radius-lg) var(--hafo-radius-lg)}}
