.cashbanx-storefront {
    color: #172033;
    font-family: inherit;
    margin: 32px 0;
}

.cashbanx-storefront *,
.cashbanx-storefront *::before,
.cashbanx-storefront *::after {
    box-sizing: border-box;
}

.cashbanx-storefront__header {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    margin-bottom: 18px;
}

.cashbanx-storefront__header h2 {
    font-size: clamp(24px, 3vw, 38px);
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 8px;
}

.cashbanx-storefront__header p {
    color: #526071;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

.cashbanx-storefront__search input {
    background: #fff;
    border: 1px solid #cfd7e2;
    border-radius: 8px;
    color: #172033;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.cashbanx-storefront__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.cashbanx-storefront__categories button,
.cashbanx-storefront__footer button {
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
}

.cashbanx-storefront__categories button {
    background: #fff;
    border: 1px solid #cfd7e2;
    color: #283449;
    min-height: 38px;
    padding: 7px 12px;
}

.cashbanx-storefront__categories button.is-active {
    background: #172033;
    border-color: #172033;
    color: #fff;
}

.cashbanx-storefront__status {
    background: #f3f6fa;
    border: 1px solid #dce3ed;
    border-radius: 8px;
    color: #526071;
    margin: 16px 0;
    padding: 14px;
}

.cashbanx-storefront__status.is-error {
    background: #fff4f2;
    border-color: #ffc9c0;
    color: #9d2b1f;
}

.cashbanx-storefront__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.cashbanx-storefront__card {
    background: #fff;
    border: 1px solid #dce3ed;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 310px;
    overflow: hidden;
}

.cashbanx-storefront__logo {
    align-items: center;
    background: #f6f8fb;
    display: flex;
    height: 112px;
    justify-content: center;
    padding: 22px;
}

.cashbanx-storefront__logo img {
    max-height: 68px;
    max-width: 150px;
    object-fit: contain;
}

.cashbanx-storefront__logo span {
    align-items: center;
    background: #172033;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 30px;
    font-weight: 700;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.cashbanx-storefront__body {
    flex: 1;
    padding: 16px 16px 8px;
}

.cashbanx-storefront__category {
    color: #69778a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.cashbanx-storefront__body h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.cashbanx-storefront__body p {
    color: #526071;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 10px;
}

.cashbanx-storefront__coupon code {
    background: #eef6f0;
    border-radius: 6px;
    color: #166534;
    padding: 3px 6px;
}

.cashbanx-storefront__footer {
    align-items: center;
    border-top: 1px solid #edf1f6;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    padding: 14px 16px 16px;
}

.cashbanx-storefront__cashback {
    min-height: 28px;
}

.cashbanx-storefront__cashback strong {
    color: #12733d;
    display: block;
    font-size: 20px;
    line-height: 1;
}

.cashbanx-storefront__cashback span {
    color: #526071;
    font-size: 12px;
}

.cashbanx-storefront__footer button {
    background: #12733d;
    border: 1px solid #12733d;
    color: #fff;
    min-height: 42px;
    padding: 9px 12px;
    width: 100%;
}

.cashbanx-storefront__footer button:disabled {
    cursor: wait;
    opacity: .7;
}

@media (max-width: 720px) {
    .cashbanx-storefront__header {
        grid-template-columns: 1fr;
    }
}
