.breadcrumb {
    font-size: 16px;
    color: #666;
    margin: 20px 0;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #0066cc;
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item:last-child {
    color: #333;
    font-weight: bold;
}

.product-detail-wrapper {
    display: flex;
    gap: 40px;
    margin: 32px 0;
}

.product-images {
    flex: 0 0 650px;
}

.product-main-image-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 20px;
}

.product-main-image {
    width: 100%;
    height: 650px;
    object-fit: contain;
    cursor: crosshair;
    display: block;
}

.product-zoom-window {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    width: 500px;
    height: 500px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 100;
    pointer-events: none;
}

.product-zoom-lens {
    display: none;
    position: absolute;
    border: 2px solid #2d2d38;
    background: rgba(255, 255, 255, 0.3);
    cursor: crosshair;
    z-index: 99;
    pointer-events: none;
    cursor: crosshair !important;
}

.elevatezoom-gallery {
    display: inline-block;
    text-decoration: none;
}

.product-thumbnails-wrapper {
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.product-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: hidden;
    width: 100%;
    max-width: 680px;
}

.product-thumbnail {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    transition: border-color 0.2s;
}

.product-thumbnails-scroll {
    overflow-x: auto;
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.product-thumbnails-scroll:active,
.product-thumbnails-scroll.dragging {
    cursor: grabbing;
}

.product-thumbnails-scroll::-webkit-scrollbar {
    display: none;
}

.thumbnail-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #2d2d38;
    border: 2px solid #2d2d38;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.thumbnail-scroll-btn:hover {
    background: #1a1a1f;
    border-color: #1a1a1f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.thumbnail-scroll-btn i {
    font-size: 18px;
    color: #fff;
}

.thumbnail-scroll-left {
    left: -16px;
}

.thumbnail-scroll-right {
    right: -16px;
}

.thumbnail-scroll-btn.visible {
    display: flex;
}

.product-thumbnail:hover,
.product-thumbnail.active {
    border-color: #ff6600;
}

