.box-container-detail-products .breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.box-container-detail-products .breadcrumb-inner {
    padding: 10px 0;
    font-size: 14px;
    color: #888;
}

.box-container-detail-products .breadcrumb-inner a {
    color: #000;
    text-decoration: none;
}

.box-container-detail-products .breadcrumb-inner a:hover {
    text-decoration: underline;
}

.box-container-detail-products .breadcrumb-inner>span[aria-hidden="true"],
.box-container-detail-products .breadcrumb-inner>span:last-child {
    margin: 0 4px;
}

.box-container-detail-products .breadcrumb-inner>span:last-child {
    color: #555;
}

.box-container-detail-products .product {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 40px;
    background: white;
    padding: 30px 0;
    border-radius: 16px;
}

.box-container-detail-products .product-left .product-gallery {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

.box-container-detail-products .product-gallery {
    width: 100%;
}

.box-container-detail-products .next-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.box-container-detail-products .main-slider {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.box-container-detail-products .main-slider img {
    width: 100%;
    height: 550px;
    object-fit: contain;
    background: #fff;
}

.box-container-detail-products .thumb-slider {
    margin-top: 15px;
}

.box-container-detail-products .thumb-slider .slick-slide {
    padding: 0 5px;
}

.box-container-detail-products .thumb-slider img {
    width: 100%;
    height: 106px;
    object-fit: contain;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    object-fit: cover;
}

.box-container-detail-products .thumb-slider .slick-current img {
    border-color: #000;
}

.box-container-detail-products .thumb-slider .slick-track {
    display: flex;
    gap: 0px;
}

.box-container-detail-products .thumb-slider .slick-slide {
    height: auto;
}

.box-container-detail-products .main-slider .slick-prev,
.box-container-detail-products .main-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.box-container-detail-products .main-slider .slick-prev {
    left: 15px;
}

.box-container-detail-products .main-slider .slick-next {
    right: 15px;
}

.box-container-detail-products .main-slider .slick-prev:before,
.box-container-detail-products .main-slider .slick-next:before {
    font-size: 20px;
    opacity: 1;
}

.box-container-detail-products .img-note {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.box-container-detail-products .policy-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.box-container-detail-products .policy-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
}

.box-container-detail-products .policy-item img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.box-container-detail-products .policy-item .title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.box-container-detail-products .policy-item .desc {
    font-size: 13px;
    color: #777;
    margin: 2px 0 0;
}

.box-container-detail-products .brand-info {
    margin-bottom: 10px;
    font-size: 14px;
}

.box-container-detail-products .brand-info .brand-name {
    font-size: 14px;
    align-items: center;
}

.box-container-detail-products .brand-name a {
    color: #000;
}

.box-container-detail-products .origin-badge {
    background: #eee;
    padding: 3px 10px;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.box-container-detail-products .origin-badge img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 5px;
    display: block;
}

/* .box-container-detail-products .product-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* .box-container-detail-products .btn-wishlist {
    background: #f8f8f8;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    font-size: 18px;
    flex-shrink: 0;
    margin-left: 15px;
}

.box-container-detail-products .btn-wishlist:hover {
    background: #eee;
    transform: scale(1.1);
}

.box-container-detail-products .btn-wishlist.active {
    color: #e91e63;
    background: #ffe8f1;
}

.box-container-detail-products .btn-wishlist.active .material-symbols-outlined {
    font-variation-settings: 'FILL' 1;
} */

.box-container-detail-products .rating-bar {
    display: flex;
    gap: 0px;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.box-container-detail-products .rating-bar>*:not(:first-child)::before {
    content: "";
    margin: 0 6px;
    color: #999;
}

.box-container-detail-products .stars {
    color: #ff9f00;
}

.box-container-detail-products .reviews {
    color: #000;
}

.box-container-detail-products .comments {
    color: #000;
}

.box-container-detail-products .flash-wrapper {
    background: #edf6ff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
}

.box-container-detail-products .flash-wrapper .price-section,
.box-container-detail-products .flash-wrapper .flash-note {
    padding: 4px 25px;
    display: flex;
    align-items: center;
    gap: 0px 11px;
}

.box-container-detail-products .flash-sale {
    position: relative;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}

.box-container-detail-products .flash-sale .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-container-detail-products .flash-sale .content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.box-container-detail-products .flash-note {
    font-size: 16px;
}

.box-container-detail-products .right {
    margin-left: auto;
    text-align: right;
}

.box-container-detail-products .timer-box span {
    color: white;
    font-size: 16px;
}

.box-container-detail-products .time {
    display: inline-flex;
    gap: 5px;
    margin-left: 10px;
}

.box-container-detail-products .time span {
    background: #fff;
    color: #0042b6;
    padding: 5px 8px;
    border-radius: 6px;
    font-weight: bold;
}

.box-container-detail-products .deal {
    margin-top: 5px;
    background: linear-gradient(180deg, #fff3c4, #ffd84d);
    color: #c30;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
}

.box-container-detail-products .new-price {
    font-size: 32px;
    font-weight: 800;
    color: #000;
}

.box-container-detail-products .price-section .unit {
    font-size: 25px;
    color: #0052cc;
}

.box-container-detail-products .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.box-container-detail-products .discount-percent {
    background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
}

.box-container-detail-products .selection-row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.box-container-detail-products .selection-row label {
    width: 125px;
    color: #6b6969;
    font-size: 15px;
    font-weight: 600;
}

.box-container-detail-products .unit-list {
    display: flex;
    gap: 10px;
}

.box-container-detail-products .unit-list .unit {
    position: relative;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
    font-weight: 800;
    font-size: 18px;
}

.box-container-detail-products .unit.active {
    border-color: #0052cc;
    color: #000;
}

.box-container-detail-products .unit-select {
    position: relative;
    width: 90px;
    height: 40px;
    border: 2px solid #1250dc;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    overflow: hidden;
}

.box-container-detail-products .unit-select span {
    font-size: 15px;
}

.box-container-detail-products .check-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 27px;
    background: #1250dc;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 6px;
}

.box-container-detail-products .check-corner i {
    color: #fff;
    font-size: 10px;
}

.box-container-detail-products .quantity {
    display: flex;
    align-items: center;
    width: 150px;
    height: 41px;
    border: 1px solid #d8dce3;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.box-container-detail-products .quantity button {
    width: 48px;
    height: 100%;
    border: none;
    background: #fff;
    font-size: 30px;
    font-weight: 300;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0;
}

.box-container-detail-products .quantity .minus {
    border-right: 1px solid #d8dce3;
}

.box-container-detail-products .quantity .plus {
    border-left: 1px solid #d8dce3;
}

.box-container-detail-products .quantity input {
    width: 60px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    outline: none;
    background: #fff;
}

.box-container-detail-products .button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.box-container-detail-products .buy {
    flex: 1;
    background: #000;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.box-container-detail-products .contact {
    flex: 1;
    background: #000;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    padding: 16px 5px;
}

.box-container-detail-products .store {
    flex: 1;
    background: #eaeaea;
    color: #000;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    padding: 16px 5px;
}

.box-container-detail-products .discount-box {
    margin-top: 20px;
    border: 1px solid #d9dee8;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.box-container-detail-products .discount-head {
    height: 58px;
    background: #f5ead7;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    font-size: 18px;
    font-weight: 700;
    color: #e67800;
}

.box-container-detail-products .discount-head i {
    font-size: 18px;
}

.box-container-detail-products .discount-content {
    padding: 26px;
}

.box-container-detail-products .discount-card {
    display: flex;
    align-items: center;
    gap: 18px;
}

.box-container-detail-products .discount-card p {
    margin: 0;
    font-size: 18px;
    color: #0b1f44;
    line-height: 1.5;
}

.box-container-detail-products .flash-note a {
    color: #0052cc;
}

.box-container-detail-products .product-info {
    margin-top: 20px;
}

.box-container-detail-products .info-row {
    display: flex;
    margin-bottom: 15px;
}

.box-container-detail-products .label {
    width: 150px;
    font-size: 18px;
    font-weight: 500;
}

.box-container-detail-products .value {
    flex: 1;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}

.box-container-detail-products .value a {
    color: #0052cc;
    text-decoration: none;
}

.box-container-detail-products .value a:hover {
    text-decoration: underline;
}

.box-container-detail-products .toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.box-container-detail-products .toggle-btn i {
    transition: 0.3s;
}

.box-container-detail-products .toggle-btn.active i {
    transform: rotate(180deg);
}

.box-container-detail-products .product-info.collapsed .extra {
    display: none;
}

.box-container-detail-products .product-info.open .extra {
    display: flex;
}

.box-container-detail-products .promo-box {
    margin-top: 25px;
    background: #fff9e6;
    border: 1px solid #ffeeba;
    padding: 15px;
    border-radius: 10px;
}

.box-container-detail-products .promo-header {
    font-weight: bold;
    color: #856404;
    margin-bottom: 10px;
}

.box-container-detail-products .promo-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.box-container-detail-products .promo-icon {
    background: #ff4d4f;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.box-container-detail-products .fa-star {
    color: #ff9f00;
    font-size: 12px;
}

.box-container-detail-products .flash-icon-wrapper i {
    color: #0052cc;
    font-size: 20px;
}

.box-container-detail-products .check-badge i {
    color: white;
    font-size: 10px;
}

.box-container-detail-products .promo-icon-pink i {
    color: white;
    font-size: 14px;
}

.box-container-detail-products .fa-star:hover {
    transform: scale(1.2);
    transition: 0.2s;
}

.box-container-detail-products .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.box-container-detail-products .prev-btn {
    left: 10px;
}

.box-container-detail-products .nav-btn:hover {
    background: #0052cc;
}

.box-container-detail-products .product-content {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.box-container-detail-products .content-left {
    width: 220px;
}

.box-container-detail-products .tabs {
    list-style: none;
    padding: 0;
    position: sticky;
    top: 20px;
}

.box-container-detail-products .tabs li {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    border-radius: 8px;
    font-size: 15px;
}

.box-container-detail-products .tabs li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.box-container-detail-products .tabs li.active {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.box-container-detail-products .content-right {
    flex: 1;
    background: #fff;
    padding: 0 20px;
    border-radius: 12px;
}

.box-container-detail-products .content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-container-detail-products .content-header h2 {
    font-size: 22px;
    font-weight: 700;
}

.box-container-detail-products .content-body a {
    color: #3e3eae;
}

.box-container-detail-products .content-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.box-container-detail-products .content-body h4 {
    margin-top: 15px;
}

.box-container-detail-products .content-body p {
    line-height: 1.6;
    margin-bottom: 22px;
    margin: 5px 0;
}

.box-container-detail-products .content-body img {
    width: 100%;
    border-radius: 10px;
    margin: 15px 0;
}

.box-container-detail-products .content-body ul {
    padding-left: 20px;
    line-height: 1.6;
    list-style: disc;
    padding-left: 20px;
}

.box-container-detail-products .content-body ul li {
    list-style: disc;
    padding: 5px 0px;
}

.box-container-detail-products .note-box {
    background: #fff3cd;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.box-container-detail-products .note-box .luuy {
    font-size: 18px;
    font-weight: 600;
}

.box-container-detail-products .toggle-more {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.box-container-detail-products .pharmacist {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    background: #f5f7fa;
    padding: 15px;
    border-radius: 10px;
}

.box-container-detail-products .pharmacist img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.box-container-detail-products .pharmacist .name {
    font-weight: 600;
}

.box-container-detail-products .pharmacist .verified {
    color: green;
    font-size: 14px;
    margin-left: 10px;
}

.box-container-detail-products .pharmacist a {
    color: #0052cc;
    text-decoration: none;
}

.box-container-detail-products .content-body.collapsed {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.box-container-detail-products .content-body.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.box-container-detail-products .content-body.open {
    max-height: none;
}

.box-container-detail-products .content-body.open::after {
    display: none;
}

.box-container-detail-products .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-container-detail-products .product-card {}

.box-container-detail-products .product-card:hover {}

.box-container-detail-products .top-flag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.box-container-detail-products .top-flag img {
    width: 16px;
    height: 16px;
}

.box-container-detail-products .img-box {
    text-align: center;
}

.box-container-detail-products .img-box img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.box-container-detail-products .product-card h3 {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
}

.box-container-detail-products .price {
    color: #2b6cff;
    font-weight: 700;
}

.box-container-detail-products .price span {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}

.box-container-detail-products .ml {
    display: inline-block;
    background: #eef2f7;
    color: #444;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    margin-top: 6px;
    width: fit-content;
    font-weight: 500;
}

.box-container-detail-products .product-card a {}

.box-container-detail-products .slick-slide {}

.box-container-detail-products .slick-slide>div {}

.box-container-detail-products .related-wrapper {
    position: relative;
}

.box-container-detail-products .custom-prev,
.box-container-detail-products .custom-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

.box-container-detail-products .custom-prev {
    left: 0;
    display: none;
}

.box-container-detail-products .custom-next {
    right: 0;
}

.box-container-detail-products .faq {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.box-container-detail-products .faq-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-container-detail-products .faq-item {
    border-top: 1px solid #eee;
}

.box-container-detail-products .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    font-weight: 500;
}

.box-container-detail-products .faq-question i {
    transition: 0.3s;
}

.box-container-detail-products .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    font-size: 14px;
    color: #555;
    padding-right: 10px;
}

.box-container-detail-products .faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 15px;
}

.box-container-detail-products .faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.box-container-detail-products .tab-content-container {
    padding: 20px 0px;
}

@media (max-width: 990px) {
    .box-member-review {
        display: block !important;
    }

    .box-container-detail-products .faq {
        padding: 20px 0px;
    }

    .box-container-detail-products .product {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .box-container-detail-products .product-left {
        width: 100%;
        order: 1;
    }

    .box-container-detail-products .product-right {
        width: 100%;
        order: 2;
    }
}

@media (max-width: 768px) {
    .box-container-detail-products .product-content {
        gap: 20px;
    }

    .box-container-detail-products .product-content {
        flex-direction: column;
    }

    .box-container-detail-products .tabs {
        width: 100%;
        display: flex;
        position: unset;
        overflow-x: scroll;
    }

    .box-container-detail-products .content-left {
        width: 100%;
    }

    .box-container-detail-products .content-left {}

    .box-container-detail-products .tabs li {
        font-size: 13px;
        padding: 10px;
    }

    .box-container-detail-products .content-right {
        padding: 16px;
    }

    .box-container-detail-products .content-header h2 {
        font-size: 22px;
    }

    .box-container-detail-products .product-card {
        margin: 0 5px;
    }

    .box-container-detail-products .product {
        padding: 20px;
        gap: 20px;
    }

    .box-container-detail-products .main-slider img {
        height: 420px;
    }

    .box-container-detail-products .thumb-slider img {
        height: 70px;
    }

    .box-container-detail-products .brand-info .brand-name {
        font-size: 17px;
    }

    .box-container-detail-products .product-title {
        font-size: 20px;
        line-height: 1.4;
    }


    .box-container-detail-products .rating-bar {
        font-size: 14px;
        flex-wrap: wrap;
        gap: 4px 15px;
    }

    .box-container-detail-products .flash-sale {
        height: 80px;
    }

    .box-container-detail-products .flash-note {
        font-size: 14px;
    }

    .box-container-detail-products .new-price {
        font-size: 25px;
    }

    .box-container-detail-products .price-section .unit {
        font-size: 22px;
    }

    .box-container-detail-products .old-price {
        font-size: 18px;
    }

    .box-container-detail-products .discount-percent {
        font-size: 16px;
    }

    .box-container-detail-products .selection-row {
        align-items: center;
        gap: 12px;
    }

    .box-container-detail-products .selection-row label {
        width: 120px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .box-container-detail-products .unit-list .unit {
        font-size: 16px;
        padding: 8px 16px;
    }

    .box-container-detail-products .button-group {
        gap: 12px;
    }

    .box-container-detail-products .buy,
    .box-container-detail-products .store {
        font-size: 18px;
        padding: 14px;
    }

    .box-container-detail-products .discount-head {
        font-size: 16px;
        padding: 0 20px;
    }

    .box-container-detail-products .discount-card p {
        font-size: 15px;
    }

    .box-container-detail-products .label {
        width: 120px;
        font-size: 16px;
    }

    .box-container-detail-products .value {
        font-size: 16px;
    }

    .box-container-detail-products .product-content {
        gap: 20px;
        margin-top: 0px;
    }

    .box-container-detail-products .tabs li {
        font-size: 15px;
        padding: 10px 12px;
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }

    .box-container-detail-products .content-right {
        padding: 0px 0px 15px;
    }

    .box-container-detail-products .content-header h2 {
        font-size: 22px;
    }

    .box-container-detail-products .content-body h3 {
        font-size: 19px;
    }

    .box-container-detail-products .content-body p,
    .box-container-detail-products .content-body ul li {
        font-size: 15px;
        line-height: 1.7;
    }

    .box-container-detail-products .faq-title {
        font-size: 22px;
    }

    .box-container-detail-products .faq-question {
        font-size: 15px;
    }

    .box-container-detail-products .product-card h3 {
        font-size: 13px;
    }

    .box-container-detail-products .product-card a {
        font-size: 15px;
    }
}



@media (max-width: 560px) {
    .box-container-detail-products .product {
        padding: 14px 0px;
        border-radius: 12px;
    }

    .box-container-detail-products .main-slider img {
        height: unset;
    }

    .box-container-detail-products .thumb-slider img {
        height: 55px;
    }

    .box-container-detail-products .product-title {
        font-size: 26px;
    }

    .box-container-detail-products .brand-info {
        font-size: 13px;
    }

    .box-container-detail-products .brand-info .brand-name {
        font-size: 15px;
    }

    .box-container-detail-products .rating-bar {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .box-container-detail-products .flash-sale {
        height: auto;
        padding: 12px 0;
    }

    .box-container-detail-products .flash-sale .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .box-container-detail-products .right {
        margin-left: 0;
        text-align: left;
    }

    .box-container-detail-products .new-price {
        font-size: 26px;
    }

    .box-container-detail-products .price-section .unit {
        font-size: 18px;
    }

    .box-container-detail-products .old-price {
        font-size: 16px;
        margin-left: 6px;
    }

    .box-container-detail-products .discount-percent {
        font-size: 13px;
    }

    .box-container-detail-products .selection-row {
        flex-direction: row;
        gap: 10px;
    }

    .box-container-detail-products .selection-row label {
        /* width: 100%; */
        font-size: 15px;
    }

    .box-container-detail-products .unit-list {
        flex-wrap: wrap;
    }

    .box-container-detail-products .unit-list .unit {
        font-size: 14px;
        padding: 7px 14px;
    }

    .box-container-detail-products .quantity {
        width: 145px;
        height: 39px;
    }

    .box-container-detail-products .quantity input {
        font-size: 16px;
    }

    .box-container-detail-products .quantity button {
        font-size: 22px;
    }

    .box-container-detail-products .button-group {
        flex-direction: row;
    }

    .box-container-detail-products .buy,
    .box-container-detail-products .store {
        width: 100%;
        font-size: 16px;
        padding: 13px;
    }

    .box-container-detail-products .discount-head {
        height: auto;
        padding: 14px 16px;
        font-size: 15px;
    }

    .box-container-detail-products .discount-content {
        padding: 16px;
    }

    .box-container-detail-products .discount-card {
        align-items: flex-start;
    }

    .box-container-detail-products .discount-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .box-container-detail-products .info-row {
        flex-direction: column;
        gap: 5px;
    }

    .box-container-detail-products .tabs li {
        font-size: 10px;
        padding: 8px 10px;
    }

    .box-container-detail-products .tabs li a {
        font-size: 14px;
    }

    .box-container-detail-products .value {
        font-size: 14px;
    }

    .box-container-detail-products .content-body p,
    .box-container-detail-products .content-body ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    .box-container-detail-products .faq-question {
        font-size: 14px;

    }

}






























.box-container-review #review-section {
    background: #fff;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.box-container-review #review-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
}

.box-container-review #review-section h2 span {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.box-container-review #summary-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.box-container-review #avg-score {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 80px;
}

.box-container-review #avg-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.box-container-review #avg-number {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    line-height: 1;
}

.box-container-review #avg-star {
    color: #f5a623;
    font-size: 22px;
    margin-top: 4px;
}

.box-container-review #bar-list {
    min-width: 500px;
    width: 500px;
}

.box-container-review #bar-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.box-container-review #bar-list ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.box-container-review #bar-list ul li .stars-icon {
    display: flex;
    gap: 1px;
    min-width: 80px;
    color: #f5a623;
}

.box-container-review #bar-list ul li .stars-icon span {
    color: #f5a623;
    font-size: 14px;
}

.box-container-review #bar-list ul li .bar-track {
    flex: 1;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    min-width: 120px;
}

