/* =============================================
   STYLING FOR PRODUCTS AND PRODUCT DETAILS PAGE
   ============================================= */

/* --- 1. GENERAL BACKGROUND & FONTS --- */
body {
    background-color: #f6f6f8 !important;
}
[data-category-style-02] {
    font-family: 'Inter', sans-serif !important;
}

/* --- 2. FILTER SIDEBAR STYLING --- */
.theme-filters-container {
    background-color: #ffffff !important; 
    background: #ffffff !important; 
    border: 1px solid #f0f2f4 !important; 
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}
.theme-filters-container .theme-filters-header {    
    border-bottom: 1px solid #f0f2f4 !important;
    padding-bottom: 10px !important;
    margin-bottom: 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.theme-filters-container .theme-filters-header div {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #101622 !important;
}

/* --- 3. FILTER CLEAR BUTTONS --- */
.theme-filters-header [data-zs-filter-option-clear] {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #006683 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
}
.theme-filters-header [data-zs-filter-option-clear]:hover {
    color: #fbc94b !important;
}
.theme-filters-header [data-zs-filter-option-clear] svg,
[data-zs-filter-option-values-wrapper] [data-zs-filter-option-clear] {
    display: none !important;
}

/* --- 4. FILTER OPTIONS & GROUPS --- */
.theme-filters-container [data-zs-filter-option-container] .theme-product-filter-type[data-zs-filter-option-name] span {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
.theme-product-filter-box {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 24px !important;
    background: transparent !important;
}
.theme-product-filter-box::after, 
.theme-product-filter-box::before { 
    display: none !important; 
}
.theme-product-filter-type {
    margin-bottom: 8px !important;
    cursor: default !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
}
.theme-filter-expand-icon, 
.theme-filter-close-icon { 
    display: none !important; 
}
[data-zs-filter-option-values-wrapper] {
    padding: 0 !important;
    margin: 0 !important;
}

/* --- 5. PRICE FILTER SPECIFIC --- */
[data-zs-filter-option-container]:has([data-zs-filter-option-price-custom-min-box]) [data-zs-filter-option-value-container] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
[data-zs-filter-option-container]:has([data-zs-filter-option-price-custom-min-box]) [data-zs-filter-option-clear] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
}
[data-zs-filter-option-container]:has([data-zs-filter-option-price-custom-min-box]) .wrapper {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
[data-zs-filter-option-container]:has([data-zs-filter-option-price-custom-min-box]) .theme-product-filter-select-option,
[data-zs-filter-option-container]:has([data-zs-filter-option-price-custom-min-box]) label:not([for="custom_price"]) { 
    display: none !important; 
}
[data-zs-filter-option-price-custom-container] { 
    display: block !important; 
}
[data-zs-filter-option-price-custom-container] label { 
    display: none !important; 
}

/* --- 6. CATEGORY LINKS --- */
.theme-product-filter-option-container ul { 
    padding: 0; 
    margin: 0; 
    list-style: none; 
}
.theme-product-filter-option-container .zpbutton-type-link {
    text-align: left;
    color: #64748b;
    font-size: 14px;
    padding: 8px 0;
    display: block;
    background: none;
    border: none;
    transition: 0.2s;
}
.theme-product-filter-option-container .zpbutton-type-link:hover {
    color: #006683;
    padding-left: 6px;
    font-weight: 500;
}

/* --- 7. CHECKBOX STYLING --- */
[data-zs-filter-option-value-container] {
    margin-bottom: 8px !important;
    gap: 10px !important;
    align-items: center !important;
}
.theme-product-filter-custom-check {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 1.5px solid #BCBEC0 !important;
    border-radius: 4px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.theme-product-filter-custom-check:hover {
    border-color: #006683 !important;
}
.theme-product-filter-custom-check[aria-checked="true"] {
    background-color: #006683 !important;
    border-color: #006683 !important;
}
.theme-product-filter-custom-check svg {
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}
.theme-product-filter-custom-check[aria-checked="true"] svg {
    opacity: 1 !important;
}
.theme-product-filter-text {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}
.theme-product-filter-text:hover {
    color: #006683 !important;
}
.theme-product-filter-count {
    color: #BCBEC0 !important;
    font-size: 13px !important;
    margin-left: auto !important;
}

/* --- 8. PRICE SLIDER UI --- */
.theme-product-filter-price-minmax {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}
.theme-product-filter-minmax-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
    background: #fff !important;
    color: #101622 !important;
}
[data-zs-filter-option-price-custom-btn] {
    background-color: #006683 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    font-weight: 600 !important;
    font-size: 13px;
    padding: 12px 0;
    border: none;
    cursor: pointer;
    display: block !important;
    visibility: visible !important;
}
[data-zs-filter-option-price-custom-btn]:hover {
    background-color: #fbc94b !important;
    color: #000000 !important;
}
.custom-price-slider-container {
    position: relative;
    width: 100%;
    height: 25px;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}
.slider-track {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    border: none !important;
}
.slider-range {
    height: 6px;
    background: #006683 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 3px;
    border: none !important;
}
.range-input {
    position: relative;
    width: 100%;
    display: inline-block;
    border: none !important;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -13px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 3;
    border: none !important;
}
.range-input input::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #006683;
    border: 3px solid #ffffff;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: 0 0 0 1px #e2e8f0, 0 2px 4px rgba(0,0,0,0.15);
    margin-top: -8px;
}
.range-input input::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #006683;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 0 0 1px #e2e8f0, 0 2px 4px rgba(0,0,0,0.15);
}
.theme-minmax-container {
    border: none !important;
}

