@font-face {
  font-family: "Playfulist";
  src: url("/themes/showtyme/fonts/Playfulist/playfulist400.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.playfulist {
  font-family: "Playfulist" !important;
}

.text-decoration-none {
  text-decoration: none;
}

#weekly-deals {
  overflow: hidden;
}

#aug-hero .aug-inner .button:hover {
  text-decoration: none;
}

#aug-hero {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x, url("../images/hero/back@2x.jpg") 2x);
}

#aug-hero .aug-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}

#aug-hero .aug-main {
  margin-top: 5em;
  margin-bottom: 5.5em;
}

#aug-hero .main {
  margin-top: -12px;
}

#aug-hero .img-left {
  left: 16px;
  top: 192px;
}

#aug-hero .button {
  width: 9em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  margin-top: 1em;
  line-height: 2;
  background-color: #ed1d24;
}

#aug-hero .image {
  bottom: 0;
  right: -12em;
  z-index: 0;
}

dotlottie-wc.anim {
  right: -314px;
  top: 116px;
}

#aug-hero p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#aug-hero .main-text-bottom {
  font-size: 37px;
  text-align: center;
  max-width: 100%;
  margin-top: 14px;
}

#aug-hero .main-text-bottom span {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 51px;
  padding-top: 3px;
  margin-top: 9px;
  background-size: cover;
  background-image: url(../images/hero/bg-text.png);
  background-image: -webkit-image-set(url("../images/hero/bg-text.png") 1x, url("../images/hero/bg-text@2x.png") 2x);
}

@supports (background: -webkit-named-image(i)) {
  #aug-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  #aug-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x, url("../images/hero/back-m@2x.jpg") 2x);
  }

  #aug-hero .aug-inner {
    flex-direction: column;
    width: 100% !important;
    padding-bottom: 48px;
    padding-top: 84px;
    gap: 0;
  }

  #aug-hero .aug-main {
    width: 100%;
  }

  #aug-hero .anim {
    position: absolute;
    width: 571px !important;
  }

  #aug-hero .button {
    font-size: 1.3em;
  }

  #aug-hero .main-text-bottom {
    font-size: 26px;
    max-width: 100%;
  }

  #aug-hero .main-text-bottom span {
    width: 100%;
    background-size: contain;
    padding-top: 9px;
    margin-top: 0px;
  }

  #aug-hero .main {
    width: 358px;
    margin-top: -3px;
  }

  #aug-hero .animation {
    width: 324px;
  }

  #aug-hero .aug-main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  #aug-hero .button {
    font-size: 1.2em;
    width: 10em;
    margin-top: 1em;
    line-height: 1px;
  }

  #aug-hero .aug-inner {
    padding-bottom: 63px;
    padding-top: 235px;
    overflow: hidden;
  }

  #aug-hero .main-text-bottom {
    margin-top: 5px;
    line-height: 35px;
    overflow: visible;
    width: 100%;
  }

  #aug-hero .main-text-bottom span {
    width: 100%;
    background-size: 96%;
    padding-top: 0;
    margin-top: 0px;
    overflow: visible;
    height: 39px;
  }

  #aug-hero .aug-main {
    margin-top: 0;
  }

  #aug-hero .anim {
    position: absolute;
    width: 540px !important;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
  }
}

@media screen and (max-width: 375px) {}