.box-container-review #bar-list ul li .bar-fill {
    height: 100%;
    background: #f5a623;
    border-radius: 5px;
    transition: width 0.4s;
}

.box-container-review #bar-list ul li .bar-count {
    min-width: 14px;
    text-align: right;
    color: #555;
    font-size: 13px;
}

.box-container-review #btn-send-review {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
    white-space: nowrap;
}

.box-container-review #btn-send-review:hover {
    background: #000;
}

.box-container-review #filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.box-container-review #filter-row span {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.box-container-review #filter-row button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    cursor: pointer;
    color: #333;
    transition: border-color 0.2s, background 0.2s;
    font-weight: 600;
}

.box-container-review #filter-row button:hover,
.box-container-review #filter-row button.active {
    border-color: #000;
    color: #000;
    background: #e8f0fe;
}

.box-container-review #review-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.box-container-review .review-item {
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.box-container-review .review-item:last-child {
    border-bottom: none;
}

.box-container-review .reviewer-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.box-container-review .avatar-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #b0bec5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.avatar-circle img {
    height: 36px;
    width: 36px;
    border-radius: 43px;
}

.box-container-review .reviewer-info {
    display: flex;
    flex-direction: column;
}

.box-container-review .reviewer-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.box-container-review .review-meta {
    font-size: 12px;
    color: #999;
}

