.box-partnet-review .top-nav {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 20px;
}

.box-partnet-review .top-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 64px;
    gap: 24px;
}
 .avatar-circle img {
     height: 36px;
     width: 36px;
     border-radius: 43px;
 }

 .avatar-circle {
     display: flex;
     gap: 13px;
     align-items: center;
 }

 .user-details {
     display: flex;
     flex-direction: column;
 }
 
.box-partnet-review .logo {
    font-size: 22px;
    font-weight: bold;
    color: #ff6000;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.box-partnet-review .logo span {
    color: #333;
}

.box-partnet-review .nav-search {
    flex: 1;
    display: flex;
    border: 2px solid #ff6000;
    border-radius: 4px;
    overflow: hidden;
    max-width: 600px;
}

.box-partnet-review .nav-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
}

.box-partnet-review .nav-search button {
    background: #ff6000;
    border: none;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 14px;
}

.box-partnet-review .nav-links {
    display: flex;
    gap: 16px;
    align-items: center;
    white-space: nowrap;
}

.box-partnet-review .nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 13px;
}

.box-partnet-review .breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0px;
}

.box-partnet-review .breadcrumb-inner {
    padding: 10px 0;
    font-size: 14px;
    color: #888;
}

.box-partnet-review .breadcrumb-inner a {
    color: #2a6e3f;
    text-decoration: none;
}

.box-partnet-review .breadcrumb-inner span {
    margin: 0 4px;
}

.box-partnet-review .page-wrapper {
    padding: 16px 0px;
}

.box-partnet-review .supplier-header {
    background: #fff;
    border-radius: 8px;
    padding: 0px 0px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.box-partnet-review .supplier-header-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    background: linear-gradient(135deg, #e8f4ff 0%, #c8e6ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box-partnet-review .supplier-header-bg .big-v {
    font-size: 200px;
    font-weight: 900;
    color: rgba(180, 210, 240, 0.5);
    line-height: 1;
    user-select: none;
}

.box-partnet-review .supplier-info {
    position: relative;
    z-index: 1;
}

.box-partnet-review .supplier-name {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.3;
}

.box-partnet-review .supplier-meta {
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.box-partnet-review .supplier-meta .dot {
    width: 3px;
    height: 3px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.box-partnet-review .badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.box-partnet-review .badge-verified {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1677ff;
    font-size: 13px;
    font-weight: 600;
}

.box-partnet-review .badge-verified svg {
    color: #1677ff;
}

.box-partnet-review .badge-custom {
    background: #f0f7ff;
    border: 1px solid #91c8ff;
    color: #1677ff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.box-partnet-review .header-actions {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

span.related-image-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 21px;
    color: #fff;
    font-weight: 800;
    z-index:99;
}
.related-image-item:nth-child(n + 5) {
    display: none;
}
.related-images-side .related-image-item:nth-child(4 ):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000078;
    z-index: 9;
}


.box-partnet-review .btn-visit {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.box-partnet-review .btn-chat {
    background: #ff6000;
    border: none;
    color: #fff;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.box-partnet-review .btn-chat:hover {
    background: #e55500;
}

.box-partnet-review .reviews-stats {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-partnet-review .review-block {
    min-width: 140px;
}

.box-partnet-review .review-block .label {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.box-partnet-review .review-block .value {
    font-size: 13px;
    color: #222;
}

.box-partnet-review .no-reviews {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
}

.box-partnet-review .no-reviews-sub {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.box-partnet-review .stat-divider {
    width: 1px;
    height: 40px;
    background: #eee;
    align-self: center;
}

.box-partnet-review .stat-item .stat-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
    font-weight: 500;
}

.box-partnet-review .stat-item .stat-value {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #222;
}

.box-partnet-review .capabilities {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box-partnet-review .capability-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #333;
}

.box-partnet-review .capability-icon {
    width: 16px;
    height: 16px;
    background: #1677ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.box-partnet-review .capability-icon svg {
    width: 10px;
    height: 10px;
    fill: #fff;
}

.box-partnet-review .see-all {
    color: #1677ff;
    font-size: 13px;
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
}

.box-partnet-review .supplier-body {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.box-partnet-review .supplier-left {
    flex: 1;
    min-width: 0;
}

.box-partnet-review .supplier-right {
    width: 200px;
    flex-shrink: 0;
}

.box-partnet-review .gallery {
    margin-top: 20px;
}

.box-partnet-review .gallery-main {
    width: 100%;
    height: 200px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.box-partnet-review .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-partnet-review .gallery-main .play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.box-partnet-review .verified-badge-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.box-partnet-review .date-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 3px;
}

.box-partnet-review .gallery-thumbs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
}

.box-partnet-review .gallery-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    background: #1a1a2e;
}

.box-partnet-review .gallery-thumb.active {
    border-color: #ff6000;
}

.box-partnet-review .gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-partnet-review .thumb-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    text-align: center;
}

.box-partnet-review .gallery-next {
    flex-shrink: 0;
    width: 24px;
    height: 56px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #888;
    font-size: 16px;
    align-self: center;
}

.box-partnet-review .section-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
}

.box-partnet-review .section-title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}

.box-partnet-review .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    position: relative;
}

