/** Shopify CDN: Minification failed

Line 305:0 Expected "}" to go with "{"

**/
.u-product-card {
  text-decoration: none;
  flex-direction: column;
  height: 100%;
  background: #f1f1f1;
  border-radius: 25px;
}


.u-price_container .price__regular{
  display: none;
}


.u-product_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 25px 25px;
  justify-content: space-between;
}

.upsell_product_info .upsell__content-price {
  text-align: left;
}

.u-product_content .quick-add {
  margin-top: auto;
}

.u-product_media {
  position: relative;
}

.u-product_media img {
  display: inline-block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.u-product_media_sale-tag {
  display: none;
  font-size: 20px;
  padding: 2px 13px;
  width: max-content;
  z-index: 2;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #ea7878;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.u-product-card.u-product-card--on-sale .u-product_media_sale-tag {
  display: block;
}

.u-product-link {
  color: rgba(122, 147, 43, 1);
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
}

.u-product-image {
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}

.u-product-sec_image {
  position: absolute;
  left: 0;
  z-index: 1;
}

.u-product-link.u-product-link--desktop {
  display: block;
}

.u-product-link.u-product-link--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  /*.u-product-card:not(.disable-mobile-layout) {*/
  .u-product-card:not(.disable-mobile-layout) .u-product_media_sale-tag {
    font-size: 14px;
    padding: 0 9px;
    left: 0;
    top: 0;
    border-radius: 0 0 10px;
  }

  .u-product-card:not(.disable-mobile-layout) {
    flex-direction: row;
    gap: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product_media {
    max-width: 120px;
    margin-bottom: 0;
    width: 40%;
    background: #fff;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product_media img {
    width: 100%;
    object-fit: contain;
    border-radius: 0;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product_content-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product_content {
    gap: 10px;
    justify-content: space-between;
    padding: 15px 15px 15px 0;
  }

  .u-product-card:not(.disable-mobile-layout) .u-price_container {
    width: fit-content;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-price_container
    .price
    .price-item {
    font-size: 18px;
    .price__regular{
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-compare-price_container
    .price__sale {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-price_container
    .price__regular {
    line-height: 100%;
  }

  .u-product-card:not(.disable-mobile-layout) .u-price_container .price {
    width: max-content;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-compare-price_container
    .compare_price__wrapper
    .price-item {
    font-size: 14px;
    font-weight: 300;
    margin-right: 0;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-compare-price_container
    .compare_price__wrapper {
    line-height: 100%;
  }

  .u-product-card:not(.disable-mobile-layout) .u-pd-card_title,
  .u-product-card:not(.disable-mobile-layout) .u-price_container {
    margin: 0;
    font-size: 16px;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-product-link.u-product-link--desktop {
    display: none;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-product-link.u-product-link--mobile {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    height: 34px;
    width: 34px;
    min-width: 34px;
    background-color: var(--background-green-darker);
    margin-top: 0;
  }

  .u-product-card:not(.disable-mobile-layout)
    .u-product-link.u-product-link--mobile
    img {
    width: 18px;
    object-fit: contain;
  }

  .u-product-card:not(.disable-mobile-layout) .u-product-buttons button {
    font-size: 13px;
    padding: 0;
    height: 34px;
  }
}

.u-product-card.u-product-card--layout-with-text {
  background: white;
  height: auto;
  position: relative;
}
.u-product-card.u-product-card--layout-with-text .u-product-link {
  display: none;
}
.u-product-card.u-product-card--layout-with-text .quick-add {
  display: none;
}
.u-product-card.u-product-card--layout-with-text:hover .quick-add {
  display: block;
  position: absolute;
  top: 140px;
  left: 60%;
  width: 80%;
  transform: translateX(-60%);
}
.u-product-card.u-product-card--layout-with-text:hover
  .quick-add
  .quick-add__submit {
  background: #7a932b;
  color: white;
}
.u-product-card.u-product-card--layout-with-text .u-product_media img {
  border: solid 2px transparent;
}
.u-product-card.u-product-card--layout-with-text:hover .u-product_media img {
  border: solid 2px #7a932b;
}

.u-product-card.u-product-card--layout-with-text .compare_price__wrapper {
  display: none;
}
.u-product-card.u-product-card--layout-with-text .u-price_container {
  margin-bottom: 0;
}
.u-product-card.u-product-card--layout-with-text .u-product_content {
  padding: 0 25px 10px 0;
}
.u-product-card.u-product-card--layout-with-text .price-item {
  font-weight: 700;
  font-size: 28px;
  line-height: 121%;
  color: #7a932b;
}

@media screen and (max-width: 968px) {
  .u-product-card.u-product-card--layout-with-text {
    flex-direction: column;
  }
  .u-product-card.u-product-card--layout-with-text .u-product_media {
    max-width: 100%;
  }
  .u-product-card.u-product-card--layout-with-text .u-product_media img {
    width: 100%;
    height: auto;
  }
  .u-product-card.u-product-card--layout-with-text .u-product_content-info {
    flex-direction: row;
  }
  .u-product-card.u-product-card--layout-with-text .u-product-buttons {
    display: none;
  }
}

.u-product-card-bottom-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #565656;
}