.box-container-review .review-meta a {
    color: #1a73e8;
    text-decoration: none;
    cursor: pointer;
}

.box-container-review .review-content-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 8px 0 6px;
    white-space: pre-line;
}

.box-container-review .review-stars {
    display: flex;
    gap: 1px;
    margin-bottom: 4px;
    color: #f5a623;
}

.box-container-review .review-stars span {
    color: #f5a623;
    font-size: 15px;
}

.box-container-review .review-reply {
    margin-left: 50px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 14px;
}

.box-container-review .reply-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.box-container-review .reply-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a73e8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.box-container-review .reply-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-container-review .reply-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
}

.box-container-review .reply-badge {
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    padding: 1px 7px;
}

.box-container-review .reply-text {
    font-size: 13px;
    color: #444;
    margin-bottom: 4px;
}

.box-container-review .reply-meta {
    font-size: 12px;
    color: #999;
}

.box-container-review .reply-meta a {
    color: #1a73e8;
    text-decoration: none;
    cursor: pointer;
}

.box-container-review #modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.box-container-review #modal-overlay.open {
    display: flex;
}

.box-container-review #modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 24px;
    width: 100%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    animation: modalIn 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.97);
    }

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

.box-container-review #modal-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
}

.box-container-review #modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 2px 6px;
}