.box-partnet-review .product-card {
    cursor: pointer;
}

.box-partnet-review .product-img-wrap {
    width: 100%;
    aspect-ratio: 1;
    background: #f8f8f8;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.box-partnet-review .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-partnet-review .product-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-partnet-review .play-btn {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-partnet-review .play-btn svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-left: 2px;
}

.box-partnet-review .product-tag {
    font-size: 11px;
    color: #888;
    margin-bottom: 3px;
}

.box-partnet-review .product-name {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-partnet-review .product-price {
    font-size: 15px;
    font-weight: 700;
    color: #ff6000;
    margin-bottom: 2px;
}

.box-partnet-review .product-moq {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
}

.box-partnet-review .product-return {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #52c41a;
}

.box-partnet-review .products-next {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 48px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #888;
    font-size: 16px;
}

.box-partnet-review .contact-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

.box-partnet-review .contact-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}

.box-partnet-review .contact-supplier-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.box-partnet-review .contact-logo {
    width: 40px;
    height: 40px;
    background: #ff6000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

.box-partnet-review .contact-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

.box-partnet-review .contact-name span {
    color: #888;
    font-weight: 400;
}

.box-partnet-review .btn-chat-orange {
    width: 100%;
    background: #ff6000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 8px;
}

.box-partnet-review .btn-inquiry {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 12px;
}

.box-partnet-review .btn-visit-store {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 900px) {
    .box-partnet-review .supplier-header-bg {
        display: none;
    }

    .box-partnet-review .supplier-info {
        max-width: 100%;
    }

    .box-partnet-review .header-actions {
        position: static;
        margin-bottom: 16px;
        justify-content: flex-start;
    }

    .box-partnet-review .supplier-header {
        padding: 3px 0px;
    }

    .box-partnet-review .supplier-body {
        flex-direction: column;
    }

    .box-partnet-review .supplier-right {
        width: 100%;
    }

    .box-partnet-review .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-partnet-review .stat-divider {
        display: none;
    }
}

@media (max-width: 600px) {
    .box-partnet-review .top-nav-inner {
        gap: 10px;
    }

    .box-partnet-review .nav-links {
        display: none;
    }

    .box-partnet-review .logo {
        font-size: 18px;
    }

    .box-partnet-review .supplier-name {
        font-size: 22px;
    }

    .box-partnet-review .header-actions {
        flex-wrap: wrap;
        gap: 8px;
    }

    .box-partnet-review .reviews-stats {
        gap: 16px;
        justify-content: left;
    }

    .box-partnet-review .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .box-partnet-review .gallery-thumbs {
        gap: 4px;
    }

    .box-partnet-review .gallery-thumb {
        width: 64px;
        height: 46px;
    }
}

@media (max-width: 400px) {
    .box-partnet-review .products-grid {
        grid-template-columns: 1fr 1fr;
    }

    .box-partnet-review .page-wrapper {
        padding: 10px 0px 0px;
    }
}


.box-member-product-container .section-box {
    background: #fff;
    border-radius: 8px;
    padding: 0px 0px;
    margin-bottom: 16px;
}

.box-member-product-container .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    line-height: 1.3;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.box-member-product-container .products-slider-wrap {
    position: relative;
}

.box-member-product-container .products-slider-wrap.home-section-features {
    background: unset;
    padding: 25px 0px 5px;
}

.box-member-product-container .product-card {
    outline: none;
    margin: 0px 5px;
}

.box-member-product-container .product-card-inner {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.box-member-product-container .product-card-inner:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.box-member-product-container .product-img-wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-member-product-container .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-member-product-container .product-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-member-product-container .product-img-placeholder svg {
    width: 60px;
    height: 60px;
    opacity: 0.3;
}

.box-member-product-container .product-info {
    padding: 10px;
}

.box-member-product-container .product-tag {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
}

.box-member-product-container .product-name {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    text-align: left;
}

.box-member-product-container .product-price {
    font-size: 13px;
    font-weight: 700;
    color: #e4393c;
    margin-bottom: 3px;
}

.box-member-product-container .product-moq {
    font-size: 11px;
    color: #777;
    margin-bottom: 5px;
}

.box-member-product-container .product-return {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #07c160;
}

.box-member-product-container .product-return svg {
    width: 12px;
    height: 12px;
}

.box-member-product-container .slick-prev,
.box-member-product-container .slick-next {
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.box-member-product-container .slick-prev {
    left: -14px;
}

.box-member-product-container .slick-next {
    right: -14px;
}

.box-member-product-container .slick-prev:before,
.box-member-product-container .slick-next:before {
    color: #666;
    font-size: 14px;
    line-height: 1;
}

.box-member-product-container .slick-prev:hover,
.box-member-product-container .slick-next:hover {
    background: #f5f5f5;
}

.box-member-product-container .tabs-section {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.box-member-product-container .tabs-nav {
    display: flex;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    scrollbar-width: none;
}

.box-member-product-container .tabs-nav::-webkit-scrollbar {
    display: none;
}

.box-member-product-container .tab-btn {
    padding: 14px 20px;
    border: none;
    background: none;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    transition: color 0.2s;
}

.box-member-product-container .tab-btn.active {
    color: #222;
    font-weight: 700;
}

.box-member-product-container .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #222;
}

.box-member-product-container .tab-btn:hover:not(.active) {
    color: #333;
}

.box-member-product-container .tab-content {
    display: none;
    padding: 5px 0px;
}

.box-member-product-container .tab-content.active {
    display: block;
}

.box-member-product-container .profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.box-member-product-container .profile-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.box-member-product-container .profile-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.box-member-product-container .download-link {
    font-size: 13px;
    color: #1a73e8;
    text-decoration: underline;
    cursor: pointer;
}

.box-member-product-container .verified-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border: 1.5px solid #0070c0;
    border-radius: 4px;
    padding: 4px 10px;
}

.box-member-product-container .verified-badge .tuv-logo {
    font-size: 11px;
    font-weight: 900;
    color: #0070c0;
    letter-spacing: -0.5px;
}

.box-member-product-container .verified-badge .verified-text {
    font-size: 11px;
    color: #555;
}

.box-member-product-container .verified-badge .info-icon {
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #999;
    cursor: pointer;
}

.box-member-product-container .profile-section {
    margin-bottom: 28px;
}

.box-member-product-container .profile-section-label {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    width: 160px;
    flex-shrink: 0;
    padding-top: 2px;
}

.box-member-product-container .profile-row {
    display: flex;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
}

.box-member-product-container .profile-row:first-child {
    border-top: none;
}

.box-member-product-container .profile-cols {
    display: flex;
    gap: 40px;
    flex: 1;
    flex-wrap: wrap;
}

.box-member-product-container .profile-col {
    min-width: 180px;
}

.box-member-product-container .profile-col-label {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

.box-member-product-container .profile-col-value {
    font-size: 13px;
    color: #222;
    font-weight: 500;
}

.box-member-product-container .sidebar {
    width: 220px;
    flex-shrink: 0;
}

.box-member-product-container .contact-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.box-member-product-container .contact-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
    text-align: left;
}

.box-member-product-container .supplier-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    text-align: left;
}

.box-member-product-container .supplier-logo {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: #fff3e0;
    border: 1px solid #ffcc80;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.box-member-product-container .supplier-logo svg {
    width: 28px;
    height: 28px;
}

.box-member-product-container .supplier-name {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.box-member-product-container .supplier-sub {
    font-size: 12px;
    color: #777;
    line-height: 1.3;
}

.box-member-product-container .btn-chat {
    display: block;
    width: 100%;
    padding: 11px;
    background: #ff6a00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.2s;
}

.box-member-product-container .btn-chat:hover {
    background: #e85f00;
}

.box-member-product-container .btn-inquiry {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}

.box-member-product-container .btn-inquiry:hover {
    border-color: #999;
}

.box-member-product-container .divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 12px 0;
}

.box-member-product-container .visit-store {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: color 0.2s;
}

.box-member-product-container .visit-store:hover {
    color: #222;
}

.box-member-product-container .visit-store svg {
    width: 16px;
    height: 16px;
}

.box-member-product-container .placeholder-content {
    padding: 20px 0;
    text-align: center;
    color: #bbb;
    font-size: 14px;
}

@media (max-width: 900px) {
    .box-member-product-container .page-wrapper {
        flex-direction: column;
    }

    .box-member-product-container .sidebar {
        width: 100%;
        order: -1;
    }

    .box-member-product-container .contact-box {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }

    .box-member-product-container .contact-title {
        width: 100%;
        margin-bottom: 0;
    }

    .box-member-product-container .supplier-info {
        flex: 1;
        margin-bottom: 0;
    }

    .box-member-product-container .btn-chat,
    .box-member-product-container .btn-inquiry {
        flex: 1;
        min-width: 120px;
    }

    .box-member-product-container .divider {
        display: none;
    }

    .box-member-product-container .visit-store {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .box-member-product-container .page-wrapper {
        padding: 0 8px;
        margin: 10px auto;
    }

    .box-member-product-container .tab-btn {
        padding: 12px 14px;
        font-size: 14px;
    }

    .box-member-product-container .profile-row {
        flex-direction: column;
        gap: 8px;
    }

    .box-member-product-container .profile-section-label {
        width: auto;
    }

    .box-member-product-container .profile-cols {
        gap: 20px;
    }

    .box-member-product-container .profile-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .box-member-product-container .section-box {
        padding: 14px 0px;
    }

    .box-member-product-container .contact-box {
        flex-direction: column;
        align-items: stretch;
    }

    .box-member-product-container .btn-chat,
    .box-member-product-container .btn-inquiry {
        width: 100%;
    }

    .box-member-product-container .divider {
        display: block;
    }
}

.home-section-features .products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.certificate-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    transition: transform 0.2s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cert-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.cert-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
}

.cert-name {
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
}

.review-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
    margin: 0px 10px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.user-name {
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.review-date {
    font-size: 12px;
    color: #999;
}

.review-stars {
    color: #f39c12;
    margin-bottom: 8px;
    font-size: 18px;
}

.review-text {
    color: #666;
    line-height: 1.5;
}

.reviewer-info-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

.user-details {
    display: flex;
    flex-direction: column;
}

.review-product-mini {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}

.review-product-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content .products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}

.box-member-product-container .profile-section h2 {
    padding-bottom: 10px;
    font-size: 21px;
    padding-top: 10px;
}

.box-member-product-container .profile-section p {
    padding-bottom: 10px;
}

.box-member-product-container .profile-section ul li {
    list-style: disc;
    margin-left: 21px;
    padding: 5px 0px;
}

.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;
}
a.related-image-item img {
    height: 196px;
}
.box-anhlienquan {
    margin-top: 14px;
}