.product-info {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.product-title-row {
    position: relative;
    padding-right: 92px;
    margin-bottom: 20px;
}

.product-title-row .product-title {
    margin-bottom: 0;
}

.product-title--clamped {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-title-toggle {
    position: absolute;
    top: 16px;
    right: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.product-title-toggle:hover {
    color: #000;
}

.product-title-toggle-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.product-title-toggle[hidden] {
    display: none;
}

.product-title-row .share-popup-wrapper {
    position: absolute;
    top: 8px;
    right: 0;
}

.share-popup-wrapper:hover .share-popup {
    display: block;
}

.product-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.product-price-section {
    margin: 20px 0;
}

.product-price {
    font-size: 28px;
    font-weight: 700;
    color: #ff4d00;
    margin-right: 16px;
}

.product-original-price {
    font-size: 18px;
    color: #999;
}

.product-prices {
    margin: 20px 0 16px 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.product-price-member {
    font-size: 28px;
    font-weight: 700;
    color: #ff0000;
}

.product-price-normal {
    font-size: 28px;
    font-weight: 700;
    color: #ff4d00;
}

.product-price-special {
    font-size: 28px;
    font-weight: 700;
    color: #ff0000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-prices .price_currency_symbol {
    font-size: calc(1em - 2px);
}

.product-price-original .price_currency_symbol {
    font-size: calc(1em - 4px);
}

.product-tax-note { margin-top: 6px; color: #6c757d; font-size: 12px; }

.current-price-value .price-amount {
    font-size: 32px;
}

.special-price-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #e74c3c);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    line-height: 1.4;
    vertical-align: middle;
}

.special-price-limits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.special-price-limits .limit-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff3e6;
    color: #e67e22;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid #fde0b6;
}

.special-price-limits .limit-tag i {
    font-size: 13px;
}

.product-price-original {
    font-size: 20px;
    font-weight: 400;
    color: #999;
}

.product-divider {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}

.product-variants {
    margin: 24px 0;
}

.variant-group {
    margin-bottom: 20px;
}

.variant-label {
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
}

.product-variants-item {
    margin-bottom: 20px;
}

.control-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.control-label span {
    color: #888;
}

.variant-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.variant-options-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    scroll-behavior: smooth;
    flex: 1;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.variant-options-list::-webkit-scrollbar {
    display: none;
}

.variant-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.variant-scroll-btn:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.variant-scroll-left {
    left: -15px;
}

.variant-scroll-right {
    right: -15px;
}

.variant-scroll-btn.hidden {
    display: none !important;
}

.input-container {
    display: inline-block;
    margin: 0;
    flex-shrink: 0;
}

.input-color {
    display: none;
}

.color.texture {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: border-color 0.2s;
    overflow: hidden;
    box-sizing: border-box;
}

.color.texture:hover {
    border-color: #f69034;
}

.input-color:checked + .color.texture {
    border-color: #f69034;
    border-width: 2px;
}

.input-color:disabled + .color.texture {
    opacity: 0.5;
    cursor: not-allowed;
}

.input-radio {
    display: none;
}

.radio-label {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}

.input-radio:checked + .radio-label {
    border-color: #f69034;
    background: #f69034;
    color: #fff;
}

.input-radio:disabled + .radio-label {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

.attribute-name {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.product-quantity {
    margin: 24px 0;
}

.quantity-label {
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quantity-input {
    width: 80px;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    background: #f5f5f5;
}

.stock-status {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

.stock-status .stock-status-in {
    font-weight: 700;
    color: #111;
}

.stock-status .stock-status-out {
    color: #999;
    font-weight: 600;
}

.product-stock-notice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff5f5;
    border: 1px solid #ffd6d6;
    color: #b42318;
    font-size: 14px;
    line-height: 1.5;
}

.product-stock-notice .bi {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 16px;
}

.btn-stock-unavailable {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
    justify-content: center;
    background-color: #f1f1f1 !important;
    color: #777 !important;
    border: 1px solid #d8d8d8 !important;
    cursor: not-allowed;
}

.product-actions-buy {
    display: contents;
}

.product-shipping {
    margin: 20px 0;
    padding: 0;
    border: none;
    background: transparent;
}

.shipping-line-main {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
}

.shipping-line-label {
    margin-right: 4px;
}

.shipping-line-fee {
    color: #222;
}

.shipping-line-fee .price_currency_symbol,
.shipping-option-price .price_currency_symbol {
    font-size: calc(1em - 2px);
}

.shipping-line-sub {
    margin-top: 2px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    cursor: pointer;
    display: inline-block;
}

.shipping-line-sub strong {
    color: #333;
    font-weight: 600;
}

.shipping-line-sub:hover {
    color: #e74c3c;
}

.shipping-line-caret {
    font-size: 10px;
    margin-left: 2px;
    color: #888;
    transition: transform 0.2s ease;
}

.shipping-line-sub[aria-expanded="true"] .shipping-line-caret {
    transform: rotate(180deg);
}

.shipping-line-country {
    color: #333;
    font-weight: 600;
}

.shipping-line-eta {
    margin-top: 2px;
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}

.shipping-line-eta strong {
    color: #666;
    font-weight: 400;
}

.shipping-options-panel {
    display: none;
}

.shipping-options-panel.open {
    display: grid;
}

.shipping-options {
    margin-top: 12px;
    gap: 10px;
}

.shipping-option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shipping-option-item:hover {
    border-color: #cfcfcf;
}

.shipping-option-item.is-active {
    border-color: #2d2d38;
    background: #f7f8fb;
}

.shipping-option-radio {
    margin: 0;
    width: 14px;
    height: 14px;
    accent-color: #2d2d38;
}

.shipping-option-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.shipping-channel-name {
    font-size: 14px;
    color: #2d2d38;
    font-weight: 600;
}

.shipping-eta {
    font-size: 12px;
    color: #7a7a7a;
}

.shipping-option-price {
    font-size: 14px;
    color: #2d2d38;
    font-weight: 700;
    white-space: nowrap;
}

.shipping-summary {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e5e5e5;
}

.shipping-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.shipping-summary-row:last-child {
    margin-bottom: 0;
}

.shipping-summary-total {
    font-size: 14px;
    color: #2d2d38;
}

.shipping-summary-total strong {
    font-size: 16px;
}

.shipping-empty {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fafafa;
    border: 1px dashed #e1e1e1;
    color: #888;
    font-size: 13px;
}

.product-actions {
    margin: 24px 0;
}

.trust-badges {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.trust-badge-group {
    margin-bottom: 6px;
}

.trust-badge-group-title {
    font-size: 15px;
    font-weight: 700;
    color: #2d2d38;
    margin-bottom: 5px;
}

.trust-badge-group-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}

.trust-badge-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.trust-badge-tag {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.trust-badge-tag svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #888;
}

.btn-add-to-cart {
    margin-left: 16px;
    padding: 12px 40px;
    background-color: #f69034;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
}

.btn-add-to-cart:hover {
    background-color: #e57d2a;
}

.btn-add-to-cart:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.btn-risk-unavailable {
    margin-left: 0;
    width: 100%;
    max-width: 420px;
    justify-content: center;
    background-color: #f1f1f1 !important;
    color: #777;
    border: 1px solid #d8d8d8;
}

.btn-add-to-cart.risk-disabled,
.btn-buy-now.risk-disabled,
.btn-wishlist.risk-disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-buy-now {
    padding: 12px 40px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
}

.btn-buy-now:hover {
    background-color: #c0392b;
}

.btn-buy-now:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.buy-now-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.82);
    color: #333;
    font-size: 14px;
    backdrop-filter: blur(1px);
}

.buy-now-loading-overlay.is-active {
    display: flex;
}

.buy-now-loading-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(231, 76, 60, 0.2);
    border-top-color: #e74c3c;
    border-radius: 50%;
    animation: buy-now-loading-spin 0.75s linear infinite;
}

@keyframes buy-now-loading-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .buy-now-loading-spinner {
        animation-duration: 1.5s;
    }
}

.btn-wishlist {
    margin-left: 12px;
    padding: 0 14px;
    height: 44px;
    background: #fff;
    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 52px;
}

.btn-wishlist:hover {
    border-color: #e74c3c;
    color: #e74c3c;
}

.btn-wishlist.active {
    color: #e74c3c;
    border-color: #e74c3c;
}

.btn-wishlist.is-loading {
    pointer-events: none;
    opacity: 0.78;
}

.btn-wishlist.is-loading i {
    animation: wishlistButtonSpin 0.8s linear infinite;
}

@keyframes wishlistButtonSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-wishlist.is-loading i {
        animation-duration: 1.4s;
    }
}

.btn-wishlist .wishlist-count {
    font-size: 14px;
    line-height: 1;
    color: inherit;
}

.btn-add-to-cart i,
.btn-buy-now i,
.btn-wishlist i {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
}

.btn-wishlist i {
    color: inherit;
    margin-right: 0;
    font-size: 18px;
    position: static;
    top: auto;
    vertical-align: middle;
}

.product-tabs {
    margin: 40px 0;
}

.product-tabs-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 40px;
    align-items: start;
}

