/** Shopify CDN: Minification failed

Line 29:21 Expected identifier but found bad string token
Line 29:22 Unterminated string token

**/
.discount-flex-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.discount-badge-container {
  position: relative;
  top: 10%;
  left: 2%;
}
.discount-badge-short-text {
  background-color: #D0DEE5;
  color: #165c7d;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: center;"
}
.discount-container {
  position: relative!important;
  width: 35%;
  display: flex;
  flex-direction: column;
}
.discount-main-offer {
  text-align: center;
  flex-direction: column;
  background-color: #d0dee5;
  color: #457d97;
  margin-top: 1rem;
  display: block;
  text-align: center;
  padding: 0.75em 0.5em 0.5em; 
  font-size: 0.65em;
  line-height: 1.2em;
  border-radius: 4px;
}
.discount-text-emphasis {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
.discount-text-emphasis-code {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
}
.discount-extra-offer {
  background-color: #457d97;
  color: #d0dee5;
  display: block;
  text-align: center;
  padding: 0.5em;
  font-size: 0.6em;
  line-height: 1.1em;
  border-radius: 0 0 4px 4px;
}
.free-gift-main-offer {
  background-color: #457d97;
  color: #d0dee5;
}
.remove-border-radius {
  border-radius: 4px 4px 0 0;
}
.product-media-container .discount-container {
  position: absolute !important;
  top: 0;
  right: 2%!important;
  width: 30%;
  z-index: 99;
}
.related-products .discount-container {
	width: 40%;
}
.flex-between {
  justify-content: space-between;
}
.new-product-badge {
    display: flex;
    justify-content: center;
    background-color: #e9e9e9;
    color: #575353;
    font-size: 0.7em;
    width: 60px!important;
}
@media screen and (min-width: 1280px) {
  .discount-badge-container {
    top: 25%;
    left: 10%;
  }
  .discount-flex-container {
    margin-left: 1em;
    margin-right: 1em;
  }
  .discount-container {
    width: 30%;
  }
  .product-media-container .discount-container {
    right: 5%!important;
    width: 30%!important;
  }
  .related-products .discount-container {
    width: 30%;
  }
  .discount-main-offer {
    width: 100%;
    font-size: 0.8em;
  }
  .discount-extra-offer {
    width: 100%;
    font-size: 0.75em;
  }
  slider-component .grid--5-col-desktop .discount-container {
	width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .new-product-badge {
    width: 65px!important;
  }
}
@media screen and (min-width: 425px) {
  .discount-flex-container {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
@media screen and (max-device-width: 767px) { 
  .discount-container {
    width: 40%;
  }
  .product-media-container .discount-main-offer,
  .product-media-container .discount-extra-offer {
      width: 80%;
    }
  .related-products .discount-container {
    width: 45%;
  }
  .related-products .discount-main-offer,
  .related-products .discount-extra-offer {
    width: 100%;
  }
}
@media screen and (max-device-width: 375px) {
  .discount-container {
    width: 45%!important;
  }
  .product-media-container .discount-container {
    width: 35%!important;
  }
  .discount-main-offer,
  .discount-extra-offer {
      width: 100%;
    }
}
.card__badge .badge{
  display: none !important;
}