.aspect,
.aspect-shirt,
.aspect-xs-1-1,
.aspect-xs-5-4,
.aspect-xs-48-17,
.aspect-xs-4-5,
.aspect-xs-4-3,
.aspect-xs-21-9,
.aspect-xs-125-34,
.aspect-xs-96-25 {
  height: 0;
  overflow: hidden;
}
.aspect > img,
.aspect > picture img {
  width: 100%;
  height: auto;
}
.aspect-shirt {
  padding-bottom: 150%;
}
.aspect-xs-1-1 {
  padding-bottom: 100%;
}
.aspect-xs-5-4 {
  padding-bottom: 80%;
}
.aspect-xs-48-17 {
  padding-bottom: 35.41666667%;
}
.aspect-xs-4-5 {
  padding-bottom: 125%;
}
.aspect-xs-4-3 {
  padding-bottom: 75%;
}
.aspect-xs-16-9 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.aspect-xs-16-9 > img,
.aspect-xs-16-9 > picture img {
  width: 100%;
  height: auto;
}
.aspect-xs-21-9 {
  padding-bottom: 42.85%;
}
.aspect-xs-125-34 {
  padding-bottom: 27.2%;
}
.aspect-xs-96-25 {
  padding-bottom: 26%;
}
@media (min-width: 576px) {
  .aspect-sm-1-1 {
    padding-bottom: 100%;
  }
  .aspect-sm-5-4 {
    padding-bottom: 80%;
  }
  .aspect-sm-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-sm-4-5 {
    padding-bottom: 125%;
  }
  .aspect-sm-4-3 {
    padding-bottom: 75%;
  }
  .aspect-sm-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-sm-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-sm-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-sm-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 768px) {
  .aspect-md-1-1 {
    padding-bottom: 100%;
  }
  .aspect-md-5-4 {
    padding-bottom: 80%;
  }
  .aspect-md-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-md-4-5 {
    padding-bottom: 125%;
  }
  .aspect-md-4-3 {
    padding-bottom: 75%;
  }
  .aspect-md-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-md-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-md-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-md-96-25 {
    padding-bottom: 26%;
  }
}
@media (min-width: 992px) {
  .aspect-lg-1-1 {
    padding-bottom: 100%;
  }
  .aspect-lg-5-4 {
    padding-bottom: 80%;
  }
  .aspect-lg-48-17 {
    padding-bottom: 35.41666667%;
  }
  .aspect-lg-4-5 {
    padding-bottom: 125%;
  }
  .aspect-lg-4-3 {
    padding-bottom: 75%;
  }
  .aspect-lg-16-9 {
    padding-bottom: 56.25%;
  }
  .aspect-lg-21-9 {
    padding-bottom: 42.85%;
  }
  .aspect-lg-125-34 {
    padding-bottom: 27.2%;
  }
  .aspect-lg-96-25 {
    padding-bottom: 26%;
  }
}
#animated-header {
  position: relative;
  overflow: hidden;
}
#animated-header #animated-header-names-wrapper {
  color: var(--color-default-2);
}
#animated-header #animated-header-names-wrapper .animated-header-names {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
}
#animated-header #animated-header-names-wrapper .animated-header-names > * {
  margin: 0.1rem 0.5rem;
}
#animated-header #animated-header-names-wrapper .animated-header-names:last-child {
  left: -100%;
}
#animated-header #animated-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 576px) {
  #animated-header #animated-header-overlay {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), transparent);
  }
}
#animated-header .animated-header-slot {
  position: relative;
  z-index: 2;
}
#animated-header .animated-header-content {
  margin: 3rem auto 1rem;
}
@media (min-width: 992px) {
  #animated-header .animated-header-content {
    margin-top: 4rem;
  }
}
#animated-header .animated-header-content h1 {
  text-align: center;
}
#animated-header .animated-header-content img {
  width: 20rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #animated-header-names-wrapper.animate > :first-child {
    animation: loop 100s linear infinite;
  }
  #animated-header-names-wrapper.animate > :last-child {
    animation: loopClone 100s linear infinite;
  }
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes loopClone {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.wholesaler-text {
  line-height: 2;
}
.wholesaler-artists-text {
  max-width: 400px;
  margin: 5rem auto;
}
@media (min-width: 576px) {
  .wholesaler-artists-text {
    max-width: 600px;
  }
}
.wholesaler-badge .wholesaler-badge-img {
  max-width: 230px;
  min-width: 200px;
}
@media (min-width: 576px) {
  .wholesaler-badge {
    flex-direction: row;
  }
  .wholesaler-badge .wholesaler-badge-img {
    max-width: none;
    flex: 0 0 225px;
  }
}
.wholesaler-partners-text {
  max-width: 550px;
}


/*# sourceMappingURL=wholesaler.2e06cd8354a44566ef87.css.map*/