.product-tabs-main {
min-width: 0;
}

.product-tabs-aside {
position: sticky;
top: 40px;
align-self: start;
}

.aside-title {
font-size: 16px;
font-weight: 600;
color: #2d2d38;
margin: 0 0 14px;
padding: 17px 0;
border-bottom: 2px solid #e8e8e8;
letter-spacing: 0.2px;
}

.aside-product-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3px;
max-height: calc(100vh - 180px);
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}

.aside-product-list::-webkit-scrollbar {
display: none;
}

.aside-product-card {
width: 100% !important;
border-right: none !important;
margin: 0 !important;
}

.aside-product-card:hover {
box-shadow: none !important;
background: transparent !important;
}

@media (max-width: 1180px) {
    .product-tabs-layout {
        grid-template-columns: 1fr;
    }
    .product-tabs-aside {
        position: static;
    }
}

.tab-nav {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
}

.tab-nav-item,
.tab-nav-scroll {
    padding: 14px 28px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    display: inline-block;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
}

.tab-nav-item:hover,
.tab-nav-scroll:hover {
    color: #2d2d38;
}

.tab-nav-item {
    padding-left: 0;
}

.tab-nav-item.active {
    color: #2d2d38;
    border-bottom-color: #2d2d38;
    font-weight: 500;
}

.tab-nav-item .review-count,
.tab-nav-scroll .review-count {
    color: #999;
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 4px;
}

.tab-content {
    display: none;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.tab-content.active {
    display: block;
}

.tab-content img {
    max-width: 100%;
    height: auto;
}

.reviews-section {
    scroll-margin-top: 100px;
    margin-top: 36px;
}

.enquiry-section {
    scroll-margin-top: 100px;
    margin-top: 36px;
}

.detail-subsection-title .review-count {
    color: #999;
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 4px;
}

.enquiry-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.enquiry-panel-single {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.enquiry-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.enquiry-col-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 18px;
}

.enquiry-col-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d2d38;
    letter-spacing: 0.1px;
}