.related-images-box {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
}

.related-images-main {
    min-height: 100%;
}

.related-images-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: stretch;
}

.related-image-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #e9eef5;
    isolation: isolate;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
}

.related-images-main .related-image-item {
    min-height: 220px;
}

.related-images-side .related-image-item {
    min-height: 106px;
}

.related-image-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 55%, rgba(15, 23, 42, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 1;
}
a.related-image-item.related-images-main img {
height: 400px;
}

.related-image-item:hover::after {
    opacity: 1;
}

.related-images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.related-image-item:hover img {
    transform: scale(1.06);
}

@media (max-width: 992px) {
    .related-images-box {
        grid-template-columns: 1fr;
    }

    .related-images-main .related-image-item {
        min-height: 220px;
    }

    .related-images-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .related-images-side .related-image-item {
        min-height: 110px;
    }
}

@media (max-width: 576px) {
    .related-images-box {
        padding: 8px;
        gap: 8px;
        border-radius: 12px;
    }

    .related-images-side {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .related-images-main .related-image-item,
    .related-images-side .related-image-item {
        min-height: 100px;
    }
}
@media (max-width: 1024px) {
    .tab-content .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tab-content .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .tab-content .products-grid {
        grid-template-columns: 1fr 1fr;
    }

    .certificates-grid {
        grid-template-columns: 1fr 1fr;
    }
}