.box-container-review #modal-close:hover {
    color: #333;
}

.box-container-review #modal-product {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.box-container-review #modal-product-img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #f5f5f5;
}

.box-container-review #modal-product-name {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.box-container-review #modal-stars-row {
    text-align: center;
    margin-bottom: 6px;
}

.box-container-review #modal-stars-row .star-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 36px;
    color: #f5a623;
    padding: 0 2px;
    transition: transform 0.1s;
    line-height: 1;
}

.box-container-review #modal-stars-row .star-btn:hover,
.box-container-review #modal-stars-row .star-btn.hovered {
    transform: scale(1.15);
}

.box-container-review #modal-stars-row .star-btn.empty {
    color: #ddd;
}

.box-container-review #modal-star-label {
    text-align: center;
    font-size: 13px;
    color: #f5a623;
    font-weight: 600;
    margin-bottom: 16px;
    min-height: 18px;
}

.box-container-review #modal-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.box-container-review #modal-row-name-phone {
    display: flex;
    gap: 10px;
}

.box-container-review #modal-row-name-phone input {
    flex: 1;
    min-width: 0;
}

.box-container-review #modal-fields input,
.box-container-review #modal-fields textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    width: 100%;
    font-family: inherit;
    transition: border-color 0.2s;
    resize: none;
}

.box-container-review #modal-fields input:focus,
.box-container-review #modal-fields textarea:focus {
    border-color: #1a73e8;
}

.box-container-review #modal-fields input::placeholder,
.box-container-review #modal-fields textarea::placeholder {
    color: #bbb;
}

.box-container-review #modal-fields textarea {
    height: 90px;
}

.box-container-review #modal-btn-submit {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.box-container-review #modal-btn-submit:hover {
    background: #000;
}

.box-container-review #reply-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1001;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.box-container-review #reply-modal-overlay.open {
    display: flex;
}

.box-container-review #reply-modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 24px;
    width: 100%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    animation: modalIn 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-container-review #reply-modal-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.box-container-review #reply-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 2px 6px;
}

.box-container-review #reply-modal-close:hover {
    color: #333;
}

.box-container-review #reply-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.box-container-review #reply-modal-row-name-phone {
    display: flex;
    gap: 10px;
}

.box-container-review #reply-modal-row-name-phone input {
    flex: 1;
    min-width: 0;
}

.box-container-review #reply-modal-fields input,
.box-container-review #reply-modal-fields textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    width: 100%;
    font-family: inherit;
    transition: border-color 0.2s;
    resize: none;
}

.box-container-review #reply-modal-fields input:focus,
.box-container-review #reply-modal-fields textarea:focus {
    border-color: #1a73e8;
}

.box-container-review #reply-modal-fields input::placeholder,
.box-container-review #reply-modal-fields textarea::placeholder {
    color: #bbb;
}

.box-container-review #reply-modal-fields textarea {
    height: 100px;
}

.box-container-review #reply-modal-btn-submit {
    width: 100%;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.box-container-review #reply-modal-btn-submit:hover {
    background: #1558b0;
}

.box-container-review #contact-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1001;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.box-container-review #contact-modal-overlay.open {
    display: flex;
}

.box-container-review #contact-modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 24px;
    width: 100%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    animation: modalIn 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-container-review #contact-modal-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.box-container-review #contact-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    padding: 2px 6px;
}

.box-container-review #contact-modal-close:hover {
    color: #333;
}

.box-container-review #contact-modal-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.box-container-review #contact-modal-row-name-phone {
    display: flex;
    gap: 10px;
}

.box-container-review #contact-modal-row-name-phone input {
    flex: 1;
    min-width: 0;
}

.box-container-review #contact-modal-fields input,
.box-container-review #contact-modal-fields textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    width: 100%;
    font-family: inherit;
    transition: border-color 0.2s;
    resize: none;
}

.box-container-review #contact-modal-fields input:focus,
.box-container-review #contact-modal-fields textarea:focus {
    border-color: #1a73e8;
}

.box-container-review #contact-modal-fields input::placeholder,
.box-container-review #contact-modal-fields textarea::placeholder {
    color: #bbb;
}

.box-container-review #contact-modal-fields textarea {
    height: 100px;
}

