﻿/* =========================================================
   Product Detail Page CSS
   Main Color: #e886ae
   Sub Color: #d8759e
========================================================= */

.products-all-main {
    width: 100%;
    padding: 38px 0 70px;
    overflow: visible !important;
}

.products-detail {
    align-items: flex-start;
    gap: 30px;
    overflow: visible !important;
}

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

.products-detail-right {
    width: 360px;
    flex-shrink: 0;
    position: sticky;
    top: 155px;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
}

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

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

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

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


/* ==============================
   Product Main Card
================================= */

.products-detail-left-info {
    width: 100%;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 22px 55px rgba(216, 117, 158, .12);
    position: relative;
    overflow: visible !important;
}

.products-detail-left-info-head {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f6dce7;
}

.products-detail-left-info-head span {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff1f7;
    color: #e886ae;
    font-size: 13px;
    line-height: 32px;
    font-family: myFirstFont1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.products-detail-left-info h1,
.products-detail-left-info-head h1 {
    margin: 14px 0 0;
    color: #101828;
    font-size: 2.1rem;
    line-height: 1.28;
    font-weight: bold;
    word-break: break-word;
}

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

.products-detail-left-info-head p {
    max-width: 820px;
    margin: 14px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

.products-detail-left-info-main {
    align-items: flex-start;
    gap: 34px;
}


/* ==============================
   Product Info
================================= */

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

.products-detail-left-info-badge {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(270deg, rgba(216, 117, 158, .12) 0%, rgba(232, 134, 174, .10) 100%);
    border: 1px solid #f2c9da;
}

.products-detail-left-info-badge em {
    grid-column: 1 / -1;
    display: inline-flex;
    width: fit-content;
    height: 26px;
    align-items: center;
    padding: 0 12px;
    margin-bottom: 8px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    font-size: 12px;
    font-style: normal;
    line-height: 26px;
    font-family: myFirstFont1;
}

.products-detail-left-info-badge strong {
    color: #e886ae;
    font-size: 30px;
    line-height: 36px;
    font-family: myFirstFont1;
}

.products-detail-left-info-badge span {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.products-detail-left-info-list dl {
    width: 100%;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #f6dce7;
    align-items: flex-start;
}

.products-detail-left-info-list dl dt {
    width: 138px;
    flex: 0 0 138px;
    padding-right: 12px;
    color: #8a536a;
    font-size: .92rem;
    line-height: 24px;
    font-weight: 600;
}

.products-detail-left-info-list dl dd {
    width: calc(100% - 138px);
    flex: 0 0 calc(100% - 138px);
    min-width: 0;
    margin: 0;
    color: #1f2937;
    font-size: .95rem;
    line-height: 24px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.products-detail-left-info-list dl dd a {
    color: #e886ae;
    text-decoration: none;
}

.products-detail-left-info-list dl dd a:hover {
    color: #d8759e;
    text-decoration: underline;
}

.products-detail-left-info-list dl dd .fa-file-pdf-o {
    margin-right: 6px;
    color: #e886ae;
}

.products-detail-left-info-list dl.posi-rel dd > .flex {
    width: 100%;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.products-detail-left-info-list #commoditySelectNum {
    width: 94px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    border: 1px solid #f2c9da;
    border-radius: 999px;
    background: #fff8fb;
    color: #111;
    text-align: center;
}

.products-detail-left-info-list #commoditySelectNum:focus {
    border-color: #e886ae;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(232, 134, 174, .12);
}

.products-detail-left-info-list .btnbuy,
.products-detail-left-info-list .btnbuy1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.products-detail-left-info-list .btnbuy {
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    box-shadow: 0 12px 24px rgba(216, 117, 158, .20);
}

.products-detail-left-info-list .btnbuy:hover {
    color: #fff;
    background: linear-gradient(270deg, #e886ae 0%, #d8759e 100%);
    transform: translateY(-2px);
}

.products-detail-left-info-list .btnbuy1 {
    color: #e886ae;
    background: #fff1f7;
    border: 1px solid #f2c9da;
}

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

.products-detail-left-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.sub_compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 118px;
    height: 40px;
    padding: 0 18px;
    color: #e886ae;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 999px;
    font-size: .9rem;
    text-decoration: none;
}

.sub_compare:hover {
    color: #fff;
    background: #e886ae;
    border-color: #e886ae;
}


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

.products-detail-left-info-pic {
    width: 405px;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
}

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

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

.gallery-main {
    position: relative;
    width: 100%;
    height: 405px;
    background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
    border: 1px solid #f2c9da;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
    box-shadow: inset 0 0 0 8px rgba(255, 241, 247, .65);
}

.gallery-main:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(232, 134, 174, .10);
}

.gallery-main img {
    position: relative;
    z-index: 2;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
}

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

.zoom-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 5;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    box-shadow: 0 12px 26px rgba(216, 117, 158, .24);
}

.zoom-lens {
    display: none;
    position: absolute;
    z-index: 6;
    width: 120px;
    height: 120px;
    border: 1px solid #e886ae;
    background: rgba(232, 134, 174, .12);
    pointer-events: none;
}

.zoom-view {
    display: none;
    position: absolute;
    left: calc(100% + 18px);
    right: auto;
    top: 0;
    z-index: 999;
    width: 420px;
    height: 420px;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(216, 117, 158, .18);
}

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

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

.thumb-arrow {
    width: 30px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #e886ae;
    background: #fff1f7;
    border: 1px solid #f2c9da;
    border-radius: 12px;
    cursor: pointer;
}

.thumb-arrow:hover {
    color: #fff;
    background: #e886ae;
    border-color: #e886ae;
}

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

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

.thumbs-track {
    display: flex;
    gap: 10px;
    transition: all .3s ease;
}

.thumb-item {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    padding: 7px;
    border: 1px solid #f2c9da;
    border-radius: 14px;
    cursor: pointer;
    background: #fff;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: #e886ae;
    box-shadow: 0 10px 22px rgba(216, 117, 158, .16);
}

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


/* ==============================
   Trust Cards
================================= */

.products-detail-trust {
    margin-top: 28px;
    padding-top: 26px;
    border-top: 1px solid #f6dce7;
    gap: 16px;
}

.products-detail-trust dl {
    flex: 1;
    display: flex;
    gap: 13px;
    margin: 0;
    padding: 18px;
    border-radius: 18px;
    background: #fff8fb;
    border: 1px solid #f6dce7;
}

.products-detail-trust dl dt {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-detail-trust dl dd {
    margin: 0;
}

.products-detail-trust dl dd strong {
    display: block;
    color: #111827;
    font-size: 15px;
    line-height: 22px;
    font-family: myFirstFont1;
}

.products-detail-trust dl dd p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
}


/* ==============================
   Product Details Content
================================= */

.products-spec {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(216, 117, 158, .10);
}

.products-spec h2 {
    position: relative;
    margin: 0 0 22px;
    padding-left: 18px;
    color: #111;
    font-size: 1.55rem;
    line-height: 36px;
    font-weight: bold;
}

.products-spec h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 18px;
    background: #e886ae;
    border-radius: 8px;
}

