﻿/* =========================================================
   Product Detail Page
   Primary Color: #f7b901
   Secondary Color: #0e5aa4
========================================================= */

.products-all-main,
.products-all-main *,
.products-all-main *::before,
.products-all-main *::after {
    box-sizing: border-box;
}

.products-all-main {
    width: 100%;
    padding: 34px 0 76px;
    overflow: visible;
    background: #f5f8fc;
    color: #44566c;
    font-size: 14px;
}

.products-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 26px;
    overflow: visible;
}

.products-detail-left {
    width: calc(100% - 354px);
    min-width: 0;
    overflow: visible;
}

.products-detail-right {
    position: sticky;
    top: 90px;
    width: 328px;
    max-height: calc(100vh - 110px);
    flex: 0 0 328px;
    padding-right: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .products-detail-right::-webkit-scrollbar {
        width: 5px;
    }

    .products-detail-right::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #e8f0f8;
    }

    .products-detail-right::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #91b8da;
    }

        .products-detail-right::-webkit-scrollbar-thumb:hover {
            background: #0e5aa4;
        }


/* =========================================================
   Product Overview Card
========================================================= */

.products-detail-left-info {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: visible;
    border: 1px solid #dce7f3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(14, 90, 164, 0.10);
}

.products-detail-left-info-main {
    display: grid !important;
    grid-template-columns: 370px minmax(0, 1fr);
    align-items: start !important;
    gap: 34px;
}


/* =========================================================
   Product Heading
========================================================= */

.products-detail-left-info-head {
    margin-bottom: 22px;
}

.product-heading-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

    .product-heading-labels > span,
    .products-detail-left-info-head > span {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        padding: 5px 14px;
        border: 1px solid rgba(14, 90, 164, 0.20);
        border-radius: 999px;
        background: #eef6fd;
        color: #0e5aa4;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 0.4px;
    }

    .product-heading-labels > em {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        padding: 5px 13px;
        border: 1px solid rgba(247, 185, 1, 0.42);
        border-radius: 999px;
        background: #fff9e8;
        color: #8f6800;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.4px;
    }

.products-detail-left-info h1,
.products-detail-left-info-head h1 {
    margin: 14px 0 0;
    color: #12233b;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 800;
    word-break: break-word;
}

    .products-detail-left-info h1::before {
        display: none;
    }

.products-detail-left-info-head p {
    margin: 13px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   Quick Facts
========================================================= */

.product-quick-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 21px;
}

.product-quick-fact {
    min-width: 0;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #f7faff;
}

    .product-quick-fact > i {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #0e5aa4;
        color: #ffffff;
        font-size: 16px;
    }

    .product-quick-fact > div {
        min-width: 0;
    }

    .product-quick-fact span {
        display: block;
        margin-bottom: 4px;
        color: #6f8197;
        font-size: 14px;
        line-height: 21px;
    }

    .product-quick-fact strong {
        display: block;
        overflow: hidden;
        color: #14243b;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


/* =========================================================
   Product Primary Data
========================================================= */

.products-detail-left-info-list {
    min-width: 0;
}

.product-primary-data {
    overflow: hidden;
    border: 1px solid #e1e9f2;
    border-radius: 14px;
}

    .product-primary-data dl,
    .products-detail-left-info-list dl {
        width: 100%;
        display: grid !important;
        grid-template-columns: 132px minmax(0, 1fr);
        align-items: start !important;
        margin: 0;
        padding: 12px 14px;
        border-bottom: 1px solid #e7edf4;
    }

        .product-primary-data dl:nth-child(even) {
            background: #f9fbfd;
        }

        .product-primary-data dl:last-child {
            border-bottom: none;
        }

        .product-primary-data dl dt,
        .products-detail-left-info-list dl dt {
            width: auto;
            padding-right: 12px;
            color: #61758c;
            font-size: 14px;
            line-height: 24px;
            font-weight: 600;
        }

        .product-primary-data dl dd,
        .products-detail-left-info-list dl dd {
            width: auto;
            min-width: 0;
            margin: 0;
            color: #1f2937;
            font-size: 14px;
            line-height: 24px;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

            .product-primary-data dl dd a,
            .products-detail-left-info-list dl dd a {
                color: #0e5aa4;
                text-decoration: none;
            }

                .product-primary-data dl dd a:hover,
                .products-detail-left-info-list dl dd a:hover {
                    color: #f7b901;
                    text-decoration: underline;
                }

.product-description-row dd {
    color: #52677f;
}

.product-datasheet-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

    .product-datasheet-link i {
        color: #d92d20;
        font-size: 17px;
    }


/* =========================================================
   Purchase Panel
========================================================= */

.product-purchase-panel {
    margin-top: 15px;
    padding: 17px;
    border: 1px solid rgba(14, 90, 164, 0.20);
    border-radius: 14px;
    background: linear-gradient( 135deg, #f2f8fd 0%, #ffffff 60%, #fffaf0 100% );
}

.product-purchase-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}

    .product-purchase-title > span {
        color: #14243b;
        font-size: 15px;
        line-height: 23px;
        font-weight: 700;
    }

    .product-purchase-title > em {
        color: #667085;
        font-size: 14px;
        line-height: 22px;
        font-style: normal;
    }

        .product-purchase-title > em strong {
            color: #0e5aa4;
        }

.product-purchase-controls {
    display: grid;
    grid-template-columns: 90px minmax(122px, 0.75fr) minmax(160px, 1fr);
    gap: 9px;
}

.products-detail-left-info-list #commoditySelectNum {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #cddbea;
    border-radius: 9px;
    outline: none;
    background: #ffffff;
    color: #14243b;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
}

    .products-detail-left-info-list #commoditySelectNum:focus {
        border-color: #0e5aa4;
        box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.12);
    }

