.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: var(--premium-surface-2, #f7f8fb);
    padding: 18px 0 36px;
}
.__inline-23 .container > .row > .col-lg-9 > .row {
    background: var(--premium-surface, #fff);
    border: 1px solid var(--premium-border, #eef0f4);
    border-radius: var(--premium-radius, 14px);
    box-shadow: var(--premium-shadow-soft, 0 1px 2px rgba(15,23,42,.04), 0 4px 16px rgba(15,23,42,.06));
    padding: 22px;
    margin: 0 0 18px;
}

/* Gallery */
.cz-product-gallery .cz-preview {
    border-radius: var(--premium-radius, 14px);
    overflow: hidden;
    background: linear-gradient(180deg, #fafbfd 0%, #f3f4f8 100%);
    border: 1px solid var(--premium-border, #eef0f4);
}
.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(--web-primary);
    transform: translateY(-2px);
}

/* Title + meta */
.details .__inline-24 {
    font-size: 26px !important;
    font-weight: 800;
    line-height: 1.25;
    color: var(--premium-text, #0f172a);
    letter-spacing: -.02em;
    display: block;
}
.details .pro {
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--premium-border, #eef0f4);
}
.details .pro .star-rating i { font-size: 14px; }
.details .pro .web-text-primary { font-weight: 700; }

/* Price */
.details .text-accent {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--web-primary) !important;
    letter-spacing: -.02em;
}

/* Variation labels & chips */
.product-description-label {
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--premium-text-muted, #64748b) !important;
}
.checkbox-alphanumeric label,
.checkbox-alphanumeric--style-1 label {
    border: 1px solid var(--premium-border, #eef0f4) !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    color: var(--premium-text, #0f172a);
}
.checkbox-alphanumeric input:checked + label,
.checkbox-alphanumeric--style-1 input:checked + label {
    background: var(--web-primary) !important;
    color: #fff !important;
    border-color: var(--web-primary) !important;
    box-shadow: 0 4px 10px rgba(15,23,42,.12);
}
.checkbox-color label {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 1px var(--premium-border, #eef0f4);
    transition: transform .2s ease, box-shadow .2s ease;
}
.checkbox-color input:checked + label {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px var(--web-primary);
}

/* Quantity */
.product-quantity .quantity-box {
    border-radius: 999px !important;
    overflow: hidden;
    background: var(--premium-surface-2, #f7f8fb);
    border: 1px solid var(--premium-border, #eef0f4) !important;
}
.product-quantity .quantity-box .btn-number {
    font-weight: 800;
    font-size: 18px;
    color: var(--web-primary) !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(--web-primary) !important;
    border: none !important;
    box-shadow: 0 6px 16px rgba(15,23,42,.12);
}
.__btn-grp .btn--primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 10px 24px rgba(15,23,42,.18);
}
.__btn-grp .btn-secondary {
    background: #0f172a !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(15,23,42,.16);
}
.__btn-grp .btn-secondary:hover {
    transform: translateY(-1px);
    filter: brightness(1.1);
}
.__btn-grp .product-action-add-wishlist {
    border-radius: var(--premium-radius-sm, 10px) !important;
    border: 1px solid var(--premium-border, #eef0f4) !important;
    padding: 10px 14px !important;
    background: #fff !important;
}
.__btn-grp .product-action-add-wishlist:hover {
    border-color: var(--web-primary) !important;
    background: rgba(15,23,42,.02) !important;
}

/* Tabs (overview / reviews) */
.__review-overview {
    border-radius: var(--premium-radius, 14px) !important;
    border: 1px solid var(--premium-border, #eef0f4);
    box-shadow: var(--premium-shadow-soft);
}
.__review-overview .nav-tabs {
    border-bottom: 1px solid var(--premium-border, #eef0f4) !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(--premium-text-muted, #64748b);
    transition: background .2s ease, color .2s ease;
}
.__review-overview .nav-tabs .nav-link.active {
    background: var(--web-primary) !important;
    color: #fff !important;
}

/* Total price block */
#chosen_price_div {
    background: var(--premium-surface-2, #f7f8fb);
    border-radius: var(--premium-radius-sm, 10px);
    padding: 10px 14px;
    margin-top: 6px;
    width: fit-content;
}
#chosen_price { font-size: 18px; font-weight: 800; }

/* 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(--premium-border, #eef0f4) !important;
    box-shadow: var(--premium-shadow-soft);
}

/* ---------- 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: var(--premium-surface, #0f172a) !important;
    color: var(--premium-text, #e2e8f0) !important;
    border-color: var(--premium-border, #1e293b) !important;
}
[data-theme="dark"] .details .__inline-24 { color: var(--premium-text, #e2e8f0) !important; }
[data-theme="dark"] .details .pro { border-bottom-color: var(--premium-border, #1e293b) !important; }
[data-theme="dark"] .__btn-grp .btn-secondary { background: #1e293b !important; color: #fff !important; }