.product-tab-pane {
    color: #44566c;
    font-size: .96rem;
    line-height: 28px;
}

.product-tab-pane p {
    margin-bottom: 14px;
}

.product-tab-pane img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

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

.product-tab-pane table th,
.product-tab-pane table td {
    padding: 12px;
    border: 1px solid #f2c9da;
    color: #44566c;
    font-size: .92rem;
}

.product-tab-pane table th {
    color: #111;
    background: #fff1f7;
}


/* ==============================
   User Guide / Tabs
================================= */

.products-container,
.user-guide-wrap {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(216, 117, 158, .10);
    overflow: visible !important;
}

.user-guide-wrap > h2,
.products-container > h2 {
    position: relative;
    margin: 0 0 22px;
    padding-left: 18px;
    color: #111;
    font-size: 1.55rem;
    line-height: 36px;
    font-weight: bold;
}

.user-guide-wrap > h2:before,
.products-container > h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 18px;
    background: #e886ae;
    border-radius: 8px;
}

.products-spec-tab {
    position: sticky !important;
    top: 140px !important;
    z-index: 800 !important;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #f2c9da;
    border-radius: 16px;
    padding: 8px;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 28px rgba(216, 117, 158, .12);
}

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

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

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

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

.products-spec-tab ul li {
    flex-shrink: 0;
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    color: #e886ae;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
}

