.store-card{--store-card-large-width:257px;--store-card-medium-width:237px;--store-card-small-width:152.5px;--store-card-thumbnail-large-height:154px;--store-card-thumbnail-medium-height:142px;--store-card-thumbnail-small-height:91.48px;display:flex;flex:1 0 0;flex-direction:column;gap:8px;align-self:stretch;padding:8px 0;color:inherit;text-align:left;text-decoration:none;border:1px solid var(--border-outer-primary);border-radius:8px;background:var(--background-footer-primary);cursor:pointer}.store-card.store-card--large{width:var(--store-card-large-width)}.store-card.store-card--large .thumbnail{height:var(--store-card-thumbnail-large-height)}.store-card.store-card--medium{width:var(--store-card-medium-width)}.store-card.store-card--medium .thumbnail{height:var(--store-card-thumbnail-medium-height)}.store-card.store-card--small{width:var(--store-card-small-width)}.store-card.store-card--small .thumbnail{height:var(--store-card-thumbnail-small-height)}.store-card .brand-name,.store-card .coupon-count{padding:0 8px}.store-card .brand-name{color:var(--text-secondary);font-size:18px}.store-card .coupon-count{color:var(--text-primary);font-size:16px}