.bundle-grid-section__grid .bundle-card {
    background: #FAF7ED;
}
.bundle-grid-section__grid .bundle-card__title {
    font-weight: 500;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.2;
    margin-bottom: 16px;
}
.bundle-grid-section__grid .bundle-card__products {
    position: relative;
    display: flex;
    gap: 20px;
}
.bundle-grid-section__grid .bundle-card__box {
    padding: 32px 20px;
}
.bundle-grid-section__grid .bundle-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.bundle-grid-section__grid .bundle-card__products .bundle-product__info {
    margin-top: 20px;
}
.bundle-grid-section__grid .bundle-card__products .bundle-product__info .bundle-product__heading-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}
.bundle-grid-section__grid .bundle-card__products .bundle-product__info .bundle-product__title {
    font-weight: 400;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.2;
}
.bundle-grid-section__grid .bundle-card__products .bundle-product__info .bundle-product__variant {
    background: transparent;
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(12px, 0.88vw, 14px);
    line-height: 1.2;
    color: #666666;
    border: 0.4px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
}
.bundle-grid-section__grid .bundle-card__products .bundle-product__info .bundle-product__price {
    margin-top: 8px;
    font-weight: 600;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.2;
}
.bundle-grid-section__grid .bundle-card__products .bundle-card__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    color: #000;
    overflow: hidden;
    isolation: isolate;
}
.bundle-grid-section__grid .bundle-card__products .bundle-card__plus::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.bundle-grid-section__grid .bundle-card__products .bundle-product {
    flex: 1;
    background: linear-gradient(158.67deg, #FFFDF7 38.22%, #F7C264 157.18%);
    padding: 16px 20px 32px;
    border-radius: 4px;
    border: 0.4px solid rgba(197, 197, 197, 0.5);
}
.bundle-grid-section__grid .bundle-card__footer .bundle-card__submit {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: middle;
    gap: 8px;
    background: #EA6930;
}
.bundle-grid-section__grid .bundle-card__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bundle-grid-section__grid .bundle-card__footer .bundle-card__total-label {
    margin-bottom: 8px;
}
.bundle-grid-section__grid .bundle-card__footer .bundle-card__total-label,
.bundle-grid-section__grid .bundle-card__footer .bundle-card__compare-price {
    font-weight: 400;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.2;
}
.bundle-grid-section__grid .bundle-card__footer .bundle-card__final-price {
    font-weight: 600;
    font-size: clamp(20px, 2vw, 32px);
}
.bundle-grid-section__grid .bundle-card__discount {
    position: relative;
    z-index: 3;
}
.bundle-grid-section__grid .bundle-card__discount-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.bundle-grid-section__grid .bundle-card__discount-icon {
    width: clamp(94px, 10vw, 160px);
}
.bundle-grid-section__grid .bundle-card__discount-text {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 24px);
    line-height: 1.2;
    white-space: nowrap;
    transform: rotate(45deg) translate(-50%, -50%);
}
.bundle-grid-section__grid .bundle-card__discount-text span {
    font-weight: 400;
    font-size: clamp(12px, 1vw, 16px);
}
.bundle-card__submit.loading .bundle-card__cart-icon {
    visibility: hidden;
}
.bundle-grid-section__grid .bundle-card__footer-btns .button[hidden] {
    display: none;
}
@media(min-width:960px) {
    .bundle-grid-section__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: stretch;
    }
    .bundle-grid-section__grid .bundle-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .bundle-grid-section__grid .bundle-card__box {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr) auto auto;
        width: 100%;
        height: 100%;
    }
}
@media (max-width:959px) {
    .bundle-grid-section__grid {
        display: grid;
        gap: 24px;
    }
    .bundle-grid-section__grid .bundle-card__box {
        padding: 32px 10px 24px;
    }
    .bundle-grid-section__grid .bundle-card__products {
        display: grid;
        grid-template-columns: repeat(2, minmax(130px, 1fr));
        gap: 8px;
    }

    .bundle-grid-section__grid .bundle-card__products .bundle-card__plus {
        zoom: 0.7;
    }
    .bundle-grid-section__grid .bundle-card__products .bundle-product__info .bundle-product__variant {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bundle-grid-section__grid .bundle-card__products .bundle-product {
        padding: 10px 10px 16px;
    }
    .bundle-grid-section__grid .bundle-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .bundle-grid-section__grid .bundle-card__footer .bundle-card__footer-btns,
    .bundle-grid-section__grid .bundle-card__footer .bundle-card__submit {
        width: 100%;
    }
}