.catalog-product-view .product.media .sticker-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.catalog-product-view .product.media .sticker {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: white;
  font-family: proxima-soft, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .catalog-product-view .product.media .sticker.front {
    z-index: 20;
    width: 150px;
    height: 150px;
    font-size: 20px; }
    @media screen and (max-width: 990px) {
      .catalog-product-view .product.media .sticker.front {
        width: 100px;
        height: 100px;
        font-size: 15px; } }
  .catalog-product-view .product.media .sticker.back {
    z-index: 18;
    width: 200px;
    height: 200px;
    font-size: 20px; }
    @media screen and (max-width: 990px) {
      .catalog-product-view .product.media .sticker.back {
        width: 150px;
        height: 150px;
        font-size: 15px; } }
  .catalog-product-view .product.media .sticker.sale {
    background-color: #F04E5F; }
  .catalog-product-view .product.media .sticker.overstocked {
    background-color: #4d4d4f; }
  .catalog-product-view .product.media .sticker.special {
    background-color: #EF8B22; }

.catalog-product-view .product.media .shipping-only-sticker.bottom-left {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  opacity: 0.9;
  margin-left: 15%;
  margin-bottom: 5%; }
  .catalog-product-view .product.media .shipping-only-sticker.bottom-left .outer-circle {
    height: 95px;
    width: 95px;
    background-color: #0494CA;
    border-radius: 50%;
    display: inline-block; }
  .catalog-product-view .product.media .shipping-only-sticker.bottom-left .inner-circle {
    height: 85px;
    width: 85px;
    background-color: white;
    border-radius: 50%;
    display: grid;
    text-align: center;
    margin: 5px;
    line-height: 20px; }
  .catalog-product-view .product.media .shipping-only-sticker.bottom-left .shipping-only-text {
    color: #0494CA;
    font-size: 20px;
    font-family: proxima-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: auto; }

.catalog-product-view .product.media .limited-time-sticker.bottom-left {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  opacity: 0.9;
  margin-left: 15%;
  margin-bottom: 5%; }
  .catalog-product-view .product.media .limited-time-sticker.bottom-left .outer-circle {
    height: 95px;
    width: 95px;
    background-color: #737373;
    border-radius: 50%;
    display: inline-block; }
  .catalog-product-view .product.media .limited-time-sticker.bottom-left .inner-circle {
    height: 85px;
    width: 85px;
    background-color: white;
    border-radius: 50%;
    display: grid;
    text-align: center;
    margin: 5px;
    line-height: 20px; }
  .catalog-product-view .product.media .limited-time-sticker.bottom-left .limited-time-text {
    color: #737373;
    font-size: 20px;
    font-family: proxima-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: auto; }

/*# sourceMappingURL=product-detail.css.map */
