.store-card__wrapped{background-color:#f9f9f9;border-radius:30px;width:100%;height:auto;padding:5px}.store-card__wrapped .store-card{background-color:#fff;border-radius:25px;flex-direction:column;gap:16px;height:100%;display:flex;overflow:hidden}.store-card__wrapped .store-card .store-card__image{aspect-ratio:315/200;background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;position:relative}.store-card__wrapped .store-card .store-card__image .store-card__floor{color:#004c98;text-transform:uppercase;background-color:#f5f8fb;border-radius:40px;justify-content:center;align-items:center;width:76px;height:38px;font-size:12px;display:flex;position:absolute;top:5px;right:5px}.store-card__wrapped .store-card .store-card__title{color:#191919;text-transform:uppercase;-webkit-line-clamp:2;word-break:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;padding:0 9px;font-size:22px;font-weight:500;display:-webkit-box;overflow:hidden}.store-card__wrapped .store-card .store-card__categories{flex-wrap:wrap;gap:2px;padding:0 9px;display:flex}.store-card__wrapped .store-card .store-card__categories .store-card__category{color:#2d2d2db2;background-color:#f8f8f8;border-radius:10px;width:max-content;padding:6px 8px;font-size:13px}.store-card__wrapped .store-card .store-card__buttons{gap:4px;margin-top:auto;padding:0 9px 9px;display:flex}.store-card__wrapped .store-card .store-card__buttons .store-card__button{color:#fff;text-transform:uppercase;background-color:#004c98;border-radius:50px;justify-content:center;align-items:center;gap:12px;width:100%;height:44px;font-size:13px;text-decoration:none;display:flex}.store-card__wrapped .store-card .store-card__buttons .store-card__button--secondary{color:#004c98;background-color:#0000;border:1px solid #004c9833}@media screen and (max-width:1000px){.store-card__wrapped{padding:2px}.store-card__wrapped .store-card{border-radius:28px;gap:10px}.store-card__wrapped .store-card .store-card__title{padding:0 7px;font-size:14px}.store-card__wrapped .store-card .store-card__categories{padding:0 7px}.store-card__wrapped .store-card .store-card__categories .store-card__category{padding:6px 4px;font-size:11px}.store-card__wrapped .store-card .store-card__buttons{padding:0 7px 7px}.store-card__wrapped .store-card .store-card__buttons .store-card__button{height:40px;font-size:12px}.store-card__wrapped .store-card .store-card__buttons .store-card__button--secondary{aspect-ratio:1;width:auto}.store-card__wrapped .store-card .store-card__buttons .store-card__button--secondary p{display:none}}