.products-spec-tab ul li:hover,
.products-spec-tab ul li.active {
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(216, 117, 158, .18);
}

.products-spec-tab-info {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 8px;
    scroll-margin-top: 165px;
}

.products-spec-tab-info > h3 {
    position: relative;
    margin: 0 0 18px;
    padding-left: 14px;
    color: #111;
    font-size: 1.28rem;
    line-height: 32px;
    font-weight: bold;
}

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


/* ==============================
   Specifications
================================= */

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

.product-tab-spec dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #f6dce7;
}

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

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

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

.product-tab-spec dl dt {
    width: 34%;
    flex-shrink: 0;
    color: #111;
    font-weight: 600;
    background: #fff1f7;
    border-right: 1px solid #f6dce7;
}

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


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

.product-tab-faq {
    color: #44566c;
    font-size: .96rem;
    line-height: 28px;
}

.product-tab-faq h3 {
    margin: 20px 0 8px;
    color: #111;
    font-size: 1.05rem;
    line-height: 28px;
    font-weight: bold;
}

.product-tab-faq h3:first-child {
    margin-top: 0;
}

.product-tab-faq p {
    margin-bottom: 12px;
}


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

.products-lab-saleapro {
    gap: 12px;
}

.products-lab-saleapro a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    color: #8a536a;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 999px;
    font-size: .9rem;
    text-decoration: none;
}

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


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

