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

/* New Design Styles - Matching Image */
.__inline-23 {
    background-color: #F5F0FF; /* Light purple/lavender background */
    min-height: 100vh;
    padding: 40px 0;
}

body:has(.__inline-23) {
    background-color: #F5F0FF;
}

.seha-product-details-header {
    font-size: 28px;
    font-weight: 700;
    color: #342876; /* Dark purple */
    margin-bottom: 30px;
    text-transform: uppercase;
}

.seha-product-details-section {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seha-product-gallery-wrapper {
    display: flex;
    gap: 20px;
}

.seha-product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 500px;
    overflow-y: auto;
}

.seha-product-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.seha-product-thumbnail.active {
    border-color: #342876;
}

.seha-product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seha-product-main-image {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.seha-product-main-image img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.seha-product-info-section {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seha-product-name {
    font-size: 32px;
    font-weight: 700;
    color: #342876;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.seha-product-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.seha-product-price-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.seha-product-price-label {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.seha-product-price-value {
    font-size: 20px;
    font-weight: 700;
    color: #342876;
}

.seha-product-rating-inline {
    display: flex;
    align-items: center;
    gap: 5px;
}

.seha-product-rating-inline i {
    color: #FFD700;
    font-size: 18px;
}

.seha-product-rating-inline span {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.seha-product-colors-section {
    margin-bottom: 25px;
}

.seha-product-colors-label {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.seha-color-swatches {
    display: flex;
    gap: 10px;
}

.seha-color-swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seha-color-swatch.active {
    border-color: #342876;
}

.seha-product-quantity-section {
    margin-bottom: 25px;
}

.seha-product-quantity-label {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.seha-product-quantity-input {
    width: 100px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background-color: #FFFFFF;
}

.seha-product-quantity-input:focus {
    outline: none;
    border-color: #342876;
    box-shadow: 0 0 0 3px rgba(52, 40, 118, 0.1);
}

.seha-product-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.seha-buy-now-btn {
    background-color: #342876;
    color: #FFFFFF;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1;
}

.seha-buy-now-btn:hover {
    background-color: #4A3A8F;
}

.seha-wishlist-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #342876;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seha-wishlist-btn:hover {
    background-color: #F5F0FF;
}

.seha-wishlist-btn i {
    color: #342876;
    font-size: 20px;
}

.seha-wishlist-btn.active {
    background-color: #342876;
}

.seha-wishlist-btn.active i {
    color: #FFFFFF;
}

.seha-description-reviews-section {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seha-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.seha-tab {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
    border: none;
    background: none;
    position: relative;
    transition: color 0.3s ease;
}

.seha-tab.active {
    color: #342876;
}

.seha-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #342876;
    border-radius: 2px 2px 0 0;
}

.seha-review-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 20px;
}

.seha-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.seha-review-info {
    flex: 1;
}

.seha-review-name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.seha-review-date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}

.seha-review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.seha-review-stars i {
    color: #FFD700;
    font-size: 16px;
}

.seha-review-comment {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

.seha-average-rating-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seha-average-rating-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.seha-average-rating-score {
    font-size: 36px;
    font-weight: 700;
    color: #342876;
    margin-bottom: 10px;
}

.seha-average-rating-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.seha-average-rating-stars i {
    color: #FFD700;
    font-size: 20px;
}

.seha-rating-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seha-rating-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.seha-rating-label {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    min-width: 60px;
}

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

.seha-rating-bar-fill {
    height: 100%;
    background-color: #342876;
    border-radius: 4px;
}

.seha-rating-count {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    min-width: 50px;
    text-align: right;
}

@media (max-width: 768px) {
    .seha-product-gallery-wrapper {
        flex-direction: column;
    }

    .seha-product-thumbnails {
        flex-direction: row;
        overflow-x: auto;
    }

    .seha-product-thumbnail {
        min-width: 80px;
    }

    .seha-product-actions {
        flex-direction: column;
    }

    .seha-buy-now-btn {
        width: 100%;
    }

    .seha-review-card {
        flex-direction: column;
    }
}
