@media(max-width: 992px){
  .hero-container .zphero,.hero-container {
    min-height: 250px !important
}  
}

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

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



.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 100s linear infinite;
}

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

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

.zpfilmstrip-title-container {
    margin-block-end:0 !important;padding-block-end: 0.5rem !important;
}

.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-specification-section .theme-prod-content-summary {
    display:none !important;
}

.theme-prod-content-details{
    display:none !important
}


.theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-prod-non-returnable .theme-icon-text {
    display: flex;
    gap: 10px;
    flex-direction: row;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    padding-block-start:10px;
    top: -10px;
}

.zpsocial-share-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: -17px;
}

.theme-collection-section {
    padding-block: .12rem;
}
 
.theme-section {
    padding-block-start: 30px;padding-block-end: 1px;padding-inline-start:20px;padding-inline-end:0px}

.zs-custom-collection .zpfilmstrip-title-container a::after {
display: none;
}

[data-zs-product-img-container] .theme-product-detail-image-inner {
    width: 100%
}