.products-lab-retapro {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.products-lab-retapro dl {
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(216, 117, 158, .08);
    transition: all .25s ease;
}

.products-lab-retapro dl:hover {
    border-color: #e886ae;
    box-shadow: 0 14px 30px rgba(216, 117, 158, .14);
    transform: translateY(-3px);
}

.products-lab-retapro dl dt {
    width: 100%;
    height: 150px;
    padding: 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff;
    border-bottom: 1px solid #f6dce7;
    overflow: hidden;
}

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

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

.products-lab-retapro dl dd {
    padding: 15px 15px 16px;
    background: #fff;
}

.products-lab-retapro dl dd a {
    display: block;
    height: 44px;
    overflow: hidden;
    color: #111;
    font-size: .95rem;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
    word-break: break-word;
}

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

.products-lab-retapro dl dd p {
    height: 22px;
    margin-top: 8px;
    overflow: hidden;
    color: #667085;
    font-size: .86rem;
    line-height: 22px;
}
/* ==============================
   Product Substitutes
================================= */

.products-substitute-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.substitute-card {
    position: relative;
    min-width: 0;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(216, 117, 158, .08);
    transition: all .25s ease;
}

.substitute-card:hover {
    border-color: #e886ae;
    box-shadow: 0 15px 32px rgba(216, 117, 158, .14);
    transform: translateY(-3px);
}

.substitute-card-img {
    width: 100%;
    height: 138px;
    padding: 16px;
    background: linear-gradient(180deg, #fff 0%, #fff8fb 100%);
    border-bottom: 1px solid #f6dce7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.substitute-card-img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.substitute-card-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
    transition: transform .25s ease;
}

.substitute-card:hover .substitute-card-img img {
    transform: scale(1.04);
}

.substitute-card-info {
    padding: 14px 15px 16px;
    text-align: center;
}

.substitute-card-info h4 {
    display: -webkit-box;
    min-height: 24px;
    max-height: 48px;
    margin: 0 0 6px;
    overflow: hidden;
    color: #111827;
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.substitute-card-info h4 a,
.substitute-card-info h4 span {
    color: #111827;
    text-decoration: none;
}

.substitute-card-info h4 a:hover {
    color: #e886ae;
}

.substitute-card-brand {
    display: -webkit-box;
    min-height: 20px;
    max-height: 40px;
    margin: 0;
    overflow: hidden;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.products-substitute-empty {
    padding: 22px 24px;
    color: #667085;
    background: #fff8fb;
    border: 1px dashed #f2c9da;
    border-radius: 16px;
    font-size: .94rem;
    line-height: 1.7;
}

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

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

.product-seo-summary .product-tab-pane p {
    color: #5f6f89;
    font-size: .96rem;
    line-height: 1.85;
}

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

.product-seo-points dl {
    margin: 0;
    padding: 18px 16px;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 14px;
}

.product-seo-points dl dt {
    margin-bottom: 8px;
    color: #8a536a;
    font-size: 13px;
    line-height: 20px;
}

.product-seo-points dl dd {
    margin: 0;
    color: #111827;
    font-size: 15px;
    line-height: 22px;
    font-family: myFirstFont1;
    word-break: break-word;
}


/* ==============================
   Right Sidebar Price / RFQ
================================= */

.products-detail-price-list,
.products-detail-right-rfq {
    width: 100%;
    background: #fff;
    border: 1px solid #f2c9da;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 22px 52px rgba(216, 117, 158, .12);
}

.products-detail-price-list {
    margin-bottom: 22px;
}

.products-detail-price-list h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f6dce7;
    font-size: 1.16rem;
    line-height: 28px;
}

.products-detail-price-list h2 span {
    color: #8a536a;
}

.products-detail-price-list h2 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 36px;
    padding: 0 14px;
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    border-radius: 999px;
    font-style: normal;
    font-weight: bold;
}

.products-detail-price-list table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f6dce7;
    border-radius: 14px;
    overflow: hidden;
}

.products-detail-price-list table td {
    padding: 11px 8px;
    color: #44566c;
    font-size: .88rem;
    line-height: 22px;
    border-bottom: 1px solid #f6dce7;
}

.products-detail-price-list table tr:first-child td {
    color: #111;
    font-weight: bold;
    background: #fff1f7;
}

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

.products-detail-price-list dl dd {
    gap: 10px;
    margin: 0;
}

.products-detail-price-list .gs-pricea1,
.products-detail-price-list .gs-pricea2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 44px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.products-detail-price-list .gs-pricea1 {
    color: #fff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    box-shadow: 0 12px 24px rgba(216, 117, 158, .20);
}

.products-detail-price-list .gs-pricea2 {
    color: #e886ae;
    background: #fff1f7;
    border: 1px solid #f2c9da;
}

.products-detail-price-list .gs-pricea1:hover,
.products-detail-price-list .gs-pricea2:hover {
    color: #fff;
    background: #d8759e;
    border-color: #d8759e;
}

.products-detail-right-rfq h3 {
    margin: 0 0 18px;
    color: #111;
    font-size: 1.18rem;
    line-height: 28px;
    font-weight: bold;
}

.products-detail-right-rfq h3 span {
    display: block;
    margin-top: 7px;
    color: #667085;
    font-size: .86rem;
    line-height: 22px;
    font-weight: normal;
}

.products-detail-right-rfq-fed dl {
    width: 100%;
    margin: 0 0 13px;
    align-items: flex-start;
}

.products-detail-right-rfq-fed dl dt {
    width: 92px;
    flex: 0 0 92px;
    color: #8a536a;
    font-size: .86rem;
    line-height: 40px;
}

.products-detail-right-rfq-fed dl dd {
    width: calc(100% - 92px);
    flex: 0 0 calc(100% - 92px);
    margin: 0;
}

.products-detail-right-rfq-fed input,
.products-detail-right-rfq-fed textarea {
    width: 100%;
    border: 1px solid #f2c9da;
    border-radius: 12px;
    background: #fff8fb;
    color: #111;
    font-size: .88rem;
}

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

.products-detail-right-rfq-fed textarea {
    height: 92px;
    line-height: 22px;
    padding: 10px 12px;
    resize: vertical;
}

.products-detail-right-rfq-fed input:focus,
.products-detail-right-rfq-fed textarea:focus {
    border-color: #e886ae;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(232, 134, 174, .12);
}

.products-detail-right-rfq-fed input.is-error,
.products-detail-right-rfq-fed textarea.is-error {
    border-color: #ff4d4f !important;
    background: #fff8f8 !important;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, .10) !important;
}

.rfq-submit {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    font-size: .96rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(216, 117, 158, .20);
}

.rfq-submit:hover {
    background: linear-gradient(270deg, #e886ae 0%, #d8759e 100%);
    transform: translateY(-2px);
}


/* ==============================
   Compare Floating Panel
================================= */

.contrast {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(255,255,255,.98);
    border-top: 1px solid #f2c9da;
    box-shadow: 0 -12px 36px rgba(216, 117, 158, .16);
}

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

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

.contrast-bt ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e886ae;
    font-size: 1rem;
    font-weight: bold;
}

.contrast-yc a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #667085;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 50%;
}

