/** Shopify CDN: Minification failed

Line 55:0 Unexpected "{"

**/




.featured-collection {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .featured-collection .carousel__slide {
      width: calc(90vw - 15px); } }
  .featured-collection .products.row {
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row {
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 0 11px;
      display: grid;
      grid-gap: 0;
      grid-auto-flow: column;
      grid-auto-columns: minmax(50%, 1fr);
      overflow-x: auto;
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row::-webkit-scrollbar {
        display: none; }
      .featured-collection.swipe-on-mobile .featured-collection__inner.display-type--grid .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%; } }
  .featured-collection .text-center .button {
    margin-top: 10px; }

.price .amount.discounted{
  color: #2c2d2e;
  position: relative;
  font-size: .9375rem;
}
.price{
  position: relative; 
   margin-right: 10px;
}
.price-container {
  position: relative;
}
.badge.onsale {
  display: none;}



{
  margin-top: 20px;
  margin-bottom: -80px;
}
.product-card--add-to-cart-button-simple  {
  border-radius: 30px;
  font-size: 13px;
  background-color: #1570f5;
}
.product-card--label {
  position: absolute;
  top: -20px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  background: #e23491;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #bd1b71;
  padding: 7px;
  width: auto;
  height: auto;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
}
.product-card {
  z-index: 10;
  overflow: visible;
}
.active-facets {
  margin-top: 30px;
}
.product-card-vendor {
  display: none;
}

.amount.discounted{
  top: -20px;
  left:-74px;
}