/** Shopify CDN: Minification failed

Line 38:18 Expected identifier but found whitespace
Line 38:20 Unexpected "{"
Line 38:29 Expected ":"
Line 48:12 Expected identifier but found whitespace
Line 48:14 Unexpected "{"
Line 48:23 Expected ":"
Line 48:68 Expected identifier but found "!"
Line 54:1 "marign" is not a known CSS property
Line 73:12 Expected identifier but found whitespace
Line 73:14 Unexpected "{"
... and 2 more hidden warnings

**/
.main-collection-products-list .m-padding-non{
	padding: 0 !important;
}
.main-collection-products-list .sidebar-container .products.collection.row.padding-12{
	padding: 0 12px;
}
@media only screen and (max-width: 768px) {
  .swym-button.swym-add-to-wishlist-view-product{
    top: 0px !important;
    right: 4px !important;
  }
  .main-collection-products-list facet-filters-form.facets--bar.facets--bar-inline {
    padding: 15px 4% 1px !important;
  }
	.main-collection-products-list .row.full-width-row{
		max-width: 100%;
	}
}
.main-collection-products-list .row.full-width-row{
	max-width: 92%;
}
.desktop-content.img-btw-product_text{
	background-color: {{ section.settings.overlayColor }};
}
.desktop-content.img-btw-product_text h5,
.desktop-content.img-btw-product_text p,
.desktop-content.img-btw-product_text a,
.mobile-content.img-btw-product_text h5,
.mobile-content.img-btw-product_text p,
.mobile-content.img-btw-product_text a{
	display: flex;
    flex-direction: column;
	text-align: {{ section.settings.text-align-imageBetweenProducts }} !important;
}
.desktop-content.img-btw-product_text h5,
.desktop-content.img-btw-product_text p,
.mobile-content.img-btw-product_text h5,
.mobile-content.img-btw-product_text p{
	marign: 0 !important;
}
.product-card-img-mobile {
  display: flex;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: auto !important;

  /* allow vertical scroll but block horizontal swipe */
  touch-action: pan-y !important;

  scroll-snap-type: x mandatory;
}

.product-card-img-mobile img {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.product-card .fabric_short-desc {
  font-size: {{ section.settings.fabric-size }}px !important;
}

.swym-button.swym-add-to-wishlist-view-product{
position: absolute;
top: 5px;
right: 20px;
 z-index: 99;
margin: 2px 3px 0 0 ;
}
@media (max-width: 600px){
  .btns-contanier{
    display: flex !important;
  }
  .product-card-img-mobile {
    display: flex;
  }
  .small-up-1>.column, .small-up-1>.columns {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .mobile-slide-arrow svg{
    max-width: 9px;
  }
}
 .product-card-img-mobile {
  display: none;
    overflow-x: hidden;
    gap: 10px;
    padding-bottom: 10px;
    scrollbar-width: none;
    position: relative;
    scroll-behavior: smooth;
  }
  .product-card-img-mobile{
    display: none;
  }
  .product-card-img-mobile img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0px;
  }
  .product-card-img-mobile::-webkit-scrollbar {
    display: none;
  }
  .btns-contanier{
    position: absolute;
    top: 50%;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 4%;
    z-index: 10;
    width: 100%;

  }

  .fabric_short-desc {
    margin: 0 0 2%;
    color: #909090;
    font-size: 80%;
    font-weight: 500;
  }