.contrast-yc a:hover {
    color: #fff;
    background: #e886ae;
    border-color: #e886ae;
}

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

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

.contrast-cp1 dl {
    width: 245px;
    flex-shrink: 0;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 12px;
    background: #fff8fb;
    border: 1px solid #f2c9da;
    border-radius: 12px;
}

.contrast-cp1 dl dt {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #f6dce7;
    border-radius: 10px;
    padding: 6px;
}

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

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

.contrast-cp1 dl dd p {
    margin: 0 0 5px;
    color: #667085;
    font-size: .82rem;
    line-height: 18px;
}

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

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

.compare-brand {
    color: #667085;
}

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

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

.contrast-btn input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    cursor: pointer;
}

.contrast-btn input:hover {
    background: linear-gradient(270deg, #e886ae 0%, #d8759e 100%);
}

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

.contrast-btn p a {
    color: #667085;
    font-size: .85rem;
}


/* ==============================
   Loading / Modal
================================= */

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

.product-rfq-loading-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    max-width: calc(100% - 36px);
    transform: translate(-50%, -50%);
    padding: 42px 28px 36px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.product-rfq-loading-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 5px solid rgba(232, 134, 174, .16);
    border-top-color: #e886ae;
    animation: productRfqSpin .85s linear infinite;
}

.product-rfq-loading-title {
    color: #e886ae;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.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);
    }
}


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

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

.product-rfq-modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 420px;
    max-width: calc(100% - 32px);
    transform: translate(-50%, -50%);
    padding: 38px 32px 30px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(216, 117, 158, .28);
}

.product-rfq-modal-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
}

.product-rfq-modal-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 16px 34px rgba(216, 117, 158, .28);
}

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

.product-rfq-modal.error .product-rfq-modal-icon {
    background: linear-gradient(270deg, #ff8ca8 0%, #e64674 100%);
    box-shadow: 0 16px 34px rgba(230, 70, 116, .24);
}

.product-rfq-modal-box h3 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.product-rfq-modal-box p {
    margin: 12px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
}

.product-rfq-modal-box button {
    min-width: 140px;
    height: 44px;
    margin-top: 26px;
    padding: 0 28px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(216, 117, 158, .26);
    transition: all .25s ease;
}

.product-rfq-modal-box button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(216, 117, 158, .34);
}


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

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

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

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

.gallery-preview-close {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #e886ae;
    cursor: pointer;
}

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


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

