﻿.detail-product-slug {
}

    .detail-product-slug .container {
        display: flex;
        align-items: center;
        padding: 10px 0;
        flex-wrap: wrap;
        line-height: 144%;
    }

        .detail-product-slug .container > div {
            display: flex;
        }

.detail-product-detail {
}

    .detail-product-detail.no-shadow::before {
        display: none;
    }

    .detail-product-detail .title {
        margin: 0;
        margin-bottom: 10px;
        font-size: 23px;
        width: 100%;
        color: #711A28;
        font-family: 'K2D-BOLD';
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }

.detail-product-slug .container strong {
    font-size: 14px;
    font-family: 'K2D-MEDIUM';
    color: #333333bd;
    font-weight: normal;
}

.detail-product-slug .container a {
    display: block;
    font-size: 13px;
    color: var(--default-color-2);
    transition: all .3s;
    color: hsla(0, 0%, 40%, .7);
    font-weight: 400;
}

    .detail-product-slug .container a:hover {
        color: var(--default-color-1);
    }

.detail-product-slug .container span {
    display: block;
    margin: 0 6px;
    color: #333;
    font-size: 13px;
}

.detail-product-slug .container p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.detail-product-tag {
    position: relative;
    width: fit-content;
    user-select: none;
    cursor: pointer;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

    .detail-product-tag h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: 'interSB';
        font-size: 14px;
        color: #333;
    }

    .detail-product-tag .help-container {
        border: 1px solid #33333330;
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 10px;
        padding: 4px 12px;
        pointer-events: none;
        max-width: 300px;
        background-color: #fff;
    }

    .detail-product-tag .tag-drop {
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 3px;
        box-shadow: 0 0 10px 0 #33333375;
        overflow: hidden;
        display: none;
        max-width: 304px;
        width: 100vw;
    }

    .detail-product-tag .text {
        color: #333333;
        font-size: 14px;
        pointer-events: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .detail-product-tag i {
        color: #33333391;
        font-size: 14px;
        margin-left: 10px;
        pointer-events: none;
    }

    .detail-product-tag .tag-drop {
        position: absolute;
        top: 100%;
        z-index: 5;
        min-width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 3px;
        box-shadow: 0 0 10px 0 #33333375;
        overflow: hidden;
        display: none;
        max-width: 304px;
        width: 100vw;
    }

    .detail-product-tag .tag-drop-item {
        font-size: 13px;
        line-height: 150%;
        padding: 6px 12px;
        cursor: pointer;
        transition: all .3s;
    }

.detail-product {
    background: #EFE8D3;
}

.detail-product-detail h2 {
    color: #051550 !important;
    font-family: 'K2D-MEDIUM' !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize !important;
    width: 100% !important;
}

.product-attributes {
    margin: 25px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

    .product-attributes h4 {
        margin: 0 0 12px 0;
        font-size: 16px;
        color: #333;
    }

.attr-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.attr-label {
    font-weight: 600;
    color: #555;
    width: 100px;
    flex-shrink: 0;
}

.attr-value {
    background: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin: 3px 6px 3px 0;
    font-size: 14px;
    color: #333;
}

.detail-product-container {
    overflow: hidden;
    padding: 30px 0;
    padding-bottom: 10px;
}

.detail-product-wrap {
}

.detail-product-top {
}

    .detail-product-top .top-left .swiper {
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
    }

.filter-img-default .swiper-button-next {
    right: 0;
}

.filter-img-default .swiper-button-prev {
    left: 0;
}

.detail-product-top .top-left {
    float: left;
    width: 450px;
}

    .detail-product-top .top-left .img-top {
        height: 437px;
    }

    .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) {
    }

        .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) .img-link {
            pointer-events: all;
        }

    .detail-product-top .top-left .swiper .swiper-slide:nth-child(1),
    .detail-product-top .top-left .swiper .swiper-slide:nth-child(2),
    .detail-product-top .top-left .swiper .swiper-slide:nth-child(3),
    .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) {
        display: block;
    }

    .detail-product-top .top-left .swiper .swiper-slide {
        display: none;
    }

        .detail-product-top .top-left .swiper .swiper-slide:nth-child(4) .img-count {
            opacity: 1;
        }

    .detail-product-top .top-left .img-bottom {
        height: 102px;
        transition: all .3s;
        cursor: pointer;
    }

    .detail-product-top .top-left .img-link {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        pointer-events: none;
    }

    .detail-product-top .top-left .img-count {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0000006b;
        color: #fff;
        text-align: center;
        opacity: 0;
        line-height: 150%;
        font-size: 15px;
    }

    .detail-product-top .top-left .img-bottom:hover {
        opacity: .7;
    }

    .detail-product-top .top-left .swiper-slide-thumb-active .img-bottom {
        border: 1px solid var(--default-color-1);
    }

