/*
@mixin h2--blossom() {
  @include font($font-blossom, $font-size-h2--blossom, bold, $line-height-headline, $text-color, false);
  margin-bottom: 0;
  & + h2 {
    margin-top: 0;
  }
}
@mixin text-base--blossom() {
  @include font($font-blossom, $font-size-base--blossom, bold, $line-height-headline, $text-color, false);
  margin-bottom: 0;
  & + h2 {
    margin-top: 0;
  }
}
*/
#smallBanner > * {
  margin: 0.375rem;
  border-width: 0.375rem;
  border-style: solid;
  border-color: #fff;
}
@media screen and (min-width: 1280px) {
  #smallBanner > * {
    margin: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #smallBanner > * {
    border-width: 0.5rem;
  }
}
#smallBanner > *:hover {
  box-shadow: 0 0 0 1px #d9d9d9;
}
#smallBanner .totw__link {
  display: block;
  border: 1px solid #e8e8e8;
}
#smallBanner .totw__img {
  display: block;
  max-width: 100%;
}
#smallBanner .brand-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem;
  background: #00786c;
}
@media (min-width: 768px) {
  #smallBanner .brand-message {
    padding: 0.5rem;
  }
}
#smallBanner .brand-message__icon {
  width: 70%;
  height: calc((100% - 48px) / 100 * 70);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  background-color: #fff;
  border-radius: 100%;
}
#smallBanner .brand-message__icon.huge-marketplace {
  background-image: url("//image.spreadshirtmedia.net/content/f_svg,q_auto/v1/Asset/Icons/imagestack");
}
#smallBanner .brand-message__icon.shop-limitless {
  background-image: url("//image.spreadshirtmedia.net/content/f_svg,q_auto/v1/Asset/Icons/slotmachine");
}
#smallBanner .brand-message__icon.support-artists {
  background-image: url("//image.spreadshirtmedia.net/content/f_svg,q_auto/v5/Asset/Icons/artist_hand");
  background-size: 78%;
}
@media (min-width: 768px) {
  #smallBanner .brand-message__icon {
    height: calc((100% - 54px) / 100 * 70);
  }
}
#smallBanner .brand-message__text {
  max-width: 280px;
  margin-top: 8%;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .brand-message__text {
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .brand-message__text {
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .brand-message__text {
    font-size: 1.125rem;
  }
}
#smallBanner .fathers-day,
#smallBanner .mothers-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem;
  background: #e8e8e8;
}
@media (min-width: 768px) {
  #smallBanner .fathers-day,
#smallBanner .mothers-day {
    padding: 0.5rem;
  }
}
#smallBanner .fathers-day__img,
#smallBanner .mothers-day__img {
  max-width: 100%;
}
#smallBanner .fathers-day__text,
#smallBanner .mothers-day__text {
  font: bold 0.75rem/1.3 Montserrat, sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 5%;
}
@media (min-width: 320px) and (max-width: 768px) {
  #smallBanner .fathers-day__text,
#smallBanner .mothers-day__text {
    font-size: calc(12px + (26 - 12) * ((100vw - 320px) / (768 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .fathers-day__text,
#smallBanner .mothers-day__text {
    font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .fathers-day__text,
#smallBanner .mothers-day__text {
    font-size: 1.625rem;
  }
}
#smallBanner .fathers-day__cta,
#smallBanner .mothers-day__cta {
  color: #00b2a5;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .fathers-day__cta,
#smallBanner .mothers-day__cta {
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .fathers-day__cta,
#smallBanner .mothers-day__cta {
    font-size: calc(10px + (16 - 10) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .fathers-day__cta,
#smallBanner .mothers-day__cta {
    font-size: 1rem;
  }
}
#smallBanner .fathers-day__cta:after,
#smallBanner .mothers-day__cta:after {
  content: "n";
  font: bold 1.75em/0 mobilemarketplace, sans-serif;
  vertical-align: middle;
}
#smallBanner .promo {
  pointer-events: none;
}
#smallBanner .promo * {
  box-sizing: border-box;
}
#smallBanner .promo__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 48px;
  padding: 0.25rem;
  background: #e8e8e8;
  text-align: center;
}
@media (min-width: 768px) {
  #smallBanner .promo__content {
    bottom: 54px;
    padding: 0.5rem;
  }
}
#smallBanner .promo__icon {
  width: 100%;
  height: 28%;
  margin-top: 2%;
  background-image: url("//image.spreadshirtmedia.net/content/f_png,q_auto,w_335,h_180/v1/Asset/Icons/icon_volume");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#smallBanner .promo__text {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  color: #de4065;
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .promo__text {
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .promo__text {
    font-size: calc(14px + (28 - 14) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .promo__text {
    font-size: 1.75rem;
  }
}
#smallBanner .promo__text--big {
  display: block;
  font-size: 1.75rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .promo__text--big {
    font-size: calc(32px + (70 - 32) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .promo__text--big {
    font-size: calc(32px + (70 - 32) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .promo__text--big {
    font-size: 4.375rem;
  }
}
#smallBanner .promo__code {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .promo__code {
    font-size: calc(14px + (24 - 12) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .promo__code {
    font-size: calc(14px + (24 - 12) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .promo__code {
    font-size: 1.5rem;
  }
}
#smallBanner .promo__code--markable {
  display: block;
  pointer-events: auto;
}
#smallBanner .promo__legal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 48px;
  padding: 0.25rem;
  background: #fff;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-top: none;
  font-size: 0.563rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #smallBanner .promo__legal {
    min-height: 54px;
    padding: 0.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #smallBanner .promo__legal {
    font-size: calc(9px + (14 - 9) * ((100vw - 320px) / (767 - 320)));
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  #smallBanner .promo__legal {
    font-size: calc(9px + (14 - 9) * ((100vw - 768px) / (1599 - 768)));
  }
}
@media (min-width: 1600px) {
  #smallBanner .promo__legal {
    font-size: 0.875rem;
  }
}
#smallBanner .staff-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  background-color: #f2f2f2;
  background-size: contain;
}
#smallBanner .staff-selection__img {
  width: 75%;
  border-radius: 100%;
  border: 0.125rem solid #fff;
}
#smallBanner .staff-selection__name {
  margin-top: 8%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
@media screen and (min-width: 768px) {
  #smallBanner .staff-selection__name {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1920px) {
  #smallBanner .staff-selection__name {
    font-size: 1.875rem;
  }
}
#smallBanner .staff-selection__position {
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  #smallBanner .staff-selection__position {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  #smallBanner .staff-selection__position {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=smallBanner.css.map */