@media screen and (max-width: 768px) {
    .products-all-main {
        padding: 24px 0 42px;
    }

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

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

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

    .products-detail-left-info {
        padding: 22px 16px;
        border-radius: 18px;
    }

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

    .products-detail-left-info-head span {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .products-detail-left-info h1,
    .products-detail-left-info-head h1 {
        margin-top: 12px;
        font-size: 1.48rem;
        line-height: 1.35;
    }

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

    .products-detail-left-info-main {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .products-detail-left-info-list {
        order: 1;
        width: 100%;
    }

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

    .gallery-main {
        height: 285px;
        border-radius: 16px;
    }

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

    .thumb-item {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }

    .thumb-arrow {
        height: 52px;
        line-height: 52px;
    }

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

    .products-detail-left-info-badge strong {
        font-size: 26px;
    }

    .products-detail-left-info-list dl {
        display: block;
        padding: 11px 0;
    }

    .products-detail-left-info-list dl dt,
    .products-detail-left-info-list dl dd {
        width: 100%;
        flex: none;
    }

    .products-detail-left-info-list dl dt {
        margin-bottom: 4px;
        padding-right: 0;
        font-size: .86rem;
        line-height: 22px;
    }

    .products-detail-left-info-list dl dd {
        font-size: .88rem;
        line-height: 23px;
    }

    .products-detail-left-info-list dl.posi-rel dd > .flex {
        flex-wrap: wrap;
    }

    .products-detail-left-info-list #commoditySelectNum {
        width: 100%;
    }

    .products-detail-left-info-list .btnbuy,
    .products-detail-left-info-list .btnbuy1 {
        width: 100%;
        margin-top: 8px;
    }

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

    .sub_compare {
        min-width: 0;
        width: 100%;
    }

    .products-detail-trust {
        display: block;
        margin-top: 24px;
        padding-top: 20px;
    }

    .products-detail-trust dl {
        width: 100%;
        margin-bottom: 12px;
    }

    .products-detail-trust dl:last-child {
        margin-bottom: 0;
    }

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

    .products-detail-right-rfq-fed dl {
        display: block;
    }

    .products-detail-right-rfq-fed dl dt,
    .products-detail-right-rfq-fed dl dd {
        width: 100%;
        flex: none;
    }

    .products-detail-right-rfq-fed dl dt {
        line-height: 24px;
        margin-bottom: 6px;
    }

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

    .products-spec-tab {
        top: 140px !important;
        border-radius: 14px;
        padding: 6px;
        margin-bottom: 18px;
    }

    .products-spec-tab ul li {
        min-width: auto;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        font-size: .86rem;
    }

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

    .product-tab-spec dl {
        display: block;
    }

    .product-tab-spec dl dt,
    .product-tab-spec dl dd {
        width: 100%;
        border-right: none;
        padding: 11px 13px;
    }

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

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

    .products-lab-retapro dl dt img {
        max-width: 86% !important;
        max-height: 86% !important;
    }

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

    .products-lab-retapro dl dd a {
        height: 42px;
        font-size: .86rem;
        line-height: 21px;
    }

    .products-lab-retapro dl dd p {
        font-size: .8rem;
    }

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

    .product-seo-points dl {
        padding: 15px 14px;
        border-radius: 12px;
    }

    .contrast {

    }

    .product-rfq-loading-box {
        width: calc(100% - 32px);
        padding: 34px 22px 30px;
        border-radius: 18px;
    }

    .product-rfq-loading-title {
        font-size: 20px;
    }

    .product-rfq-modal-box {
        width: calc(100% - 32px);
        padding: 34px 22px 26px;
        border-radius: 20px;
    }

    .product-rfq-modal-icon {
        width: 72px;
        height: 72px;
        font-size: 30px;
        margin-bottom: 18px;
    }

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

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

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

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

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

/* ==============================
   Product Substitutes Responsive
================================= */

@media screen and (max-width: 1024px) {
    .products-substitute-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .substitute-card-img {
        height: 145px;
    }
}

@media screen and (max-width: 768px) {
    .products-substitute-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .substitute-card {
        border-radius: 15px;
    }

    .substitute-card:hover {
        transform: none;
    }

    .substitute-card-img {
        height: 145px;
        padding: 15px;
    }

    .substitute-card-info {
        padding: 13px 14px 15px;
    }

    .substitute-card-info h4 {
        font-size: 15px;
        line-height: 23px;
        max-height: 46px;
    }

    .products-substitute-empty {
        padding: 18px;
        font-size: 13px;
        border-radius: 14px;
    }
}

@media screen and (max-width: 480px) {
    .products-substitute-cards {
        gap: 12px;
    }

    .substitute-card-img {
        height: 132px;
        padding: 14px;
    }
}
