.xbundle-section .swiper-pager {
    display: none;
}

.xbundle-section .swiper-pagination {
    position: static;
    margin-top: 24px;
}

.swiper-viewport-bundle {
    position: relative;
}
.xbundle_container {
    position: relative;
}

.swiper-viewport-bundle {

}

.xbundle_title {
    color: #231F20;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.xbundle_container .product-card {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    padding-left: 126px;
    min-height: auto;
    gap: 12px;
    min-height: 110px;
}

.xbundle_container .product-card-image {
    width: 100%;
    max-width: 110px;
    min-width: 110px;
    position: absolute;
    left: 0;
    top: 0;
}

.xbundle_container .product-card-name {
    position: static;
    padding: 0;
}

.xbundle_container .product-card-name a {
    font-weight: 500;
}

.xbundle_container .product-card-price {
    position: static;
    flex-direction: row;
    gap: 6px;
    padding: 0;
}

.xbundle_container .btn-add-to-wishlist {
    display: none;
}

.xbundle_container .xbundle_plus {
    padding: 10px;
    text-align: center;
    line-height: 0;
}

.xbundle_container .xbundle_plus svg {
    width: 18px;
    height: auto;
}

.xbundle_container .xbundle_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xbundle_container .xbundle_info p {
    margin: 0 0 12px;
}

.xbundle_container .xbundle_info .xbundle_save {
    font-size: 24px;
    color: #858585;
    font-weight: 500;
}

.xbundle_container .xbundle_info .xbundle_save span {
    text-decoration: line-through;
}

.xbundle_container .xbundle_info .xbundle_discount {
    font-size: 12px;
    text-transform: uppercase;
    color: #231F20;
    border: 1px solid;
    padding: 4px 6px;
    display: inline-block;
    line-height: 1;
}

.xbundle_container .xbundle_info .xbundle_price {
    font-size: 32px;
    font-weight: 500;
    color: #231F20;
}

.xbundle_info .btn-card {
    padding-left: 48px;
    position: relative;
}

.xbundle_info .btn-card:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Interface / Handbag'%3E%3Cpath id='Vector' d='M8 8.5H7.71094C6.74786 8.5 6.26653 8.5 5.87598 8.67521C5.5317 8.82965 5.23841 9.07838 5.02947 9.39258C4.79244 9.74902 4.71276 10.2239 4.55443 11.1738L3.62109 16.7738L3.62072 16.7759C3.40728 18.0565 3.3005 18.6972 3.48595 19.1965C3.64877 19.6348 3.96058 20.0022 4.36621 20.2349C4.82844 20.5 5.47776 20.5 6.77734 20.5H17.2224C18.522 20.5 19.1724 20.5 19.6346 20.2349C20.0402 20.0022 20.3513 19.6348 20.5141 19.1965C20.6995 18.6974 20.5928 18.057 20.3795 16.7774L20.3786 16.7738L19.4453 11.1738C19.287 10.2239 19.2077 9.74902 18.9707 9.39258C18.7618 9.07838 18.4682 8.82965 18.124 8.67521C17.7334 8.5 17.2524 8.5 16.2893 8.5H16M8 8.5H16M8 8.5C8 6.29086 9.79086 4.5 12 4.5C14.2091 4.5 16 6.29086 16 8.5' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .xbundle_container .product-card {
        background: transparent;
    }
}

@media (min-width: 992px) {
    .xbundle_container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xbundle_container .product-card {
        padding: 88px 17px 0;
        max-width: 407px;
    }

    .xbundle_container .product-card-image {
        position: static;
        max-width: 100%;
    }

    .xbundle_container .product-card-name {
        position: absolute;
    }

    .xbundle_container .product-card-price {
        flex-direction: column;
        gap: 0;
        position: absolute;
    }

    .xbundle_container .xbundle_info p {
        margin-bottom: 24px;
    }

}

@media (min-width: 1200px) {
    .xbundle-section {
        margin-bottom: 30px;
    }
    .xbundle_container .xbundle_plus {
        padding: 28px;
    }
    .xbundle_container .xbundle_plus.equal {
        width: 32px;
    }
    .xbundle_container .xbundle_plus svg {
        width: 24px;
    }
}

@media (min-width: 1300px) {
    .xbundle-section .swiper-pagination {
        display: none;
    }

    .xbundle-section .swiper-pager {
        display: block;
    }

    .xbundle-section .swiper-button-prev {
        left: -80px;
    }

    .xbundle-section .swiper-button-next {
        right: -80px;
    }

    .xbundle_container .xbundle_info .xbundle_title {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .xbundle_container .xbundle_info .xbundle_save {
        margin-bottom: 14px;
    }

    .xbundle_container .xbundle_info .xbundle_price {
        margin-bottom: 8px;
    }

    .xbundle_container .xbundle_info .xbundle_discount {
        margin-bottom: 32px;
    }

    .xbundle_container .btn-add-to-wishlist {
        display: block;
    }

    .xbundle_container .product-card-name {
        padding-right: 70px;
    }
}