.zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area picture,
.zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area a,
.zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    display: block !important;
}

@media screen and (max-width: 767px) {
  .zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area picture, 
  .zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area a, 
  .zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area { 
    height: 150px !important; 
      aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }
}

@media screen and (max-width: 767px) {
  .theme-product-list-style-06 .theme-product-box-content .theme-product-details-area { 
    margin-top: 0px !important; 
  }
  
  .theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-price-coupon { 
    margin-top: 0px !important; 
  }
}



.zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area picture img,
.zs_custom_collection .theme-product-list-style-06 .theme-product-box-content .theme-product-image-area img {
    width: 100% !important;
    height: 300px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    animation: fadeIn 0.5s ease-out forwards !important;
}

.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area { width: 100%; border-radius: 0px 0px 1rem 1rem; background: #FAFAFA; display: flex; flex-direction: column; gap: 0.88rem; padding: 0px 10px 10px 10px; margin-top: -20px; } .theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-product-name-price .theme-product-price-coupon { display: flex; align-items: center; flex-wrap: wrap; margin-top: -20px; }


.theme-header-topbar
 {
    background: #336743 !important;
}

.theme-product-list-style-06 .theme-product-box-content .theme-product-details-area .theme-view-details-quick-view .theme-product-details 
{
    background: #336743 !important;
}

.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed {
    display: none !important;
}