.detail-product-top .top-right {
    float: right;
    width: calc(100% - 450px);
    padding-left: 28px;
}

.detail-product-top .top-right-item {
}

    .detail-product-top .top-right-item:nth-child(1) {
        width: 65%;
        float: left;
    }

    .detail-product-top .top-right-item:nth-child(2) {
        width: 35%;
        float: right;
    }

.detail-product-title {
    margin: 0;
    color: #051550;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

    .detail-product-title strong {
        color: var(--default-color-2);
        font-size: 16px;
    }

.detail-product-descript {
    margin: 0;
    font-weight: 100;
    font-size: 16px;
    color: #333;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: 'Inter_24pt-SemiBold' !important;
    line-height: 170%;
}

.detail-product-sub1 {
    color: var(--default-color-2);
    line-height: 150%;
    font-family: 'interSB';
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
}

.detail-product-tc {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 22px;
}

    .detail-product-tc .tc-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .detail-product-tc .tc-item .img {
            height: 48px;
            display: flex;
            align-items: end;
            align-items: flex-end;
            align-items: self-end;
        }

        .detail-product-tc .tc-item img {
            max-height: 57px;
        }

        .detail-product-tc .tc-item span {
            font-family: 'robotoSeSB';
            color: #333;
            font-size: 16px;
            display: block;
        }

.detail-product-btn {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #3333331a;
    border-radius: 8px;
    padding: 10px;
    border-radius: 55px;
    justify-content: space-between;
    margin: 18px 0;
    user-select: none;
    width: max-content;
}

    .detail-product-btn a:nth-child(1) {
        color: #fff;
        background: url(/Design/img/LoiKimNgan/bg2.png) no-repeat;
        background-size: cover;
    }

    .detail-product-btn a:nth-child(2) {
        background: linear-gradient(270deg, #D28C2A 0%, #F3E181 43.36%, #5F3328 100%);
        color: #fff;
    }

    .detail-product-btn a {
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-family: 'Inter_24pt-SemiBold';
        border-radius: 55px;
        line-height: 100%;
        padding: 15px 30px;
        transition: all .3s;
        font-size: 20px;
    }

        .detail-product-btn a.dis {
            opacity: .4 !important;
            cursor: not-allowed;
        }

        .detail-product-btn a:hover {
            opacity: .6;
        }

        .detail-product-btn a i {
            margin-right: 10px;
        }

.detail-product-note {
    color: var(--default-color-1);
    font-size: 15px;
    margin: 14px 0;
}

    .detail-product-note i {
    }

    .detail-product-note span {
    }

.detail-product-top .wrap-right {
    padding-left: 15px;
}

.detail-product-top .wrap-right-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.detail-product-top .wrap-right-title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #711A28;
    font-family: 'K2D-BOLD';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.detail-product-top .wrap-right-list {
}

.detail-product-top .wrap-right-item {
    display: block;
    font-size: 14px;
    font-family: 'Inter_24pt-SemiBold';
    color: #333333bd;
    border-bottom: 1px solid #3333331c;
    padding: 8px 8px;
}

    .detail-product-top .wrap-right-item:hover {
        color: var(--default-color-1);
        border-color: var(--default-color-1);
    }

.detail-product-top .wrap-right-img {
    margin-top: 13px;
    border-radius: 5px;
    overflow: hidden;
}

.detail-product-price {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #bbbbbb;
    margin: 12px 0;
    border-bottom: 1px solid #bbbbbb;
}

    .detail-product-price .price-item {
        margin: 0;
        color: #F44336;
        font-family: 'Inter_24pt-SemiBold';
        font-size: 21px;
        font-style: italic;
        font-weight: 600;
        line-height: 150%;
    }

        .detail-product-price .price-item strong {
            color: var(--default-color-1);
            font-family: 'Inter_24pt-SemiBold';
            font-size: 21px;
        }

.detail-product-descript p {
    margin: 5px 0;
    font-family: inherit !important;
}

    .detail-product-descript p span {
        font-family: inherit !important;
        display: block;
        font-size: inherit !important;
    }

.detail-product-price .price-item.old {
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 12px;
    opacity: .6;
}

.detail-product-bottom {
    padding-bottom: 25px;
}

    .detail-product-bottom .bottom-wrap {
        width: 100%;
        display: flex;
    }

.detail-product-detail:first-child {
    width: 100%;
}

.detail-product-detail .btn-pop:hover {
    opacity: .7;
}

.btn-pop.hide {
    display: none;
}

.detail-product-detail .btn-pop {
    position: absolute;
    bottom: 10px;
    background-color: var(--default-color-1);
    color: #fff;
    border-radius: 55px;
    font-size: 15px;
    padding: 4px 14px;
    margin: 0 auto;
    left: calc(50% - 50px);
    width: 100px;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
    line-height: 146%;
}

section.detail-product-detail.detail-info-pro.show:before {
    content: unset;
}

section.detail-product-detail.detail-pro-info.show:before {
    content: unset;
}

section.detail-product-detail.detail-info-pro.show {
    max-height: 100%;
}

section.detail-product-detail.detail-pro-info.show {
    max-height: 100%;
}

.detail-product-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
    line-height: 150%;
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
    height: fit-content;
    max-height: 410px;
    overflow: hidden;
}

    .detail-product-detail.show {
        max-height: 100%;
        overflow: unset;
    }

        .detail-product-detail.show::before {
            content: unset;
        }

    .detail-product-detail::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 55px 73px #fff;
    }

    /* width */
    .detail-product-detail::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .detail-product-detail::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .detail-product-detail::-webkit-scrollbar-thumb {
        background: var(--default-color-1);
        border-radius: 55px;
    }

    .detail-product-detail:nth-child(2) {
        flex: 1;
        margin-left: 20px;
    }

    .detail-product-detail table {
        border: none;
        font-size: 14px;
    }

    .detail-product-detail tbody {
        border: none;
    }

    .detail-product-detail tr {
    }

    .detail-product-detail th {
    }

    .detail-product-detail td {
        border: none;
        padding: 8px;
        border: 1px solid #3333331f;
    }

        .detail-product-detail td:first-child {
            text-transform: uppercase;
            color: var(--default-color-1);
            font-family: 'K2D-Medium' !important;
        }

