.document-page {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
	padding-bottom: 70px;
    box-sizing: border-box;
}

.document-page__breadcrumbs {
    display: flex;
    gap: 5px;
    font-size: 12px;
    line-height: 21px;
    margin: 15px 0 40px;
    opacity: 0.6;
}

.document-page__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.document-page__breadcrumbs a:hover {
    text-decoration: underline;
}

.document-page__main-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.document-page__container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 80px;
}

/* Sidebar Menu */
.document-page__sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.document-menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.document-menu__item {
    display: inline-block;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #6B6B6B;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.document-menu__item:hover {
    color: #FF4713;
}

.document-menu__item--active {
    color: #2A2A2A;
    border-bottom-color: #2A2A2A;
    border-bottom-width: 1px;
    font-weight: 600;
}

/* Content */
.document-page__content {
    /* max-width: 900px; */
}

.document-section {
    margin-bottom: 40px;
}

.document-section:last-child {
    margin-bottom: 0;
}

.document-section__title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.document-section__subtitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 0.3px;
}

.document-section__text {
    font-size: 15px;
    line-height: 1.7;
    color: #2A2A2A;
    margin: 0 0 15px 0;
}

.document-section__text--bold {
    font-weight: 700;
    margin: 0 0 15px 0;
}

.document-section__text:last-child {
    margin-bottom: 0;
}

.document-section__list {
    padding-left: 0;
    list-style: none;
}

.document-section__list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #2A2A2A;
    margin-bottom: 15px;
}

.document-section__list li::before {
    content: '•';
    position: absolute;
    left: 5px;
    color: #2A2A2A;
}

.document-section__list li:last-child {
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1024px) {
    .document-page__container {
        grid-template-columns: 250px 1fr;
        gap: 40px;
    }
}

