
/* hide the pagintion for the swiper in mobile */
@media (max-width: 450px) { 
    .hidebuttomswiper .swiper-pagination-container {
      display: none;
    }
      .hidebuttomswiper .swiper-nav-buttons-wrap{
          display: none;
      }
}

/* fix the images size in the product page single */
.attachment-woocommerce_single, .attachment-woocommerce_gallery_thumbnail {
    width: 100% !important; 
    object-fit: contain !important;
    aspect-ratio: 3/4 !important;
    /* max-height: 600px !important; */
}



.attachment-woocommerce_thumbnail , .related .attachment-woocommerce_thumbnail 
,.recent-viewed .attachment-woocommerce_thumbnail{
    width: 100% !important; 
    object-fit: contain !important;
    aspect-ratio: 3/4 !important;
    /* max-height: 600px !important; */
}


/* general fix for the images */
.m-img-loaded, .swiper-thumbnail-wrap{
	text-align: center !important;
}

/* fix the images size in the product loop */
.attachment-300x300 {
	width: 100% !important;
	object-fit: cover !important;
	aspect-ratio: 1/1 !important;
	max-height: 300px !important;
}

.attachment-400x600 {
    width: 100% !important; 
	object-fit: cover !important;
   aspect-ratio: 3/4 !important;
    max-height: 600px !important;
}
.attachment-600x400 {
    width: 100% !important; 
	object-fit: cover !important;
   aspect-ratio: 3/2 !important;
    max-height: 400px !important;
}

.woosb-thumb .minimog-lazy-image, .woosb-cart-item .minimog-lazy-image{
    --lazy-image-width: 2 !important;
}