/* --- 9. PRODUCT GRID CARD STYLING --- */
.theme-prod-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.theme-prod-box:hover {
    transform: translateY(-4px) !important;
}
.theme-product-image-area {
    background: #ffffff !important;
    border: 1px solid #f0f2f4 !important;
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
    position: relative !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    transition: transform 0.3s ease !important;
    transform: scale(1) !important;
}
.theme-product-image-area a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}
.theme-product-image-area img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: none !important;
    transform: none !important;
}
.theme-prod-box:hover .theme-product-image-area {
    transform: scale(1.02) !important;
}
.theme-product-ribbon-area {
    display: none !important;
}
.theme-product-details-area {
    background: #ffffff !important;
    border: 1px solid #f0f2f4 !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transition: box-shadow 0.3s ease !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
.theme-prod-box:hover .theme-product-details-area {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
}
.theme-product-rating-variants,
.theme-rating,
.zpcomments-reviews-ratings {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.theme-product-name {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 40px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.theme-product-name a {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #1a1a1a !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
}
.theme-product-name a:hover {
    color: #006683 !important;
}
.theme-product-price-coupon {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 4px 0 0 0 !important;
    border: none !important;
    width: 100% !important;
}
.theme-product-price-coupon > div {
    margin: 0 !important;
    padding: 0 !important;
}
.theme-product-price {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #006683 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}
.theme-view-details-quick-view {
    display: none !important;
}

/* --- 10. SPARK CART BUTTON --- */
.spark-add-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 8px 14px !important;
    background: #006683 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,102,131,0.3) !important;
    white-space: nowrap !important;
    margin: 0 !important;
    width: auto !important;
    flex-shrink: 0 !important;
}
.spark-add-cart-btn:hover:not(:disabled) {
    background: #fbc94b !important;
    color: #000000 !important;
    box-shadow: 0 4px 10px rgba(251,201,75,0.4) !important;
    transform: translateY(-2px) !important;
}
.spark-add-cart-btn:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}
.spark-add-cart-btn svg {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
}
.theme-product-list-variants {
    display: none !important;
}
.spark-hide-modal #product_quick_look,
.spark-hide-modal .theme-quick-view-container,
.spark-hide-modal .theme-product-quick-view-inner,
.spark-hide-modal [id^="product_quick_look"] {
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    left: -9999px !important;
    top: -9999px !important;
    z-index: -9999 !important;
    visibility: hidden !important;
}

/* --- 11. CART SUCCESS NOTIFICATION --- */
.theme-cart-add-success-message {
    border-radius: 12px !important;
    border: 1px solid #e0f2e9 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    padding: 20px !important;
}
.theme-cart-success-inner-container {
    gap: 16px !important;
}
.theme-cart-message-close {
    background: #f5f5f5 !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
}
.theme-cart-message-close:hover {
    background: #e0e0e0 !important;
}
.theme-cart-message-prod-img img {
    border-radius: 8px !important;
    border: 1px solid #f0f2f4 !important;
}
.theme-cart-message-prod-name {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.theme-added-to-cart-msg {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #10b981 !important;
}
.theme-cart-message-buttons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 12px !important;
}
.theme-cart-message-buttons a[data-zs-view-cart] {
    background: #006683 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,102,131,0.3) !important;
}
.theme-cart-message-buttons a[data-zs-view-cart]:hover {
    background: #005570 !important;
    box-shadow: 0 4px 10px rgba(0,102,131,0.4) !important;
    transform: translateY(-1px) !important;
}
.theme-cart-message-buttons a[data-zs-view-quote] {
    background: #f5f5f5 !important;
    color: #1a1a1a !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease !important;
}
.theme-cart-message-buttons a[data-zs-view-quote]:hover {
    background: #e0e0e0 !important;
    transform: translateY(-1px) !important;
}
.theme-cart-message-text svg {
    filter: drop-shadow(0 2px 4px rgba(16,185,129,0.2)) !important;
}
.theme-prod-box .theme-prod-pricelist-outter {
    display: none !important;
}
.theme-prod-box .theme-prod-pricelist-message {
    display: none !important;
}

/* --- 12. PRODUCT DETAILS SECTION A --- */
[data-zs-product-details-primary-section] [data-zs-product-name],
[data-zs-product-details-primary-section] h1[data-zs-product-name] {
    font-family: 'Inter', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin: 0 0 16px 0 !important;
}
[data-zs-product-details-primary-section] .theme-tag-contianer,
[data-zs-product-details-primary-section] .theme-tag-container {
    margin-bottom: 16px !important;
}
[data-zs-product-details-primary-section] .theme-tag-list-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
}
[data-zs-product-details-primary-section] .theme-tag-list-container li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
[data-zs-product-details-primary-section] .theme-tag-list-container .theme-product-tag-url {
    background: none !important;
    border: none !important;
}
[data-zs-product-details-primary-section] .theme-product-tag-name,
[data-zs-product-details-primary-section] [data-zs-tag-name] {
    display: inline-block !important;
    background: #006683 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.2s ease !important;
}
[data-zs-product-details-primary-section] .theme-product-tag-url:hover .theme-product-tag-name {
    background: #005570 !important;
}
[data-zs-product-details-primary-section] .theme-tag-list-container li::before,
[data-zs-product-details-primary-section] .theme-tag-list-container li::marker {
    display: none !important;
    content: none !important;
}
[data-zs-product-details-primary-section] .theme-product-returnable-text,
[data-zs-product-details-primary-section] [data-zs-returnable] {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-bottom: 16px !important;
}
[data-zs-product-details-primary-section] .theme-product-detail-price-area .theme-product-price {
    font-family: 'Inter', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #006683 !important;
    line-height: 1.2 !important;
}
[data-zs-product-details-primary-section] .theme-product-detail-price-area {
    padding: 20px 0 !important;
    margin: 20px 0 !important;
}
[data-zs-product-details-primary-section] .theme-product-quantity-cart-area {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 24px 0 !important;
}
[data-zs-product-details-primary-section] .theme-product-quantity-area {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
[data-zs-product-details-primary-section] .theme-product-quantity-area button {
    background: #f9fafb !important;
    border: none !important;
    color: #374151 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    width: 40px !important;
    height: 48px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
[data-zs-product-details-primary-section] .theme-product-quantity-area button:hover {
    background: #006683 !important;
    color: #ffffff !important;
}
[data-zs-product-details-primary-section] input[data-zs-quantity] {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    padding: 0 !important;
    width: 60px !important;
    height: 48px !important;
    text-align: center !important;
    background: #ffffff !important;
}
[data-zs-product-details-primary-section] .theme-cart-button[data-zs-add-to-cart] {
    background: #006683 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 32px !important;
    height: 48px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
[data-zs-product-details-primary-section] .theme-cart-button[data-zs-add-to-cart]:hover {
    background: #fbc94b !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
}
[data-zs-product-details-primary-section] .theme-product-share-icon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
}
[data-zs-product-details-primary-section] .theme-product-share-icon span {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
[data-zs-product-details-primary-section] .theme-product-share-icon a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}
[data-zs-product-details-primary-section] .theme-product-share-icon a:hover {
    border-color: #006683 !important;
    background: #f0f9ff !important;
}
[data-zs-product-details-primary-section] [data-zs-product-img-container] {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    padding: 24px !important;
}
[data-zs-product-details-primary-section] [data-theme-thumbnail-container] {
    display: flex !important;
    gap: 12px !important;
    margin-top: 12px !important;
}
[data-zs-product-details-primary-section] .theme-product-detail-thumbnail {
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
[data-zs-product-details-primary-section] .theme-product-detail-thumbnail:hover,
[data-zs-product-details-primary-section] .theme-product-detail-thumbnail.theme-product-thumbnail-active {
    border-color: #006683 !important;
}
[data-zs-product-details-primary-section] .theme-breadcrumb,
[data-zs-product-details-primary-section] [data-zs-breadcrumb] {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #6b7280 !important;
    margin-bottom: 24px !important;
}
[data-zs-product-details-primary-section] .theme-breadcrumb a {
    color: #006683 !important;
    text-decoration: none !important;
}

/* --- 13. TABS SECTION --- */
[data-zs-product-details-tab-section] {
    margin-top: 48px !important;
}
[data-zs-product-details-tab-section] .theme-prod-detail-tab,
[data-zs-product-details-tab-section] .theme-product-specification > div[role="button"],
[data-zs-product-details-tab-section] .theme-product-review {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #006683 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 0 0 12px 0 !important;
    border: none !important;
    border-bottom: 2px solid #006683 !important;
    background: transparent !important;
    margin-bottom: 24px !important;
    display: block !important;
}
[data-zs-product-details-tab-section] [data-zs-description],
[data-zs-product-details-tab-section] .theme-prod-detail-content-info-container {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
}
[data-zs-product-details-tab-section] .theme-prod-specification-table {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}
[data-zs-product-details-tab-section] .theme-product-specification {
    border: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}
[data-zs-product-details-tab-section] .theme-prod-specification-table .theme-product-specification {
    border: 1px solid #e5e7eb !important;
    border-left: 4px solid #006683 !important;
    border-radius: 8px !important;
    padding-left: 2px !important;
}
[data-zs-product-details-tab-section] .theme-specification-summary,
[data-zs-product-details-tab-section] .theme-product-specification summary {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    background: transparent !important;
    padding: 16px 0 !important; 
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    list-style: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom: none !important;
}
[data-zs-product-details-tab-section] .theme-specification-heading {
    margin-left: 20px !important; 
}
[data-zs-product-details-tab-section] .theme-specification-summary::-webkit-details-marker,
[data-zs-product-details-tab-section] .theme-product-specification summary::-webkit-details-marker,
[data-zs-product-details-tab-section] .theme-specification-summary svg,
[data-zs-product-details-tab-section] .theme-product-specification summary svg {
    display: none !important;
}
[data-zs-product-details-tab-section] .theme-specification-summary::after,
[data-zs-product-details-tab-section] .theme-product-specification summary::after {
    content: '+' !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #006683 !important;
    line-height: 1 !important;
    margin-right: 20px !important;
}
[data-zs-product-details-tab-section] .theme-product-specification[open] summary::after {
    content: '-' !important;
}
[data-zs-product-details-tab-section] .theme-product-specification ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important; 
    border: 1px solid #e5e7eb !important; 
    border-radius: 8px !important;
}
[data-zs-product-details-tab-section] .theme-product-specification li {
    display: grid !important;
    grid-template-columns: 200px 20px 1fr !important;
    gap: 16px !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    align-items: start !important;
    background: #ffffff !important;
}
[data-zs-product-details-tab-section] .theme-product-specification li:last-child {
    border-bottom: none !important;
}
[data-zs-product-details-tab-section] .theme-prod-specification-field {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
}
[data-zs-product-details-tab-section] .theme-colon {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #9ca3af !important;
}
[data-zs-product-details-tab-section] .theme-prod-specification-value {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
}
[data-zs-product-details-tab-section] .theme-product-review-container {
    margin-top: 0 !important;
}
[data-zs-product-details-tab-section] .zpcomment-rating-result {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    border: 1px solid #bae6fd !important;
    border-radius: 12px !important;
    padding: 24px !important;
    text-align: center !important;
    margin-bottom: 32px !important;
}
[data-zs-product-details-tab-section] .zpcomment-rating-result h4 {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 12px !important; 
    display: block !important;
}
[data-zs-product-details-tab-section] .zpform-field-container.zpcomment-rating-value-info-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
}
[data-zs-product-details-tab-section] .zpform-comment-rating-container {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}
[data-zs-product-details-tab-section] .zpform-comment-rating-container label svg {
    width: 28px !important;
    height: 28px !important;
}
[data-zs-product-details-tab-section] .zpform-comment-rating-container label svg polygon {
    fill: #d1d5db !important;
}
[data-zs-product-details-tab-section] .zpform-comment-rating-info-icon {
    position: static !important;
    display: inline-block !important;
    margin-left: 8px !important;
    margin-top: 0 !important;
    cursor: pointer !important;
}
[data-zs-product-details-tab-section] .zpform-comment-rating-info-icon svg {
    width: 16px !important;
    height: 16px !important;
    fill: #006683 !important;
    vertical-align: middle !important;
}
[data-zs-product-details-tab-section] .zpcomment-rating-vote-value {
    width: 100% !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin-top: 12px !important;
}
[data-zs-product-details-tab-section] .zpcomment-heading-prevnext-container h4 {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 16px !important;
}
[data-zs-product-details-tab-section] .zpcomment-list-container {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: #6b7280 !important;
    padding: 24px 0 !important;
}
[data-zs-product-details-tab-section] #zppost_rating {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #6b7280 !important;
    padding: 16px !important;
    background: #f9fafb !important;
    border-radius: 8px !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    [data-zs-product-details-primary-section] [data-zs-product-name] {
        font-size: 24px !important;
    }
    [data-zs-product-details-primary-section] .theme-product-price {
        font-size: 26px !important;
    }
    [data-zs-product-details-tab-section] .theme-product-specification li {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }
    [data-zs-product-details-tab-section] .theme-colon {
        display: none !important;
    }
    .theme-product-image-area {
        padding: 16px !important;
    }
    .theme-product-details-area {
        padding: 12px !important;
    }
    .spark-add-cart-btn {
        font-size: 11px !important;
        padding: 7px 12px !important;
    }
}
[data-zs-product-details-primary-section] .theme-prod-pricelist-message, 
[data-zs-product-details-primary-section] .theme-prod-pricelist-list {
    display: none !important;
}
[data-zs-product-details-primary-section] .custom-bulk-table {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
}
[data-zs-product-details-primary-section] .custom-bulk-header {
    display: flex;
    background-color: #006683;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
[data-zs-product-details-primary-section] .custom-bulk-row {
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 20px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
}
[data-zs-product-details-primary-section] .custom-bulk-row:last-child {
    border-bottom: none;
}
[data-zs-product-details-primary-section] .custom-col-qty {
    width: 40%;
}
[data-zs-product-details-primary-section] .custom-col-price {
    width: 60%;
}
[data-zs-product-details-primary-section] .theme-product-quantity-cart-container .theme-product-varient-quantity {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}
[data-zs-product-details-primary-section] .theme-product-quantity-spinner {
    width: 140px !important;
    min-width: 140px !important;
    height: 48px !important;
    margin: 0 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
}
[data-zs-product-details-primary-section] .theme-button-area {
    flex-grow: 1 !important;
    width: auto !important;
    margin: 0 !important;
}
[data-zs-product-details-primary-section] .theme-cart-button {
    width: 100% !important;
    height: 48px !important;
    margin: 0 !important;
}
@media (max-width: 400px) {
    [data-zs-product-details-primary-section] .theme-product-quantity-cart-container .theme-product-varient-quantity {
        flex-wrap: wrap !important;
    }
    [data-zs-product-details-primary-section] .theme-product-quantity-spinner {
        width: 100% !important;
    }
}
[data-zs-product-details-primary-section] .theme-product-name h1 {
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}
[data-zs-product-details-primary-section] .theme-rating-review-container {
    margin-bottom: 12px !important;
}
[data-zs-product-details-primary-section] .theme-product-short-description {
    margin-bottom: 16px !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
}
[data-zs-product-details-primary-section] .theme-prod-non-returnable {
    display: inline-block !important;
    background: #f3f4f6 !important;
    color: #374151 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-accordion {
    border: none !important;
    border-left: 4px solid #006683 !important;
    border-radius: 8px !important;
    background: transparent !important;
    margin-bottom: 24px !important;
    padding: 0 !important;
    width: 100% !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 0 16px 20px !important;
    list-style: none !important;
    cursor: default !important;
    pointer-events: none !important;
    border-bottom: 1px solid #e5e7eb !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-summary::-webkit-details-marker,
[data-zs-product-details-primary-section] .theme-custom-field-summary svg {
    display: none !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-heading {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-main-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    padding: 20px !important;
    background: #ffffff !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-main-container .theme-product-varients-row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important; 
}
[data-zs-product-details-primary-section] .theme-custom-field-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    width: 100% !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-label {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: 100% !important;
}
[data-zs-product-details-primary-section] .theme-custom-field-value {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    display: block !important;
    width: 100% !important;
    word-wrap: break-word !important;
}
.spark-product-subtitle {
    display: inline !important;
    font-family: inherit !important;
    font-size: inherit !important; 
    font-weight: inherit !important; 
    color: inherit !important; 
    line-height: inherit !important;
    margin-left: 0.3em !important; 
}
.spark-hide-field {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}
@media (max-width: 600px) {
    [data-zs-product-details-primary-section] .theme-custom-field-main-container {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}