.plp-page .quickshop-container .quickshop-sticker.sale-top-left {
  z-index: 20;
  position: absolute;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  width: 200px;
  top: 0px; }
  .plp-page .quickshop-container .quickshop-sticker.sale-top-left .sales-text {
    background-color: #F04E5F;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    height: 130px;
    left: -85px;
    position: absolute;
    top: -65px;
    width: 160px;
    -webkit-transform: rotate(-45deg); }
  .plp-page .quickshop-container .quickshop-sticker.sale-top-left .sales-text span {
    color: white;
    left: 55px;
    top: 100px;
    position: relative;
    width: 80px;
    text-align: center;
    font-size: 20px;
    font-family: proxima-soft, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px; }

.plp-page .quickshop-container .quickshop-sticker.overstocked-top-left {
  z-index: 18;
  position: absolute;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  width: 200px;
  top: 0px; }
  .plp-page .quickshop-container .quickshop-sticker.overstocked-top-left .overstocked-text {
    background-color: #4d4d4f;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    height: 130px;
    left: -85px;
    position: absolute;
    top: -65px;
    width: 235px;
    -webkit-transform: rotate(-45deg); }
  .plp-page .quickshop-container .quickshop-sticker.overstocked-top-left .overstocked-text span {
    color: white;
    left: 28px;
    top: 100px;
    position: relative;
    width: 80px;
    text-align: center;
    font-size: 20px;
    font-family: proxima-soft, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px; }

.plp-page .quickshop-container .quickshop-sticker.special-top-left {
  z-index: 20;
  position: absolute;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  width: 200px;
  top: 0px; }
  .plp-page .quickshop-container .quickshop-sticker.special-top-left .special-text {
    background-color: #EF8B22;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    height: 130px;
    left: -85px;
    position: absolute;
    top: -65px;
    width: 160px;
    -webkit-transform: rotate(-45deg); }
  .plp-page .quickshop-container .quickshop-sticker.special-top-left .special-text span {
    color: white;
    left: 45px;
    top: 105px;
    position: relative;
    width: 80px;
    text-align: center;
    font-size: 20px;
    font-family: proxima-soft, sans-serif;
    font-style: normal;
    font-weight: 700; }

.plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 15%;
  opacity: 0.9; }
  @media (max-width: 575.98px) {
    .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left {
      bottom: 0px;
      left: unset; } }
  .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left .outer-circle {
    height: 80px;
    width: 80px;
    background-color: #0494CA;
    border-radius: 50%;
    display: inline-block; }
    @media (max-width: 575.98px) {
      .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left .outer-circle {
        height: 75px;
        width: 75px; } }
  .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left .inner-circle {
    height: 70px;
    width: 70px;
    background-color: white;
    border-radius: 50%;
    display: grid;
    margin: 5px;
    line-height: 16px; }
    @media (max-width: 575.98px) {
      .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left .inner-circle {
        height: 65px;
        width: 65px; } }
  .plp-page .quickshop-container .quickshop-sticker.shipping-bottom-left .shipping-only-text {
    color: #0494CA;
    font-size: 14px;
    font-family: proxima-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: auto;
    position: relative;
    text-align: center; }

.plp-page .quickshop-container .quickshop-sticker.limited-bottom-left {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 15%;
  opacity: 0.9; }
  @media (max-width: 575.98px) {
    .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left {
      bottom: 0px;
      left: unset; } }
  .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left .outer-circle {
    height: 80px;
    width: 80px;
    background-color: #737373;
    border-radius: 50%;
    display: inline-block; }
    @media (max-width: 575.98px) {
      .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left .outer-circle {
        height: 70px;
        width: 70px; } }
  .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left .inner-circle {
    height: 70px;
    width: 70px;
    background-color: white;
    border-radius: 50%;
    display: grid;
    margin: 5px;
    line-height: 16px; }
    @media (max-width: 575.98px) {
      .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left .inner-circle {
        height: 60px;
        width: 60px; } }
  .plp-page .quickshop-container .quickshop-sticker.limited-bottom-left .limited-time-text {
    color: #737373;
    font-size: 14px;
    font-family: proxima-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: auto;
    position: relative;
    text-align: center; }

/*# sourceMappingURL=quick-shop.css.map */
