.bundle-section {
    max-width: 1240px;
    margin: 72px auto;
    padding: 0 24px;
}

.bundle-section__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 30px;
}

.bundle-section__heading h2 {
    max-width: 720px;
    margin: 8px 0 0;
    color: #2e2926;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

.bundle-section__heading p {
    margin: 0 0 12px;
    color: #71665f;
    line-height: 1.7;
}

.bundle-section__heading a,
.bundles-back {
    color: #8b5e3c;
    font-weight: 800;
    text-decoration: none;
}

.bundle-kicker {
    color: #a4633d;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bundle-kicker--light {
    color: #f1d2b7;
}

.bundle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.bundle-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e8ddd3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(58, 40, 28, .07);
}

.bundle-card__images {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    min-height: 190px;
    background: #f7f1eb;
}

.bundle-card__images a {
    display: grid;
    min-width: 0;
    place-items: center;
    border-right: 1px solid #eadfd6;
}

.bundle-card__images a:last-child {
    border-right: 0;
}

.bundle-card__images img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 12px;
}

.bundle-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.bundle-card__body h3 {
    margin: 7px 0 10px;
    color: #2e2926;
    font-family: Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.2;
}

.bundle-card__body > p {
    margin: 0;
    color: #746a63;
    line-height: 1.6;
}

.bundle-card__products {
    display: grid;
    gap: 10px;
    margin: 22px 0;
    padding: 18px 0;
    list-style: none;
    border-top: 1px solid #eee4dc;
    border-bottom: 1px solid #eee4dc;
}

.bundle-card__products li {
    display: flex;
    gap: 14px;
    align-items: start;
    justify-content: space-between;
}

.bundle-card__products a {
    color: #453a33;
    font-size: .9rem;
    line-height: 1.35;
    text-decoration: none;
}

.bundle-card__products span {
    color: #6f472a;
    font-size: .88rem;
    font-weight: 800;
    white-space: nowrap;
}

.bundle-card__purchase {
    display: grid;
    gap: 16px;
    margin-top: auto;
}

.bundle-card__purchase small {
    display: block;
    color: #80746c;
    font-size: .73rem;
}

.bundle-card__purchase strong {
    display: block;
    margin-top: 3px;
    color: #2e2926;
    font-size: 1.45rem;
}

.bundle-card__purchase form {
    margin: 0;
}

.bundle-card__purchase button {
    width: 100%;
    padding: 13px 16px;
    border: 0;
    border-radius: 11px;
    background: #8b5e3c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.bundle-card__purchase button:hover:not(:disabled) {
    background: #6f472a;
}

.bundle-card__purchase button:disabled {
    background: #c8beb6;
    cursor: not-allowed;
}

.bundles-page {
    padding-bottom: 80px;
}

.bundles-hero {
    display: grid;
    min-height: 480px;
    place-items: center;
    padding: 70px 24px;
    background:
        linear-gradient(90deg, rgba(43, 29, 21, .94), rgba(71, 43, 28, .82)),
        url("/static/images/responsive/e577a7d48e3c748f-1536.webp") center/cover;
    color: #fff;
}

.bundles-hero > div {
    width: min(1180px, 100%);
}

.bundles-back {
    display: inline-block;
    margin-bottom: 70px;
    color: #fff;
}

.bundles-hero h1 {
    max-width: 790px;
    margin: 12px 0 20px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1;
}

.bundles-hero p {
    max-width: 680px;
    color: #f0e8e1;
    font-size: 1.08rem;
    line-height: 1.75;
}

.bundles-hero__button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
    padding: 14px 19px;
    border-radius: 10px;
    background: #fff;
    color: #553825;
    font-weight: 900;
    text-decoration: none;
}

.bundles-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1192px;
    margin: 30px auto 0;
    padding: 0 24px;
    gap: 18px;
}

.bundles-principles article {
    padding: 28px;
    border-radius: 18px;
    background: #f4e9df;
}

.bundles-principles i {
    color: #8b5e3c;
    font-size: 1.6rem;
}

.bundles-principles h2 {
    margin: 14px 0 8px;
    color: #332a25;
    font-size: 1.15rem;
}

.bundles-principles p {
    margin: 0;
    color: #71665f;
    line-height: 1.6;
}

.cart-bundle-message {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 700;
}

.cart-bundle-message--success {
    border: 1px solid #bad7c0;
    background: #edf7ef;
    color: #35653e;
}

.cart-bundle-message--error {
    border: 1px solid #e2c0b8;
    background: #fff0ec;
    color: #963f30;
}

@media (max-width: 980px) {
    .bundle-grid,
    .bundles-principles {
        grid-template-columns: 1fr;
    }

    .bundle-card {
        display: grid;
        grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    }
}

@media (max-width: 720px) {
    .bundle-section {
        margin: 54px auto;
        padding: 0 16px;
    }

    .bundle-section__heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bundle-card {
        display: flex;
    }

    .bundle-card__images,
    .bundle-card__images img {
        min-height: 140px;
        height: 140px;
    }

    .bundle-card__body {
        padding: 20px;
    }

    .bundles-hero {
        min-height: 520px;
        padding-inline: 20px;
    }

    .bundles-back {
        margin-bottom: 50px;
    }

    .bundles-principles {
        padding: 0 16px;
    }
}