.products-detail-left-info-list .btnbuy,
.products-detail-left-info-list .btnbuy1 {
    min-width: 0;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 44px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.products-detail-left-info-list .btnbuy {
    border: 1px solid #0e5aa4;
    background: #0e5aa4;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(14, 90, 164, 0.18);
}

    .products-detail-left-info-list .btnbuy:hover {
        border-color: #f7b901;
        background: #f7b901;
        color: #ffffff;
        transform: translateY(-2px);
    }

.products-detail-left-info-list .btnbuy1 {
    border: 1px solid #cddbea;
    background: #ffffff;
    color: #0e5aa4;
}

    .products-detail-left-info-list .btnbuy1:hover {
        border-color: #0e5aa4;
        background: #eef6fd;
        color: #0e5aa4;
        transform: translateY(-2px);
    }




/* =========================================================
   Inline Inventory and Pricing
========================================================= */

.products-detail-inline-price {
    margin-top: 15px;
    padding: 17px;
    box-shadow: none;
}

    .products-detail-inline-price .product-sidebar-heading {
        padding-bottom: 13px;
        border-bottom: 1px solid #e5edf5;
    }

    .products-detail-inline-price .product-sidebar-stock {
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .products-detail-inline-price .product-price-table {
        overflow-x: auto;
    }

    .products-detail-inline-price table {
        min-width: 430px;
    }

    /* Reset the generic product detail dl layout inside the price module */

    .products-detail-left-info-list .products-detail-inline-price dl,
    .products-detail-inline-price dl {
        width: 100%;
        display: block !important;
        margin: 14px 0 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

        .products-detail-left-info-list .products-detail-inline-price dl dd,
        .products-detail-inline-price dl dd {
            width: 100%;
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin: 0;
            padding: 0;
        }

    .products-detail-inline-price .gs-pricea1,
    .products-detail-inline-price .gs-pricea2 {
        width: 100%;
        min-width: 0;
        height: 44px;
        padding: 0 14px;
        line-height: 44px;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
    }


/* =========================================================
   Inline Quick RFQ
========================================================= */

.products-detail-inline-rfq {
    margin-top: 15px;
    box-shadow: none;
}

    .products-detail-inline-rfq .product-sidebar-heading {
        padding-bottom: 13px;
        border-bottom: 1px solid #e5edf5;
    }

    .products-detail-inline-rfq .product-rfq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .products-detail-inline-rfq .rfq-field-half {
        grid-column: span 1;
    }

    .products-detail-inline-rfq .rfq-field-full,
    .products-detail-inline-rfq .rfq-submit {
        grid-column: 1 / -1;
    }


/* =========================================================
   Sidebar Payment and Shipping
========================================================= */

.product-order-service-sidebar {
   
    gap: 14px;
}

    .product-order-service-sidebar .product-order-service-row {
        padding: 16px;
        border-radius: 15px;
    }

    .product-order-service-sidebar .product-order-service-title {
        margin-bottom: 13px;
        font-size: 15px;
        line-height: 23px;
    }

        .product-order-service-sidebar .product-order-service-title > i {
            width: 34px;
            height: 34px;
            flex: 0 0 34px;
            font-size: 15px;
        }

    /* Payment methods use two stable columns in the sidebar */

    .product-order-service-sidebar .payment-brand-list,
    .products-detail-right .payment-brand-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

        .product-order-service-sidebar .payment-brand-list span,
        .products-detail-right .payment-brand-list span {
            min-width: 0;
            min-height: 72px;
            padding: 10px 7px;
            gap: 6px;
            font-size: 12px;
            line-height: 18px;
            white-space: nowrap;
            word-break: normal;
            overflow-wrap: normal;
        }

            .product-order-service-sidebar .payment-brand-list span:last-child,
            .products-detail-right .payment-brand-list span:last-child {
                grid-column: 1 / -1;
                min-height: 54px;
                flex-direction: row;
                gap: 9px;
            }

            .product-order-service-sidebar .payment-brand-list span i,
            .products-detail-right .payment-brand-list span i {
                flex-shrink: 0;
                font-size: 22px;
                line-height: 24px;
            }

    .product-order-service-sidebar .product-order-service-note,
    .products-detail-right .product-order-service-note {
        margin-top: 11px;
        padding: 11px 12px;
        font-size: 12px;
        line-height: 20px;
    }

    /* Shipping methods use two larger image cards per row */

    .product-order-service-sidebar .product-shipping-logo-list,
    .products-detail-right .product-shipping-logo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .product-order-service-sidebar .product-shipping-logo-item,
    .products-detail-right .product-shipping-logo-item {
        min-width: 0;
        padding: 10px 9px 9px;
        border-radius: 11px;
    }

        .product-order-service-sidebar .product-shipping-logo-item img,
        .products-detail-right .product-shipping-logo-item img {
            width: 100%;
            height: 78px;
            margin-bottom: 7px;
            padding: 5px;
            object-fit: contain;
        }

        .product-order-service-sidebar .product-shipping-logo-item span,
        .products-detail-right .product-shipping-logo-item span {
            font-size: 13px;
            line-height: 20px;
        }

    .product-order-service-sidebar .product-shipping-information,
    .products-detail-right .product-shipping-information {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 12px;
    }

    .product-order-service-sidebar .product-shipping-info-row,
    .products-detail-right .product-shipping-info-row {
        min-height: 0;
        padding: 11px 12px;
    }

    .product-order-service-sidebar .product-shipping-info-label,
    .products-detail-right .product-shipping-info-label {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    .product-order-service-sidebar .product-shipping-info-value,
    .products-detail-right .product-shipping-info-value {
        font-size: 12px;
        line-height: 20px;
    }

    .product-order-service-sidebar .product-shipping-estimate,
    .products-detail-right .product-shipping-estimate {
        width: 100%;
        min-height: 42px;
        margin-top: 11px;
    }

/* =========================================================
   Payment and Shipping
========================================================= */

.product-order-service {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    
}

.product-order-service-row {
    position: relative;
    min-width: 0;
    padding: 17px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #ffffff;
}

    .product-order-service-row::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: linear-gradient( 90deg, #0e5aa4 0%, #2879c4 72%, #f7b901 100% );
    }

.product-order-service-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #14243b;
    font-size: 15px;
    line-height: 23px;
    font-weight: 800;
}

    .product-order-service-title > i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background: #0e5aa4;
        color: #ffffff;
        font-size: 15px;
        box-shadow: 0 8px 18px rgba(14, 90, 164, 0.18);
    }

/* Payment cards */

.payment-brand-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

    .payment-brand-list span {
        min-width: 0;
        min-height: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 8px 6px;
        border: 1px solid #dce7f3;
        border-radius: 10px;
        background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
        color: #315b82;
        font-size: 11px;
        line-height: 17px;
        font-weight: 700;
        text-align: center;
        word-break: normal;
        transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

        .payment-brand-list span i {
            color: #0e5aa4;
            font-size: 21px;
            line-height: 24px;
        }

        .payment-brand-list span:hover {
            border-color: rgba(14, 90, 164, 0.42);
            background: #eef6fd;
            box-shadow: 0 9px 20px rgba(14, 90, 164, 0.10);
            transform: translateY(-2px);
        }

.product-order-service-note {
    margin: 11px 0 0;
    padding: 10px 12px;
    border-radius: 9px;
    background: #f7faff;
    color: #718298;
    font-size: 12px;
    line-height: 20px;
}

/* Shipping logo cards */

.product-shipping-logo-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.product-shipping-logo-item {
    min-width: 0;
    padding: 9px 8px 8px;
    border: 1px solid #dce7f3;
    border-radius: 11px;
    background: #ffffff;
    text-align: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .product-shipping-logo-item:hover {
        border-color: rgba(247, 185, 1, 0.60);
        box-shadow: 0 10px 22px rgba(14, 90, 164, 0.10);
        transform: translateY(-2px);
    }

    .product-shipping-logo-item img {
        display: block;
        width: 100%;
        height: 54px;
        margin: 0 auto 7px;
        padding: 4px;
        border-radius: 8px;
        background: #f7faff;
        object-fit: contain;
    }

    .product-shipping-logo-item span {
        display: block;
        color: #14243b;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
    }

/* Shipping details */

.product-shipping-information {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 13px;
}

.product-shipping-info-row {
    min-width: 0;
    min-height: 84px;
    display: block;
    padding: 11px 12px;
    border: 1px solid #e2eaf3;
    border-radius: 10px;
    background: #f8fbff;
}

.product-shipping-info-label {
    display: block;
    margin-bottom: 6px;
    color: #0e5aa4;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.product-shipping-info-value {
    min-width: 0;
    color: #334155;
    font-size: 12px;
    line-height: 20px;
    word-break: normal;
    overflow-wrap: anywhere;
}

    .product-shipping-info-value a {
        color: #0e5aa4;
        text-decoration: none;
    }

        .product-shipping-info-value a:hover {
            color: #f0a900;
        }

.product-shipping-estimate {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
    padding: 9px 16px;
    border: 1px solid #f7b901;
    border-radius: 9px;
    background: #f7b901;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 9px 20px rgba(247, 185, 1, 0.22);
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

    .product-shipping-estimate:hover {
        border-color: #0e5aa4;
        background: #0e5aa4;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* =========================================================
   Packaging Tab
========================================================= */

.product-packaging-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.product-packaging-item {
    min-width: 0;
    padding: 13px 9px;
    border: 1px solid #dce7f3;
    border-radius: 13px;
    background: #f9fbfd;
    text-align: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .product-packaging-item:hover {
        border-color: rgba(247, 185, 1, 0.55);
        box-shadow: 0 10px 22px rgba(14, 90, 164, 0.10);
        transform: translateY(-3px);
    }

.product-packaging-image {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 9px;
    padding: 7px;
    overflow: hidden;
    border: 2px solid #dce7f3;
    border-radius: 50%;
    background: #ffffff;
}

    .product-packaging-image img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 50%;
        object-fit: contain;
    }

.product-packaging-item span {
    display: block;
    margin-bottom: 3px;
    color: #0e5aa4;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.product-packaging-item strong {
    display: block;
    color: #14243b;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.product-packaging-note {
    margin: 15px 0 0;
    padding: 11px 13px;
    border-radius: 9px;
    background: #fff9e8;
    color: #745f16;
    font-size: 13px;
    line-height: 21px;
}


/* =========================================================
   Compare and Favorite
========================================================= */

.products-detail-left-info-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 15px;
}

.sub_compare {
    min-width: 118px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border: 1px solid #d8e3ee;
    border-radius: 9px;
    background: #ffffff;
    color: #52677f;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

    .sub_compare:hover {
        border-color: #0e5aa4;
        background: #0e5aa4;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* =========================================================
   Product Gallery
========================================================= */

.products-detail-left-info-pic {
    position: relative;
    z-index: 20;
    width: 370px;
    min-width: 0;
}

.pic-box,
.product-gallery,
.gallery-main-wrap {
    overflow: visible;
}

.gallery-main-wrap {
    position: relative;
    width: 100%;
}

.gallery-main {
    position: relative;
    width: 100%;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 90, 164, 0.035), transparent 55%), #ffffff;
    cursor: zoom-in;
}

    .gallery-main::before {
        content: "";
        position: absolute;
        top: -75px;
        left: -75px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(14, 90, 164, 0.05);
    }

    .gallery-main::after {
        content: "";
        position: absolute;
        right: -70px;
        bottom: -70px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background: rgba(247, 185, 1, 0.08);
    }

    .gallery-main img {
        position: relative;
        z-index: 2;
        display: block;
        width: auto;
        height: auto;
        max-width: 86%;
        max-height: 86%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .gallery-main:hover img {
        transform: scale(1.04);
    }

.zoom-icon {
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 9px 20px rgba(14, 90, 164, 0.22);
}

.zoom-lens {
    position: absolute;
    z-index: 6;
    display: none;
    width: 110px;
    height: 110px;
    border: 1px solid #0e5aa4;
    background: rgba(14, 90, 164, 0.11);
    pointer-events: none;
}

.zoom-view {
    position: absolute;
    top: 0;
    left: calc(100% + 18px);
    z-index: 999;
    display: none;
    width: 410px;
    height: 410px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(14, 90, 164, 0.20);
}

    .zoom-view img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
        max-height: none;
    }

.gallery-thumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.thumb-arrow {
    width: 30px;
    height: 56px;
    flex: 0 0 30px;
    padding: 0;
    border: 1px solid #dce7f3;
    border-radius: 9px;
    background: #f4f8fc;
    color: #0e5aa4;
    font-size: 17px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

    .thumb-arrow:hover {
        border-color: #0e5aa4;
        background: #0e5aa4;
        color: #ffffff;
    }

    .thumb-arrow.disabled {
        opacity: 0.35;
        cursor: not-allowed;
        pointer-events: none;
    }

.thumbs-track-wrap {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.thumbs-track {
    display: flex;
    gap: 8px;
    transition: transform 0.3s ease;
}

.thumb-item {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    padding: 6px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .thumb-item:hover,
    .thumb-item.active {
        border-color: #f7b901;
        box-shadow: 0 7px 16px rgba(14, 90, 164, 0.12);
        transform: translateY(-2px);
    }

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


/* =========================================================
   Product Gallery Sourcing Support
========================================================= */

.product-gallery-support {
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 16px;
    background: linear-gradient( 145deg, #f3f8fd 0%, #ffffff 58%, #fffaf0 100% );
}

    .product-gallery-support::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: linear-gradient( 90deg, #0e5aa4 0%, #0e5aa4 68%, #f7b901 100% );
    }

    .product-gallery-support::after {
        content: "";
        position: absolute;
        right: -70px;
        bottom: -90px;
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background: rgba(14, 90, 164, 0.04);
        pointer-events: none;
    }

.product-gallery-support-head {
    position: relative;
    z-index: 2;
}

    .product-gallery-support-head > span {
        display: block;
        margin-bottom: 5px;
        color: #0e5aa4;
        font-size: 14px;
        line-height: 21px;
        font-weight: 700;
        letter-spacing: 0.8px;
    }

    .product-gallery-support-head h3 {
        margin: 0;
        color: #14243b;
        font-size: 19px;
        line-height: 29px;
        font-weight: 800;
    }

    .product-gallery-support-head p {
        margin: 9px 0 0;
        color: #667085;
        font-size: 14px;
        line-height: 23px;
    }

.product-gallery-support-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
    margin-top: 17px;
}

.product-gallery-support-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .product-gallery-support-item > i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background: #0e5aa4;
        color: #ffffff;
        font-size: 14px;
    }

    .product-gallery-support-item > div {
        min-width: 0;
    }

    .product-gallery-support-item strong {
        display: block;
        color: #14243b;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
    }

    .product-gallery-support-item span {
        display: block;
        margin-top: 2px;
        color: #74859a;
        font-size: 14px;
        line-height: 22px;
    }

.product-gallery-support-meta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

    .product-gallery-support-meta > div {
        min-width: 0;
        padding: 12px;
        border: 1px solid #dce7f3;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.82);
    }

    .product-gallery-support-meta span {
        display: block;
        margin-bottom: 4px;
        color: #6f8197;
        font-size: 14px;
        line-height: 21px;
    }

    .product-gallery-support-meta strong {
        display: block;
        overflow: hidden;
        color: #0e5aa4;
        font-size: 14px;
        line-height: 22px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.product-gallery-support-actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 15px;
}

.product-gallery-support-primary,
.product-gallery-support-secondary {
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.product-gallery-support-primary {
    border: 1px solid #0e5aa4;
    background: #0e5aa4;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(14, 90, 164, 0.18);
}

    .product-gallery-support-primary:hover {
        border-color: #f7b901;
        background: #f7b901;
        color: #ffffff;
        box-shadow: 0 10px 22px rgba(247, 185, 1, 0.22);
        transform: translateY(-2px);
    }

.product-gallery-support-secondary {
    border: 1px solid #cddbea;
    background: #ffffff;
    color: #0e5aa4;
}

    .product-gallery-support-secondary:hover {
        border-color: #0e5aa4;
        background: #eef6fd;
        color: #0e5aa4;
        transform: translateY(-2px);
    }


/* =========================================================
   Left Column Trust Cards
========================================================= */

.product-gallery-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
}

    .product-gallery-trust dl {
        min-width: 0;
        display: flex;
        align-items: flex-start;
        gap: 11px;
        margin: 0;
        padding: 14px;
        border: 1px solid #dce7f3;
        border-radius: 12px;
        background: #f8fafc;
        transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

        .product-gallery-trust dl:hover {
            border-color: rgba(14, 90, 164, 0.30);
            background: #ffffff;
            box-shadow: 0 9px 20px rgba(14, 90, 164, 0.08);
            transform: translateY(-2px);
        }

        .product-gallery-trust dl dt {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            border-radius: 10px;
            background: #0e5aa4;
            color: #ffffff;
            font-size: 15px;
        }

        .product-gallery-trust dl dd {
            min-width: 0;
            margin: 0;
        }

            .product-gallery-trust dl dd strong {
                display: block;
                color: #14243b;
                font-size: 14px;
                line-height: 22px;
                font-weight: 700;
            }

            .product-gallery-trust dl dd p {
                margin: 3px 0 0;
                color: #74859a;
                font-size: 13px;
                line-height: 21px;
            }


/* =========================================================
   Content Sections
========================================================= */

.products-spec,
.products-container,
.user-guide-wrap {
    width: 100%;
    margin-top: 24px;
    padding: 30px;
    overflow: visible;
    border: 1px solid #dce7f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(14, 90, 164, 0.08);
}

.product-section-heading {
    margin-bottom: 22px;
}

    .product-section-heading > span {
        display: block;
        margin-bottom: 6px;
        color: #0e5aa4;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: 0.8px;
    }

    .product-section-heading h2,
    .products-spec h2,
    .user-guide-wrap > h2,
    .products-container > h2 {
        position: relative;
        margin: 0;
        padding-left: 15px;
        color: #14243b;
        font-size: 1.45rem;
        line-height: 34px;
        font-weight: 800;
    }

        .product-section-heading h2::before,
        .products-spec h2::before,
        .user-guide-wrap > h2::before,
        .products-container > h2::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 4px;
            height: 18px;
            border-radius: 4px;
            background: #f7b901;
        }

.product-tab-pane {
    color: #52677f;
    font-size: 15px;
    line-height: 1.9;
}

    .product-tab-pane p {
        margin: 0 0 15px;
    }

        .product-tab-pane p:last-child {
            margin-bottom: 0;
        }

    .product-tab-pane h2,
    .product-tab-pane h3,
    .product-tab-pane h4 {
        margin: 24px 0 11px;
        color: #14243b;
        font-weight: 700;
    }

    .product-tab-pane h2 {
        font-size: 1.45rem;
        line-height: 34px;
    }

    .product-tab-pane h3 {
        font-size: 1.25rem;
        line-height: 31px;
    }

    .product-tab-pane h4 {
        font-size: 1.05rem;
        line-height: 28px;
    }

    .product-tab-pane a {
        color: #0e5aa4;
        text-decoration: underline;
    }

        .product-tab-pane a:hover {
            color: #f7b901;
        }

    .product-tab-pane img {
        max-width: 100%;
        height: auto;
        margin: 15px 0;
        border-radius: 10px;
    }

    .product-tab-pane ul,
    .product-tab-pane ol {
        margin: 14px 0;
        padding-left: 24px;
    }

    .product-tab-pane ul {
        list-style: disc;
    }

    .product-tab-pane ol {
        list-style: decimal;
    }

    .product-tab-pane li {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 26px;
    }

    .product-tab-pane table {
        width: 100%;
        margin: 18px 0;
        border-collapse: collapse;
    }

        .product-tab-pane table th,
        .product-tab-pane table td {
            padding: 12px 13px;
            border: 1px solid #dce7f3;
            color: #44566c;
            font-size: 14px;
            line-height: 23px;
        }

        .product-tab-pane table th {
            background: #f3f8fd;
            color: #14243b;
        }


/* =========================================================
   Technical Tabs
========================================================= */

.products-spec-tab {
    position: sticky;
    top: 84px;
    z-index: 800;
    margin-bottom: 24px;
    padding: 7px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 22px rgba(14, 90, 164, 0.10);
    backdrop-filter: blur(8px);
}

    .products-spec-tab ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 7px;
        margin: 0;
        padding: 0 0 2px;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .products-spec-tab ul::-webkit-scrollbar {
            height: 4px;
        }

        .products-spec-tab ul::-webkit-scrollbar-track {
            border-radius: 10px;
            background: #edf4fa;
        }

        .products-spec-tab ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background: #8fb8dc;
        }

        .products-spec-tab ul li {
            min-width: 132px;
            height: 42px;
            flex: 1 0 auto;
            padding: 0 18px;
            border: 1px solid #dce7f3;
            border-radius: 9px;
            background: #f7faff;
            color: #0e5aa4;
            font-size: 14px;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }

            .products-spec-tab ul li:hover,
            .products-spec-tab ul li.active {
                border-color: #0e5aa4;
                background: #0e5aa4;
                color: #ffffff;
                box-shadow: 0 7px 16px rgba(14, 90, 164, 0.16);
            }

.products-spec-tab-info {
    width: 100%;
    margin-bottom: 28px;
    padding-top: 5px;
    scroll-margin-top: 150px;
}

    .products-spec-tab-info:last-child {
        margin-bottom: 0;
    }

    .products-spec-tab-info > h3 {
        position: relative;
        margin: 0 0 18px;
        padding-left: 14px;
        color: #14243b;
        font-size: 1.2rem;
        line-height: 30px;
        font-weight: 700;
    }

        .products-spec-tab-info > h3::before {
            content: "";
            position: absolute;
            top: 11px;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #f7b901;
        }


/* =========================================================
   Specification Table
========================================================= */

.product-tab-spec {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 13px;
}

    .product-tab-spec dl {
        display: grid;
        grid-template-columns: 34% minmax(0, 1fr);
        margin: 0;
        border-bottom: 1px solid #e5ecf3;
    }

        .product-tab-spec dl:last-child {
            border-bottom: none;
        }

        .product-tab-spec dl:nth-child(odd) {
            background: #fafcfe;
        }

        .product-tab-spec dl dt,
        .product-tab-spec dl dd {
            margin: 0;
            padding: 13px 15px;
            color: #44566c;
            font-size: 14px;
            line-height: 24px;
            word-break: break-word;
        }

        .product-tab-spec dl dt {
            border-right: 1px solid #e5ecf3;
            background: #f2f7fb;
            color: #14243b;
            font-weight: 600;
        }

        .product-tab-spec dl dd {
            min-width: 0;
        }

    .product-tab-spec .product-spec-header dt,
    .product-tab-spec .product-spec-header dd {
        background: #0e5aa4;
        color: #ffffff;
        font-weight: 700;
    }


/* =========================================================
   FAQ
========================================================= */

.product-tab-faq {
    display: grid;
    gap: 12px;
}

.product-faq-item {
    padding: 17px 18px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #f9fbfd;
}

.product-tab-faq h3 {
    margin: 0 0 7px;
    color: #14243b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

.product-tab-faq p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 24px;
}


/* =========================================================
   Hot Sale
========================================================= */

.products-lab-saleapro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

    .products-lab-saleapro a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        padding: 8px 14px;
        border: 1px solid #dce7f3;
        border-radius: 8px;
        background: #f7faff;
        color: #52677f;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
        transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }

        .products-lab-saleapro a:hover {
            border-color: #0e5aa4;
            background: #0e5aa4;
            color: #ffffff;
            transform: translateY(-2px);
        }


/* =========================================================
   Related Products
========================================================= */

.products-lab-retapro {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch !important;
    gap: 13px;
}

    .products-lab-retapro dl {
        width: 100% !important;
        min-width: 0;
        margin: 0 !important;
        overflow: hidden;
        border: 1px solid #dce7f3;
        border-radius: 13px;
        background: #ffffff;
        transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

        .products-lab-retapro dl:hover {
            border-color: #f7b901;
            box-shadow: 0 10px 24px rgba(14, 90, 164, 0.12);
            transform: translateY(-3px);
        }

        .products-lab-retapro dl dt {
            width: 100%;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            overflow: hidden;
            border-bottom: 1px solid #e5ecf3;
            background: #ffffff;
        }

            .products-lab-retapro dl dt a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .products-lab-retapro dl dt img {
                display: block;
                width: auto !important;
                height: auto !important;
                max-width: 82% !important;
                max-height: 82% !important;
                margin: 0 auto;
                object-fit: contain;
            }

        .products-lab-retapro dl dd {
            padding: 14px;
            background: #ffffff;
        }

            .products-lab-retapro dl dd > a {
                display: block;
                height: 46px;
                overflow: hidden;
                color: #14243b;
                font-size: 14px;
                line-height: 23px;
                font-weight: 700;
                text-decoration: none;
                word-break: break-word;
            }

                .products-lab-retapro dl dd > a:hover {
                    color: #f7b901;
                }

            .products-lab-retapro dl dd p {
                height: 22px;
                margin: 8px 0 0;
                overflow: hidden;
                color: #667085;
                font-size: 14px;
                line-height: 22px;
            }


/* =========================================================
   SEO Product Summary
========================================================= */

.product-seo-summary {
    position: relative;
    overflow: hidden;
}

    .product-seo-summary::after {
        content: "";
        position: absolute;
        right: -100px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(14, 90, 164, 0.04);
        pointer-events: none;
    }

    .product-seo-summary .product-tab-pane {
        position: relative;
        z-index: 2;
    }

        .product-seo-summary .product-tab-pane p {
            color: #5f6f89;
            font-size: 15px;
            line-height: 1.9;
        }

.product-seo-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
    margin-top: 20px;
}

    .product-seo-points dl {
        min-width: 0;
        margin: 0;
        padding: 16px;
        border: 1px solid #dce7f3;
        border-radius: 11px;
        background: #f7faff;
    }

        .product-seo-points dl dt {
            margin-bottom: 6px;
            color: #6f8197;
            font-size: 14px;
            line-height: 22px;
        }

        .product-seo-points dl dd {
            margin: 0;
            color: #14243b;
            font-size: 14px;
            line-height: 23px;
            font-weight: 700;
            word-break: break-word;
        }

.product-support-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.product-support-primary,
.product-support-secondary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.product-support-primary {
    border: 1px solid #0e5aa4;
    background: #0e5aa4;
    color: #ffffff !important;
    box-shadow: 0 9px 20px rgba(14, 90, 164, 0.18);
}

    .product-support-primary:hover {
        border-color: #f7b901;
        background: #f7b901;
        color: #ffffff;
        transform: translateY(-2px);
    }

.product-support-secondary {
    border: 1px solid #cddbea;
    background: #ffffff;
    color: #0e5aa4;
}

    .product-support-secondary:hover {
        border-color: #0e5aa4;
        background: #eef6fd;
        color: #0e5aa4;
        transform: translateY(-2px);
    }


/* =========================================================
   Sidebar Cards
========================================================= */

.products-detail-price-list,
.products-detail-right-rfq {
    width: 100%;
    padding: 16px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(14, 90, 164, 0.10);
}

.products-detail-price-list {
}

.product-sidebar-heading {
    margin-bottom: 13px;
}

    .product-sidebar-heading > span {
        display: block;
        margin-bottom: 3px;
        color: #0e5aa4;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        letter-spacing: 0.6px;
    }

    .product-sidebar-heading h2 {
        margin: 0;
        color: #14243b;
        font-size: 18px;
        line-height: 25px;
        font-weight: 800;
    }

    .product-sidebar-heading p {
        margin: 5px 0 0;
        color: #718298;
        font-size: 13px;
        line-height: 20px;
    }

.product-sidebar-stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
    padding: 14px;
    border: 1px solid rgba(14, 90, 164, 0.20);
    border-radius: 11px;
    background: #eef6fd;
}

    .product-sidebar-stock span {
        color: #52677f;
        font-size: 14px;
        line-height: 22px;
    }

    .product-sidebar-stock strong {
        color: #0e5aa4;
        font-size: 20px;
        line-height: 27px;
        font-weight: 800;
    }

.product-price-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 11px;
}

.products-detail-price-list table {
    width: 100%;
    border-collapse: collapse;
}

    .products-detail-price-list table td {
        padding: 11px 8px;
        border-bottom: 1px solid #e5ecf3;
        color: #52677f;
        font-size: 14px;
        line-height: 22px;
    }

    .products-detail-price-list table tr:last-child td {
        border-bottom: none;
    }

    .products-detail-price-list table tr:first-child td {
        background: #f2f7fb;
        color: #14243b;
        font-weight: 700;
    }

.products-detail-price-list dl {
    margin: 14px 0 0;
}

    .products-detail-price-list dl dd {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0;
    }

.products-detail-price-list .gs-pricea1,
.products-detail-price-list .gs-pricea2 {
    width: 100%;
    min-width: 0;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    line-height: 43px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.products-detail-price-list .gs-pricea1 {
    border: 1px solid #0e5aa4;
    background: #0e5aa4;
    color: #ffffff;
}

.products-detail-price-list .gs-pricea2 {
    border: 1px solid #d2deea;
    background: #ffffff;
    color: #0e5aa4;
}

    .products-detail-price-list .gs-pricea1:hover,
    .products-detail-price-list .gs-pricea2:hover {
        border-color: #f7b901;
        background: #f7b901;
        color: #ffffff;
        transform: translateY(-2px);
    }

.product-sidebar-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
    padding: 11px 12px;
    border-radius: 9px;
    background: #fff9e8;
    color: #745f16;
    font-size: 14px;
    line-height: 22px;
}

    .product-sidebar-note i {
        flex-shrink: 0;
        margin-top: 3px;
        color: #d49b00;
        font-size: 15px;
    }


/* =========================================================
   Quick RFQ Form
========================================================= */

.product-rfq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.products-detail-right-rfq-fed .product-rfq-grid dl {
    min-width: 0;
    display: block !important;
    margin: 0;
}

.products-detail-right-rfq-fed .rfq-field-half {
    grid-column: span 1;
}

.products-detail-right-rfq-fed .rfq-field-full,
.products-detail-right-rfq-fed .rfq-submit {
    grid-column: 1 / -1;
}

.products-detail-right-rfq-fed dl dt {
    width: 100%;
    margin-bottom: 4px;
    color: #52677f;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}

.products-detail-right-rfq-fed dl dd {
    width: 100%;
    margin: 0;
}

.products-detail-right-rfq-fed .red {
    margin-left: 3px;
    color: #d92d20;
}

.products-detail-right-rfq-fed input,
.products-detail-right-rfq-fed textarea {
    width: 100%;
    border: 1px solid #d5e1ec;
    border-radius: 9px;
    outline: none;
    background: #f8fafc;
    color: #14243b;
    font-size: 13px;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.products-detail-right-rfq-fed input {
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
}

.products-detail-right-rfq-fed textarea {
    height: 70px;
    min-height: 70px;
    padding: 8px 10px;
    line-height: 20px;
    resize: vertical;
}

    .products-detail-right-rfq-fed input::placeholder,
    .products-detail-right-rfq-fed textarea::placeholder {
        color: #98a2b3;
    }

    .products-detail-right-rfq-fed input:focus,
    .products-detail-right-rfq-fed textarea:focus {
        border-color: #0e5aa4;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.11);
    }

    .products-detail-right-rfq-fed input.is-error,
    .products-detail-right-rfq-fed textarea.is-error {
        border-color: #d92d20 !important;
        background: #fff8f7 !important;
        box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.09) !important;
    }

.rfq-submit {
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 1px;
    border: none;
    border-radius: 9px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 9px 20px rgba(14, 90, 164, 0.18);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .rfq-submit:hover {
        background: #f7b901;
        box-shadow: 0 11px 24px rgba(247, 185, 1, 0.22);
        transform: translateY(-2px);
    }


/* =========================================================
   Comparison Panel
========================================================= */

.contrast {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    border-top: 1px solid #dce7f3;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 36px rgba(14, 90, 164, 0.16);
}

.contrast-nr {
    width: 1360px;
    max-width: 96%;
    margin: 0 auto;
}

.contrast1 {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3eaf2;
}

.contrast-bt ul {
    margin: 0;
    padding: 0;
}

    .contrast-bt ul li a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #0e5aa4;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: none;
    }

.contrast-yc a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce7f3;
    border-radius: 8px;
    background: #f7faff;
    color: #667085;
    font-size: 15px;
    text-decoration: none;
}

    .contrast-yc a:hover {
        border-color: #0e5aa4;
        background: #0e5aa4;
        color: #ffffff;
    }

.contrast-cp {
    display: flex;
    align-items: stretch;
    gap: 18px;
    padding: 14px 0;
}

.contrast-cp1 {
    flex: 1;
    display: flex;
    gap: 12px;
    overflow-x: auto;
}

    .contrast-cp1 dl {
        width: 260px;
        flex: 0 0 260px;
        display: flex;
        gap: 11px;
        margin: 0;
        padding: 11px;
        border: 1px solid #dce7f3;
        border-radius: 10px;
        background: #f7faff;
    }

        .contrast-cp1 dl dt {
            width: 70px;
            height: 70px;
            flex: 0 0 70px;
            padding: 5px;
            border: 1px solid #e3eaf2;
            border-radius: 8px;
            background: #ffffff;
        }

            .contrast-cp1 dl dt img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .contrast-cp1 dl dd {
            flex: 1;
            min-width: 0;
            margin: 0;
        }

            .contrast-cp1 dl dd p {
                margin: 0 0 5px;
                overflow: hidden;
                color: #667085;
                font-size: 14px;
                line-height: 21px;
                text-overflow: ellipsis;
            }

                .contrast-cp1 dl dd p a {
                    color: #14243b;
                    text-decoration: none;
                }

                    .contrast-cp1 dl dd p a:hover {
                        color: #f7b901;
                    }

.compare-brand {
    color: #667085;
}

.db-nr2-2 {
    color: #0e5aa4 !important;
}

.contrast-btn {
    width: 155px;
    flex: 0 0 155px;
    text-align: center;
}

    .contrast-btn input {
        width: 100%;
        height: 41px;
        border: none;
        border-radius: 9px;
        background: #0e5aa4;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }

        .contrast-btn input:hover {
            background: #f7b901;
        }

    .contrast-btn p {
        margin: 8px 0 0;
    }

        .contrast-btn p a {
            color: #667085;
            font-size: 14px;
        }


/* =========================================================
   Loading Overlay
========================================================= */

.product-rfq-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100003;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(4px);
}

.product-rfq-loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    max-width: calc(100% - 36px);
    padding: 38px 26px 32px;
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
}

.product-rfq-loading-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border: 5px solid rgba(14, 90, 164, 0.15);
    border-top-color: #0e5aa4;
    border-radius: 50%;
    animation: productRfqSpin 0.85s linear infinite;
}

.product-rfq-loading-title {
    color: #0e5aa4;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.product-rfq-loading-text {
    margin-top: 8px;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

@keyframes productRfqSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* =========================================================
   RFQ Result Modal
========================================================= */

.product-rfq-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100004;
    display: none;
    width: 100%;
    height: 100%;
}

.product-rfq-modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
}

