    .image-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.9);
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .image-modal-content {
        max-width: 90%;
        max-height: 80%;
    }

    .image-modal-close,
    .image-modal-prev,
    .image-modal-next {
        position: absolute;
        color: white;
        font-size: 32px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
    }

    .image-modal-close {
        top: 20px;
        right: 30px;
    }

    .image-modal-prev,
    .image-modal-next {
        top: 50%;
        transform: translateY(-50%);
        padding: 10px;
    }

    .image-modal-prev {
        left: 20px;
    }

    .image-modal-next {
        right: 20px;
    }

 .theme-product-details-style-02 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-name h1 {
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 32.78px
}

.theme-product-list-style-17 .theme-product-box-content .theme-product-details-area .theme-product-name a,.theme-product-list-style-16 .theme-product-box-content .theme-product-details-area .theme-product-name a {
    line-height: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1.3rem;
    color: #000
}

.theme-product-list-style-17 .theme-product-box-content .theme-product-details-area .theme-product-name a, .theme-product-list-style-16 .theme-product-box-content .theme-product-details-area .theme-product-name a {
    font-size:1.3rem !important;
}






.marquee {
    width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: pre;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
}

.zcs_aspect_ratio_2.zpapply-height{
    aspect-ratio: 2.32/1;
    min-height: 33px!important;
}



.marquee span {
    display: inline-block;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-left: 0%;
    font-family:manrope,serif;
    animation: marquee 100s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.marquee:hover span {
    animation-play-state: paused;
}

    .theme-product-ribbon-area,.theme-ribbon-prod-box {
    display: flex;
    flex-direction: column; 
    align-items: flex-start !important; 
    position: absolute;
    left: 14px;
    top: 14px;
}

.zcs_custom_badge {
    background: red!important;
    margin-bottom: 4px; 
    width: auto;
    height: auto;
    padding-block-start: 4px;
    padding-block-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border-radius: 2px;
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
}

    .theme-product-ribbon-area,.theme-ribbon-prod-box {
    display: flex;
    flex-direction: column; 
    align-items: flex-start !important; 
    position: absolute;
    left: 14px;
    top: 14px;
}

.zcs_custom_badge {
    background: red;
    margin-bottom: 4px; 
    width: auto;
    height: auto;
    padding-block-start: 4px;
    padding-block-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    border-radius: 2px;
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
}

[data-zs-image-container] .theme-product-ribbon-area {
    background: transparent !important
}   


.zpbutton.zpbutton-type-primary.zpbutton-size-lg,button.zpbutton-type-primary.zpbutton-size-lg,input.zpbutton-type-primary.zpbutton-size-lg[type=submit],input.zpbutton-type-primary.zpbutton-size-lg[type=button] {
    font-size: 18px;
    border-radius: 10px;
    display:inline-block;
    width:100%;
    padding:10px;
    text-align:center;
}