﻿.box-pageitem {
    display: block;
    width: 100%;
}
/*custom-page-1249*/
.custom-page-1249 .box-pageitem {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.custom-page-1249 .box-i-2 {
    background-image: url(lp/bg-lp-2.png);
}

.custom-page-1249 .box-i-3 {
    background-image: url(lp/bg-lp-3.png);
}

.custom-page-1249 .box-i-4 {
    background-image: url(lp/bg-lp-4.png);
}

.custom-page-1249 .box-i-5 {
    background-image: url(lp/bg-lp-5.png);
}

.custom-page-1249 .box-i-6 {
    background-image: url(lp/bg-lp-6.png);
}

.custom-page-1249 .box-i-7 {
    background-image: url(lp/bg-lp-7.png);
}

.custom-page-1249 .box-i-8 {
    background-image: url(lp/bg-lp-8.png);
}

.custom-page-1249 .cuspage-h h2 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    margin: 4px 0 10px 0;
}

.custom-page-1249 .product-list .card {
    height: 350px !important;
}

.custom-page-1249 .product-list .product-price-regular span.product-price-saving {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    background-color: #C5232B;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
}

.custom-page-1249 .product-list .product-attributes {
    display: none !important;
}

.custom-page-1249 .com-product-list-seemore {
    margin: 0;
    padding: 0;
    height: 40px;
    display: flex;
}
/*custom-page-1249*/

/*custom-page-1249 - #box-11171 - box-dieuhoa*/
#box-11171 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

    #box-11171 .cuspage-product {
        width: calc(75% - 7.5px);
        order: 1;
    }

    #box-11171 .cuspage-fullcontent {
        width: calc(25% - 2.5px);
        order: 2;
        height: 350px;
        overflow: hidden;
    }

        #box-11171 .cuspage-fullcontent h2,
        #box-11171 .cuspage-fullcontent p,
        #box-11171 .cuspage-fullcontent a {
            margin: 0;
            padding: 0;
            display: block;
            height: 100%; /* Đảm bảo các thẻ bọc trung gian không làm thắt nút chiều cao */
        }

        #box-11171 .cuspage-fullcontent img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain; /* Thay đổi ở đây: chọn 'contain' hoặc 'fill' tùy nhu cầu của bạn */
            display: block;
        }

@media (max-width: 767px) {
    .custom-page-1249 .product-list .card {
        height: 350px !important;
    }

    #box-11171 .cuspage-fullcontent {
        height: 350px !important;
    }

    #box-11171 .cuspage-product {
        width: calc(66.666% - 6.66px);
    }

    #box-11171 .cuspage-fullcontent {
        width: calc(33.333% - 3.33px);
    }
}
/*custom-page-1249 - #box-11171 - box-dieuhoa*/