.product-rfq-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    max-width: calc(100% - 32px);
    padding: 36px 30px 28px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 24px 70px rgba(14, 90, 164, 0.28);
    transform: translate(-50%, -50%);
}

    .product-rfq-modal-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient( 90deg, #0e5aa4 0%, #f7b901 100% );
    }

.product-rfq-modal-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
    border-radius: 16px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 29px;
    box-shadow: 0 14px 30px rgba(14, 90, 164, 0.24);
}

.product-rfq-modal.success .product-rfq-modal-icon i::before {
    content: "\f00c";
}

.product-rfq-modal.error .product-rfq-modal-icon {
    background: #d92d20;
    box-shadow: 0 14px 30px rgba(217, 45, 32, 0.20);
}

.product-rfq-modal-box h3 {
    margin: 0;
    color: #14243b;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
}

.product-rfq-modal-box p {
    margin: 11px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.product-rfq-modal-box button {
    min-width: 135px;
    height: 44px;
    margin-top: 23px;
    padding: 0 26px;
    border: none;
    border-radius: 9px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(14, 90, 164, 0.22);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .product-rfq-modal-box button:hover {
        background: #f7b901;
        transform: translateY(-2px);
    }


/* =========================================================
   Gallery Preview
========================================================= */

.gallery-preview-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.76);
    backdrop-filter: blur(4px);
}

