.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: #2a6e3f;
    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: 650px 1fr;
    gap: 40px;
    background: white;
    padding: 30px;
    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: #2a6e3f;
}

.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: #2a6e3f;
}

.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: #2a6e3f;
}

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

.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: #2a6e3f;
}

.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: 999px;
    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: #2a6e3f;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.box-container-detail-products .contact {
    flex: 1;
    background: #2a6e3f;
    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: #2a6e3f;
    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-badge {
    width: 50px;
    height: 40px;
    border-radius: 13px;
    background: #ffe8f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.box-container-detail-products .discount-badge i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e91e63;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.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: #2a6e3f;
    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: #2a6e3f;
    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: #2a6e3f;
    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 {
    /* display: flex; */
    /* height: 100%; */
}

.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: #2a6e3f;
    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: #2a6e3f;
}

.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: #2a6e3f;
    color: #2a6e3f;
    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: #2a6e3f;
    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: #2a6e3f;
}

.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: #2a6e3f;
    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: #2a6e3f;
    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;
    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;
    }
}