/* Add custom CSS styles below */ 
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
        flex: unset !important;
        width: unset !important;
        height: unset !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
        max-height: unset !important;
    }

    .s-product-card-fit-height.s-product-card-vertical .s-product-card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        
    }@media(max-width: 768px){
    
    footer > div > div > div > div.flex.space-x-2.items-end{
    	justify-content: center !important;
    }}@media(max-width: 768px){
  .art-slider-advanced .slide-section,.art-slider-advanced{
   	height: 50vh !important;
   }}@media(max-width: 768px){
  .art-slider-advanced .slide-section,.art-slider-advanced{
   	height: 65vh !important;
   }
     
     }