.gallery-preview-box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 88%;
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.30);
    transform: translate(-50%, -50%);
}

    .gallery-preview-box img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 78vh;
        object-fit: contain;
    }

.gallery-preview-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #0e5aa4;
    color: #ffffff;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

    .gallery-preview-close:hover {
        background: #f7b901;
        transform: rotate(90deg);
    }



/* =========================================================
   Tablet Layout
========================================================= */

@media (max-width: 1180px) {
    .products-detail-inline-rfq {
        margin-top: 15px;
    }

        .products-detail-inline-rfq .product-rfq-grid {
            grid-template-columns: 1fr;
        }

        .products-detail-inline-rfq .rfq-field-half,
        .products-detail-inline-rfq .rfq-field-full,
        .products-detail-inline-rfq .rfq-submit {
            grid-column: 1;
        }

    .products-detail-left {
        width: calc(100% - 326px);
    }

    .products-detail-right {
        width: 302px;
        flex-basis: 302px;
    }

    .product-rfq-grid {
        grid-template-columns: 1fr;
    }

    .products-detail-right-rfq-fed .rfq-field-half,
    .products-detail-right-rfq-fed .rfq-field-full,
    .products-detail-right-rfq-fed .rfq-submit {
        grid-column: 1;
    }

    .payment-brand-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-shipping-logo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-packaging-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* =========================================================
   Mobile Layout
========================================================= */

@media (max-width: 768px) {

    .products-detail-inline-price {
        margin-top: 14px;
        padding: 15px;
    }

        .products-detail-inline-price table {
            min-width: 390px;
        }

        .products-detail-left-info-list .products-detail-inline-price dl dd,
        .products-detail-inline-price dl dd {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        .products-detail-inline-price .gs-pricea1,
        .products-detail-inline-price .gs-pricea2 {
            height: 44px;
            line-height: 44px;
            white-space: nowrap;
        }

    .products-detail-inline-rfq {
        margin-top: 20px;
    }

        .products-detail-inline-rfq .product-rfq-grid {
            grid-template-columns: 1fr;
        }

        .products-detail-inline-rfq .rfq-field-half,
        .products-detail-inline-rfq .rfq-field-full,
        .products-detail-inline-rfq .rfq-submit {
            grid-column: 1;
        }

    .product-order-service-sidebar {
        margin-top: 14px;
    }

        .product-order-service-sidebar .payment-brand-list,
        .products-detail-right .payment-brand-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

            .product-order-service-sidebar .payment-brand-list span,
            .products-detail-right .payment-brand-list span {
                min-height: 66px;
                font-size: 12px;
                white-space: normal;
            }

        .product-order-service-sidebar .product-shipping-logo-list,
        .products-detail-right .product-shipping-logo-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .product-order-service-sidebar .product-shipping-logo-item img,
        .products-detail-right .product-shipping-logo-item img {
            height: 72px;
        }

    .products-all-main {
        padding: 22px 0 44px;
        font-size: 14px;
    }

    .products-detail {
        width: 94%;
        display: block;
    }

    .products-detail-left,
    .products-detail-right {
        width: 100%;
    }

    .products-detail-right {
        position: static;
        max-height: none;
        margin-top: 20px;
        padding-right: 0;
        overflow: visible;
    }

    .products-detail-left-info {
        padding: 20px 15px;
        border-radius: 16px;
    }

    .products-detail-left-info-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .products-detail-left-info-pic {
        width: 100%;
    }

    .gallery-main {
        height: 290px;
        border-radius: 13px;
    }

        .gallery-main img {
            max-width: 88%;
            max-height: 88%;
        }

    .zoom-view,
    .zoom-lens {
        display: none !important;
    }

    .zoom-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
        line-height: 38px;
    }

    .thumb-item {
        width: 57px;
        height: 57px;
        flex-basis: 57px;
    }

    .thumb-arrow {
        height: 50px;
        line-height: 48px;
    }

    .product-heading-labels > span,
    .products-detail-left-info-head > span,
    .product-heading-labels > em {
        font-size: 14px;
    }

    .products-detail-left-info h1,
    .products-detail-left-info-head h1 {
        font-size: 1.48rem;
        line-height: 1.4;
    }

    .products-detail-left-info-head p {
        font-size: 14px;
        line-height: 1.75;
    }

    .product-quick-facts {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .product-quick-fact {
        min-height: 78px;
    }

        .product-quick-fact span,
        .product-quick-fact strong {
            font-size: 14px;
        }

    .product-primary-data dl,
    .products-detail-left-info-list dl {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 11px 12px;
    }

        .product-primary-data dl dt,
        .products-detail-left-info-list dl dt {
            padding-right: 0;
            font-size: 14px;
            line-height: 22px;
        }

        .product-primary-data dl dd,
        .products-detail-left-info-list dl dd {
            font-size: 14px;
            line-height: 23px;
        }

    .product-purchase-panel {
        padding: 14px;
    }

    .product-purchase-title {
        display: block;
    }

        .product-purchase-title > span,
        .product-purchase-title > em {
            font-size: 14px;
        }

        .product-purchase-title > em {
            display: block;
            margin-top: 5px;
        }

    .product-purchase-controls {
        grid-template-columns: 1fr;
    }

    .products-detail-left-info-list #commoditySelectNum,
    .products-detail-left-info-list .btnbuy,
    .products-detail-left-info-list .btnbuy1 {
        width: 100%;
        font-size: 14px;
    }

        .products-detail-left-info-list .btnbuy:hover,
        .products-detail-left-info-list .btnbuy1:hover {
            transform: none;
        }

    .products-detail-left-info-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sub_compare {
        width: 100%;
        min-width: 0;
        font-size: 14px;
    }

        .sub_compare:hover {
            transform: none;
        }

    .product-gallery-support {
        margin-top: 14px;
        padding: 18px 15px;
        border-radius: 14px;
    }

    .product-gallery-support-head > span,
    .product-gallery-support-head p,
    .product-gallery-support-item strong,
    .product-gallery-support-item span,
    .product-gallery-support-meta span,
    .product-gallery-support-meta strong {
        font-size: 14px;
    }

    .product-gallery-support-head h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .product-gallery-support-meta {
        grid-template-columns: 1fr;
    }

    .product-gallery-support-actions {
        grid-template-columns: 1fr;
    }

    .product-gallery-support-primary,
    .product-gallery-support-secondary {
        width: 100%;
        min-height: 44px;
        font-size: 14px;
    }

        .product-gallery-support-primary:hover,
        .product-gallery-support-secondary:hover {
            transform: none;
        }

    .products-spec,
    .products-container,
    .user-guide-wrap,
    .products-detail-price-list,
    .products-detail-right-rfq {
        padding: 21px 15px;
        border-radius: 15px;
    }

    .product-section-heading > span,
    .product-sidebar-heading > span {
        font-size: 14px;
    }

    .product-section-heading h2,
    .products-spec h2,
    .user-guide-wrap > h2,
    .products-container > h2 {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .product-tab-pane {
        font-size: 14px;
        line-height: 1.85;
    }

        .product-tab-pane li,
        .product-tab-pane table th,
        .product-tab-pane table td {
            font-size: 14px;
        }

    .products-spec-tab {
        top: 76px;
        margin-bottom: 18px;
        padding: 5px;
        border-radius: 10px;
    }

        .products-spec-tab ul li {
            min-width: auto;
            height: 39px;
            padding: 0 14px;
            font-size: 14px;
            line-height: 37px;
        }

    .products-spec-tab-info {
        scroll-margin-top: 115px;
    }

    .product-tab-spec dl {
        grid-template-columns: 1fr;
    }

        .product-tab-spec dl dt {
            border-right: none;
            border-bottom: 1px solid #e5ecf3;
        }

        .product-tab-spec dl dt,
        .product-tab-spec dl dd {
            padding: 11px 12px;
            font-size: 14px;
        }

    .product-faq-item {
        padding: 14px;
    }

    .product-tab-faq h3,
    .product-tab-faq p {
        font-size: 14px;
    }

    .products-lab-saleapro a {
        font-size: 14px;
    }

    .products-lab-retapro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

        .products-lab-retapro dl:hover {
            transform: none;
        }

        .products-lab-retapro dl dt {
            height: 120px;
            padding: 12px;
        }

        .products-lab-retapro dl dd {
            padding: 11px;
        }

            .products-lab-retapro dl dd > a {
                height: 44px;
                font-size: 14px;
                line-height: 22px;
            }

            .products-lab-retapro dl dd p {
                font-size: 14px;
                line-height: 22px;
            }

    .product-seo-summary .product-tab-pane p {
        font-size: 14px;
    }

    .product-seo-points {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .product-seo-points dl dt,
        .product-seo-points dl dd {
            font-size: 14px;
        }

    .product-support-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-support-primary,
    .product-support-secondary {
        width: 100%;
        font-size: 14px;
    }

        .product-support-primary:hover,
        .product-support-secondary:hover {
            transform: none;
        }

    .product-sidebar-heading p,
    .product-sidebar-stock span,
    .product-sidebar-note,
    .products-detail-price-list table td,
    .products-detail-price-list .gs-pricea1,
    .products-detail-price-list .gs-pricea2 {
        font-size: 14px;
    }

    .products-detail-right-rfq-fed dl dt,
    .products-detail-right-rfq-fed input,
    .products-detail-right-rfq-fed textarea,
    .rfq-submit {
        font-size: 14px;
    }

        .products-detail-price-list .gs-pricea1:hover,
        .products-detail-price-list .gs-pricea2:hover,
        .rfq-submit:hover {
            transform: none;
        }

    .contrast {
        display: none !important;
    }

    .product-rfq-loading-box {
        width: calc(100% - 32px);
        padding: 32px 20px 28px;
    }

    .product-rfq-loading-text {
        font-size: 14px;
    }

    .product-rfq-modal-box {
        width: calc(100% - 32px);
        padding: 32px 20px 25px;
    }

    .product-rfq-modal-icon {
        width: 66px;
        height: 66px;
        font-size: 27px;
    }

    .product-rfq-modal-box h3 {
        font-size: 20px;
    }

    .product-rfq-modal-box p,
    .product-rfq-modal-box button {
        font-size: 14px;
    }

    .product-rfq-modal-box button {
        width: 100%;
    }

    .gallery-preview-box {
        width: calc(100% - 28px);
        padding: 14px;
        border-radius: 12px;
    }

    .gallery-preview-close {
        top: 7px;
        right: 7px;
    }

    .product-rfq-grid {
        grid-template-columns: 1fr;
    }

    .products-detail-right-rfq-fed .rfq-field-half,
    .products-detail-right-rfq-fed .rfq-field-full,
    .products-detail-right-rfq-fed .rfq-submit {
        grid-column: 1;
    }

    .products-detail-right-rfq-fed input {
        height: 42px;
        font-size: 14px;
        line-height: 42px;
    }

    .products-detail-right-rfq-fed textarea {
        height: 86px;
        min-height: 86px;
        font-size: 14px;
        line-height: 22px;
    }

    .rfq-submit {
        height: 44px;
        font-size: 14px;
    }

    .product-order-service-row {
        padding: 14px;
    }

    .payment-brand-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .payment-brand-list span {
            min-height: 60px;
            font-size: 12px;
        }

    .product-shipping-logo-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .product-shipping-information {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .product-shipping-info-row {
        min-height: 0;
    }

    .product-shipping-info-value {
        font-size: 14px;
        line-height: 22px;
    }

    .product-shipping-estimate {
        width: 100%;
        min-height: 42px;
        font-size: 14px;
    }

        .product-shipping-estimate:hover,
        .payment-brand-list span:hover,
        .product-shipping-logo-item:hover,
        .product-gallery-trust dl:hover {
            transform: none;
        }

    .product-gallery-trust {
        grid-template-columns: 1fr;
    }

    .product-packaging-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product-packaging-item:hover {
        transform: none;
    }

    .product-packaging-image {
        width: 82px;
        height: 82px;
    }
}
