.vg-shop-banner-row {
    margin-top: 0;
    margin-bottom: 0;
}

.vg-shop-banner-row > .container,
.vg-shop-banner-row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.vg-shop-banner {
    margin: 34px 0 26px;
    font-family: Montserrat, Arial, sans-serif;
}

.vg-shop-banner__link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    width: 100%;
    min-height: 138px;
    padding: 24px 28px;
    color: #171717;
    background: #f2faf8;
    border: 1px solid #dcece8;
    border-left: 5px solid #009383;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgba(20, 53, 48, 0.06);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vg-shop-banner__link:hover,
.vg-shop-banner__link:focus {
    color: #171717;
    border-color: #b8ddd6;
    border-left-color: #009383;
    box-shadow: 0 10px 26px rgba(20, 53, 48, 0.12);
    text-decoration: none;
    transform: translateY(-2px);
}

.vg-shop-banner__link:focus-visible {
    outline: 3px solid rgba(0, 147, 131, 0.3);
    outline-offset: 3px;
}

.vg-shop-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #009383;
}

.vg-shop-banner__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vg-shop-banner__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.vg-shop-banner__eyebrow,
.vg-shop-banner__title,
.vg-shop-banner__subtitle,
.vg-shop-banner__cta {
    letter-spacing: 0;
}

.vg-shop-banner__eyebrow {
    color: #009383;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.vg-shop-banner__title {
    color: #171717;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
}

.vg-shop-banner__subtitle {
    color: #4e5453;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.vg-shop-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 24px;
    color: #fff;
    background: #009383;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: background-color 180ms ease;
}

.vg-shop-banner__link:hover .vg-shop-banner__cta,
.vg-shop-banner__link:focus .vg-shop-banner__cta {
    background: #007b70;
}

.vg-shop-banner__cta svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 991px) {
    .vg-shop-banner__link {
        gap: 20px;
        padding: 22px 24px;
    }

    .vg-shop-banner__title {
        font-size: 24px;
    }

    .vg-shop-banner__cta {
        padding: 0 20px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .vg-shop-banner {
        margin: 24px 0 20px;
    }

    .vg-shop-banner__link {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px 16px;
        min-height: 0;
        padding: 20px;
    }

    .vg-shop-banner__icon {
        align-self: start;
        width: 48px;
        height: 48px;
        margin-top: 2px;
    }

    .vg-shop-banner__eyebrow {
        font-size: 11px;
    }

    .vg-shop-banner__title {
        font-size: 22px;
    }

    .vg-shop-banner__subtitle {
        font-size: 14px;
        line-height: 1.45;
    }

    .vg-shop-banner__cta {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 50px;
        margin-top: 4px;
    }
}