.box-container-review #contact-modal-btn-submit {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.box-container-review #contact-modal-btn-submit:hover {
    background: #1c4b2a;
}

.box-container-detail-products .policy-item h3 {
    font-size: 15px;
}

.box-container-detail-products .policy-item p {
    font-size: 13px;
}

.box-container-detail-products .content-right h2 {
    padding: 9px 0px;
    font-size: 19px;
}

.box-container-detail-products .quantity button svg {
    width: 17px;
}

.box-container-detail-products .toggle-more svg {
    margin-bottom: -4px;
}

a.buy-now.out-of-stock {
    background: #000;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
}

.box-container-detail-products .content-right ul {
    padding-bottom: 10px;
}



@media(max-width:768px) {
    .box-container-detail-products .policy-box {
        display: none;
    }

    .box-container-review #bar-list {
        width: 100%;
        min-width: 100%;
    }

    .box-container-detail-products .faq-question .faq-left {
        display: flex;
        gap: 0px 20px;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .box-container-review body {
        padding: 10px;
    }

    .box-container-review #review-section {
        padding: 14px 12px;
    }

    .box-container-review #summary-row {
        gap: 16px;
    }

    .box-container-review #avg-number {
        font-size: 36px;
    }

    .box-container-review #bar-list ul li .bar-track {
        min-width: 80px;
    }

    .box-container-review #modal-box {
        padding: 20px 14px 18px;
    }

    .box-container-review #modal-row-name-phone {
        flex-direction: column;
    }

    .box-container-review #modal-stars-row .star-btn {
        font-size: 28px;
    }

    .box-container-review .review-reply {
        margin-left: 24px;
    }
}

.stock {
    font-weight: bold;
}

.out-stock {
    color: red;
}

.in-stock {
    color: green;
}

.box-container-detail-products .stars svg {
    fill: #ff9f00;
    width: 13px;
    height: 12px;
}

.box-member-review {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.home-section-features .product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    border: 1px solid #e3e2da;
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
    margin: 0px 5px;
}

.home-section-features .product-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.home-section-features .card-image {
    position: relative;
    width: 100%;
    height: unset;
    overflow: hidden;
}

.home-section-features .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section-features .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
}

.home-section-features .badge-left {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.home-section-features .badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.home-section-features .badge-bestseller {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-organic {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-new {
    background: #f5a623;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.home-section-features .badge-verified {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-trade {
    background: #1a1a1a;
    color: #fff;
}

.home-section-features .card-body {
    padding: 14px;
}

.home-section-features .product-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-section-features .product-price {
    font-size: 16px;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 4px;
}

.home-section-features .min-order {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.home-section-features .supplier {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #555;
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd91;
}

.home-section-features .supplier-icon {
    width: 12px;
    height: 12px;
    color: #888;
}

.home-section-features .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
}

.home-section-features .star {
    color: #f5a623;
    font-size: 16px;
}

.box-banner-container .cat-arrow span {
    font-size: 19px;
}

.home-section-features .rating-count {
    color: #888;
    font-size: 11px;
    margin-left: 3px;
}

a.all-categories-link {
    margin-top: 10px;
    color: #0f7b53;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.2px;
}

.home-section-features .tab-panel {
    display: none;
}

.home-section-features .tab-panel.active {
    display: block;
}

.home-section-features .product-price.product-price-old {
    color: #888;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}

.box-price-member {
    display: flex;
    gap: 0px 10px;
    align-items: center;
    flex-wrap: wrap;
}

.badges.hethang span.badge.badge-new {
    width: 100%;
    display: block;
    border-radius: unset;
    padding: 10px 8px;
    font-size: 12px;
    background: #00000075;
}

.badges.hethang {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
}

@media(max-width:990px) {
    .box-container-review #avg-score {
        min-width: 100%;
        flex-direction: row;
        gap: 0px 15px;
    }

    .box-container-detail-products .faq-question .faq-left i {
        display: none;
    }

    .box-container-detail-products .rating-bar>*:not(:first-child)::before {
        content: "";
        display: none;
    }

    .box-container-detail-products .main-slider {
        border: none;
    }
}

/* Custom Gallery Grid & Zoom Style overrides */
.product-gallery-container {
    position: relative;
    width: 100%;
}

.product-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
}

.product-images-grid.full {
    grid-template-columns: repeat(1, 1fr);
}

.product-images-grid.full .product-images-slider-main {
    width: 100%;
}

.image-item {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.image-zoom-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-zoom-container img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: contain;
    background: #fff;
    transition: transform 0.15s ease-out;
}

.zoom-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 5;
    transition: all 0.2s ease;
}

.image-item:hover .zoom-icon {
    background: #fff;
    transform: scale(1.05);
    color: #000;
}

.btn-wishlist-gallery {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    margin-left: 0 !important;
}

.btn-wishlist-gallery:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.btn-wishlist-gallery.active {
    color: #e91e63 !important;
    background: #ffe8f1 !important;
}

.btn-wishlist-gallery.active .material-symbols-outlined {
    font-variation-settings: 'FILL' 1;
}

/* Gallery Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.gallery-modal.open {
    display: flex;
}

.gallery-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
}

.gallery-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 950px;
    height: 600px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    z-index: 100000;
    animation: modalScaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100010;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gallery-modal-close:hover {
    background: #f4faf6;
    color: #1e522e;
    transform: rotate(90deg);
}

.gallery-modal-body {
    display: grid;
    grid-template-columns: 220px 1fr;
    height: 100%;
    width: 100%;
}

.gallery-modal-thumbs {
    padding: 20px;
    background: #fcfcfc;
    border-right: 1px solid #eee;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    gap: 12px;
    align-content: start;
}

.gallery-modal-thumb-item {
    aspect-ratio: 1 / 1;
    border: 2px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
}

.gallery-modal-thumb-item:hover {
    border-color: #00080;
}

.gallery-modal-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-modal-thumb-item.active {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(42, 110, 63, 0.15);
}

.gallery-modal-main {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.gallery-modal-main-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
}

.gallery-modal-main-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.15s ease-out;
}

.gallery-modal-zoom-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    z-index: 5;
}

/* Responsive Modal styling */
@media (max-width: 768px) {
    .gallery-modal-content {
        width: 95%;
        height: auto;
        max-height: 90vh;
    }

    .gallery-modal-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto 90px;
        height: auto;
    }

    .gallery-modal-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        grid-auto-flow: column;
        grid-auto-columns: 60px;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: none;
        border-top: 1px solid #eee;
        padding: 10px;
        height: 90px;
        order: 2;
        display: flex;
        gap: 8px;
        flex-shrink: 0;
    }

    .gallery-modal-thumb-item {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .gallery-modal-main {
        order: 1;
        padding: 16px;
        height: auto;
        min-height: 240px;
        max-height: calc(90vh - 90px);
    }

    .gallery-modal-main-wrapper {
        height: auto;
        max-height: calc(90vh - 130px);
    }

    .gallery-modal-main-wrapper img {
        max-height: calc(90vh - 130px);
        width: auto;
    }

    .product-images-grid {
        gap: 10px;
    }
}

