.store-showcase{margin-top:28px;padding:28px;background:var(--showcase-background,#fff);border-radius:12px}.store-showcase h2{margin:0 0 20px;color:var(--showcase-title,#172941);font-size:26px}.store-showcase .store-pro-grid{display:grid;grid-template-columns:repeat(var(--showcase-columns,4),minmax(0,1fr));gap:var(--showcase-spacing,18px)}.store-showcase.is-carousel .store-pro-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.store-showcase.is-carousel .store-pro-card{flex:0 0 calc((100% - (var(--showcase-columns,4) - 1)*var(--showcase-spacing,18px))/var(--showcase-columns,4));scroll-snap-align:start}@media(max-width:760px){.store-showcase{padding:22px 16px}.store-showcase .store-pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-showcase.is-carousel .store-pro-card{flex-basis:72vw}}@media(max-width:420px){.store-showcase .store-pro-grid{grid-template-columns:1fr}}