.enquiry-col-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 8px;
    border-radius: 11px;
    background: #2d2d38;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.enquiry-col-body {
    padding: 0;
    flex: 1;
}

.enquiry-col-body-scroll {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 6px;
}

.reviews-panel {
    display: block;
}

.reviews-col {
    min-width: 0;
}

.reviews-col-summary {
    margin-bottom: 8px;
}

.review-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 8px 0 0;
    border-bottom: none;
    margin: 0 0 24px;
    align-items: center;
}

.review-summary-left {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-width: 160px;
}

.review-average-score {
    font-size: 48px;
    font-weight: 600;
    color: #2d2d38;
    line-height: 1.2;
    margin-bottom: 8px;
}

.review-average-out-of {
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.review-average-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}

.review-average-stars .review-star {
    font-size: 24px;
    color: #ddd;
    line-height: 1;
}

.review-average-stars .review-star.active {
    color: #ffa500;
}

.review-average-stars .review-star.half {
    background: linear-gradient(90deg, #ffa500 50%, #ddd 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.review-see-all {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.review-see-all:hover {
    text-decoration: underline;
}

.review-summary-middle {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 280px;
}

.review-rating-breakdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.review-rating-label {
    min-width: 50px;
    color: #666;
}

.review-rating-bar-wrapper {
    flex: 1;
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.review-rating-bar {
    height: 100%;
    background-color: #ffa500;
    transition: width 0.3s ease;
}

.review-rating-count {
    min-width: 60px;
    color: #999;
    font-size: 13px;
}

.review-summary-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.btn-write-review {
    padding: 12px 32px;
    background-color: #ff6b35;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-write-review:hover {
    background-color: #e55a2b;
}

.review-incentive {
    font-size: 13px;
    color: #666;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}

.review-filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border-bottom: none;
    margin: 0 0 18px;
}

.review-filter-options {
    display: flex;
    gap: 16px;
}

.review-filter-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.review-filter-select:hover {
    border-color: #ccc;
}

.review-filter-select:focus {
    outline: none;
    border-color: #2d2d38;
}

.review-empty-state {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 24px;
}

.review-pending-state {
    padding: 40px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.reviews-section--pending .reviews-col-summary,
.reviews-section--pending .review-filters,
.reviews-section--pending .review-pagination {
    display: none !important;
}

.product-rating-bar--pending .prb-link-reviews {
    color: inherit;
}

.product-rating-bar--pending .prb-stars--loading {
    animation: reviewMetaPulse 1.35s ease-in-out infinite;
}

.review-meta-loading,
.review-count--loading {
    display: inline-block;
    width: 1.35em;
    height: 0.72em;
    margin-right: 0.15em;
    border-radius: 999px;
    background: linear-gradient(90deg, #ececec 0%, #f5f5f5 50%, #ececec 100%);
    background-size: 200% 100%;
    animation: reviewMetaShimmer 1.35s ease-in-out infinite;
    vertical-align: -0.05em;
}

.tab-nav-item .review-count--loading {
    width: 1.8em;
    height: 0.65em;
    margin-left: 0.2em;
}

@keyframes reviewMetaPulse {
    0%, 100% { opacity: 0.38; }
    50% { opacity: 0.72; }
}

@keyframes reviewMetaShimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.review-empty-icon {
    font-size: 48px;
    flex-shrink: 0;
    opacity: 0.5;
    line-height: 1;
}

.review-empty-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-empty-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #666;
    text-align: left;
}

.review-empty-incentive {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #999;
    text-align: left;
}

.cart-review {
    padding: 0;
    width: 100%;
}

.review-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.2s ease;
}

.review-item:hover {
    background-color: #fafafa;
    margin: 0 -16px;
    padding: 24px 16px;
    border-radius: 4px;
}

.review-item:last-child {
    border-bottom: none;
}

.review-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 24px;
    border-right: 1px solid #f0f0f0;
    min-width: 180px;
}

.review-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-user-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-user {
    font-weight: 600;
    font-size: 16px;
    color: #2d2d38;
}

.review-vip-badge {
    display: inline-block;
    padding: 3px 10px;
    background-color: #ffa500;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.review-meta-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #999;
}

.review-country {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-weight: 500;
    color: #666;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.review-rating-time {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-time {
    color: #999;
    font-size: 15px;
}

.review-rating {
    display: flex;
    gap: 2px;
    align-items: center;
    flex-shrink: 0;
}

.review-star {
    color: #ddd;
    font-size: 18px;
    line-height: 1;
}

.review-star.active {
    color: #ffa500;
}

.review-content {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
    margin-top: 8px;
}

.review-images {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.review-images img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: transform 0.2s;
}

.review-images img:hover {
    transform: scale(1.05);
}

.review-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    color: #666;
}