/* Product Info Accordion styling */
.product-info-accordion {
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.accordion-item {
    border-bottom: 1px solid #e8e8e8;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    outline: none;
}

.accordion-header span {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.accordion-icon {
    color: #000;
    transition: transform 0.25s ease;
    font-size: 24px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
}

.accordion-content-inner .footnote {
    font-size: 13px;
    color: #888;
    margin-top: 15px;
}

/* Product Right custom styles */
.brand-link-row {
    margin-bottom: 6px;
}

.supplier-brand-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.supplier-brand-link:hover {
    color: #1e522e;
}

.product-title-detail {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 5px;
}

.rating-reviews-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.out-of-stock-badge {
    background-color: #fce4e4;
    color: #cc0000;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.stars-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.star-rating-icons {
    color: #ff9f00;
    font-size: 22px;
}

.rating-score-num {
    font-weight: 700;
    color: #222;
    margin-left: 4px;
}

.rating-count-num {
    color: #666;
    margin-left: 2px;
}

.sustainability-claims-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #eef5f1;
    border: 1px solid #d1e5d9;
    border-radius: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.sustainability-claims-badge:hover {
    background: #e3eed7;
}

.sustainability-badge-icons {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #000;
}

.sustainability-badge-icons span {
    font-size: 20px;
}

.sustainability-badge-text {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-left: 8px;
}

.sustainability-badge-provenance {
    font-size: 11px;
    font-weight: 800;
    color: #124021;
    margin-left: 8px;
    letter-spacing: 0.5px;
}

.sustainability-badge-arrow {
    color: #666;
    font-size: 16px;
    margin-left: 6px;
}

.health-benefit-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.benefit-pill {
    background: #f5f2eb;
    color: #4e483e;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pill-icon {
    font-size: 16px;
    color: #7a7265;
}

/* .tick-features-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tick-features-list li {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 8px;
} */

.tick-icon {
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.product-variant-selector,
.product-size-selector {
    margin-bottom: 25px;
}

.selector-label {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.variant-options {
    display: flex;
    gap: 10px;
}

.variant-option {
    padding: 8px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    transition: all 0.2s;
}

.variant-option:hover {
    border-color: #999;
}

.variant-option.active {
    border-color: #000;
    background: #f4faf6;
    color: #000;
}

.size-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.size-option {
    padding: 14px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.size-option:hover {
    border-color: #999;
}

.size-option.active {
    border-color: #000;
    background: #f4faf6;
    box-shadow: 0 0 0 1px #000;
}

.size-value {
    font-weight: 700;
    font-size: 14px;
    color: #222;
}

.size-price-calc {
    font-size: 11px;
    color: #777;
    margin-top: 4px;
}

.dietary-indicators {
    margin-bottom: 20px;
}

.dietary-indicator-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.dietary-icon {
    color: #000;
    font-size: 24px;
}

.dietary-text {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.promo-mix-match-row {
    margin-bottom: 25px;
}

.promo-mix-match-link {
    color: #c30;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
}

.purchase-section {
    margin-bottom: 25px;
}

.purchase-flex-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.purchase-left-col {
    display: flex;
    flex-direction: column;
}

.purchase-right-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.discount-badge {
    color: #8b2500;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 4px;
}

#product-compare-price {
    color: #888;
    font-size: 15px;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.current-price-val {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}

.purchase-actions-row {
    display: flex;
    gap: 15px;
    align-items: center;
}

.quantity-pill-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    height: 44px;
    width: 100px;
    overflow: hidden;
}

.quantity-btn {
    background: none;
    border: none;
    width: 35px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004d40;
    transition: background 0.2s;
}

.quantity-btn:hover {
    background: #f5f5f5;
}

.qty-val-input {
    width: 30px;
    height: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.add-to-cart-btn-detail {
    height: 44px;
    padding: 0 24px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 100px;
}

.add-to-cart-btn-detail:hover {
    background: #000;
}

.contact-btn-detail-page {
    height: 44px;
    padding: 0 24px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

/* .contact-btn-detail-page:hover {
    background: #00332a;
} */

.sku-subtext-detail {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}

.incentives-group-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.incentive-banner {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s;
}

.incentive-banner:hover {
    transform: translateY(-1px);
}

.purple-banner {
    background: #f6f0ff;
    border: 1px solid #e5d8ff;
    color: #5e28b2;
}

.purple-banner .banner-icon {
    font-size: 20px;
    color: #5e28b2;
}

.white-banner {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #333;
}

.payment-logos-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.klarna-text {
    background: #ffb3c7;
    color: #000;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
}

.paypal-text {
    color: #003087;
    font-weight: 800;
    font-style: italic;
    font-size: 13px;
}

.banner-text {
    font-weight: 600;
    font-size: 14px;
    flex: 1;
    margin-left: 12px;
    color: #333;
}

.banner-arrow {
    color: #94a3b8;
    font-size: 20px;
}

.fulfillment-options-list {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.fulfillment-card {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    text-decoration: none;
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s;
}

.fulfillment-card:last-child {
    border-bottom: none;
}

.fulfillment-card:hover {
    background: #f8fafc;
}

.fulfillment-card-icon {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}

.fulfillment-card-icon span {
    font-size: 24px;
}

.fulfillment-card-content {
    flex: 1;
    margin-left: 12px;
}

.fulfillment-title {
    font-weight: 700;
    font-size: 16px;
    color: #1e293b;
}

.fulfillment-subtitle {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.card-arrow {
    color: #94a3b8;
    font-size: 20px;
}

/* Custom Reviews Refactoring H&B Style */
.box-container-review {
    background: #fff;
    padding: 40px 0;
}

.box-container-review .ctnr {
    margin: 0 auto;
    padding: 0 15px;
}

.customer-reviews-header h2 {
    font-size: clamp(22px, 2.5vw, 26px);
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 24px;
}

.reviews-summary-card {
    background: #6c6c6c14;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 24px;
}

.avg-rating-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 140px;
}

.rating-big-num {
    font-size: 64px;
    font-weight: 800;
    color: #1e1e1e;
    line-height: 1;
    margin-bottom: 8px;
}

.stars-row-summary {
    color: #FFB800;
    font-size: 20px;
    margin-bottom: 8px;
    display: flex;
    gap: 2px;
}

.stars-row-summary .empty-star {
    color: #E2DCD5;
}

.reviews-count-sub {
    font-size: 14px;
    color: #6e6d6a;
}

.rating-breakdown-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.breakdown-bar-row {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #1e1e1e;
}

.star-label {
    min-width: 50px;
    text-align: right;
    white-space: nowrap;
}

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

.breakdown-bar-fill {
    height: 100%;
    background: #000;
    border-radius: 4px;
    transition: width 0.4s ease;
}

/* Filtering and Action row */
.reviews-filtering-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.dropdown-filter-wrapper {
    position: relative;
}

.rating-dropdown-filter {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 8px;
    padding: 12px 40px 12px 16px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    min-width: 200px;
    outline: none;
    transition: all 0.2s ease;
    width: 100%;
}

.dropdown-filter-wrapper::after {
    content: "expand_more";
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 20px;
    pointer-events: none;
}

.leave-review-signin-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.banner-hint-text {
    color: #6e6d6a;
    transform: translateY(2px);
}

.banner-action-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.banner-action-btn-link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s;
    font-size: 16px;
}

.banner-action-btn-link:hover {
    color: #1a6f50;
}

.divider-slash {
    color: #ccc;
}

/* Grid Cards */
.reviews-grid-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.review-card-item {
    background: #fff;
    border: 1px solid #E5E0D8;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 380px; */
    /* fixed height for beautiful grid alignment */
    box-sizing: border-box;
}

.review-card-stars {
    color: #FFB800;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0;
    line-height: 1;
}

.review-card-stars .filled-star {
    color: #FFB800;
}

.review-card-stars .empty-star {
    color: #D1D5DB;
}

.review-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1e;
    margin: 0 0 8px 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.verified-purchaser-badge {
    color: #00875A;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.verified-tick {
    font-size: 14px;
}

.review-card-body-text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
}

/* Custom Scrollbar for review text */
.review-card-body-text::-webkit-scrollbar {
    width: 4px;
}

.review-card-body-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.review-card-body-text::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}

.review-card-body-text::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.review-card-footer {
    border-top: 1px solid #f1eeea;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviewer-name-time {
    font-size: 12px;
    color: #6e6d6a;
}

.reply-link-btn {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

/* Review replies list inside grid card */
.review-card-replies-list {
    margin-top: 8px;
    background: #FAF6F0;
    border-radius: 6px;
    padding: 8px 12px;
    max-height: 80px;
    overflow-y: auto;
}

.review-card-reply-item {
    font-size: 12px;
    margin-bottom: 6px;
}

.review-card-reply-item:last-child {
    margin-bottom: 0;
}

.reply-header-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.reply-author-name {
    font-weight: 700;
    color: #1e1e1e;
}

.reply-admin-badge {
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 1px 4px;
    border-radius: 3px;
}

.reply-body-content {
    color: #4a4a4a;
}

/* Footnote description */
.reviews-moderation-footnote {
    font-size: 11px;
    color: #8c8b87;
    line-height: 1.5;
    margin-bottom: 30px;
}

.footnote-learn-more-link {
    color: #000;
    text-decoration: underline;
}

/* Bottom actions row */
.reviews-bottom-actions-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #E5E0D8;
    padding-top: 24px;
}

.reviews-bottom-actions-row .pagination-wrap {
    margin-top: 0;
}

.btn-show-all-reviews-action {
    background: #fff;
    border: 1.5px solid #000;
    color: #000;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-show-all-reviews-action:hover {
    background: #FAF9F6;
}

.reviews-pagination-wrapper {
    display: flex;
    align-items: center;
}

.fake-pagination-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.fake-pagination-list li {
    display: inline-block;
}

.fake-pagination-list li a,
.fake-pagination-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
    text-decoration: none;
    transition: all 0.2s;
}

.fake-pagination-list li.active span {
    background: #EAE3D9;
    color: #1e1e1e;
}

.fake-pagination-list li a:hover {
    background: #FAF6F0;
    color: #000;
}

.fake-pagination-list li.disabled span {
    color: #b8b6b2;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .reviews-grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-summary-card {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 15px;
    }

    .rating-big-num {
        font-size: 42px;
    }

    .stars-row-summary {
        margin-bottom: 0;
    }

    .avg-rating-block {
        align-items: center;
        min-width: 100%;
    }
}

@media (max-width: 600px) {
    .reviews-grid-cards {
        grid-template-columns: 1fr;
    }

    .reviews-filtering-actions-row {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 20px;
    }

    .reviews-bottom-actions-row {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .reviews-pagination-wrapper {
        justify-content: center;
    }

    .review-card-item {
        height: auto;
        padding: 15px 20px;
        /* min-height: 280px; */
    }
}

.read-more-toggle {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.read-more-toggle:hover {
    color: #1a6f50;
}

/* Compare Similar Products Styles H&B Style */
.compare-products-section {
    background: #fff;
    padding: 0px 0 40px;
    /* border-top: 1px solid #FAF6F0; */
}

.compare-title {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 24px;
}

.compare-table-wrapper {
    overflow-x: auto;
}

.compare-table {
    /* width: 100%; */
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 860px;
    /* Ensures nice structure on smaller viewports with scroll */
}

/* Columns */
.compare-table th,
.compare-table td {
    padding: 10px 16px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    /* font-size: 16px; */
}

.compare-table tr {
    border-bottom: 1.5px solid #FAF6F0;
}

.compare-table tr:last-child {
    border-bottom: none;
}

.compare-table .bg-light-grey {
    background-color: #FAF9F6;
}

.col-attribute {
    width: calc(1420px / 5);
    /* min-width: 260px; */
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1e;
}

.dropdown-trigger-attr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.col-product {
    /* width: 20%; */
    width: calc(1420px / 5);
}

.col-this-product {
    border-left: 1.5px solid #E5E0D8;
    /* border-right: 1.5px solid #E5E0D8; */
    /* background-color: #fff; */
}

.col-compare-placeholder {
    /* width: 20%; */
    width: calc(1420px / 5);
    background-color: #fff;
}

/* This Product Card */
.this-product-header {
    font-size: 14px;
    color: #2c3837;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
    margin-bottom: 12px;
}

.compare-product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compare-img-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.compare-add-basket {
    position: absolute;
    bottom: -6px;
    right: -14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s;
}

.compare-add-basket:hover {
    transform: scale(1.1);
}

.compare-add-basket span {
    font-size: 18px;
}

.compare-product-link {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    /* text-decoration: underline; */
    line-height: 1.4;
}

.compare-product-link:hover {
    color: #1a6f50;
}

/* Compare Placeholder Card */
.compare-placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0;
}

.plus-circle-icon {
    border: 1.5px solid #000;
    color: #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.plus-circle-icon span {
    font-size: 20px;
}

.compare-placeholder-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 6px 0;
}

.compare-placeholder-text {
    font-size: 12px;
    color: #6e6d6a;
    line-height: 1.4;
    margin: 0 0 16px 0;
    max-width: 180px;
}

.btn-select-products {
    background: #fff;
    border: 1.5px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-select-products:hover {
    background: #FAF9F6;
}

/* Body rows attribute values */
.compare-attr-val {
    font-size: 16px;
    /* color: #1e1e1e; */
    line-height: 1.4;
}

.compare-attr-val.bold {
    font-weight: 700;
    color: #000;
}

.compare-price-val {
    display: flex;
    /* flex-direction: column; */
}

.compare-large-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.compare-small-price {
    font-size: 12px;
    color: #6e6d6a;
    margin-top: 2px;
}

.compare-rating-val {
    display: flex;
    align-items: center;
    gap: 8px;
}

.compare-rating-val .rating-num {
    font-size: 15px;
    font-weight: 700;
    /* color: #1e1e1e; */
}

.compare-rating-val .rating-stars {
    color: #FFB800;
    font-size: 16px;
}

.compare-attr-group {
    display: flex;
    flex-direction: column;
}

.attr-group-label {
    font-size: 11px;
    color: #8c8b87;
    margin-bottom: 2px;
}

.attr-group-val {
    font-size: 14px;
    color: #1e1e1e;
}

.compare-ingredients-text {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

/* See Also Tags */
.compare-see-also-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.see-also-label {
    font-size: 14px;
    font-weight: 700;
    color: #1e1e1e;
}

.see-also-pills {
    display: flex;
    gap: 8px;
}

.see-also-pill {
    background: #fff;
    border: 1px solid #E5E0D8;
    color: #1e1e1e;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.see-also-pill:hover {
    border-color: #000;
    color: #000;
    background: #FAF9F6;
}

/* Promise Box */
.compare-promise-box {
    margin-bottom: 20px;
}

.promise-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 8px;
}

.promise-desc {
    font-size: 13px;
    color: #6e6d6a;
    line-height: 1.6;
    margin: 0;
}


/* =============================================
   COMPARE FEATURE â€“ Dynamic slots & Modal
   ============================================= */

/* Dynamic column for added product (replaces placeholder) */
.col-compare-filled {
    width: calc(1420px / 5);
    background-color: #fff;
    border-left: 1.5px solid #E5E0D8;
    border-right: 1.5px solid #E5E0D8;
    position: relative;
}

.col-compare-filled .compare-product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Remove button on filled slot */
.btn-compare-remove {
    position: absolute;
    top: 6px;
    right: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #aaa;
    padding: 2px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.2s, background 0.2s;
    z-index: 2;
}

.btn-compare-remove:hover {
    color: #c00;
    background: #ffeaea;
}

.btn-compare-remove span {
    font-size: 20px;
}

/* Loading skeleton in placeholder */
.compare-loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #000;
    gap: 8px;
    font-size: 13px;
}

.compare-spinner-icon {
    font-size: 28px;
    animation: compare-spin 0.8s linear infinite;
}

@keyframes compare-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Dynamic attribute rows rendered by JS */
.compare-attr-row-dynamic td {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Empty cell placeholder in attribute row */
.compare-cell-empty {
    color: #ccc;
    font-size: 13px;
}

/* =============================================
   COMPARE SEARCH MODAL
   ============================================= */
#compareSearchModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
}

#compareSearchModal.is-open {
    visibility: visible;
    opacity: 1;
}

.compare-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.compare-modal-box {
    position: relative;
    background: #fff;
    border-radius: 14px;
    width: 90%;
    max-width: 520px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateY(16px);
    transition: transform 0.2s;
}

#compareSearchModal.is-open .compare-modal-box {
    transform: translateY(0);
}

.compare-modal-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.compare-modal-header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1e1e1e;
}

