﻿

.content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-content p {
    font-size: 1rem;
}
    .content .product-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*justify-content: space-between;*/
        align-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 22px;
        line-height: 16.5px;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
        color: #FFFFFF;
        gap: 20px;
    }

.content .product-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
    .content .product-item.show-mb{
        display:none;
    }
.product-item .product-item-wrapper {
    position: relative;
    border: 1.7px solid #02A9DC;
    border-radius: 15.28px;
    padding: 17px;
}
.product-item .product-content {
    display: flex;
    border-radius: 13.58px;
    border: 1px solid #26A7DF;
    overflow: hidden;
    position: relative;
}
.product-item .product-code, .product-item .product-code-img {
    position: absolute;
    top: 37px;
    left: 5px;
    display: flex;
    z-index: 2;
}
    
.product-code-img img {
        width: 50%;
    }
.product-item .product-code {
    position: absolute;
    top: 46px;
    left: 25px;
    z-index: 3;
    font-size:15px;
    font-weight:700;
}
.product-item .product-status, .product-item .product-status-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-item .product-status {
    top: 6px;
    color: #26A7DF;
    font-weight: 400;
    font-size: 18.31px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "UTM HelvetIns",sans-serif;
}
.product-content .product-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 317px;
    height: 38px;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(180deg, #056FBD 0%, #01C5E5 100%);
    display: flex;
    align-items: center; /* căn giữa theo chiều dọc */
    justify-content: center; /* căn giữa theo chiều ngang */
    text-align: center; /* căn giữa nội dung text nếu nhiều dòng */
    font-weight: 400;
    font-size: 16px;
    font-family: "UTM HelvetIns",sans-serif;
}
.product-item .product-select, .product-item .product-un-select {
    display: flex;
    background-image: url(../../img/product-select-btn-full.png);
    background-repeat: no-repeat;
    width: 231px;
    height: 50px;
    overflow: hidden;
    border-radius: 20px;
    color: yellow;
    align-items: center;
    justify-content: center;
}
.product-item .product-un-select {
    background-image: url(../../img/product-un-select-btn-full.png);
}
.product-content .product-img {
    /*height: 306px;*/
    border-radius: 14px;
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
    margin: 31px 24px 50px 24px;
}
    .product-content .product-img img {
        width: 294px;
        height: 320px;
    }
.product-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/product-item-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0.2;
    z-index: -1;
    border-radius: 13.58px;
    border: 1px solid #26A7DF;
    overflow: hidden;
}
    .product-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #7ab9e3, #FBFBFB), linear-gradient(0deg, #d8e1e5 0%, #b7ced9 27.5%, #04172c 100%);
        opacity: 0.7;
        z-index: -1;
    }

.content .product-wrapper {
    position: relative;
    border-radius: 22px;
    /*overflow: hidden;*/
    border: 2px solid #fff;
}
.content .product-wrapper-overlay::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(../../img/product-bg.png?v=1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1; /* đẩy nền xuống dưới nội dung */
    overflow: hidden;
    border-radius: 22px;
}
.content .product-info {
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
}

