.btn-number:hover {
    color: var(--web-secondary);
}

thead {
    background: var(--web-primary) !important;
}

.feature_header {
    display: flex;
    justify-content: center;
}

.feature_header span {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-product-gallery {
    display: block;
}

.cz-preview {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-height: 100% !important;
    background: white;
    border-radius: 10px;
}

.cz-preview-item.active {
    border: 1px solid #e2f0ff;
    border-radius: 3px;
    padding: 2%;
}

.cz-preview-item > img {
    width: 100%;
    max-height: 600px;
}

.details {

    padding: 16px;

}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.cz-thumblist-item.active {
    border-color: #8888883b!important;
    padding: 10%;
    background: white!important;
}

.cz-thumblist-item {
    border-color: #8888883b!important;
    background: white!important;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

.seller_details {
    height: 114px;
    border: 1px solid #e2f0ff;
    padding-left: 20px;
    padding-right: 20px;
    background: white!important;
}

.product_overview{
    background: white!important;
}

.shop_name {
    padding-left: 10px;
}

.shop_name a {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.shop_name .review {
    font-size: 17px;
    font-weight: 600;
}

.star-rating {
    margin-top: 3px;
}

.contact {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.follow {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.product_overview .nav-tabs {
    height: 59px;
    border: 1px solid #e2f0ff;
}

.product_overview .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 25px;
}

.product_overview .nav-tabs .nav-link.active::before {
    background-color: #1b7fed;
}

.product_overview .nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #422afe;
    background-color: rgba(0, 0, 0, 0);
    border-color: #12d7fe;
    padding-bottom: 0;
}

/*.text-accent {
    color: #1B7FED !important;
    font-size: 29px;
    font-weight: 700;
}*/

.pro {
    font-weight: 600;
    font-size: 16px;
}

.details .h3 {
    font-weight: 700 !important;
    font-size: 25px;
}



.product-description-label {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 700; */
    font-size: 14px;
}

.product-price {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.single_product_review {
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 6px;
}

.product_review_rating {
    color: #1b7fed;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.overall_review {
    font-weight: 700 !important;
    font-size: 30px;
}

.specification .h6 {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.list-unstyled li {
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}

.seller_contact {
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.seller_shop {
    display: flex !important;
    justify-content: flex-start !important;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
}

@media (max-width: 575.98px) {
    .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1rem;
        margin-left: 0;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .cz-thumblist-item {
        margin: 0px;
    }

    .cz-thumblist {
        padding-top: 8px !important;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }
    @media (max-width: 375px) {
        .for-discount-div {
            margin-top: -5% !important;
            margin-right: -5% !important;
            margin-bottom: 6%;
        }
    }
}

/* ============================================================
   PREMIUM PRODUCT VIEW PAGE — added by AI assistant
   Modern e-commerce presentation. Header & footer untouched.
   ============================================================ */
.__inline-23 {
    background: linear-gradient(180deg, var(--office-soft, #f4f8ff) 0, #ffffff 420px) !important;
    padding: 18px 0 36px;
}
.__inline-23 .container > .row > .col-lg-9 > .row {
    background: var(--office-surface, #fff) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
    border-radius: var(--premium-radius, 14px) !important;
    box-shadow: var(--office-shadow, 0 18px 50px rgba(15, 45, 100, .10)) !important;
    padding: 22px;
    margin: 0 0 18px;
}

/* Gallery */
.cz-product-gallery .cz-preview {
    border-radius: var(--premium-radius, 14px) !important;
    overflow: hidden;
    background: linear-gradient(180deg, #fafbfd 0%, var(--office-soft, #f4f8ff) 100%) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
}
.cz-product-gallery .cz-preview img.cz-image-zoom {
    border-radius: 12px;
    transition: transform .5s ease;
}
.cz-product-gallery .product-thumb-slider .product-preview-thumb {
    border-radius: 10px;
    border: 2px solid transparent;
    overflow: hidden;
    transition: border-color .25s ease, transform .25s ease;
}
.cz-product-gallery .product-thumb-slider .product-preview-thumb.active,
.cz-product-gallery .product-thumb-slider .product-preview-thumb:hover {
    border-color: var(--office-blue, #0b55d9) !important;
    transform: translateY(-2px);
}

/* Title + meta */
.details .__inline-24 {
    font-size: 26px !important;
    font-weight: 800;
    line-height: 1.25;
    color: var(--office-ink, #071635) !important;
    letter-spacing: -.02em;
    display: block;
}
.details .pro {
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--office-line, #dbe7fb) !important;
}
.details .pro .star-rating i { font-size: 14px; }
.details .pro .web-text-primary { font-weight: 700; color: var(--office-blue, #0b55d9) !important; }

/* Price */
.details .text-accent {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--office-ink, #071635) !important;
    letter-spacing: -.02em;
}

/* Variation labels & chips */
.product-description-label {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--office-muted, #64748b) !important;
}
.checkbox-alphanumeric label,
.checkbox-alphanumeric--style-1 label {
    border: 1px solid var(--office-line, #dbe7fb) !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    color: var(--office-ink, #071635);
}
.checkbox-alphanumeric input:checked + label,
.checkbox-alphanumeric--style-1 input:checked + label {
    background: var(--office-blue, #0b55d9) !important;
    color: #fff !important;
    border-color: var(--office-blue, #0b55d9) !important;
    box-shadow: 0 4px 10px rgba(11, 85, 217, .25) !important;
}
.checkbox-color label {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 1px var(--office-line, #dbe7fb) !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.checkbox-color input:checked + label {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px var(--office-blue, #0b55d9) !important;
}

/* Quantity */
.product-quantity .quantity-box {
    border-radius: 999px !important;
    overflow: hidden;
    background: var(--office-soft, #f4f8ff) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
}
.product-quantity .quantity-box .btn-number {
    font-weight: 800;
    font-size: 18px;
    color: var(--office-blue, #0b55d9) !important;
    width: 38px;
}

/* Action buttons */
.__btn-grp .btn--primary,
.__btn-grp .btn-secondary {
    border-radius: var(--premium-radius-sm, 10px) !important;
    font-weight: 700;
    padding: 12px 22px !important;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .25s ease, filter .2s ease;
}
.__btn-grp .btn--primary {
    background: var(--office-blue, #0b55d9) !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(11, 85, 217, .25) !important;
}
.__btn-grp .btn--primary:hover {
    transform: translateY(-1px);
    background: var(--office-blue-dark, #052a78) !important;
    box-shadow: 0 6px 20px rgba(5, 42, 120, .35) !important;
}
.__btn-grp .btn-secondary {
    background: var(--office-ink, #071635) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(7, 22, 53, .2) !important;
}
.__btn-grp .btn-secondary:hover {
    transform: translateY(-1px);
    background: #000000 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3) !important;
}
.__btn-grp .product-action-add-wishlist {
    border-radius: var(--premium-radius-sm, 10px) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
    padding: 10px 14px !important;
    background: #fff !important;
}
.__btn-grp .product-action-add-wishlist:hover {
    border-color: var(--office-blue, #0b55d9) !important;
    background: var(--office-soft, #f4f8ff) !important;
}

/* Tabs (overview / reviews) */
.__review-overview {
    border-radius: var(--premium-radius, 14px) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
    box-shadow: var(--office-shadow, 0 18px 50px rgba(15, 45, 100, .10)) !important;
    background: var(--office-surface, #fff) !important;
}
.__review-overview .nav-tabs {
    border-bottom: 1px solid var(--office-line, #dbe7fb) !important;
    gap: 8px;
}
.__review-overview .nav-tabs .nav-link {
    border: none !important;
    border-radius: 999px !important;
    padding: 8px 18px !important;
    font-weight: 700;
    color: var(--office-muted, #64748b) !important;
    transition: background .2s ease, color .2s ease;
}
.__review-overview .nav-tabs .nav-link.active {
    background: var(--office-blue, #0b55d9) !important;
    color: #fff !important;
}

/* Total price block */
#chosen_price_div {
    background: var(--office-soft, #f4f8ff) !important;
    border-radius: var(--premium-radius-sm, 10px);
    padding: 10px 14px;
    margin-top: 6px;
    width: fit-content;
    border: 1px solid var(--office-line, #dbe7fb) !important;
}
#chosen_price { font-size: 18px; font-weight: 800; color: var(--office-ink, #071635) !important; }

/* Right side seller / shipping panel */
.__inline-23 .col-lg-3 > .card,
.__inline-23 .col-lg-3 > div {
    border-radius: var(--premium-radius, 14px) !important;
    border: 1px solid var(--office-line, #dbe7fb) !important;
    box-shadow: var(--office-shadow, 0 18px 50px rgba(15, 45, 100, .10)) !important;
    background: var(--office-surface, #fff) !important;
}

/* ---------- Dark mode for product details ---------- */
[data-theme="dark"] .__inline-23 { background: #0b1224 !important; }
[data-theme="dark"] .__inline-23 .container > .row > .col-lg-9 > .row,
[data-theme="dark"] .__review-overview,
[data-theme="dark"] .cz-product-gallery .cz-preview,
[data-theme="dark"] #chosen_price_div,
[data-theme="dark"] .product-quantity .quantity-box,
[data-theme="dark"] .checkbox-alphanumeric label,
[data-theme="dark"] .checkbox-alphanumeric--style-1 label,
[data-theme="dark"] .__btn-grp .product-action-add-wishlist {
    background: #0f172a !important;
    color: #e2e8f0 !important;
    border-color: #1e293b !important;
}
[data-theme="dark"] .details .__inline-24 { color: #e2e8f0 !important; }
[data-theme="dark"] .details .pro { border-bottom-color: #1e293b !important; }
[data-theme="dark"] .__btn-grp .btn-secondary { background: #1e293b !important; color: #fff !important; }

/* ============================================================
   Product detail reference refresh
   Clean catalog layout with strong product focus and compact buying panel.
   ============================================================ */
.__inline-23 {
    background: #f7f9fc !important;
    padding: 14px 0 42px !important;
}

.__inline-23 .container.mt-4 {
    max-width: 1220px;
    margin-top: 12px !important;
}

.__inline-23 .container > .row {
    row-gap: 18px;
}

.__inline-23 .container > .row > .col-lg-9 > .row {
    align-items: stretch;
    background: #ffffff !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .04) !important;
    padding: 18px !important;
    margin: 0 !important;
}

.cz-product-gallery {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    height: 100%;
}

.cz-product-gallery .cz-preview {
    grid-column: 2;
    grid-row: 1;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: none !important;
}

.cz-product-gallery .cz-preview .owl-stage,
.cz-product-gallery .cz-preview .owl-item,
.cz-product-gallery .product-preview-item {
    min-height: 438px;
}

.cz-product-gallery .cz-preview img.cz-image-zoom {
    max-height: 410px;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0;
}

.cz-product-gallery .cz {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.cz-product-gallery .cz .table-responsive {
    max-height: 440px !important;
    overflow: hidden !important;
}

.cz-product-gallery .cz .d-flex,
.cz-product-gallery #sync2,
.cz-product-gallery #sync2 .owl-stage-outer,
.cz-product-gallery #sync2 .owl-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
}

.cz-product-gallery #sync2 .owl-item {
    width: 58px !important;
    margin: 0 !important;
}

.cz-product-gallery .product-thumb-slider .product-preview-thumb {
    width: 58px;
    height: 58px;
    background: #ffffff;
    border: 1px solid #e4e9f2 !important;
    border-radius: 7px !important;
    padding: 5px;
    box-shadow: none !important;
    transform: none !important;
}

.cz-product-gallery .product-thumb-slider .product-preview-thumb.active,
.cz-product-gallery .product-thumb-slider .product-preview-thumb:hover {
    border-color: var(--office-blue, #1a5fff) !important;
    box-shadow: 0 0 0 2px rgba(26, 95, 255, .12) !important;
}

.cz-product-gallery .product-thumb-slider .product-preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cz-product-gallery > .d-flex.flex-column {
    grid-column: 2;
    grid-row: 1;
    align-self: flex-start;
    justify-self: flex-end;
    z-index: 2;
}

.details {
    padding: 8px 4px 8px 18px !important;
}

.details .badge {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 800;
}

.details .__inline-24 {
    margin-bottom: 10px !important;
    color: #101828 !important;
    font-size: 24px !important;
    line-height: 1.22 !important;
    font-weight: 800 !important;
    letter-spacing: -.01em;
}

.details .pro {
    margin-bottom: 14px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    gap: 7px 10px;
    color: #667085;
    font-size: 13px;
}

.details .pro .star-rating {
    margin-top: 0;
    display: inline-flex;
    gap: 2px;
}

.details .pro .star-rating i {
    color: #f5a524 !important;
    font-size: 13px;
}

.details .text-accent {
    color: #101828 !important;
    font-size: 26px !important;
    font-weight: 850 !important;
}

.details .text-accent del,
.details del {
    color: #98a2b3 !important;
    font-size: 15px;
    font-weight: 700;
}

#add-to-cart-form {
    margin-top: 14px;
}

#add-to-cart-form > .position-relative,
#add-to-cart-form .row.flex-start,
#add-to-cart-form .product-quantity {
    margin-bottom: 14px !important;
}

.product-description-label {
    min-width: 76px;
    color: #344054 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.checkbox-color {
    gap: 8px;
}

.checkbox-color label {
    width: 24px !important;
    height: 24px !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 0 0 1px #cfd7e6 !important;
}

.checkbox-color input:checked + label {
    transform: none !important;
    box-shadow: 0 0 0 2px var(--office-blue, #1a5fff) !important;
}

.checkbox-alphanumeric label,
.checkbox-alphanumeric--style-1 label {
    min-width: 34px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    border: 1px solid #d6deea !important;
    background: #ffffff !important;
    color: #344054 !important;
    font-size: 12px;
    font-weight: 800;
    box-shadow: none !important;
}

.checkbox-alphanumeric input:checked + label,
.checkbox-alphanumeric--style-1 input:checked + label {
    background: #eef4ff !important;
    color: var(--office-blue, #1a5fff) !important;
    border-color: var(--office-blue, #1a5fff) !important;
    box-shadow: none !important;
}

.product-quantity .d-flex.align-items-center.gap-3 {
    gap: 14px !important;
}

.product-quantity .quantity-box {
    width: 136px;
    height: 38px;
    background: #ffffff !important;
    border: 1px solid #d6deea !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.product-quantity .quantity-box .btn-number {
    width: 38px;
    height: 38px;
    padding: 0 !important;
    color: #344054 !important;
    background: #f8fafc !important;
    border-radius: 0 !important;
}

.product-quantity .quantity-box .input-number {
    height: 38px;
    font-weight: 800;
    color: #101828;
}

#chosen_price_div {
    width: 100% !important;
    background: #f8fafc !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    margin-top: 4px !important;
}

#chosen_price_div > .mb-2 {
    margin-bottom: 8px !important;
    color: #667085;
    font-size: 13px;
}

#chosen_price {
    color: #101828 !important;
    font-size: 18px !important;
}

.__btn-grp {
    gap: 12px !important;
    align-items: center;
    margin-top: 16px !important;
}

.__btn-grp .btn-secondary,
.__btn-grp .btn--primary {
    flex: 1 1 0;
    min-height: 44px;
    border-radius: 6px !important;
    padding: 11px 18px !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 800;
}

.__btn-grp .btn-secondary {
    order: 2;
    background: var(--office-blue, #1a5fff) !important;
    border: 1px solid var(--office-blue, #1a5fff) !important;
    color: #ffffff !important;
}

.__btn-grp .btn--primary {
    order: 1;
    background: #ffffff !important;
    border: 1px solid var(--office-blue, #1a5fff) !important;
    color: var(--office-blue, #1a5fff) !important;
}

.__btn-grp .btn-secondary:hover,
.__btn-grp .btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(26, 95, 255, .14) !important;
}

.__btn-grp .product-action-add-wishlist {
    order: 3;
    flex: 0 0 48px;
    min-width: 48px;
    height: 44px;
    padding: 0 !important;
    border-radius: 6px !important;
    border: 1px solid #d6deea !important;
    background: #ffffff !important;
}

.__btn-grp .product-action-add-wishlist span.fs-14 {
    display: none !important;
}

.product-details-shipping-details,
.__inline-23 .col-lg-3 > div,
.__inline-23 .col-lg-3 > .card,
.__review-overview,
.container.rtl.text-align-direction > .card.__card {
    background: #ffffff !important;
    border: 1px solid #e4e9f2 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .04) !important;
}

.product-details-shipping-details {
    overflow: hidden;
}

.shipping-details-bottom-border {
    border-bottom: 1px solid #eef2f7 !important;
}

.shipping-details-bottom-border:last-child {
    border-bottom: 0 !important;
}

.shipping-details-bottom-border span {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.__review-overview {
    padding: 0 !important;
    overflow: hidden;
}

.__review-overview .nav-tabs {
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 18px;
    background: #ffffff;
    border-bottom: 1px solid #e4e9f2 !important;
}

.__review-overview .nav-tabs .nav-link {
    border-radius: 0 !important;
    padding: 15px 4px 13px !important;
    margin-right: 28px;
    background: transparent !important;
    color: #667085 !important;
    border-bottom: 2px solid transparent !important;
}

.__review-overview .nav-tabs .nav-link.active {
    color: var(--office-blue, #1a5fff) !important;
    background: transparent !important;
    border-bottom-color: var(--office-blue, #1a5fff) !important;
}

.__review-overview .tab-content {
    padding: 18px !important;
}

.details-text-justify {
    max-height: none !important;
    overflow: visible !important;
    color: #344054 !important;
    line-height: 1.7;
}

.container.rtl.text-align-direction > .card.__card {
    margin-top: 22px;
}

.container.rtl.text-align-direction > .card.__card .card-body {
    padding: 18px;
}

.container.rtl.text-align-direction > .card.__card h4 {
    color: #101828 !important;
    font-size: 17px;
}

.bottom-sticky {
    border-top: 1px solid #e4e9f2;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, .08);
}

@media (max-width: 1199.98px) {
    .cz-product-gallery .cz-preview {
        min-height: 380px;
    }

    .cz-product-gallery .cz-preview .owl-stage,
    .cz-product-gallery .cz-preview .owl-item,
    .cz-product-gallery .product-preview-item {
        min-height: 378px;
    }

    .cz-product-gallery .cz-preview img.cz-image-zoom {
        max-height: 350px;
    }
}

@media (max-width: 991.98px) {
    .details {
        padding: 18px 0 0 !important;
    }

    .__inline-23 .container > .row > .col-lg-9 > .row {
        padding: 16px !important;
    }

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

    .cz-product-gallery .cz-preview,
    .cz-product-gallery .cz {
        grid-column: 1;
    }

    .cz-product-gallery .cz-preview {
        grid-row: 1;
        min-height: 340px;
    }

    .cz-product-gallery .cz {
        grid-row: 2;
    }

    .cz-product-gallery .cz .d-flex,
    .cz-product-gallery #sync2,
    .cz-product-gallery #sync2 .owl-stage-outer,
    .cz-product-gallery #sync2 .owl-stage {
        flex-direction: row !important;
    }

    .cz-product-gallery .cz .table-responsive {
        max-height: none !important;
    }
}

@media (max-width: 575.98px) {
    .__inline-23 {
        padding-bottom: 92px !important;
    }

    .__inline-23 .container.mt-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .__inline-23 .container > .row > .col-lg-9 > .row {
        border-radius: 8px !important;
        padding: 12px !important;
    }

    .cz-product-gallery .cz-preview {
        min-height: 280px;
    }

    .cz-product-gallery .cz-preview .owl-stage,
    .cz-product-gallery .cz-preview .owl-item,
    .cz-product-gallery .product-preview-item {
        min-height: 278px;
    }

    .cz-product-gallery .cz-preview img.cz-image-zoom {
        max-height: 250px;
    }

    .details .__inline-24 {
        font-size: 20px !important;
    }

    .details .text-accent {
        font-size: 22px !important;
    }

    .product-quantity .d-flex.align-items-center.gap-3 {
        align-items: flex-start !important;
        flex-direction: column;
    }

    #chosen_price_div {
        display: none;
    }
}

[data-theme="dark"] .__inline-23 {
    background: #0b1224 !important;
}

[data-theme="dark"] .__inline-23 .container > .row > .col-lg-9 > .row,
[data-theme="dark"] .cz-product-gallery .cz-preview,
[data-theme="dark"] .cz-product-gallery .product-thumb-slider .product-preview-thumb,
[data-theme="dark"] .product-details-shipping-details,
[data-theme="dark"] .__inline-23 .col-lg-3 > div,
[data-theme="dark"] .__inline-23 .col-lg-3 > .card,
[data-theme="dark"] .__review-overview,
[data-theme="dark"] .container.rtl.text-align-direction > .card.__card,
[data-theme="dark"] #chosen_price_div,
[data-theme="dark"] .product-quantity .quantity-box,
[data-theme="dark"] .checkbox-alphanumeric label,
[data-theme="dark"] .checkbox-alphanumeric--style-1 label {
    background: #0f172a !important;
    border-color: #263244 !important;
    color: #e2e8f0 !important;
}

[data-theme="dark"] .details .__inline-24,
[data-theme="dark"] .details .text-accent,
[data-theme="dark"] #chosen_price,
[data-theme="dark"] .container.rtl.text-align-direction > .card.__card h4 {
    color: #e2e8f0 !important;
}

/* Tighten marked product image preview spacing */
.__inline-23 .container > .row > .col-lg-9 > .row > .col-lg-5 {
    align-self: flex-start;
}

.cz-product-gallery {
    height: auto !important;
    align-content: flex-start;
}

.cz-product-gallery .cz-preview {
    height: 390px !important;
    min-height: 0 !important;
    padding: 10px !important;
}

.cz-product-gallery .product-thumbnail-slider,
.cz-product-gallery .cz-preview .owl-stage-outer,
.cz-product-gallery .cz-preview .owl-stage,
.cz-product-gallery .cz-preview .owl-item,
.cz-product-gallery .product-preview-item {
    height: 100%;
    min-height: 0 !important;
}

.cz-product-gallery .cz-preview .owl-item,
.cz-product-gallery .product-preview-item {
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
}

.cz-product-gallery .cz-preview img.cz-image-zoom {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 1199.98px) {
    .cz-product-gallery .cz-preview {
        height: 360px !important;
    }

    .cz-product-gallery .cz-preview img.cz-image-zoom {
        max-height: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .cz-product-gallery .cz-preview {
        height: 300px !important;
        padding: 8px !important;
    }

    .cz-product-gallery .cz-preview img.cz-image-zoom {
        max-height: 100% !important;
    }
}

/* ============================================================
   PRODUCT DETAIL – COMPREHENSIVE DARK MODE
   Placed at the end for highest cascade priority.
   ============================================================ */

/* Page wrapper */
[data-theme="dark"] .__inline-23 {
    background: #0b1224 !important;
}

/* Main product card */
[data-theme="dark"] .__inline-23 .container > .row > .col-lg-9 > .row {
    background: #0f172a !important;
    border-color: #263244 !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .25) !important;
}

/* Gallery preview */
[data-theme="dark"] .cz-product-gallery .cz-preview {
    background: #111c33 !important;
    border-color: #263244 !important;
}

/* Gallery thumbnails */
[data-theme="dark"] .cz-product-gallery .product-thumb-slider .product-preview-thumb {
    background: #111c33 !important;
    border-color: #263244 !important;
}
[data-theme="dark"] .cz-thumblist-item,
[data-theme="dark"] .cz-thumblist-item.active {
    background: #111c33 !important;
    border-color: #263244 !important;
}

/* Product title & meta */
[data-theme="dark"] .details .__inline-24 {
    color: #e6eefb !important;
}
[data-theme="dark"] .details .pro {
    border-bottom-color: #263244 !important;
    color: #a9b8cc !important;
}
[data-theme="dark"] .details .text-accent {
    color: #e6eefb !important;
}
[data-theme="dark"] .details .text-accent del,
[data-theme="dark"] .details del {
    color: #6b7fa0 !important;
}

/* Price block */
[data-theme="dark"] #chosen_price_div {
    background: #111c33 !important;
    border-color: #263244 !important;
}
[data-theme="dark"] #chosen_price_div > .mb-2 {
    color: #a9b8cc !important;
}
[data-theme="dark"] #chosen_price {
    color: #e6eefb !important;
}

/* Product description label */
[data-theme="dark"] .product-description-label {
    color: #a9b8cc !important;
}

/* Variation chips */
[data-theme="dark"] .checkbox-alphanumeric label,
[data-theme="dark"] .checkbox-alphanumeric--style-1 label {
    background: #111c33 !important;
    color: #e6eefb !important;
    border-color: #263244 !important;
}
[data-theme="dark"] .checkbox-alphanumeric input:checked + label,
[data-theme="dark"] .checkbox-alphanumeric--style-1 input:checked + label {
    background: rgba(99, 161, 255, .15) !important;
    color: #63a1ff !important;
    border-color: #63a1ff !important;
}

/* Color swatches */
[data-theme="dark"] .checkbox-color label {
    border-color: #263244 !important;
}

/* Quantity box */
[data-theme="dark"] .product-quantity .quantity-box {
    background: #111c33 !important;
    border-color: #263244 !important;
}
[data-theme="dark"] .product-quantity .quantity-box .btn-number {
    color: #63a1ff !important;
    background: #0f172a !important;
}
[data-theme="dark"] .product-quantity .quantity-box .input-number {
    color: #e6eefb !important;
    background: transparent !important;
}

/* Action buttons */
[data-theme="dark"] .__btn-grp .btn--primary {
    background: #111c33 !important;
    border-color: #63a1ff !important;
    color: #63a1ff !important;
}
[data-theme="dark"] .__btn-grp .btn-secondary {
    background: #63a1ff !important;
    border-color: #63a1ff !important;
    color: #fff !important;
}
[data-theme="dark"] .__btn-grp .product-action-add-wishlist {
    background: #111c33 !important;
    border-color: #263244 !important;
    color: #e6eefb !important;
}

/* Sidebar sections */
[data-theme="dark"] .product-details-shipping-details,
[data-theme="dark"] .__inline-23 .col-lg-3 > div,
[data-theme="dark"] .__inline-23 .col-lg-3 > .card,
[data-theme="dark"] .__review-overview,
[data-theme="dark"] .container.rtl.text-align-direction > .card.__card {
    background: #0f172a !important;
    border-color: #263244 !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .25) !important;
}
[data-theme="dark"] .container.rtl.text-align-direction > .card.__card h4 {
    color: #e6eefb !important;
}

/* Shipping details text */
[data-theme="dark"] .shipping-details-bottom-border {
    border-bottom-color: #263244 !important;
}
[data-theme="dark"] .shipping-details-bottom-border span {
    color: #a9b8cc !important;
}

/* Seller details */
[data-theme="dark"] .seller_details {
    background: #0f172a !important;
    border-color: #263244 !important;
}

/* Product overview */
[data-theme="dark"] .product_overview {
    background: #0f172a !important;
}

/* Overview / Reviews tabs */
[data-theme="dark"] .__review-overview .nav-tabs {
    background: #0f172a !important;
    border-bottom-color: #263244 !important;
}
[data-theme="dark"] .__review-overview .nav-tabs .nav-link {
    color: #a9b8cc !important;
}
[data-theme="dark"] .__review-overview .nav-tabs .nav-link.active {
    color: #63a1ff !important;
    border-bottom-color: #63a1ff !important;
}
[data-theme="dark"] .__review-overview .tab-content {
    color: #a9b8cc !important;
}

/* Description text */
[data-theme="dark"] .details-text-justify {
    color: #a9b8cc !important;
}

/* Form controls inside product details */
[data-theme="dark"] .__inline-23 .form-control,
[data-theme="dark"] .__inline-23 input[type="text"],
[data-theme="dark"] .__inline-23 input[type="file"],
[data-theme="dark"] .__inline-23 select,
[data-theme="dark"] .__inline-23 textarea {
    background: #111c33 !important;
    color: #e6eefb !important;
    border-color: #263244 !important;
}
[data-theme="dark"] .__inline-23 .form-control::placeholder {
    color: #6b7fa0 !important;
}

/* File upload / custom file input */
[data-theme="dark"] .__inline-23 .custom-file-label,
[data-theme="dark"] .__inline-23 .custom-file-label::after {
    background: #111c33 !important;
    color: #e6eefb !important;
    border-color: #263244 !important;
}

/* Preview button */
[data-theme="dark"] .__inline-23 .btn-outline-primary {
    color: #63a1ff !important;
    border-color: #63a1ff !important;
    background: transparent !important;
}

/* General text colors */
[data-theme="dark"] .__inline-23 .text-dark,
[data-theme="dark"] .__inline-23 h1,
[data-theme="dark"] .__inline-23 h2,
[data-theme="dark"] .__inline-23 h3,
[data-theme="dark"] .__inline-23 h4,
[data-theme="dark"] .__inline-23 h5,
[data-theme="dark"] .__inline-23 h6 {
    color: #e6eefb !important;
}
[data-theme="dark"] .__inline-23 .text-muted,
[data-theme="dark"] .__inline-23 p {
    color: #a9b8cc !important;
}

/* Bottom sticky mobile bar */
[data-theme="dark"] .bottom-sticky {
    background: #0f172a !important;
    border-top-color: #263244 !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .3) !important;
}