.review-likes,
.review-comments {
    font-weight: 600;
    color: #2d2d38;
}

.review-action-label {
    color: #999;
    margin-left: 4px;
}

.qa-item {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.qa-item:last-child {
    border-bottom: none;
}

.qa-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.qa-row-a {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #eee;
}

.qa-label {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
}
.qa-label-q { background: #2d2d38; }
.qa-label-a { background: #16a34a; }

.qa-text {
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}
.qa-content {
    font-size: 14px;
    color: #2d2d38;
    line-height: 1.65;
    word-break: break-word;
}
.qa-row-a .qa-content {
    color: #444;
}
.qa-time {
    margin-top: 6px;
    font-size: 12px;
    color: #9a9aa5;
}

@media (max-width: 960px) {
    .enquiry-panel,
    .reviews-panel {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .enquiry-col + .enquiry-col {
        border-left: none;
        border-top: 1px solid #eee;
    }
}

@media (max-width: 768px) {
    .enquiry-col-body {
        padding: 16px;
    }
    .enquiry-col-body-scroll {
        padding: 0;
        max-height: none;
        padding-right: 0;
    }
    .qa-item {
        padding: 14px 0;
    }

    .product-shipping {
        padding: 12px;
    }

    .shipping-option-item {
        padding: 10px;
        gap: 8px;
    }

    .shipping-option-price {
        font-size: 13px;
    }

    .review-item {
        grid-template-columns: 1fr;
    }
    .review-left {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .review-right {
        gap: 12px;
    }
}

.review-pagination {
    margin-top: 40px;
    text-align: center;
    padding: 0;
}

.review-page-link {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.2s;
}

.review-page-link:hover {
    background-color: #f5f5f5;
    border-color: #2d2d38;
}

.review-page-link.current {
    background-color: #2d2d38;
    color: #fff;
    border-color: #2d2d38;
    cursor: default;
}

.enquiry-form {
    width: 100%;
    margin: 0;
    padding: 0;
}

.enquiry-form .form-group {
    margin-bottom: 16px;
}
.enquiry-form .form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 13px;
    color: #2d2d38;
    letter-spacing: 0.2px;
}
.enquiry-form .form-control {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}
.enquiry-form textarea.form-control {
    min-height: 110px;
}
.enquiry-form .form-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    user-select: none;
    margin: 4px 0 0;
}
.enquiry-form .form-checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #2d2d38;
    cursor: pointer;
}

.enquiry-form .form-group .captcha-wrapper {
    gap: 10px;
    align-items: stretch;
}
.enquiry-form .form-group .captcha-wrapper .form-control {
    flex: 0 0 140px;
    width: 140px;
    min-width: 0;
}
.enquiry-form .form-group .captcha-wrapper img {
    flex: 0 0 auto;
    height: 40px;
    width: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.enquiry-submit-btn {
    width: auto;
    margin-top: 20px;
    padding: 10px 32px;
    background: #2d2d38;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.enquiry-submit-btn:hover {
    background: #1a1a22;
}
.enquiry-submit-btn:active {
    transform: translateY(1px);
}
.enquiry-submit-btn:disabled {
    background: #9a9aa5;
    cursor: not-allowed;
    transform: none;
}

.form-group {
    margin-bottom: 24px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #2d2d38;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.form-control:hover {
    border-color: #ccc;
}

.form-control:focus {
    outline: none;
    border-color: #2d2d38;
}

.form-control.error,
.form-control.has-error {
    border-color: #e74c3c;
    background-color: #fff5f5;
}

.form-control.error:focus,
.form-control.has-error:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    line-height: 1.6;
}

.form-group .captcha-wrapper {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.form-group .captcha-wrapper .form-control {
    flex: 0 0 200px;
    width: auto;
}

.form-group .captcha-wrapper img {
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.form-group .captcha-wrapper img:hover {
    border-color: #2d2d38;
}

.form-group label input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #2d2d38;
}

.form-group label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    user-select: none;
}

label.error:not(:empty),
label.ajax-error:not(:empty) {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #fff5f5;
    border-left: 3px solid #e74c3c;
    border-radius: 4px;
    line-height: 1.5;
    animation: errorSlideIn 0.3s ease-out;
}

label.error:not(:empty)::before,
label.ajax-error:not(:empty)::before {
    content: "\26A0";
    font-size: 16px;
    flex-shrink: 0;
}

label.error:empty,
label.ajax-error:empty {
    display: none !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
}

@keyframes errorSlideIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.recommended-products {
    margin: 60px 0;
}

.product-detail-similar-picks .product_top img {
    opacity: 1;
}

.recommended-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #333;
}

#detailLoadMoreStatus,
#detailLoadMoreEnd {
    text-align: center;
    padding: 20px;
    display: none;
}