.detail-product-bottom .bottom-side {
    width: 100%;
}

.detail-product-bottom .bottom-side-container {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.detail-product-bottom .bottom-side-swiper {
    overflow: hidden;
    padding: 10px;
}

.detail-product-bottom .bottom-side-title {
    margin: 0;
    text-transform: uppercase;
    font-family: 'K2D-BOLD';
    color: var(--default-color-1);
    font-size: 22px;
    margin-bottom: 6px;
}

.detail-product-tag.active .tag-drop {
    display: block;
}

.mychoiceprice {
    display: inline-flex;
}

    .mychoiceprice strong {
        display: none;
    }

        .mychoiceprice strong.show {
            display: block;
        }

/* ===== TABLE STYLE ===== */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'K2D-Medium' !important;
    font-size: 14px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

    /* ===== HEADER TITLE ===== */
    table h3 {
        margin: 0;
        padding: 12px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background: linear-gradient(45deg, #711a28, #f74141);
    }

    /* ===== CELL ===== */
    table td {
        padding: 10px 12px;
        border: 1px solid #eee;
        text-align: center;
    }

    /* ===== HEADER ROW ===== */
    table tr:nth-child(2),
    table tr:nth-child(15) {
        background: #f5f5f5;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* ===== STRIPED ROW ===== */
    table tr:nth-child(even) {
        background: #fafafa;
    }

    /* ===== HOVER ===== */
    table tr:hover {
        background: #fff3f3;
        transition: 0.2s;
    }

    /* ===== FIRST COLUMN (TÊN SẢN PHẨM) ===== */
    table td:first-child {
        text-align: left;
        font-weight: 500;
    }

    /* ===== GIÁ ===== */
    table td:nth-child(3),
    table td:nth-child(4) {
        color: #d71920;
        font-weight: bold;
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    table, tbody, tr, td {
        display: block;
        width: 100%;
    }

        table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
        }

        table td {
            text-align: left;
            padding: 10px;
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
        }

            table td:before {
                content: attr(data-label);
                font-weight: bold;
                display: block;
                margin-bottom: 5px;
                color: #666;
            }

            table td:last-child {
                border-bottom: none;
            }
}
/*RS*/
@media(max-width:1023px) {
    .detail-product-top .top-left,
    .detail-product-top .top-right {
        float: unset;
        padding: 0;
        width: 100%;
    }

    .detail-product-top .top-right-item:nth-child(1),
    .detail-product-top .top-right-item:nth-child(2) {
        width: 100%;
    }

    .detail-product-title {
        margin-top: 20px;
        font-size: 30px;
    }

    .detail-product-top .wrap-right {
        padding: 0;
    }

    .detail-product-top .top-right-item {
        float: unset !important;
        padding: 0;
    }

        .detail-product-top .top-right-item:nth-child(2) {
            margin-top: 20px;
            display: none;
        }

    .detail-product-detail,
    .detail-product-bottom .bottom-side,
    .detail-product-bottom .bottom-wrap {
        float: unset;
        width: 100%;
        padding: 0;
    }

    .detail-product-detail {
        padding: 20px 20px;
        margin-bottom: 16px;
        width: 100% !important;
        flex: unset;
        margin: 0 !important;
        margin-bottom: 15px !important;
        max-height: 350px;
        font-size: 15px;
        line-height: 153%;
    }

    .detail-product-bottom {
        padding-bottom: 15px;
    }

        .detail-product-bottom .bottom-wrap {
            flex-direction: column;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-product-top .top-left .img-top {
        height: 740px;
    }

    .detail-product-top .top-left .img-bottom {
        height: 180px;
    }
}

@media(max-width:739px) {
    .detail-product-bottom .bottom-side-container {
        padding: 10px;
    }

    .detail-product-detail .title {
        font-size: 18px;
    }

    .detail-product-bottom .bottom-side-title {
        font-size: 18px;
    }

    .detail-product-bottom .bottom-side-swiper {
        padding: 3px;
    }

    .detail-product-container {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .detail-product-top .top-left .img-top {
        height: 360px;
    }

    .detail-product-top .top-left .img-bottom {
        height: 87px;
    }

    .detail-product-title {
        font-size: 18px;
    }

    .detail-product-price .price-item strong {
        font-size: 18px;
    }

    .detail-product-descript {
        margin-bottom: 12px;
    }

    .detail-product-btn a {
        padding: 12px 12px;
        font-size: 16px;
    }

    .detail-product-tc .tc-item span {
        font-size: 14px;
        margin-top: 10px;
    }

    .detail-product-detail {
        padding: 10px 12px;
        margin-bottom: 16px;
        max-height: 427px;
    }

    .p-product-item {
        padding-bottom: 8px;
    }
}

.product-reviews {
    margin: 50px 0;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.review-summary {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.average-rating {
    text-align: center;
}

.big-number {
    font-size: 48px;
    font-weight: 700;
    color: #e74c3c;
    display: block;
}

.stars {
    font-size: 28px;
    color: #ffc107;
}

.stars {
    color: #ffc107;
    font-size: 18px;
}

.write-review {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.star-rating span {
    font-size: 28px;
    cursor: pointer;
    color: #ddd;
}

    .star-rating span.active,
    .star-rating span:hover {
        color: #ffc107;
    }

/* ==================== REVIEW SECTION ==================== */
.product-reviews {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.product-tabs {
    margin-bottom: 30px;
}

.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
}

    .tab-nav li {
        padding: 12px 30px;
        cursor: pointer;
        font-weight: 600;
        color: #555;
        transition: all 0.3s;
        border-bottom: 3px solid transparent;
    }

        .tab-nav li.active {
            color: #711a28;
            border-bottom: 1px solid #eee;
        }

.btn-submit-review {
    background: #e67e22;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

    .btn-submit-review:hover {
        background: #d35400;
    }

/* ==================== PRODUCT TABS ==================== */
.product-tabs {
    width: 100%;
    margin: 30px 0 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.tab-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

    .tab-nav li {
        padding: 16px 28px;
        cursor: pointer;
        font-weight: 600;
        color: #555;
        transition: all 0.3s ease;
        position: relative;
        font-size: 16px;
        border: 1px solid transparent;
    }

        .tab-nav li:hover {
            color: #e67e22;
            background: #fff;
        }

        .tab-nav li.active {
            color: #711a28;
            background: #fff;
            border-bottom: 1px solid #eee;
            border: 1px solid #eee;
        }

.tab-content {
    display: none;
    padding: 10px;
    animation: fadeIn 0.4s ease;
}

    .tab-content.active {
        display: block;
    }

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Review Summary */
.review-summary {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.average-rating {
    text-align: center;
    min-width: 160px;
}

.big-number {
    font-size: 3.2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.stars {
    font-size: 1.8rem;
    color: #f1c40f;
    margin: 8px 0;
    display: block;
}

.review-count {
    color: #777;
    font-size: 0.95rem;
}

/* Rating Bars */
.rating-bars {
    flex: 1;
    min-width: 280px;
}

.bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

    .bar-item span:first-child {
        width: 50px;
        color: #555;
    }

.bar {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

    .bar .fill {
        height: 100%;
        background: linear-gradient(90deg, #f1c40f, #e67e22);
        border-radius: 4px;
    }

/* Write Review */
.write-review {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 35px;
    border: 1px solid #eee;
}

    .write-review h4 {
        margin-bottom: 15px;
        color: #2c3e50;
    }

.star-rating {
    font-size: 2.2rem;
    margin-bottom: 15px;
    user-select: none;
}

    .star-rating span {
        cursor: pointer;
        color: #ddd;
        transition: color 0.2s;
        margin-right: 5px;
    }

        .star-rating span:hover,
        .star-rating span.active {
            color: #f1c40f;
        }

#reviewText {
    width: 100%;
    min-height: 110px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    resize: vertical;
    margin-bottom: 15px;
}

.btn-submit-review {
    background: #e67e22;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-submit-review:hover {
        background: #d35400;
        transform: translateY(-2px);
    }

.btn-submit-review {
    background: #e67e22;
    color: white;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Inter_24pt-SemiBold';
}

    .btn-submit-review:hover {
        background: #d35400;
        transform: translateY(-2px);
    }

/* No Review */
.no-review {
    display: block;
    text-align: center;
    padding: 40px 20px;
    color: #777;
    font-style: italic;
    background: #f9f9f9;
    border-radius: 10px;
}
/* ==================== FORM ĐÁNH GIÁ ==================== */
.write-review {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

    .write-review h4 {
        margin-bottom: 22px;
        color: #2c3e50;
        font-size: 1.35rem;
    }

.form-group {
    margin-bottom: 20px;
    float: unset;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}
/* Hiệu ứng focus */
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #f8bc1c;
    background: #fff;
    box-shadow: 0 0 0 4px rgb(255 248 185);
    outline: none;
}

.review-input, .review-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
}

.review-textarea {
    min-height: 120px;
    resize: vertical;
}

.review-file {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.btn-submit-review {
    background: #e67e22;
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s;
}

    .btn-submit-review:hover {
        background: #d35400;
        transform: translateY(-2px);
    }

.review-message {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .product-tabs {
        margin-top: 0;
    }

    .detail-product-btn {
        margin: 0;
    }
}

.review-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* Card từng review */
.review-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

    /* Hover PC */
    .review-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

/* Header */
.review-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* Tên người */
.reviewer-name {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

/* Ngày */
.review-date {
    font-size: 13px;
    color: #888;
}

/* Sao */
.stars {
    color: #ffc107;
    font-size: 15px;
    letter-spacing: 2px;
}

/* Nội dung */
.review-content {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin: 10px 0 12px;
}

/* Ảnh */
.review-image {
    width: 100%;
    max-width: 220px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #eee;
}

/* Layout ảnh + text */
.review-item {
    display: flex;
    flex-direction: column;
}

/* Responsive tablet */
@media (min-width: 768px) {
    .review-item {
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
    }

    .review-image {
        width: 200px;
        height: 140px;
    }

    .review-content {
        margin-right: 10px;
    }

    .review-item > div,
    .review-item > p {
        flex: 1;
    }
}

/* PC lớn */
@media (min-width: 1024px) {
    .review-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Hiệu ứng ảnh */
.review-image:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.variant-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-family: 'K2D-BOLD';
}

.variant-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 10px 0 15px 0;
}

.variant-btn {
    padding: 10px 20px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    text-decoration: none;
    min-width: 80px;
    text-align: center;
}

    .variant-btn:hover {
        border-color: #711a28;
        background: #f0f8ff;
    }

    .variant-btn.active {
        background: #711a28 !important;
        color: white !important;
        border-color: #711a28 !important;
    }

.variant-info {
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14.5px;
    line-height: 1.7;
}
/* Responsive */
@media (max-width: 768px) {
    .tab-nav li {
        padding: 10px 18px;
        font-size: 0.95em;
    }

    .write-review h4 {
        margin-top: 0;
        font-size: 18px;
    }

    .write-review {
        padding: 14px;
    }

    .review-list {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        column-gap: 10px;
        row-gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px;
    }

    .review-item {
        padding: 10px;
    }
}
/* ===== SECTION ===== */
.why-choose-us {
    padding: 3px 0px;
    background: transparent;
    padding-bottom: 0;
}


/* ===== TITLE ===== */
.section-title {
    font-size: 20px;
    margin-bottom: 16px;
    color: #711A28;
    font-family: 'K2D-BOLD';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0;
}

/* ===== GRID ===== */
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* ===== CARD ===== */
.feature-item {
    background: #fff;
    padding: 14px 12px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

    .feature-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    /* ===== ICON ===== */
    .feature-item .icon {
        font-size: 29px;
        margin-bottom: 15px;
    }

    /* ===== TITLE CARD ===== */
    .feature-item h3 {
        font-size: 17px;
        margin-bottom: 10px;
        color: #d71920;
    }

    /* ===== TEXT ===== */
    .feature-item p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item h3 {
        font-size: 14px;
    }

    .why-choose-us .container {
        padding: 10px 0;
    }

    .section-title {
        font-size: 22px;
    }
}