@media (max-width: 1440px) {
	.document-page {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
    .document-page {
        padding: 0 0 50px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }

    .document-page__breadcrumbs {
        font-size: 11px;
        margin: 10px 10px 20px;
        padding-right: 10px;
    }

    .document-page__main-title {
        font-size: 20px;
        margin: 0 10px 30px;
        padding: 0 10px;
    }

    .document-page__container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .document-page__sidebar {
        position: static;
        width: 100vw;
        margin-left: -10px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .document-page__sidebar::-webkit-scrollbar {
        display: none;
    }

    .document-menu {
        flex-direction: row;
        gap: 30px;
        padding: 0 10px 10px 20px;
        min-width: min-content;
    }

    .document-menu__item {
        white-space: nowrap;
        font-size: 12px;
        flex-shrink: 0;
    }

    .document-page__content {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .document-section {
        margin-bottom: 40px;
    }

    .document-section__title {
        font-size: 12px;
        margin-bottom: 15px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .document-section__text {
        font-size: 12px;
        margin-bottom: 15px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .document-section__list {
        width: 100%;
    }

    .document-section__list li {
        font-size: 12px;
        margin-bottom: 15px;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .document-page {
        padding: 0 0 40px;
    }

    .document-page__breadcrumbs {
        font-size: 10px;
        margin: 10px 10px 15px;
    }

    .document-page__main-title {
        font-size: 16px;
        margin: 0 10px 20px;
    }

    .document-menu {
        gap: 20px;
    }

    .document-menu__item {
        font-size: 12px;
    }

    .document-section__title {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .document-section__text {
        font-size: 12px;
    }

    .document-section__list li {
        font-size: 12px;
    }
}


/* Discount Cards Grid */
.discount-cards {
    display: grid;
    gap: 30px;
    margin-bottom: 15px;
}

.discount-cards--two {
    grid-template-columns: repeat(2, 1fr);
}

.discount-cards--three {
    grid-template-columns: repeat(3, 1fr);
}

.discount-cards--bottom {
    grid-template-columns: repeat(3, 1fr);
}

/* Discount Card Base Styles */
.discount-card {
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.discount-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-color: var(--color-primary);
}

.discount-card--blue {
    background: #CFE9F6;
}

.discount-card--white {
    background: var(--color-white);
    border: 1px solid #E5E5E5;
}

.discount-card--yellow {
    background: #FFF7EC;
}

.discount-card--light-blue {
    background: #F5FCFF;
}

/* Card Header */
.discount-card__header {
    margin-bottom: 15px;
}

.discount-card__header--with_margin {
    margin-bottom: 35px;
}

.discount-card__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-text);
}

/* Card Content */
.discount-card__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.discount-card__content--brands {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.discount-card__badge {
    font-size: 50px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1;
    text-transform: uppercase;
}

.discount-card__badge--with-margin {
    margin-bottom: 50px;
}

.discount-card__badge--large {
    font-size: 50px;
}

.discount-card__promo {
    font-size: 50px;
    font-weight: 900;
    color: var(--color-text);
    line-height: 1;
}

.discount-card__logo {
    max-width: 200px;
}

.discount-card__logo--mars {
    position: absolute;
    bottom: 135px;
    right: 30px;
    margin: 0;
}

.discount-card__logo img {
    width: 100%;
    height: auto;
}

.discount-card__image {
    max-width: 150px;
    display: flex;
    align-items: center;
}

.discount-card__image--coffee {
    position: absolute;
    bottom: 60px;
    right: 20px;
    margin: 0;
}

.discount-card__image--juice {
    position: absolute;
    max-width: 140px;
    bottom: 5px;
    right: 20px;
    margin: 0;
}

.discount-card__image--niagara {
    position: absolute;
    bottom: 0;
    right: 30px;
    margin: 0;
    max-width: 180px;
}

.discount-card__image--bubblegum {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 80px;
    margin: 0;
}

.discount-card__image--water {
    max-width: 100px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.discount-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Card Footer */
.discount-card__footer {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-text-gray);
}

.discount-card__footer--with-image {
    padding-right: 50px;
}

/* Brand Discounts */
.discount-card__brand-logos {
    display: flex;
    gap: 20px;
    justify-content: left;
}

.discount-card__brand-group {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-card__brand-logo {
    height: 30px;
    width: auto;
}

.discount-card__brand-discounts {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.discount-card__brand-item {
    text-align: center;
}

.discount-card__percent {
    font-size: 50px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1;
    margin-bottom: 8px;
}

.discount-card__desc {
    font-size: 12px;
    line-height: 1.4;
    color: var(--color-text-gray);
}

/* Promo Banner */
.promo-banner {
    position: relative;
    background: var(--color-primary);
    border-radius: 10px;
    padding: 60px 80px;
    margin-bottom: 15px;
    color: var(--color-white);
    overflow: hidden;
}

.promo-banner__bg {
    position: absolute;
    opacity: 0.6;
    width: 300px;
    height: 300px;
    pointer-events: none;
}

.promo-banner__bg--1 {
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
}

.promo-banner__bg--2 {
    bottom: -200px;
    left: 30%;
    width: 350px;
    height: 350px;
}

.promo-banner__bg--3 {
    top: -80px;
    right: -80px;
    width: 380px;
    height: 380px;
}

.promo-banner__content {
    position: relative;
    z-index: 1;
}

.promo-banner__title {
    font-size: 54px;
    font-weight: 800;
    margin: 0 0 45px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-banner__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
}

.promo-banner__button {
    background: var(--color-white);
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 18px 45px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
}

.promo-banner__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.promo-banner__note {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    text-align: left;
}

/* Refer Banner */
.refer-banner {
    position: relative;
    background: #E3E3E3;
    border-radius: 10px;
    padding: 50px 60px;
    overflow: hidden;
}

.refer-banner__bg {
    position: absolute;
    opacity: 0.9;
    width: 300px;
    height: 300px;
    pointer-events: none;
}

.refer-banner__bg--1 {
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
}

.refer-banner__bg--2 {
    bottom: -200px;
    left: 30%;
    width: 350px;
    height: 350px;
}

.refer-banner__bg--3 {
    top: -80px;
    right: -80px;
    width: 380px;
    height: 380px;
}

.refer-banner__content {
    position: relative;
    z-index: 1;
}

.refer-banner__title {
    font-size: 54px;
    font-weight: 800;
    margin: 0 0 45px 0;
    text-transform: uppercase;
    color: var(--color-text);
    letter-spacing: 1px;
}

.refer-banner__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
}

.refer-banner__button {
    background: var(--color-white);
    color: var(--color-text);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 18px 45px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
}

.refer-banner__button:hover {
    border-color: var(--color-text);
}

.refer-banner__note {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: var(--color-text-gray);
    text-align: left;
}

/* Proximity Section */
.proximity-section {
    margin-top: 15px;
}

.proximity-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.proximity-section__left {
    display: flex;
    flex-direction: column;
}

.proximity-section__title {
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    line-height: 1.2;
    color: var(--color-text);
}

.proximity-section__description {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px 0;
    color: var(--color-text);
}

.proximity-section__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.proximity-section__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--color-text);
}

.proximity-section__list li::before {
    content: '•';
    position: absolute;
    left: 5px;
}

.proximity-section__pickup {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    margin-bottom: 40px;
    background: transparent;
}

.proximity-section__pickup h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
}

.proximity-section__pickup p {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: var(--color-text);
}

.proximity-section__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.proximity-section__link {
    font-size: 15px;
    color: var(--color-text);
}

.proximity-section__link a {
    color: var(--color-text);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.proximity-section__link a:hover {
    color: var(--color-primary);
}

.proximity-section__map {
    position: relative;
    border-radius: 10px;
}

.proximity-section__map img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 1660px) {
    .discount-cards {
        gap: 20px;
    }

    .discount-card {
        padding: 20px;
    }

    .discount-card__title {
        font-size: 14px;
    }

    .discount-card__badge {
        font-size: 36px;
    }

    .discount-card__badge--with-margin {
        margin-bottom: 40px;
    }

    .discount-card__promo {
        font-size: 36px;
    }

    .discount-card__logo--mars {
        max-width: 140px;
        bottom: 110px;
        right: 20px;
    }

    .discount-card__image--coffee {
        max-width: 110px;
        bottom: 60px;
        right: 20px;
    }

    .discount-card__image--juice {
        max-width: 100px;
        bottom: 20px;
        right: 15px;
    }

    .discount-card__image--niagara {
        max-width: 120px;
        right: 20px;
    }

    .discount-card__image--water {
        max-width: 70px;
        right: 0;
        bottom: 10px;
    }

    .discount-card__image--bubblegum {
        max-width: 60px;
        right: 0;
        bottom: 10px;
    }

    .discount-card__footer {
        font-size: 13px;
    }

    .discount-card__footer--with-image {
        padding-right: 40px;
    }

    .discount-card__brand-logo {
        height: 25px;
    }

    .discount-card__percent {
        font-size: 40px;
    }

    .promo-banner {
        padding: 40px 50px;
    }

    .promo-banner__title {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .promo-banner__note {
        font-size: 13px;
    }

    .promo-banner__button {
        padding: 15px 35px;
        font-size: 13px;
    }

    .refer-banner {
        padding: 40px 50px;
    }

    .refer-banner__title {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .refer-banner__note {
        font-size: 13px;
    }

    .refer-banner__button {
        padding: 15px 35px;
        font-size: 13px;
    }

    .proximity-section__title {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .proximity-section__content {
        gap: 30px;
    }

    .proximity-section__description {
        font-size: 14px;
    }

    .proximity-section__list li {
        font-size: 14px;
    }

    .proximity-section__pickup h4 {
        font-size: 20px;
    }

    .proximity-section__pickup p {
        font-size: 20px;
    }

    .proximity-section__link {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    .discount-card {
        padding: 18px;
    }

    .discount-card__title {
        font-size: 12px;
    }

    .discount-card__badge {
        font-size: 32px;
    }

    .discount-card__badge--with-margin {
        margin-bottom: 35px;
    }

    .discount-card__promo {
        font-size: 32px;
    }

    .discount-card__logo--mars {
        max-width: 120px;
        bottom: 100px;
    }

    .discount-card__image--coffee {
        max-width: 90px;
        bottom: 70px;
    }

    .discount-card__image--niagara {
        max-width: 100px;
        right: 15px;
    }

    .discount-card__image--water {
        max-width: 60px;
        bottom: 10px;
    }

    .discount-card__image--bubblegum {
        max-width: 50px;
        bottom: 10px;
    }

    .discount-card__footer {
        font-size: 12px;
    }

    .discount-card__brand-logo {
        height: 22px;
    }

    .discount-card__percent {
        font-size: 36px;
    }

    .promo-banner {
        padding: 35px 40px;
    }

    .promo-banner__title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .promo-banner__note {
        font-size: 12px;
    }

    .promo-banner__button {
        padding: 14px 30px;
        font-size: 12px;
    }

    .refer-banner {
        padding: 35px 40px;
    }

    .refer-banner__title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .refer-banner__note {
        font-size: 12px;
    }

    .refer-banner__button {
        padding: 14px 30px;
        font-size: 12px;
    }

    .proximity-section__title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .proximity-section__content {
        gap: 25px;
    }

    .proximity-section__description {
        font-size: 13px;
    }

    .proximity-section__list li {
        font-size: 13px;
    }

    .proximity-section__pickup h4 {
        font-size: 18px;
    }

    .proximity-section__pickup p {
        font-size: 18px;
    }

    .proximity-section__link {
        font-size: 12px;
    }
}

@media (max-width: 1300px) {
    /* Карточки в одну колонку, кроме некоторых */
    .discount-cards {
        gap: 20px;
    }

    .discount-cards--two {
        grid-template-columns: 1fr;
    }

    /* Ниагара и сок в 2 колонки */
    .discount-cards--three {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Блок с брендами на всю ширину */
    .discount-cards--three .discount-card:last-child {
        grid-column: 1 / -1;
    }

    /* Последние 2 карточки в 2 колонки, первая на всю ширину */
    .discount-cards--bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .discount-cards--bottom .discount-card:first-child {
        grid-column: 1 / -1;
    }

    .discount-card {
        padding: 25px;
    }

    .discount-card__title {
        font-size: 14px;
    }

    .discount-card__badge {
        font-size: 36px;
    }

    .discount-card__badge--with-margin {
        margin-bottom: 35px;
    }

    .discount-card__promo {
        font-size: 36px;
    }

    .discount-card__image--niagara,
    .discount-card__image--water,
    .discount-card__image--bubblegum {
        position: absolute;
    }

    .discount-card__logo--mars {
        bottom: 120px;
    }

    .discount-card__image--coffee {
        bottom: 80px;
    }

    .discount-card__image--juice {
        bottom: 15px;
        right: 15px;
    }

    .discount-card__footer {
        font-size: 14px;
    }

    .discount-card__footer--with-image {
        padding-right: 40px;
    }

    /* Блок с брендами: логотипы справа в колонку */
    .discount-card__content--brands {
        flex-direction: row;
        align-items: flex-start;
        gap: 150px;
    }

    .discount-card__brand-logos {
        flex-direction: column;
        order: 2;
        gap: 15px;
    }

    .discount-card__brand-discounts {
        order: 1;
        flex-direction: row;
        gap: 30px;
    }

    .discount-card__brand-group {
        padding: 12px 20px;
    }

    .promo-banner {
        padding: 45px 55px;
    }

    .promo-banner__title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .promo-banner__note {
        font-size: 14px;
    }

    .promo-banner__bg--1 {
        right: 0;
        bottom: 20px;
        top: auto;
        left: auto;
        width: 300px;
        height: 300px;
    }

    .promo-banner__bg--2,
    .promo-banner__bg--3 {
        display: none;
    }

    .refer-banner {
        padding: 45px 55px;
    }

    .refer-banner__title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .refer-banner__note {
        font-size: 14px;
    }

    .refer-banner__bg--1 {
        right: 0;
        bottom: 20px;
        top: auto;
        left: auto;
        width: 300px;
        height: 300px;
    }

    .refer-banner__bg--2,
    .refer-banner__bg--3 {
        display: none;
    }

    /* Proximity section в одну колонку */
    .proximity-section__title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .proximity-section__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .proximity-section__left {
        display: contents;
    }

    .proximity-section__title {
        order: 1;
    }

    .proximity-section__description {
        font-size: 14px;
        order: 2;
    }

    .proximity-section__list {
        order: 3;
    }

    .proximity-section__list li {
        font-size: 14px;
    }

    .proximity-section__map {
        order: 4;
        margin-bottom: 30px;
    }

    .proximity-section__pickup {
        order: 5;
    }

    .proximity-section__pickup h4 {
        font-size: 18px;
    }

    .proximity-section__pickup p {
        font-size: 18px;
    }

    .proximity-section__link {
        order: 6;
        font-size: 14px;
    }
}

@media (max-width: 1124px) {
    .discount-cards {
        gap: 20px;
    }

    .discount-card {
        padding: 25px;
    }

    .discount-card__badge {
        font-size: 40px;
    }

    .discount-card__image--juice {
        max-width: 90px;
    }

    .discount-card__image--coffee {
        bottom: 90px;
    }

    .promo-banner {
        padding: 50px 60px;
    }

    .promo-banner__title {
        font-size: 40px;
    }

    .promo-banner__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .refer-banner__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .proximity-section__title {
        font-size: 40px;
    }

    .discount-card__content--brands {
        gap: 60px;
    }
}

@media (max-width: 880px) {
    .discount-card__image--juice {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Discount Cards - сохраняем структуру как на 1300px */
    .discount-cards {
        gap: 15px;
        margin-bottom: 15px;
    }

    /* Две первые карточки в одну колонку */
    .discount-cards--two {
        grid-template-columns: 1fr;
    }

    /* Ниагара и сок остаются в 2 колонки */
    .discount-cards--three {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Блок с брендами на всю ширину */
    .discount-cards--three .discount-card:last-child {
        grid-column: 1 / -1;
    }

    /* Нижние карточки: первая на всю ширину, остальные в 2 колонки */
    .discount-cards--bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .discount-cards--bottom .discount-card:first-child {
        grid-column: 1 / -1;
    }

    .discount-card {
        padding: 15px;
        min-height: auto;
    }

    .discount-card__title {
        font-size: 12px;
    }

    .discount-card__badge {
        font-size: 20px;
    }

    .discount-card__badge--with-margin {
        margin-bottom: 25px;
    }

    .discount-card__badge--large {
        font-size: 20px;
    }

    .discount-card__promo {
        font-size: 20px;
    }

    .discount-card__logo--mars {
        max-width: 100px;
        bottom: 65px;
    }

    .discount-card__image--coffee {
        max-width: 80px;
        bottom: 55px;
    }

    .discount-card__image--juice {
        display: block;
        max-width: 80px;
        bottom: 15px;
        right: 10px;
    }

    .discount-card__image--niagara {
        max-width: 100px;
    }

    .discount-card__image--water {
        max-width: 50px;
    }

    .discount-card__image--bubblegum {
        max-width: 45px;
    }

    .discount-card__footer {
        font-size: 10px;
    }

    .discount-card__footer--with-image {
        padding-right: 30px;
    }

    /* Brand Discounts */
    .discount-card__content--brands {
        gap: 15px;
    }

    .discount-card__brand-group {
        padding: 10px 15px;
    }

    .discount-card__brand-logo {
        height: 20px;
    }

    .discount-card__brand-discounts {
        justify-content: start;
    }

    .discount-card__brand-item {
        margin-right: 15px;
    }

    .discount-card__percent {
        font-size: 20px;
    }

    .discount-card__desc {
        font-size: 10px;
    }

    /* Promo Banner */
    .promo-banner {
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .promo-banner__bg {
        width: 200px;
        height: 200px;
    }

    .promo-banner__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .promo-banner__bottom {
        gap: 15px;
    }

    .promo-banner__button {
        padding: 14px 30px;
        font-size: 12px;
    }

    .promo-banner__note {
        font-size: 11px;
    }

    /* Refer Banner */
    .refer-banner {
        padding: 35px 20px;
        margin-bottom: 30px;
    }

    .refer-banner__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .refer-banner__bottom {
        gap: 15px;
    }

    .refer-banner__bg {
        width: 200px;
        height: 200px;
    }

    .refer-banner__button {
        padding: 14px 30px;
        font-size: 12px;
    }

    .refer-banner__note {
        font-size: 11px;
    }

    /* Proximity Section */
    .proximity-section {
        margin-top: 30px;
    }

    .proximity-section__title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .proximity-section__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .proximity-section__left {
        display: contents;
    }

    .proximity-section__text {
        font-size: 12px;
    }

    .proximity-section__text p {
        margin-bottom: 15px;
    }

    .proximity-section__title {
        order: 1;
    }

    .proximity-section__description {
        font-size: 12px;
        order: 2;
    }

    .proximity-section__list {
        margin-bottom: 20px;
        order: 3;
    }

    .proximity-section__list li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .proximity-section__map {
        order: 4;
        margin-bottom: 30px;
    }

    .proximity-section__pickup {
        gap: 10px;
        padding: 15px;
        margin-bottom: 15px;
        order: 5;
    }

    .proximity-section__pickup h4 {
        font-size: 14px;
    }

    .proximity-section__pickup p {
        font-size: 11px;
    }

    .proximity-section__icon {
        width: 24px;
        height: 24px;
    }

    .proximity-section__link {
        font-size: 11px;
        order: 6;
    }
}

@media (max-width: 615px) {
    .discount-card__logo--mars {
        bottom: 80px;
    }

    .discount-card__image--juice {
        max-width: 60px;
    }
}

@media (max-width: 480px) {
    .discount-card {
        padding: 15px;
    }

    .discount-card__content {
        gap: 15px;
    }

    .promo-banner {
        padding: 30px 15px;
    }

    .promo-banner__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .refer-banner {
        padding: 25px 15px;
    }

    .refer-banner__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .proximity-section__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .discount-card__image--niagara {
        max-width: 50px;
    }
}

@media (max-width: 420px) {
    .discount-card__image--juice {
        display: none;
    }
}

@media (max-width: 365px) {
    .discount-card__logo--mars {
        bottom: 95px;
    }
}

@media (max-width: 335px) {
    .discount-card__content--brands {
        flex-direction: column;
    }

    .discount-card__brand-logos {
        flex-direction: row;
    }
}

@media (max-width: 315px) {
    .discount-card__image--niagara {
        display: none;
    }

    .discount-card__image--bubblegum {
        display: none;
    }

    .discount-card__footer--with-image {
        padding: 0;
    }
}

@media (max-width: 300px) {
    .discount-card__logo--mars {
        display: none;
    }

    .discount-card__image--coffee {
        display: none;
    }

    .discount-card__image--water {
        display: none;
    }
}