#detailLoadMoreStatus span {
    color: #999;
}

/* 用于 IntersectionObserver 检测是否滑到推荐区底部（不占版面） */
.detail-recommend-sentinel {
    height: 1px;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
}

/* Detail tab subsection headers */
.detail-subsection-header {
    margin: 0 0 20px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    background: none;
}

.detail-subsection-title {
    display: inline-block;
    padding: 14px 0;
    margin-bottom: -2px;
    font-size: 20px;
    font-weight: 500;
    color: #2d2d38;
    letter-spacing: 0;
    line-height: 1.35;
    border-bottom: 2px solid #2d2d38;
}

.product-size-chart-section {
    margin-top: 36px;
}

.product-features {
    padding: 0;
    margin-top: 36px;
}

.product-features:first-child,
.selling-points-section + .product-features {
    margin-top: 0;
}

.product-features .data-sheet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 100%;
    font-size: 15px;
}

.product-features .data-sheet-item {
    display: grid;
    grid-template-columns: minmax(96px, 38%) 1fr;
    background-color: #fff;
    min-width: 0;
}

.product-features .data-sheet-item .name,
.product-features .data-sheet-item .value {
    margin: 0;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    word-break: break-word;
}

.product-features .data-sheet-item .name {
    background-color: #f8f9fa;
    border-right: 1px solid #e5e5e5;
    font-weight: 500;
}

.product-features .data-sheet-item .value {
    background-color: #fff;
}

@media (max-width: 768px) {
    .product-features .data-sheet {
        grid-template-columns: 1fr;
    }

}

/* Detail Gallery */
.detail-gallery-section {
    margin-top: 36px;
}

.detail-gallery-section:first-child {
    margin-top: 0;
}

.detail-gallery-wrap {
    position: relative;
}

