<script>
@media (max-width:768px){
.zcs_custom_filmstrip .theme-store-style-collection-row-07 {
	display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    overflow-x:scroll !important;
    gap:1rem;
    .theme-prod-box {
    	min-width:200px;
        @media(max-width:992px){
[data-mobile-image], [data-tablet-image]{
    background-size: 100% 100%;
  }
    }
}
}
    @media(max-width:992px){
[data-mobile-image], [data-tablet-image]{
    background-size: 100% 100%;
    @media(max-width:767px){
	.theme-product-image-and-ribbon-container {
			height:180px !important;
	}
	.theme-product-image {
    height: 170px !important;
	}
    .theme-product-image picture {
	height: 160% !important;
	}
    .zphero {
		min-height: 270px !important;
	}
	.zphero h2{
		font-size: 0.3em !important;
	}
	.zphero h3{
		font-size: 0.3em !important
	}
     .zphero h2 span, .zphero .zpelem-text,.zphero h3 span {
		 font-size: 12px !important;
		}
	.zptext li span {
		font-size: 10px !important;
	}
	.zphero h3 span br {
    display: none;
   }
	
}
  }
        
        
      @media(max-width:767px){
	.theme-product-image-and-ribbon-container {
			height:180px !important;
	}
	.theme-product-image {
    height: 170px !important;
	}
    .theme-product-image picture {
	height: 160% !important;
	}
    .zphero {
		min-height: 270px !important;
	}
	.zphero h2{
		font-size: 0.3em !important;
	}
	.zphero h3{
		font-size: 0.3em !important
	}
     .zphero h2 span, .zphero .zpelem-text,.zphero h3 span {
		 font-size: 12px !important;
		}
	.zptext li span {
		font-size: 10px !important;
	}
	.zphero h3 span br {
    display: none;
   }
	
}
 .theme-header .zpcontainer {
    width: 90% !important;
  }

  @media (max-width: 992px) {
    .theme-header .zpcontainer {
      width: 97% !important;
    }
  }

  .category-description h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .category-description h2 {
    font-size: 22px;
    font-weight: normal;
    color: #444;
    margin-bottom: 10px;
  }

  .category-description p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 900px;
    margin-bottom: 18px;
  }

  @media only screen and (max-width: 768px) {
    .category-description h1 {
      font-size: 24px;
    }
    .category-description h2 {
      font-size: 14px;
    }
    .category-description p {
      font-size: 12px;
    }
  }

 </script>