/* Product detail page – aligned with 2026 prototype */
.product-detail-page .proLeft .proPic { position: relative; }
.product-detail-page .proMain .proRight { flex-basis: 45%; }

.product-detail-page .proRight .p-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.product-detail-page .p-overview {
    font-size: 15px;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 20px;
}

/* Wholesale & OEM – no underline dividers */
.product-detail-page .proItem {
    border-top: 1px solid #e5e7eb;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
    margin: 20px 0;
}
.product-detail-page .proItem .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    color: #1a1a1a;
}
.product-detail-page .ProContent { border-top: none; }
.product-detail-page .proList {
    display: flex;
    padding: 5px 0;
    margin: 0;
    border: none;
    border-bottom: none;
    color: #222;
    font-size: 15px;
}
.product-detail-page .proList dt {
    width: 30%;
    margin: 0;
    font-weight: 400;
}
.product-detail-page .proList dd {
    width: 70%;
    font-weight: 600;
    margin: 0;
}

.product-detail-page .p-supplier {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #E6ECF2 -16%, rgba(236, 241, 245, 0.09) 105%);
    padding: 8px;
    border-radius: 6px;
    margin: 16px 0;
}
.product-detail-page .p-supplier .supplier-img img {
    max-height: 48px;
    max-width: 80px;
    margin: 0 auto;
}
.product-detail-page .p-supplier .supplier-brand .title {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1rem;
}
.product-detail-page .p-supplier .supplier-brand .title a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
}
.product-detail-page .p-supplier .supplier-brand .title a:hover { color: var(--Bcolor, #ff821d); }

.product-detail-page .p-btn {
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.product-detail-page .p-btn a {
    width: 50%;
    padding: 12px;
    font-weight: bold;
    margin-right: 0;
}

/* Product gallery */
.product-detail-page .proLeft .proPic .picBox { border-radius: 16px; }
.product-detail-page .wyz-top .swiper-slide {
    border-radius: 16px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.product-detail-page .wyz-top .swiper-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}
.product-detail-page .proLeft .thuilm {
    position: relative;
    margin: 4px 0;
    max-height: 80px;
    overflow: hidden;
}
.product-detail-page .proLeft .thuilm .img {
    display: block;
    max-height: 64px;
    max-width: 64px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}
.product-detail-page .proLeft .thuilm .swiper-wrapper {
    display: flex;
    align-items: center;
}
.product-detail-page .wyz-thumbs { overflow: hidden; }
.product-detail-page .wyz-thumbs .swiper-slide {
    width: 72px;
    height: 72px;
    opacity: 0.6;
    cursor: pointer;
}
.product-detail-page .wyz-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* Share widget */
.product-detail-page .product-share-widget {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 10;
}
.product-detail-page .share-main {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.product-detail-page .share-icons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s;
}
.product-detail-page .share-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.product-detail-page .product-share-widget:hover .share-icons {
    opacity: 1;
    transform: translateY(0);
}

/* Tabs & content area */
.product-detail-page .pro-detail { padding: 0; }
.product-detail-page .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    gap: 8px;
    transition: all 0.2s ease;
}
.product-detail-page .tabs-nav.fixed {
    position: sticky;
    top: 79px;
    z-index: 10;
    width: 100%;
}
.product-detail-page .tabs-placeholder.visible { display: block; height: 60px; }
.product-detail-page .tabs-placeholder { display: none; height: 0; }
.product-detail-page .tab-btn {
    background: none;
    border: none;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.product-detail-page .tab-btn:hover { color: #1a1a1a; }
.product-detail-page .tab-btn.active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
    font-weight: 600;
}
.product-detail-page .content-area { padding: 40px 0 48px; }
.product-detail-page .section-block {
    scroll-margin-top: 80px;
    padding: 0;
    border-bottom: none;
}
.product-detail-page .section-block:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}
.product-detail-page .section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}
.product-detail-page .overview-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.product-detail-page .details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.product-detail-page .details-table td {
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
}
.product-detail-page .details-table .detail-label {
    width: 32%;
    background: #f8f9fa;
    font-weight: 600;
}
.product-detail-page .pro-detail-body img { max-width: 100%; height: auto; }

.product-detail-page .pro-detail .comment-section {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
}

.product-detail-page .hot-searches-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}
.product-detail-page .hot-searches-item {
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-detail-page .hot-searches-item a {
    border: 1px solid #ced3d9;
    border-radius: 300px;
    padding: 8px 14px;
    font-size: 15px;
    color: #333;
    display: inline-block;
}
.product-detail-page .hot-searches-item a:hover { border-color: #000; text-decoration: none; }

@media only screen and (max-width: 768px) {
    .product-detail-page .proLeft .thuilm { display: none; }
    .product-detail-page .wyz-top .swiper-slide { border-radius: 0; }
    .product-detail-page .wyz-top .swiper-slide .img { border-radius: 0; }
    .product-detail-page .proList { padding: 6px 0; }
    .product-detail-page .tab-btn { padding: 14px 12px; font-size: 14px; }
	.product-detail-page .proMain .proRight {
	    flex-basis: 92%;
	            margin: 0 auto;
	            padding-top: 10px;
	}
	.product-detail-page .tabs-nav{
		padding: 0 16px;
		    overflow-x: auto;
		    flex-wrap: nowrap;
	}
	.product-detail-page .tabs-nav.fixed{
		top: 60px;
	}
	    .tab-btn {
	        padding: 12px 16px;
	        white-space: nowrap;
	    }
}