.detail-gallery {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.detail-gallery--collapsible.is-collapsed {
    max-height: 720px;
    overflow: hidden;
}

.detail-gallery-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 78%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.detail-gallery-wrap.is-collapsible .detail-gallery-fade {
    opacity: 1;
    visibility: visible;
}

.detail-gallery-wrap.is-expanded .detail-gallery-fade {
    opacity: 0;
    visibility: hidden;
}

.detail-gallery-toggle {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 12px 24px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #2d2d38;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.detail-gallery-toggle:hover {
    border-color: #2d2d38;
    background: #fafafa;
}

.detail-gallery-toggle[hidden] {
    display: none;
}

.detail-gallery-img {
    width: 900px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Selling Points */
.selling-points-section {
    margin: 0 0 36px;
    padding: 0;
}

.selling-points-title {
    margin: 0 0 16px 0;
    font-size: 22px;
    font-weight: 600;
    color: #2d2d38;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.selling-points-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.selling-points-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: none;
    line-height: 1.7;
    font-size: 15px;
    color: #444;
}

.selling-points-item:last-child {
    border-bottom: none;
}

.selling-points-icon {
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selling-points-icon svg circle {
    fill: #27ae60;
}

.selling-points-text {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

/* Product rating bar (below title, Banggood-style) */
.product-rating-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 6px 0 14px;
    flex-wrap: wrap;
}

.prb-stars {
    display: flex;
    align-items: center;
    gap: 1px;
}

.prb-star {
    font-size: 18px;
    color: #ddd;
    line-height: 1;
}

.prb-star.prb-star-full {
    color: #f5a327;
}

.prb-star.prb-star-half {
    background: linear-gradient(90deg, #f5a327 50%, #ddd 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.prb-score {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.prb-link {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.prb-link:hover {
    color: #0066cc;
    border-bottom-color: #0066cc;
}

.prb-separator {
    color: #ccc;
    font-size: 13px;
    user-select: none;
}

/* Flash Deal Countdown Banner */
.flash-deal-banner {
    display: inline-flex;
    align-items: stretch;
    margin: 12px 0 16px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: inherit;
    max-width: 100%;
}

.flash-deal-banner-text {
    display: flex;
    align-items: center;
    padding: 9px 32px 9px 20px;
    background: linear-gradient(90deg, #4caf50 0%, #66bb6a 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}

.flash-deal-banner-timer {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px 7px 22px;
    background: linear-gradient(90deg, #ff9800 0%, #ff7043 100%);
    color: #fff;
    /* 左侧斜切，叠在绿色切口上 */
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -14px;
}

.flash-deal-banner-endsin {
    font-size: 13px;
    font-weight: 600;
    margin-right: 4px;
    white-space: nowrap;
}

.flash-deal-time-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding: 4px 7px;
    background: #1f1f1f;
    color: #fff;
    font-family: 'Courier New', Consolas, monospace;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.2;
}

.flash-deal-banner.is-ended .flash-deal-banner-timer {
    display: none;
}

.flash-deal-banner.is-ended .flash-deal-banner-text {
    clip-path: none;
    padding-right: 20px;
}

/* Share Popup (Banggood-style) */
.share-popup-wrapper {
    position: relative;
    display: inline-block;
}

.share-trigger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #888;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
}

.share-trigger-btn svg {
    width: 20px;
    height: 20px;
}

.share-trigger-btn:hover {
    color: #333;
}

.share-popup {
    display: none;
    position: absolute;
    right: -10px;
    top: calc(100% + 6px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 14px 18px;
    z-index: 100;
    white-space: nowrap;
}

.share-popup::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.share-popup.open {
    display: block;
}

.share-popup::before {
    content: '';
    position: absolute;
    right: 14px;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0,0,0,0.04);
}

.share-popup-title {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.share-popup-icons {
    display: flex;
    gap: 10px;
}

.share-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.2s;
}

.share-popup-icon:hover {
    opacity: 0.85;
}

.share-popup-icon.share-inline-facebook {
    background: #1877f2;
}

.share-popup-icon.share-inline-twitter {
    background: #1da1f2;
}

.share-popup-icon.share-inline-copy {
    background: #999;
}

.share-popup-icon.share-inline-email {
    background: #666;
}


.product-tabcontent .size-chart-image-wrap {
    text-align: center;
}

.product-tabcontent .size-chart-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.product-tabcontent .size-chart-table-wrap {
    overflow-x: auto;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
}

.product-tabcontent .size-chart-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
}

.product-tabcontent .size-chart-table thead th {
    padding: 14px 16px;
    background: #f7f7f9;
    color: #2d2d38;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    white-space: nowrap;
}

.product-tabcontent .size-chart-table tbody td {
    padding: 12px 16px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
}

.product-tabcontent .size-chart-table tbody tr:nth-child(even) {
    background: #fcfcfd;
}

.product-tabcontent .size-chart-table tbody tr:last-child td {
    border-bottom: 0;
}

.product-tabcontent .size-chart-note {
    margin: 14px 4px 0;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

body.new-user-deal-modal-open {
    overflow: hidden;
}

.new-user-deal-modal {
    position: fixed;
    z-index: 1100;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(24, 25, 36, .58);
}

.new-user-deal-modal__panel {
    width: min(440px, 100%);
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .24);
    text-align: center;
}

.new-user-deal-modal__panel h2 {
    margin: 0;
    color: #242433;
    font-size: 24px;
    line-height: 1.35;
}

.new-user-deal-modal__panel p {
    margin: 14px 0 28px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.new-user-deal-modal__actions {
    display: grid;
    gap: 12px;
}

.new-user-deal-modal__login,
.new-user-deal-modal__regular {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.new-user-deal-modal__login {
    border: 1px solid #ff8b2a;
    background: #ff8b2a;
    color: #fff;
}

.new-user-deal-modal__regular {
    border: 1px solid #dedee3;
    background: #fff;
    color: #333;
}

.new-user-deal-modal__login:hover {
    background: #ef7817;
    color: #fff;
}

.new-user-deal-modal__regular:hover {
    background: #f7f7f8;
}

@media (max-width: 480px) {
    .new-user-deal-modal__panel {
        padding: 26px 22px;
    }
}