.content .product-wrapper .status-bg {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.content .product-wrapper .status-text {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "1FTV VIP Carbon",sans-serif;
}

.content .product-end {
    width: 100%;
    height: 0px;
    /*padding: 13px;*/
}

.content .product-btn {
    background: url(../../img/product-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 28px;
    /*margin-top: -20px;*/
}
    .content .product-btn.disable {
        background: url(../../img/product-btn-disable.png?v=1);
        background-repeat: no-repeat;
        background-size: cover;
    }

/*swiper*/
.swiper-promotion, .swiper-preview {
    padding-bottom: 1.5rem !important;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    display: none;
}

.swiper-review .swiper-slide {
    width: 584px;
    /*height: 297px;*/
    padding: 10px 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.swiper-review .swiper-slider-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 22.5px;
    background: #FFFFFF;
}

.swiper-review .review-item-container {
    display: flex;
    flex-direction: column;
    padding:0 10px;
}

.swiper-review .review-top {
    display: flex;
    justify-content: space-between;
    padding:10px 30px;
    flex-direction:row-reverse;
}
.review-top i {
    font-size: 25px;
}

.swiper-review .review-content {
    margin: 10px;
    /*width: 100%;*/
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: left;
    font-size:23px;
    font-weight:400;
    line-height:100%;
    letter-spacing:0;
}

.swiper-review .review-divider {
    width: 333px;
    height: 1px;
    border: 1.32px solid #CFF0FF;
}

.swiper-review .review-footer {
    margin: 10px;
    display: flex;
    gap: 10px;
}

.swiper-review .review-icon img {
    width: 68px;
    height: 68px;
}

.swiper-review .review-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 21px;
    font-weight: 400
}
/*
.swiper-review .review-info-1 {
    font-size: 21px;
    font-weight: 400
}*/

/*.swiper .swiper-pagination-bullet {
    width: 50px;*/ /* Chiều ngang chữ nhật */
    /*height: 8px;*/ /* Chiều cao chữ nhật */
    /*border-radius: 4px;*/ /* Bo nhẹ góc, nếu muốn vuông góc thì để 0 */
    /*background: #007bff;*/ /* Màu sắc của bullet */
    /*opacity: 0.5;*/ /* Độ mờ lúc chưa active */
    /*transition: all 0.3s;
    bottom: 0;
}*/

.swiper.swiper-pagination-bullet-active {
    background: #2AB9F4; /* Màu khác khi bullet active */
    opacity: 1;
}

.swiper-promotion .swiper-slide {
    padding: 10px 2px;
    border-radius: 21.07px;
    overflow:hidden;
}

@media screen and (max-width:1000px) {
    .content {
        padding-top: 20px;
    }

    .title.show-mb {
        font-family: "UTM Avo",sans-serif;
    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 9px;
    }

    .content .product-list {
        flex-wrap: wrap;
        justify-content: center; /* Căn giữa nếu thiếu */
        gap: 10px;
        font-weight: 900;
        font-size: 11px;
        line-height: 8.41px;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        text-transform: capitalize;
    }

    .product-item .product-item-wrapper {
        padding: 8px;
    }
    .content .product-item{
        gap:10px;
    }
    .product-content .product-img {
        margin: 16px 0px 27px 0px;
    }

    .product-content .product-img img {
        width: 140px;
        height: 140px;
    }
    .product-content .product-name {
        font-size: 10px;
        width: 165px;
        height: 20px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .product-item .product-status{
        font-size:9px;
    }
     .product-item .product-code-img {
        top: 16px;
        left: 0px;
    }
    .product-item .product-code {
        top: 24px;
        left: 12px;
        font-size: 8px;
    }
    .product-item .product-select {
        background-image: url(../../img/product-select-btn-full-mb.png);
        width: 120px;
        height: 25px;
    }
    .product-item .product-un-select {
        background-image: url(../../img/product-un-select-btn-full-mb.png);
        width: 120px;
        height: 25px;
    }
    .swiper-review .swiper-slide {
        width: 300px;
        /*height: 297px;*/
        /*padding: 10px 2px 10px;*/
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        color: #000;
    }

    .swiper-review .swiper-slider-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 22.5px;
        background: #FFFFFF;
        padding: 5px 10px 5px;
        gap:unset;
    }

    .swiper-review .review-container {
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .swiper-review .review-top {
        display: flex;
        justify-content: space-between;
        padding: 10px 5px;
    }

    .swiper-review .review-content {
        width: 100%;
        height: 80px;
        overflow: hidden;
        display: flex;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        margin:10px;
        font-size:16px;
    }

    .swiper-review .review-divider {
        width: 100%;
        height: 1px;
        border: 1.32px solid #CFF0FF;
    }
    .swiper-review .review-user-info{
        margin:10px;
    }
    .swiper-review .review-icon img {
        width: 41px;
        height: 41px;
    }

    /*.swiper-review .review-info {
        font-size: 21px;
        font-weight: 400
    }*/

    /*.swiper-review .review-info-1 {
        font-size: 12px;
        font-weight: 800
    }*/

    /*.swiper .swiper-pagination-bullet {
        width: 50px;*/ /* Chiều ngang chữ nhật */
        /*height: 8px;*/ /* Chiều cao chữ nhật */
        /*border-radius: 4px;*/ /* Bo nhẹ góc, nếu muốn vuông góc thì để 0 */
        /*background: #007bff;*/ /* Màu sắc của bullet */
        /*opacity: 0.5;*/ /* Độ mờ lúc chưa active */
        /*transition: all 0.3s;
        bottom: 0;
    }*/

    .swiper .swiper-pagination-bullet-active {
        background: #2AB9F4; /* Màu khác khi bullet active */
        opacity: 1;
    }

    .swiper-promotion .swiper-slide {
        padding: 10px 2px 40px;
    }
}