.compare-modal-close {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #888;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.compare-modal-close:hover {
    background: #f5f5f5;
    color: #333;
}

.compare-modal-search-wrap {
    padding: 16px 24px 12px;
    flex-shrink: 0;
    position: relative;
}

.compare-modal-search-wrap input {
    width: 100%;
    padding: 10px 16px 10px 40px;
    border: 1.5px solid #e0dbd2;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.compare-modal-search-wrap input:focus {
    border-color: #000;
}

.compare-modal-search-icon {
    position: absolute;
    left: 36px;
    top: 53%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    pointer-events: none;
}

.compare-modal-results {
    overflow-y: auto;
    flex: 1;
    padding: 0 24px 20px;
}

.compare-modal-hint {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    padding: 32px 0;
}

.compare-result-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.15s;
}

.compare-result-item:last-child {
    border-bottom: none;
}

.compare-result-item:hover {
    background: #FAF9F6;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 -8px;
}

.compare-result-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #eee;
    flex-shrink: 0;
    background: #fff;
}

.compare-result-info {
    flex: 1;
    min-width: 0;
}

.compare-result-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compare-result-price {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin-top: 4px;
}

.compare-result-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.compare-result-btn:hover {
    background: #1a6f50;
}

.list-product-related {
    padding-bottom: 40px;
}


