.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;
    }
}

/* ============================================================
   KIRZ STORE PREMIUM PRODUCT DETAIL PAGE STYLES
   ============================================================ */

/* ---- Product Title ---- */
.pd-product-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* ---- Meta Row ---- */
.pd-meta-row { margin-bottom: 14px; }
.pd-stars { font-size: 15px; }
.pd-review-count {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
}
.pd-review-count:hover { text-decoration: underline; }
.pd-meta-divider { color: #ccc; font-size: 13px; }
.pd-meta-text { font-size: 13px; color: #555; }

/* ---- Price Block ---- */
.pd-price-block { margin-bottom: 4px; }
.pd-price-current {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a2e;
    line-height: 1;
}
.pd-price-original {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}
.pd-discount-badge {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* ---- Short Description ---- */
.pd-short-desc {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Option Group ---- */
.pd-option-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pd-option-label {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

/* ---- Variant Cards ---- */
.pd-variant-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pd-variant-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
    min-width: 80px;
    position: relative;
    user-select: none;
}
.pd-variant-card:hover {
    border-color: var(--web-primary, #386641);
    background: #f7faf7;
}
.pd-variant-card.active {
    border-color: var(--web-primary, #386641);
    background: #f0f7f0;
    box-shadow: 0 0 0 2px rgba(56,102,65,0.15);
}
.pd-variant-card.active::after {
    content: '\2713';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: var(--web-primary, #386641);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}
.pd-variant-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

/* ---- Quantity Selector ---- */
.pd-qty-selector {
    display: flex;
    align-items: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 44px;
    background: #fff;
}
.pd-qty-btn {
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    cursor: pointer;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.pd-qty-btn:hover { background: #e8e8e8; }
.pd-qty-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.pd-qty-input {
    width: 52px !important;
    height: 100%;
    border: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    background: transparent;
    outline: none;
    padding: 0 !important;
    box-shadow: none !important;
}

/* ---- Stock Badges ---- */
.pd-stock-badge {
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.pd-in-stock { background: #e8f5e9; color: #2e7d32; }
.pd-out-stock { background: #fdecea; color: #c62828; }
.pd-total-price { font-size: 14px; color: #555; }

/* ---- CTA Buttons ---- */
.pd-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.pd-btn-addcart {
    flex: 1;
    min-width: 140px;
    padding: 13px 20px;
    border-radius: 12px;
    background: #2d2a6e;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}
.pd-btn-addcart:hover {
    background: #3d3a8e;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(45,42,110,0.3);
    color: #fff;
}
.pd-btn-addcart:disabled { opacity: 0.6; transform: none; cursor: not-allowed; }
.pd-btn-buynow {
    flex: 1;
    min-width: 140px;
    padding: 13px 20px;
    border-radius: 12px;
    background: #2e7d32;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pd-btn-buynow:hover {
    background: #388e3c;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(46,125,50,0.3);
    color: #fff;
}
.pd-btn-buynow:disabled { opacity: 0.6; transform: none; cursor: not-allowed; }

/* ---- Wishlist Link ---- */
.pd-wishlist-link {
    background: none;
    border: none;
    padding: 6px 0;
    font-size: 13.5px;
    color: #555;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
    position: relative;
}
.pd-wishlist-link:hover { color: var(--web-primary, #386641); }

/* ---- Main Image ---- */
.pd-main-image-container { min-height: 300px; }
.pd-main-img {
    width: 100%;
    min-height: 280px;
    max-height: 420px;
    object-fit: contain;
}

/* ---- Trust Badges ---- */
.pd-trust-badges { gap: 10px; }
.pd-trust-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 1 60px;
}
.pd-trust-badge-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.pd-trust-badge-label {
    font-size: 10px;
    font-weight: 600;
    color: #555;
    text-align: center;
    line-height: 1.2;
}

/* ---- Sidebar Cards ---- */
.pd-sidebar-card {
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.pd-sidebar-card-header {
    background: #1a1a2e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 14px;
    letter-spacing: 0.3px;
}
.pd-sidebar-card-body { padding: 14px; }

/* ---- Wholesale Table ---- */
.pd-wholesale-table { display: flex; flex-direction: column; }
.pd-wholesale-header {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 4px;
}
.pd-wholesale-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.pd-wholesale-row:last-child { border-bottom: none; }

/* ---- Love List ---- */
.pd-love-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pd-love-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
.pd-check-icon {
    width: 16px;
    height: 16px;
    color: #2e7d32;
    flex-shrink: 0;
}

/* ---- Service Badges ---- */
.pd-service-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}
.pd-service-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f0f7f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pd-service-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.pd-service-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.pd-service-text strong {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
}
.pd-service-subtitle { font-size: 11px; color: #888; }
.pd-service-divider { height: 1px; background: #f0f0f0; margin: 0; }

/* ---- Main Card Shadow ---- */
.pd-main-card {
    border-radius: 16px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
    .pd-product-title { font-size: 20px; }
    .pd-price-current { font-size: 24px; }
    .pd-btn-addcart,
    .pd-btn-buynow { min-width: 120px; font-size: 14px; padding: 11px 14px; }
    .pd-variant-card { min-width: 70px; padding: 6px 12px; }
    .pd-trust-badge-label { font-size: 9px; }
}
@media (max-width: 575px) {
    .pd-cta-row { flex-direction: column; }
    .pd-btn-addcart,
    .pd-btn-buynow { width: 100%; flex: none; }
}
@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%;
        }
    }
}