.list-product-related .section-title {
    font-size: clamp(22px, 2.5vw, 26px);
    margin-bottom: 20px;
}

/* Responsive Accordion Display */
@media (min-width: 769px) {
    .accordion-mobile-only {
        display: none;
    }
}

@media (max-width: 768px) {
    .accordion-desktop-only {
        display: none;
    }

    .product-info-accordion {
        margin: 0 !important;
    }
}

.tick-features-list {
    margin-bottom: 15px;
}





























.product-images-grid {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    /* width: 100%; */
    position: relative;
}

.product-images-grid.full {
    display: block;
}

.product-images-grid.full .product-images-slider-nav {
    display: none;
}

.product-images-slider-nav {
    width: 130px;
    flex-shrink: 0;
}

.product-images-slider-main {
    flex-grow: 1;
    width: calc(100% - 140px);
    position: relative;
}

.product-images-slider-nav .nav-item {
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-images-slider-nav .nav-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.product-images-slider-nav .slick-current .nav-item,
.product-images-slider-nav .nav-item:hover {
    border-color: #000;
}

.product-images-slider-main .image-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product-images-slider-main .image-zoom-container {
    width: 100%;
    padding: 68px;
}

.product-images-slider-main .image-zoom-container img {
    /* width: 100%; */
    /* height: auto; */
    object-fit: cover;
    display: block;
}

.product-images-slider-nav .slick-prev,
.product-images-slider-nav .slick-next {
    width: 100%;
    height: 25px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    z-index: 10;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-images-slider-nav .slick-prev {
    top: -25px;
}

.product-images-slider-nav .slick-next {
    bottom: -25px;
    top: auto;
}

.product-images-slider-nav .material-symbols-outlined {
    font-size: 24px;
}

/* Custom Arrows for Main Slider */
.product-images-slider-main .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
}

.product-images-slider-main:hover .slick-arrow {
    opacity: 1;
}

.product-images-slider-main .slick-prev {
    left: 10px;
}

.product-images-slider-main .slick-next {
    right: 10px;
}

@media (max-width: 991px) {
    .product-images-grid {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .product-images-slider-nav {
        width: 100%;
        margin-top: 10px;
    }

    .product-images-slider-main {
        width: 100%;
    }

    .product-images-slider-nav .nav-item img {
        height: 80px;
    }

    .product-images-slider-nav .nav-item {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .product-images-slider-nav .slick-prev,
    .product-images-slider-nav .slick-next {
        width: 25px;
        height: 100%;
        top: 0;
    }

    .product-images-slider-nav .slick-prev {
        left: -25px;
        top: 0;
    }

    .product-images-slider-nav .slick-next {
        right: -25px;
        left: auto;
        bottom: auto;
    }
}