/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/cache-loader/dist/cjs.js!./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss ***!
  \********************************************************************************************************************************************************************************************/
/* Variables
-------------------------------------------------- */
/* Variables
---------------------------------------------- */
/* Easings
---------------------------------------------- */
/* Penner Equations (approximated) originally created by @robpenner */
/* ------------------------------------------------------------------ */
/*        BREAKPOINTS
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*        MEDIA QUERIES
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*    HEIGHTS
/* ------------------------------------------------------------------ */
/* Includes - put all your other css imoprts here
-------------------------------------------------- */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.home_productList__wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .home_productList__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.home_productList__featured {
  width: 45.2%;
  height: 100%;
}
.home_productList__featured .merch-preview__image {
  position: relative;
  margin-bottom: 0;
  height: 49rem;
  border: 0.2rem solid #000;
}
.home_productList__featured .merch-preview__image img {
  object-fit: cover;
}
@media screen and (max-width: 1441px) {
  .home_productList__featured .merch-preview__image {
    height: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .home_productList__featured .merch-preview__image {
    height: 23.4rem;
  }
  .home_productList__featured .merch-preview__image img {
    object-fit: none;
  }
}
.home_productList__featured--badge {
  position: absolute;
  top: 0;
  right: 3rem;
  padding: 3rem 2rem 1rem;
  color: white;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.home_productList__featured--info {
  background-color: black;
  padding: 5rem;
  color: white;
}
@media screen and (max-width: 1441px) {
  .home_productList__featured--info {
    padding: 3.5rem 3rem;
  }
}
.home_productList__featured--info h3 {
  font-weight: 400;
}
.home_productList__featured--info h5 {
  font-weight: 400;
  margin: 4rem 0;
}
@media screen and (max-width: 1441px) {
  .home_productList__featured--info h5 {
    margin: 2rem 0;
  }
}
.home_productList__featured--info p * {
  font-family: "General Sans Variable", Helvetica, sans-serif !important;
  color: white !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}
.home_productList__featured--info .btn {
  margin-top: 4rem;
  height: 5.1rem;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 1024px) {
  .home_productList__featured {
    width: 100%;
  }
}
.home_productList__list {
  width: 71%;
  overflow-x: auto;
  padding-bottom: 6rem;
  cursor: grab;
}
@media screen and (max-width: 1441px) {
  .home_productList__list {
    height: max-content;
  }
}
.home_productList__list::-webkit-scrollbar {
  position: absolute;
  bottom: -2em;
  width: 100%;
  height: 7px;
}
.home_productList__list::-webkit-scrollbar-track {
  border-radius: 5.7rem;
  background-color: #d9d9d9;
}
.home_productList__list::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5.7rem;
}
@media screen and (max-width: 1024px) {
  .home_productList__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
.home_productList__item {
  -ms-flex: 0 0 calc(33.3333333333% - 2.7rem);
      flex: 0 0 calc(33.3333333333% - 2.7rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home_productList__item .merch-preview {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .home_productList__item {
    width: 30rem;
    -ms-flex: none;
        flex: none;
  }
}
.home_productList__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4rem;
}
.home_productList__row:first-child {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .home_productList__row:first-child {
    margin-bottom: 0;
  }
}
.home_recentNews {
  padding-top: 14rem;
}
.home_recentNews_item--image {
  background-size: cover;
  background-position: center;
  max-height: 32rem;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 50%;
}
@media screen and (max-width: 1441px) {
  .home_recentNews_item--image {
    margin-bottom: 2rem;
  }
}
.home_recentNews_item span {
  font-size: 1.6rem;
  color: #787878;
  font-weight: 500;
}
.home_recentNews_item h3 {
  margin: 2.7rem 0 2rem;
}
@media screen and (max-width: 1441px) {
  .home_recentNews_item h3 {
    margin: 2rem 0;
  }
}
.home_recentNews_item p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 2.7rem;
}
.home_recentNews_item a {
  font-size: 1.8rem;
  font-weight: 500;
}
.home_tours {
  padding-top: 14rem;
  margin-bottom: 14rem;
}
.home_tours__item--image {
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 32rem;
  width: 100%;
  padding-bottom: 50%;
}
.home_tours__item--artist {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.12rem;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 1441px) {
  .home_tours__item--artist {
    margin: 1rem 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .home_tours__item--artist {
    font-size: 1.8rem;
  }
}
.home_tours__item--info {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1441px) {
  .home_tours__item--info {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .home_tours__item--info {
    font-size: 1.4rem;
  }
}
.home_tours__item--info span {
  margin: 0 1rem;
  color: #787878;
}
@media screen and (max-width: 1024px) {
  .home_tours__item--info span {
    margin: 0 0.4rem;
  }
}
.home_tours__item .btn {
  width: max-content;
  border-color: #000;
  color: #000;
}
@media (max-width: 1025px) {
  .home .glide__bullets {
    display: none;
  }
}
.home .wrapper {
  padding: 18rem 7rem 0;
}
.home .wrapper .section__title {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .home .wrapper .section__title {
    margin-bottom: 4rem;
  }
  .home .wrapper .section__title a {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home .wrapper {
    padding: 8rem 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .home .wrapper {
    padding: 8rem 2rem 0;
  }
}
.home .glide__slides {
  padding: 1px;
}
.home .glide__arrow {
  border: none;
  box-shadow: none;
}
.home .glide__arrow--left {
  left: -5rem;
}
.home .glide__arrow--right {
  right: -5rem;
}
.home .glide__bullets {
  bottom: -2.5em;
}
.home .glide__bullets button {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #d9d9d9;
  border: none;
}
.home .glide__bullets button.glide__bullet--active {
  background-color: black;
}
.hero {
  position: relative;
  max-height: 90rem;
}
.hero__image {
  position: relative;
  width: 100%;
  padding-top: 45.1%;
  width: 100%;
  height: 100%;
  background-color: #787878;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 541px) and (max-width: 1281px) {
  .hero__image {
    background-size: contain;
    background-position: top;
  }
}
.hero__text {
  max-width: 65.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .hero__text.Right {
    right: 6.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hero__text.Right {
    right: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__text.Left {
    left: 6.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hero__text.Left {
    left: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__text.Center {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 601px) and (max-width: 1281px) {
  .hero__text {
    max-width: 35rem;
  }
}
.hero__message {
  font-weight: normal;
  font-size: 1.88vw;
  line-height: 1.25;
}
@media (min-width: 1800px) {
  .hero__message {
    font-size: 4.7rem;
  }
}
.hero__title {
  font-size: 2.38vw;
  margin: 3rem 0 3rem;
  font-weight: 500;
}
@media (min-width: 1800px) {
  .hero__title {
    font-size: 6.1rem;
  }
}
@media (max-width: 1800px) {
  .hero__title {
    margin: 2rem 0;
  }
}
.hero__content {
  font-size: 0.938vw;
  line-height: 2.7rem;
  max-width: 47.4rem;
}
@media (min-width: 1800px) {
  .hero__content {
    font-size: 1.8rem;
  }
}
@media (max-width: 1800px) {
  .hero__content {
    font-size: 1.6rem;
  }
}
.hero--text-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.hero--text-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.hero__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .hero__buttons {
    margin-top: 2rem;
  }
}
.hero__banner .glide__bullets {
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: -2em;
  gap: 1rem;
}
.hero__banner .glide__bullets .glide__bullet {
  position: absolute;
  background-color: black;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5.74rem;
  border: none;
  position: absolute;
  margin: 0;
}
.hero__banner .glide__bullets .glide__bullet__wrap {
  background-color: #d9d9d9;
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  border-radius: 5.74rem;
}
.hero__banner .glide__bullets .glide__bullet--active {
  width: 18.6rem;
  position: relative;
  border-radius: 5.74rem;
}
@media screen and (max-width: 1280px) {
  .hero__banner .glide__arrow {
    display: none;
  }
}
.hero__banner .glide__arrow svg path {
  fill: white;
}
.hero__banner .glide__arrow--left {
  left: 2em;
}
.hero__banner .glide__arrow--right {
  right: 2em;
}
@media (max-width: 600px) {
  .hero__image {
    padding: 0;
    min-height: 65.9rem;
    background-size: cover;
  }
  .hero__text {
    position: relative !important;
    padding: 3.3rem 2rem;
    top: auto;
    right: auto;
    transform: none;
  }
  .hero__message {
    font-size: 2.4rem;
  }
  .hero__title {
    font-size: 3.6rem;
  }
}
.home__container .posts {
  opacity: 0;
  width: 60vw;
  float: left;
}
@media screen and (max-width: 768px) {
  .home__container .posts {
    float: none;
    width: 100%;
  }
}
.home__container .posts.wrapper {
  padding-right: 0;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .home__container .posts.wrapper {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.home__container .posts .btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .home__container .posts .btn {
    margin-top: 40px;
  }
}
.post-preview {
  margin-bottom: 40px;
}
.post-preview__image {
  width: 100%;
  background-color: white;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .post-preview__image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post-preview__image img {
  width: 100%;
}
.post-preview__title {
  font-size: 26px;
  font-weight: bold;
  color: #ff8900;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .post-preview__title {
    font-size: 20px;
  }
}
.post-preview__text {
  font-size: 14px;
  color: #797979;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .post-preview__text {
    font-size: 12px;
  }
}
.post-preview__link {
  color: #ff8900;
  position: relative;
}
.post-preview__link:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.post-preview__link:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.glide__slide .two_image .second_image,
.home_productList__item .two_image .second_image,
.merch__main .merch-main__merch-item .two_image .second_image,
.store__results .merch-main__merch-item .two_image .second_image {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 0;
  width: 0;
}
.glide__slide:hover .two_image .merch-main__merch-item-image.second_image,
.home_productList__item:hover .two_image .merch-main__merch-item-image.second_image,
.merch__main .merch-main__merch-item:hover .two_image .merch-main__merch-item-image.second_image,
.store__results .merch-main__merch-item:hover .two_image .merch-main__merch-item-image.second_image {
  visibility: visible;
  opacity: 1;
  max-height: 99rem;
  width: 100%;
  padding-bottom: 100%;
}
.glide__slide:hover .two_image .merch-main__merch-item-image:not(.second_image),
.home_productList__item:hover .two_image .merch-main__merch-item-image:not(.second_image),
.merch__main .merch-main__merch-item:hover .two_image .merch-main__merch-item-image:not(.second_image),
.store__results .merch-main__merch-item:hover .two_image .merch-main__merch-item-image:not(.second_image) {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
  width: 0;
  transition: opacity 0.3s ease-in-out;
}
.new_merch {
  opacity: 1;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .new_merch.wrapper {
    padding-top: 80px;
  }
  .new_merch a.mobile-only .btn {
    margin-top: 3rem;
  }
}
.new_merch .new_merch__grid .glide__slide:nth-child(odd):hover .merch-preview__image {
  transform: scale(0.95) rotate(-2deg);
}
.new_merch .new_merch__grid .glide__slide:nth-child(even):hover .merch-preview__image {
  transform: scale(0.95) rotate(2deg);
}
.merch-preview {
  position: relative;
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 375px) {
  .merch-preview {
    padding: 0 15px 0 0;
  }
}
.merch-preview__image {
  width: 100%;
  height: 36rem;
  margin-bottom: 2.5rem;
  transform: scale(1) rotate(0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #f9f9f9;
  padding: 3rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.merch-preview__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.merch-preview__subtitle {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.merch-preview__title {
  display: block;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1441px) {
  .merch-preview__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .merch-preview__title {
    font-size: 1.3rem;
  }
}
.home__container .events {
  clear: both;
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .home__container .events.wrapper {
    padding: 80px 0 0 0;
  }
  .home__container .events .section__title h3 {
    left: 30px;
  }
}
.home__container .events .btn {
  margin: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .home__container .events .btn {
    margin: 50px auto 80px;
    width: calc(100% - 60px);
  }
}
.events-preview__container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px 30px;
}
@media (max-width: 1200px) {
  .events-preview__container {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .events-preview__container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .events-preview__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}
.event-preview {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event-preview {
    height: auto;
    padding-bottom: 0px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .event-preview__link {
    width: 100%;
  }
  .event-preview__link:first-child .event-preview {
    border-top: 1px solid #e5e5e5;
  }
}
.event-preview__month {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 16px;
}
.event-preview__month .day--mobile {
  display: none;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .event-preview__month {
    top: 30px;
    font-size: 12px;
  }
  .event-preview__month .day--mobile {
    display: inline-block;
  }
}
.event-preview__day {
  position: absolute;
  top: 35px;
  right: 30px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .event-preview__day {
    display: none;
    font-size: 12px;
  }
}
.event-preview__text {
  position: absolute;
  left: 30px;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .event-preview__text {
    padding: 30px;
    position: relative;
    left: 100px;
    width: calc(100% - 100px);
    bottom: auto;
  }
}
.event-preview__title {
  color: #ff8900;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .event-preview__title {
    font-size: 16px;
  }
}
.event-preview__subtitle {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .event-preview__subtitle {
    font-size: 9px;
  }
}
.email-subscribe {
  width: 100%;
  background-color: #000000;
  padding: 11.1rem 20rem 10.7rem;
  border-bottom: 1px solid #787878;
}
@media screen and (max-width: 1024px) {
  .email-subscribe {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .email-subscribe {
    padding: 5rem 2rem 0 2rem;
    border-bottom: 1px solid transparent;
  }
}
.email-subscribe hr {
  display: none;
}
@media screen and (max-width: 768px) {
  .email-subscribe hr {
    display: inline-block;
    margin-top: 4.5rem;
    border-width: 0;
    height: 0.1rem;
    background-color: #787878;
    border: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.email-subscribe__text {
  display: block;
  margin-bottom: 5rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .email-subscribe__text {
    margin-bottom: 4rem;
  }
}
.email-subscribe__subtitle {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .email-subscribe__subtitle {
    font-size: 1.8rem !important;
    font-weight: 600;
    text-align: left;
  }
}
.email-subscribe__title {
  font-weight: 500;
  margin-top: 3rem;
}
.email-subscribe__title span {
  color: #ff8900;
}
@media screen and (max-width: 768px) {
  .email-subscribe__title {
    margin-top: 4rem;
    font-size: 3.6rem !important;
    text-align: left;
  }
  .email-subscribe__title span {
    display: block;
  }
}
.email-subscribe__form {
  position: relative;
  max-width: 59.7rem;
  margin: 0 auto;
}
.email-subscribe__input {
  width: 100%;
  height: 60px;
  border: 1px solid white;
  background-color: #000000;
  color: white;
  padding: 0 40px;
}
.email-subscribe__input:-ms-input-placeholder {
  color: white;
}
.email-subscribe__input::placeholder {
  color: white;
}
@media screen and (max-width: 768px) {
  .email-subscribe__input {
    padding: 20px;
  }
}
.email-subscribe__input:hover:-ms-input-placeholder, .email-subscribe__input:focus:-ms-input-placeholder {
  color: #ff8900;
}
.email-subscribe__input:hover::placeholder, .email-subscribe__input:focus::placeholder {
  color: #ff8900;
}
.email-subscribe .submit--hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.email-subscribe__submit {
  width: 20px;
  height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 40px;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .email-subscribe__submit {
    right: 4rem;
  }
}
.email-subscribe__submit .svg {
  width: 100%;
  height: 100%;
}
.email-subscribe__msg {
  margin-top: 20px;
  position: absolute;
}
.featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
@media screen and (max-width: 768px) {
  .featured {
    -ms-flex-align: initial;
        align-items: initial;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.featured__item {
  width: calc(30vw - 35px);
  display: inline-block;
  position: relative;
  margin-right: 45px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .featured__item {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.featured__external .featured__media:before {
  background-image: url(/app/themes/zero-master/assets/images/play-btn-stones.svg);
  content: "";
  display: block;
  top: calc(50% - 75px);
  left: calc(50% - 50px);
  position: absolute;
  width: 99px;
  height: 99px;
}
.featured__media {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 25px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured__media iframe {
  position: absolute;
  background-color: black;
}
.featured__media .section__title {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 35px;
}
@media screen and (max-width: 768px) {
  .featured__media .section__title {
    top: 25px;
    left: 20px;
  }
}
.featured__caption {
  color: #ff8900;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 17px;
}
@media screen and (max-width: 768px) {
  .featured__caption {
    display: none;
  }
}
.navigation {
  width: 100%;
  padding: 3rem 7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  height: 14rem;
  position: relative;
  z-index: 3;
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: border-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1280px) {
  .navigation {
    position: fixed;
    height: 100px;
    padding: 3rem;
  }
}
@media screen and (min-width: 1281px) {
  .navigation--left #mobile-nav-trigger {
    display: none;
  }
}
.navigation--left, .navigation--right {
  display: -ms-flexbox;
  display: flex;
}
.navigation--left .linklist__link {
  margin-right: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .navigation--left .linklist__link {
    display: none;
  }
}
.navigation--right .linklist__link, .navigation--right .search {
  margin-left: 5rem;
}
.navigation--right .linklist__link .account-icon svg, .navigation--right .search .account-icon svg {
  width: 2rem;
}
@media screen and (max-width: 1280px) {
  .navigation--right .linklist__link, .navigation--right .search {
    margin-left: 1.5rem;
  }
}
.navigation .logo {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.navigation .logo:hover {
  cursor: pointer;
}
/*
#nav-account-link{
  @include small-mobile{
      margin-left: 30px!important;
  }
}
*/
.shishkabob {
  position: relative;
  height: 1.6rem;
  width: 2.5rem;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.shishkabob .shish-circle {
  background-color: #000000;
  border-radius: 0.2rem;
  display: block;
  height: 0.25rem;
  left: 0;
  position: absolute;
  transform-origin: 50% 50%;
  transition: 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  width: 100%;
}
.shishkabob .shish-circle:first-child {
  top: 0;
}
.shishkabob .shish-circle:nth-child(2) {
  top: 50%;
}
.shishkabob .shish-circle:last-child {
  top: 100%;
}
.linklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.linklist__link li {
  position: relative;
}
.linklist__link li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.linklist__link li:hover:before, .linklist__link--active li:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search {
  position: relative;
  width: 20rem;
}
@media (max-width: 940px) {
  .search {
    width: 10rem;
  }
}
@media screen and (max-width: 1280px) {
  .search {
    display: none;
  }
}
.search__icon {
  position: absolute;
  z-index: 1;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.search__icon button {
  border: none;
  background-color: transparent;
}
.search__icon button:hover {
  cursor: pointer;
}
.search__input {
  height: 3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  font-size: 1.8rem;
}
.search__input:-ms-input-placeholder {
  color: #787878;
}
.search__input::placeholder {
  color: #787878;
}
.search__input:focus + .search__icon .svg .svg-fill {
  fill: #ff8900;
}
.drop-down__options {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  list-style: none;
  border: 1px solid black;
  border-top: none;
}
.current-artists {
  margin-left: 60px;
  font-size: 13px;
  color: #797979;
}
/* NAVIGATION EXTENDED
*************************/
.navigation__offcanvas {
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1280px) {
  .navigation__offcanvas {
    display: none;
  }
}
.navigation__offcanvas-hover-image {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 230px;
  height: 270px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.navigation__offcanvas-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 60px 0;
}
.navigation__offcanvas-lists .linklist {
  display: block;
  width: 25%;
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.navigation__offcanvas-lists .linklist--hovered {
  color: #9e9e9e;
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.navigation__offcanvas-lists .linklist__link {
  display: block;
  position: relative;
  height: 13px;
  margin-bottom: 35px;
  pointer-events: all;
}
.navigation__offcanvas-lists .linklist__link p {
  position: absolute;
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.navigation__offcanvas-lists .linklist__link p:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  background-color: #000000;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.navigation__offcanvas-lists .linklist__link p:hover {
  color: black !important;
}
.navigation__offcanvas-lists .linklist__link p:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.link__container {
  display: block;
  margin: 30px 0 60px 60px;
}
.link__all-artists {
  font-size: 19px;
  font-weight: bold;
  position: relative;
}
.link__all-artists:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background-color: black;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.link__all-artists:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.shop-nav {
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  padding: 50px 70px 60px;
}
.shop-nav__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px;
}
.shop-nav__column {
  width: 100%;
  max-width: 250px;
}
.shop-nav__column:last-child {
  max-width: none;
  margin-left: 60px;
}
.shop-nav__column-heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.shop-nav__column-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.shop-nav__column-link {
  font-size: 16px;
  margin-bottom: 30px;
  color: #3f3f3f;
  position: relative;
}
.shop-nav__column-link:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background-color: black;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.shop-nav__column-link:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.shop-nav__column-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.shop-nav__column-new-item {
  width: 100%;
  max-width: 175px;
}
.shop-nav__column-new-item:hover .shop-nav__column-new-item-bg {
  transform: scale(0.95) rotate(2deg);
}
.shop-nav__column-new-item-bg {
  width: 175px;
  height: 175px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.shop-nav__column-new-item p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 6px;
}
.shop-nav__column-new-item h2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ff8900;
  font-weight: bold;
}
.shop-nav__all {
  font-size: 19px;
  position: relative;
  font-weight: bold;
}
.shop-nav__all:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  background-color: black;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.shop-nav__all:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav-mobile {
  position: fixed;
  top: 100px;
  left: 0;
  list-style: none;
  width: 100%;
  background-color: white;
  padding: 0 0 100px 0;
  margin: 0;
  z-index: 9;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  transform: translate3d(0, -100vh, 0);
  pointer-events: none;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-mobile .js-expand-trigger {
  background-color: white;
}
.nav-mobile__nested-list {
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  overflow-y: hidden;
  height: 6.3rem;
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1), border-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-mobile__nested-list--active {
  transition: height 1s cubic-bezier(0.23, 1, 0.32, 1), border-color 0s;
  overflow-y: scroll;
  height: max-content;
  max-height: calc(100vh - 100px);
  border-color: #9e9e9e;
}
.nav-mobile__nested-list--active .nav-mobile__link {
  border-width: 0;
}
.nav-mobile__nested-list a .nav-mobile__link {
  border: none;
}
.nav-mobile__list {
  padding: 0;
  margin: 0;
}
.nav-mobile__link {
  width: 100%;
  height: 6.3rem;
  padding: 0 3rem;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.nav-mobile__link p {
  font-weight: 500;
  font-size: 1.8rem;
}
.nav-mobile__search {
  width: 100%;
  height: 95px;
  padding: 0 3rem;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.nav-mobile__search-icon {
  position: absolute;
  right: 2.5rem;
  top: 58%;
  transform: translateY(-50%);
}
.nav-mobile__search-icon button {
  border: none;
  background: none;
  cursor: pointer;
}
.nav-mobile__search input {
  padding: 2rem 0 1rem 0;
  border: none;
  border-bottom: 1px solid #787878;
  width: 100%;
  font-size: 1.6rem;
}
.nav-mobile__search input:-ms-input-placeholder {
  color: #787878;
}
.nav-mobile__search input::placeholder {
  color: #787878;
}
.nav-mobile__search input:focus:-ms-input-placeholder {
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  color: #9e9e9e;
}
.nav-mobile__search input:focus::placeholder {
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  color: #9e9e9e;
}
input:focus + .nav-mobile__search-icon .svg .svg-fill {
  fill: #ff8900;
}
.nav-mobile__artists__wrap {
  padding: 0 3rem;
}
.nav-mobile__artists__wrap a p {
  margin: 2.5rem 0;
}
.nav-mobile__artists__search {
  width: 100%;
  padding: 0 3rem;
  position: relative;
}
.nav-mobile__artists__search input {
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem;
  border: 1px solid #787878;
  padding: 0 1rem;
}
.nav-mobile__artists__search span {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
#container.nav-mobile--active .nav-mobile {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
#container.nav-mobile--active .navigation {
  border-color: #9e9e9e;
}
#container.nav-mobile--active .shishkabob {
  transform: rotate(90deg);
}
#container.nav-mobile--active .shish-circle:first-child {
  transform: translate3d(0, 0.85rem, 0) rotate(45deg);
}
#container.nav-mobile--active .shish-circle:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}
#container.nav-mobile--active .shish-circle:last-child {
  transform: translate3d(0, -0.85rem, 0) rotate(-45deg);
}
.view-all-artists {
  position: absolute;
  z-index: 5;
  opacity: 0;
  background: black;
  width: 100vw;
  height: 100vh;
  top: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.view-all-artists .all-artists__list {
  margin: 0px;
  color: white;
}
@media screen and (max-width: 1280px) {
  .view-all-artists .all-artists__list {
    padding: 5px;
  }
}
.view-all-artists .all-artists-list--hovered {
  color: rgba(255, 255, 255, 0.3);
}
.view-all-artists h3 {
  font-size: 110px;
  position: relative;
  line-height: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .view-all-artists h3 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .view-all-artists h3 {
    font-size: 72px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .view-all-artists h3 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: normal;
  }
}
.view-all-artists h3 a {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 7;
  transform-origin: left;
}
.view-all-artists h3 a:hover {
  transform-origin: left;
  transform: scale(1.5);
  color: white !important;
}
@media screen and (max-width: 1280px) {
  .view-all-artists h3 a:hover {
    transform: scale(1);
  }
}
.view-all-artists .all-artists__hover-image {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 500px;
  height: 500px;
  opacity: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.search-overlay {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
}
.search-overlay .btn {
  width: 205px;
  height: 60px;
  margin-top: 75px;
  background-color: #ff8900;
  border: none;
  color: white;
  transform: rotate(-1deg);
}
.search-overlay form {
  padding-bottom: 3px;
}
.search-overlay .search {
  display: block !important;
}
@media screen and (max-width: 1280px) {
  .search-overlay .search {
    width: 90% !important;
  }
}
@media screen and (max-width: 1280px) {
  .search-overlay .search__input {
    font-size: 35px !important;
  }
}
.main-overlay,
.search-overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: black;
  width: 100vw;
  height: 100vh;
  top: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 5;
}
.main-overlay .search,
.search-overlay .search {
  width: 60%;
  background-color: black;
  margin-left: 11%;
}
.main-overlay .search__input,
.search-overlay .search__input {
  height: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  transform: rotate(-1deg);
  background-color: black;
  color: white;
  font-size: 110px;
}
.main-overlay .search__input:-ms-input-placeholder,
.search-overlay .search__input:-ms-input-placeholder {
  color: white;
}
.main-overlay .search__input::placeholder,
.search-overlay .search__input::placeholder {
  color: white;
}
.main-overlay__list,
.search-overlay__list {
  margin: 0px;
  color: white;
}
@media screen and (max-width: 1280px) {
  .main-overlay__list,
  .search-overlay__list {
    padding: 5px;
  }
}
.main-overlay__list--hovered,
.search-overlay__list--hovered {
  color: rgba(255, 255, 255, 0.3);
}
.main-overlay h3,
.search-overlay h3 {
  font-size: 110px;
  position: relative;
  line-height: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .main-overlay h3,
  .search-overlay h3 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .main-overlay h3,
  .search-overlay h3 {
    font-size: 72px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .main-overlay h3,
  .search-overlay h3 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: normal;
  }
}
.main-overlay h3 a,
.search-overlay h3 a {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 7;
  transform-origin: left;
}
.main-overlay h3 a:hover,
.search-overlay h3 a:hover {
  transform-origin: left;
  transform: scale(1.5);
  color: white !important;
}
@media screen and (max-width: 1280px) {
  .main-overlay h3 a:hover,
  .search-overlay h3 a:hover {
    transform: scale(1);
  }
}
.overlay-close {
  position: fixed;
  top: 60px;
  right: 85px;
  width: 40px;
  height: 35px;
  z-index: 6;
  cursor: pointer;
}
.overlay-close div {
  position: absolute;
  top: 13px;
  height: 8px;
  width: 40px;
  background: white;
  transform: rotate(45deg);
}
.overlay-close div:last-child {
  transform: rotate(-45deg);
}
.newsletter-popup {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: calc(100% + 9rem);
  right: 3rem;
  transform: translateY(-10rem);
}
.newsletter-popup__wrapper {
  background-color: white;
  padding: 5rem;
  width: 61.7rem;
  position: relative;
  z-index: 11;
}
.newsletter-popup__wrapper::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 3rem;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid white;
}
@media screen and (max-width: 1280px) {
  .newsletter-popup__wrapper::before {
    right: 0;
    top: -1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid white;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-popup__wrapper {
    width: 34rem;
    padding: 3rem 2rem;
  }
}
.newsletter-popup p {
  color: black;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
}
.newsletter-popup p:is(.newsletter-popup__subtitle) {
  margin: 1.5rem 0 3rem;
  color: #ff8900;
}
.newsletter-popup__input {
  height: 4.4rem;
  padding: 0 1rem;
  border: 0.1rem solid #000;
  width: 100%;
  position: relative;
}
.newsletter-popup__input input {
  border: none;
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  height: 100%;
}
.newsletter-popup__input input:-ms-input-placeholder {
  color: #787878;
}
.newsletter-popup__input input::placeholder {
  color: #787878;
}
.newsletter-popup__input button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.newsletter-popup__input form {
  width: 100%;
  height: 100%;
}
.newsletter-popup__msg {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  font-size: 1.4rem;
}
.newsletter-popup__close {
  position: absolute;
  right: 5rem;
  top: 4.4rem;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .newsletter-popup__close {
    right: 2rem;
    top: 2.7rem;
  }
}
.newsletter-overlay,
.cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.footer {
  background-color: #000000;
  padding: 8rem 7rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 4.5rem 2rem;
    margin-bottom: 4rem;
  }
}
.footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer__logo {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer__links {
    -ms-flex-order: 1;
        order: 1;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #797979;
  }
}
.footer .linklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .footer .linklist {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    column-count: 2;
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .linklist {
    gap: 3rem;
  }
}
.footer .linklist__link p {
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .footer .linklist__link p {
    font-weight: 500;
  }
  .footer .linklist__link:last-child {
    display: none;
  }
}
.footer .linklist__link p:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -8px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.footer .linklist__link p:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.footer__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  margin-left: 11.3rem;
}
@media screen and (max-width: 1024px) {
  .footer__contact {
    margin-left: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-order: 3;
        order: 3;
    margin-top: 4.5rem;
  }
}
.footer__contact-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer__contact-mobile {
    display: block;
  }
}
.footer address {
  font-style: normal;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .footer address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  .footer address a:first-child {
    width: 23%;
  }
  .footer address a:first-child svg {
    width: 100%;
  }
  .footer address a:last-child {
    width: 72.5%;
  }
}
.footer address p {
  font-size: 1.6rem;
}
.footer address p:first-child {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.footer address p:last-child {
  margin: 1rem 0 0;
}
@media screen and (max-width: 1024px) {
  .footer address p {
    font-size: 1.4rem;
  }
}
.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.4rem;
}
.footer__socials span {
  margin: 0 10px;
}
.footer__socials a:hover {
  color: #ff8900;
}
.footer__legals p {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #797979;
}
.footer__legals a:hover {
  color: #ff8900;
}
.footer__discogs {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 2.7rem;
}
.merch-filter {
  font-size: 12px;
  position: absolute;
  right: 0px;
  bottom: -2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.merch-filter p {
  color: #797979;
}
.merch-filter span {
  color: black;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
}
.merch-filter span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  background-color: black;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.merch-filter span:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.artist-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 4rem auto 0;
  padding-top: 0 !important;
  gap: 7rem;
}
@media screen and (max-width: 1024px) {
  .artist-main {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3rem;
    margin-bottom: 6rem;
  }
}
.artist-main .btn-more-releases {
  height: 5.1rem;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 3rem;
}
.artist-main .btn-wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .artist-main .btn-wrap {
    display: none;
  }
}
.artist-main .btn.btn-large {
  font-size: 15px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .artist-main .btn.btn-large {
    font-size: 10px;
    margin-bottom: 60px;
  }
}
.artist-main .separator-bio {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.artist-main__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 4rem;
}
.artist-main__title h3 {
  color: #787878;
  font-weight: 400;
}
.artist-main__videos {
  margin-top: 18rem;
}
.artist-main__videos iframe {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 1280px) {
  .artist-main__videos iframe {
    height: 22.5rem;
  }
}
.artist-main__videos iframe:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1441px) {
  .artist-main__videos {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .artist-main__videos {
    margin-top: 4rem;
  }
}
.artist-main__links {
  margin-top: 18rem;
}
@media screen and (max-width: 1441px) {
  .artist-main__links {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .artist-main__links {
    margin-top: 4rem;
  }
}
.artist-main__links__wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 6.3rem;
}
.artist-main__links--col {
  max-width: 20rem;
}
.artist-main__links--col a {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.artist-main__links--col a:hover {
  color: #ff8900;
}
.artist-main__tours {
  margin-top: 18rem;
}
@media screen and (max-width: 1441px) {
  .artist-main__tours {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .artist-main__tours {
    margin-top: 4rem;
  }
}
.artist-main__tours .tours__item__row--col {
  width: calc(25% + 10rem);
}
.artist-main__tours .tours__item__row--col:last-child {
  max-width: 10rem;
  padding-right: 0;
}
.artist-main__tours__container {
  max-height: 40rem;
  position: relative;
  overflow: hidden;
}
.artist-main__tours__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 21rem;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.artist-main__tours__container.active::after {
  display: none;
}
.artist-main__sidebar {
  width: 45vw;
  min-width: 220px;
  position: relative;
  /*
  @include tablet-portrait {
    width: 25%;
    min-width: auto;
  }

   */
  /*
  @include small-desktop{
    //margin-right: 60px;
  }

   */
}
@media screen and (max-width: 1024px) {
  .artist-main__sidebar {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: static;
  }
}
.artist-main__img {
  width: 100%;
  margin-bottom: 15px;
  object-fit: contain;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .artist-main__img {
    margin-top: 0px;
  }
}
.artist-main__img + .artist-main__caption {
  text-align: right;
}
.artist-main__description {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 3rem;
}
.artist-main__description p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .artist-main__description {
    font-size: 1.6rem;
  }
}
.artist-main__caption {
  color: #929292;
  font-size: 12px;
  margin-bottom: 10px;
}
.artist-main__bio {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  overflow-y: hidden;
  position: relative;
}
.artist-main__bio:before {
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.artist-main__bio-btn {
  color: #ff8900;
  position: relative;
}
.artist-main__bio-btn:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.artist-main__bio-btn:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.artist-main .social-media {
  margin: 30px 0px;
}
.artist-main .social-media a {
  margin-right: 15px;
}
.artist-main .social-media a:last-child {
  margin-right: 0px;
}
.artist-main .social-media .link {
  color: #ff8900;
  margin-bottom: 5px;
  font-weight: bold;
}
.artist-main__booking {
  width: 100%;
  line-height: 31px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .artist-main__booking {
    display: none;
  }
}
.artist-main__booking p {
  color: #929292;
  font-size: 12px;
  line-height: 30px;
}
.artist-main__booking .artist-booking-email {
  color: #ff9f00;
  position: relative;
}
.artist-main__booking .artist-booking-email:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.artist-main__booking .artist-booking-email:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.artist-main__booking-btn {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .artist-main__booking-btn {
    display: block;
  }
}
.artist-main__related {
  width: 100%;
  margin-top: 35px;
  color: #ff9f00;
}
@media screen and (max-width: 1024px) {
  .artist-main__related {
    display: none;
  }
}
.artist-main__related h2 {
  font-size: 14px;
  color: #323232;
  margin-bottom: 10px;
}
.artist-main__related .related-link {
  position: relative;
  font-size: 12px;
}
.artist-main__related .related-link:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.artist-main__related .related-link:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.artist-main__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 55vw;
  max-width: 91rem;
  position: sticky;
  top: 1rem;
  height: max-content;
}
@media screen and (max-width: 1441px) {
  .artist-main__container {
    width: 54vw;
  }
}
@media screen and (max-width: 1024px) {
  .artist-main__container {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.artist-main__container h1 {
  margin-bottom: 2.5rem;
}
.artist-main__container .section__title {
  margin-bottom: 20px;
}
.artist-main__container .section__title h3 {
  font-size: 12px;
}
.artist-main__merch {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 3rem 6rem;
  width: 100%;
  max-width: 104rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .artist-main__merch {
    grid-gap: 3rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .artist-main__merch {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
.artist-main__merch-item {
  width: 100%;
  /*
  @include small-desktop{
    width: 100%;
  }

   */
}
.artist-main__merch-item:hover .artist-main__merch-item-image {
  transform: scale(0.95) rotate(2deg);
}
.artist-main__merch-item:hover:nth-child(odd) .artist-main__merch-item-image {
  transform: scale(0.95) rotate(-2deg);
}
.artist-main__merch-item h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 3rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .artist-main__merch-item h2 {
    float: none;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.artist-main__merch-item p {
  font-size: 1.6rem;
  font-weight: 600;
}
.artist-main__merch-item-border {
  position: relative;
  width: 100%;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.artist-main__merch-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1024px) {
  .artist-main__merch-item-image {
    height: auto;
    background-size: contain;
  }
}
.artist-main__news {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px 60px;
  max-width: 1040px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .artist-main__news {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
.artist-main__news-item {
  width: 100%;
}
.artist-main__news-item h2 {
  color: #ff8900;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .artist-main__news-item h2 {
    font-size: 18px;
  }
}
.artist-main__news-item p {
  color: #878787;
  font-size: 14px;
  margin-top: 11px;
  line-height: 24px;
}
.artist-main__news-item-image {
  width: 100%;
  height: auto;
  max-height: 280px;
  padding: 25px;
  padding-bottom: 40%;
  background: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1024px) {
  .artist-main__news-item-image {
    height: 176px;
    padding: 15px;
    border: 15px solid #d8d8d8;
  }
}
.artist-main__news-item-image img {
  max-width: 100%;
  width: auto;
  max-height: 230px;
}
@media screen and (max-width: 1024px) {
  .artist-main__news-item-image img {
    max-height: 146px;
  }
}
.artist-main__sidebar__nav {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  padding: 3rem 0;
}
.artist-main__sidebar__nav a {
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: 500;
}
.artist-main__sidebar__nav a:not(:last-child) {
  margin-right: 6rem;
}
@media screen and (max-width: 1441px) {
  .artist-main__sidebar__nav a:not(:last-child) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .artist-main__sidebar__nav a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.artist-submain {
  width: 21.9rem;
  display: block;
  margin: 5rem auto 0;
}
.artist-submain.d-block-mobile {
  display: none;
}
.artist-submain .btn {
  padding: 1rem 0;
}
@media screen and (max-width: 1024px) {
  .artist-submain.d-none-mobile {
    display: none;
  }
  .artist-submain.d-block-mobile {
    display: block;
    padding: 0;
    margin-bottom: 60px;
  }
}
.artist-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.artist-bottom__email {
  width: 100%;
  background-color: #212121;
  padding: 110px 140px;
}
@media (max-width: 768px) {
  .artist-bottom__email {
    padding: 100px 30px;
  }
}
.artist-bottom__email__text {
  display: block;
  margin-bottom: 40px;
  color: white;
}
.artist-bottom__email__subtitle {
  font-size: 12px;
}
.artist-bottom__email__title {
  font-size: 20px;
  margin-top: 10px;
}
.artist-bottom__email__form {
  position: relative;
  width: 580px;
}
@media screen and (max-width: 1024px) {
  .artist-bottom__email__form {
    width: auto;
  }
}
.artist-bottom__email__input {
  width: 100%;
  height: 60px;
  border: 1px solid white;
  background: #212121;
  color: white;
  padding: 0 40px;
}
.artist-bottom__email__input:-ms-input-placeholder {
  color: white;
}
.artist-bottom__email__input::placeholder {
  color: white;
}
@media (max-width: 768px) {
  .artist-bottom__email__input {
    padding: 20px;
  }
}
.artist-bottom__email__input:hover:-ms-input-placeholder, .artist-bottom__email__input:focus:-ms-input-placeholder {
  color: #ff8900;
}
.artist-bottom__email__input:hover::placeholder, .artist-bottom__email__input:focus::placeholder {
  color: #ff8900;
}
.artist-bottom__email .submit--hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.artist-bottom__email__submit {
  width: 20px;
  height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 40px;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .artist-bottom__email__submit {
    right: 20px;
  }
}
.artist-bottom__email__submit .svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .artist-bottom__email__submit .svg {
    transform: scale(0.7);
  }
}
.artist-bottom__email__submit .svg .svg-fill {
  fill: white;
}
.artist-bottom__events {
  padding: 0px 70px;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .artist-bottom__events {
    padding: 0 30px;
    margin: 0;
  }
  .artist-bottom__events .section__title {
    margin-left: 30px;
  }
  .artist-bottom__events .btn-wrap .btn {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.artist-bottom__events.pb-0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.artist-bottom__events .events-preview__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .artist-bottom__events .events-preview__container {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 1024px) {
  .artist-bottom__events .events-preview__container {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 1024px) {
  .artist-bottom__events .events-preview__container {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}
@media (max-width: 810px) {
  .artist-bottom__events .events-preview__container .event-preview {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .artist-bottom__events .events-preview__container .event-preview {
    height: 100px;
    border-color: #b9b9b9;
  }
}
.related {
  width: calc(100% - 80px);
  margin: 30px auto;
}
@media screen and (max-width: 1024px) {
  .related {
    width: calc(100% - 60px);
  }
}
.related__media {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 25px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.related__media .section__title {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 35px;
}
@media screen and (max-width: 1024px) {
  .related__media .section__title {
    top: 25px;
    left: 20px;
  }
}
.related__carousel {
  width: calc(30vw - 35px);
  height: calc(30vw - 35px);
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: -43px;
}
@media screen and (max-width: 1024px) {
  .related__carousel {
    width: 100%;
    height: calc(100vw - 60px);
    display: inline-block;
    top: 0;
  }
}
.related__carousel .related__media {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 100%;
  width: 100%;
}
.related .flickity-viewport {
  height: 100%;
  overflow: visible;
}
.related .flickity-slider {
  height: 100%;
  padding: 25% 0;
}
.related .artist-carousel-cell {
  width: 50%;
  margin: 0 5%;
}
.related__artist-img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.related .carousel__controls {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 20px;
}
.related .carousel__btn {
  position: absolute;
  top: 50%;
}
.related .carousel__btn:hover {
  cursor: pointer;
}
.related .carousel__btn--next {
  right: 30px;
  transform: translateY(-50%);
}
.related .carousel__btn--prev {
  left: 30px;
  transform: translateY(-50%) scale(-1);
}
.related .carousel__slide-title {
  text-align: center;
  font-size: 17px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.artist-modal {
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow-y: scroll;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .artist-modal {
    top: -100px;
  }
}
.artist-modal-text {
  background: black;
  width: 90%;
  max-width: 1145px;
  color: white;
  padding: 105px 120px;
  margin-top: 100px;
  font-size: 24px;
  line-height: 46px;
}
@media screen and (max-width: 1024px) {
  .artist-modal-text {
    padding: 60px 20px;
    font-size: 14px;
    line-height: 23px;
    margin-top: 120px;
  }
}
.artist-modal-text::selection {
  background: white;
  color: black;
}
.artist-modal-text h1 {
  font-size: 70px;
  margin-bottom: 60px;
  line-height: 80px;
}
@media screen and (max-width: 1024px) {
  .artist-modal-text h1 {
    font-size: 35px;
    margin-bottom: 30px;
    line-height: normal;
  }
}
.artist-modal .overlay-close {
  top: 100px;
  right: 80px;
}
@media screen and (max-width: 1024px) {
  .artist-modal .overlay-close {
    top: 15px;
    right: 10px;
    transform: scale(0.5);
  }
}
.single-artist__container .related-news:last-child {
  margin-bottom: 12rem;
}
.single-artist__container .related-news .glide__bullets {
  bottom: -2.5em;
}
.single-artist__container .related-news .glide__bullets button {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #d9d9d9;
  border: none;
}
.single-artist__container .related-news .glide__bullets button.glide__bullet--active {
  background-color: black;
}
.single-artist__container .related-news .glide__arrow {
  border: none;
  box-shadow: none;
}
.single-artist__container .related-news .glide__arrow--left {
  left: -5rem;
}
@media screen and (max-width: 1024px) {
  .single-artist__container .related-news .glide__arrow--left {
    left: -3.5rem;
  }
}
.single-artist__container .related-news .glide__arrow--right {
  right: -5rem;
}
@media screen and (max-width: 1024px) {
  .single-artist__container .related-news .glide__arrow--right {
    right: -3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .single-artist__container .related-news .glide__arrows {
    display: none;
  }
}
.post {
  margin-bottom: 10rem;
}
.post .js-post-heading {
  margin-top: 5rem;
}
.post-hero {
  opacity: 0;
}
.post-hero__img {
  width: 100%;
  padding-bottom: 56.24%;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 4rem 0 6rem;
}
@media screen and (max-width: 1024px) {
  .post-hero__img {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 768px) {
  .post-hero__img {
    padding-bottom: 80%;
  }
}
.post-hero span {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 10px 70px;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .post-hero span {
    padding: 10px 30px;
  }
}
.post-wrapper {
  opacity: 0;
}
.post-sidebar {
  margin-bottom: 6rem;
}
.post-sidebar__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .post-sidebar__author {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.post-sidebar__author-img {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .post-sidebar__author-img {
    margin-right: 20px;
  }
}
.post-sidebar__author-name {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .post-sidebar__author-name {
    margin-bottom: 2px;
  }
}
.post-sidebar__author-name a {
  color: #ff8200;
  text-decoration: none;
  font-weight: 600;
}
.post-sidebar__author-title {
  font-size: 16px;
}
.post-sidebar__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(120, 120, 120, 0.4274509804);
}
.post-sidebar__info-type {
  font-weight: 500;
  font-size: 1.6rem;
  color: #ff8900;
}
.post-sidebar__info-date {
  font-size: 1.6rem;
  color: #787878;
}
.post-content__wysiwyg h1,
.post-content__wysiwyg h2,
.post-content__wysiwyg h3,
.post-content__wysiwyg h4,
.post-content__wysiwyg h5,
.post-content__wysiwyg h6,
.post-content__wysiwyg p,
.post-content__wysiwyg table,
.post-content__wysiwyg ul,
.post-content__wysiwyg ol,
.post-content__wysiwyg pre {
  margin: 0 auto;
}
.post-content__wysiwyg h1 {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1441px) {
  .post-content__wysiwyg h1 {
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .post-content__wysiwyg h1 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg h1 {
    font-size: 3.6rem;
  }
}
.post-content__wysiwyg h2 {
  font-size: 6.1rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1441px) {
  .post-content__wysiwyg h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .post-content__wysiwyg h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg h2 {
    margin-bottom: 3rem;
  }
}
.post-content__wysiwyg h3 {
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1441px) {
  .post-content__wysiwyg h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg h3 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.post-content__wysiwyg h4 {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1441px) {
  .post-content__wysiwyg h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg h4 {
    margin-bottom: 3rem;
  }
}
.post-content__wysiwyg h5 {
  line-height: 1;
  font-size: 2.7rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg h5 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
}
.post-content__wysiwyg table {
  margin: 60px auto;
  border: 1px solid #979797;
  font-size: 14px;
  table-layout: fixed;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg table {
    margin: 30px auto;
  }
}
.post-content__wysiwyg table p {
  font-size: 14px;
  margin: 0px;
}
.post-content__wysiwyg table tr:first-child {
  color: #797979;
  font-size: 12px;
}
.post-content__wysiwyg table tr {
  vertical-align: middle;
}
.post-content__wysiwyg table td {
  padding: 20px;
  vertical-align: middle;
}
.post-content__wysiwyg ul,
.post-content__wysiwyg ol {
  font-size: 1.8rem;
  margin-bottom: 6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg ul,
  .post-content__wysiwyg ol {
    margin-bottom: 3rem;
  }
}
.post-content__wysiwyg li {
  margin-bottom: 3rem;
}
.post-content__wysiwyg pre {
  font-size: 19px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg pre {
    font-size: 16px;
    line-height: 26px;
  }
}
.post-content__wysiwyg p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
.post-content__wysiwyg p + p {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3rem !important;
  }
}
.post-content__wysiwyg a {
  color: #ff8200;
  font-weight: 600;
}
.post-content__wysiwyg blockquote {
  position: relative;
  background-color: #000;
  margin: 0 0 6rem;
  height: 30.1rem;
}
.post-content__wysiwyg blockquote img {
  width: 30.1rem;
  height: 30.1rem;
  display: inline-block;
  float: left;
  margin: 0;
}
.post-content__wysiwyg blockquote p {
  font-size: 2rem;
  color: white;
  line-height: 3.6rem;
  padding: 5.5rem 3rem 0;
  width: calc(100% - 30.1rem);
  display: inline-block;
}
@media (min-width: 2000px) {
  .post-content__wysiwyg blockquote p {
    padding: 7.5rem 5rem 0;
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
}
.post-content__wysiwyg blockquote cite {
  display: inline-block;
  width: calc(100% - 30.1rem);
  color: #ff8900;
  font-weight: 500;
  padding: 0 3rem 6.1rem;
  font-size: 2.1rem;
}
@media (min-width: 2000px) {
  .post-content__wysiwyg blockquote cite {
    padding: 0 5rem 6.1rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg blockquote {
    margin: 3rem auto;
    height: max-content;
  }
  .post-content__wysiwyg blockquote p,
  .post-content__wysiwyg blockquote img,
  .post-content__wysiwyg blockquote cite {
    width: 100% !important;
    object-fit: cover;
  }
}
@media (min-width: 1441px) {
  .post-content__wysiwyg blockquote {
    margin-top: 9rem;
  }
}
.post-content__wysiwyg img {
  width: 100%;
  height: auto;
  margin: 60px 0px;
}
.post-content__wysiwyg iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1024px) {
  .post-content__wysiwyg iframe {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg iframe {
    height: 215px;
  }
}
.post-content__wysiwyg > *:first-child {
  margin-top: 0px !important;
}
.post-content__wysiwyg .wp-caption {
  width: 100% !important;
  margin: 60px auto;
}
.post-content__wysiwyg .wp-caption img {
  margin: 0px;
}
.post-content__wysiwyg .wp-caption p {
  max-width: 860px;
  color: #9b9b9b;
  font-size: 16px;
}
.post-content__wysiwyg-video {
  width: 100%;
  margin: 100px 0px;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg-video {
    margin: 60px 0px;
  }
}
.post-content__wysiwyg-video-elt {
  padding-bottom: 60%;
  background: #d8d8d8;
  margin-bottom: 15px;
}
.post-content__wysiwyg-video span {
  font-size: 16px;
  line-height: 24px;
  color: #9b9b9b;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .post-content__wysiwyg-video span {
    font-size: 14px;
    line-height: 22px;
  }
}
.post-content__wysiwyg-video a {
  text-decoration: none;
  color: #ff8200;
  font-weight: 600;
}
.post-content__related {
  border-top: 1px solid #d5d5d5;
  padding: 18px 0px;
}
.post-content__related span {
  color: #323232;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.post-content__related a {
  color: #ff9f00;
  font-size: 12px;
  position: relative;
}
.post-content__related a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #ff8900;
  opacity: 0;
  transform: translate3d(0, -3px, 0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.post-content__related a:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.post-merch {
  padding: 100px 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1024px) {
  .post-merch {
    padding: 100px 70px;
  }
}
@media screen and (max-width: 768px) {
  .post-merch {
    padding: 60px 30px 100px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.post-merch__img-wrapper {
  width: 100%;
  max-width: 525px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .post-merch__img-wrapper {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.post-merch__img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.post-merch__info {
  min-width: 315px;
}
@media screen and (max-width: 768px) {
  .post-merch__info {
    min-width: auto;
    width: 100%;
  }
}
.post-merch__info > span {
  color: #323232;
  font-size: 13px;
  margin-bottom: 30px;
  display: block;
}
.post-merch__info h1 {
  font-size: 50px;
  color: black;
  margin-bottom: 10px;
}
.post-merch__info h2 {
  color: #323232;
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 60px;
}
.post-merch__info .merch__buy-btns {
  margin-bottom: 10px;
}
.post-merch__info .merch__buy-details {
  width: 100%;
  max-width: 315px;
}
.post-merch__info-payment {
  font-size: 11px;
  color: #888888;
  border-bottom: 1px solid #d3d3d3;
}
.post-related-merch {
  padding: 100px 70px;
}
@media screen and (max-width: 768px) {
  .post-related-merch {
    padding: 100px 30px;
    display: none;
  }
}
.post-related-merch > span {
  margin-bottom: 20px;
  display: block;
  font-size: 13px;
  color: #797979;
  text-transform: uppercase;
}
.post-related-merch__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .post-related-merch__container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
.post-related-merch__item {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .post-related-merch__item:nth-child(3) {
    display: none;
  }
}
.post-related-merch__item:hover .post-related-merch__item-image {
  transform: scale(0.95) rotate(2deg);
}
.post-related-merch__item:hover:nth-child(odd) .post-related-merch__item-image {
  transform: scale(0.95) rotate(-2deg);
}
@media screen and (max-width: 1441px) {
  .post-related-merch__item {
    width: 100%;
  }
}
.post-related-merch__item h2 {
  color: #ff8900;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .post-related-merch__item h2 {
    float: none;
    margin-bottom: 5px;
  }
}
.post-related-merch__item small {
  color: black;
  font-size: 11px;
  font-style: oblique;
}
.post-related-merch__item-border {
  position: relative;
  width: 100%;
  padding: 25px;
  background-color: white;
  border: 25px solid #d8d8d8;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.post-related-merch__item-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 768px) {
  .post-related-merch__item-image {
    height: auto;
  }
}
.post-related-news {
  background: #f7f7f7;
  padding: 100px 70px;
}
@media screen and (max-width: 768px) {
  .post-related-news {
    display: none;
  }
}
.post-related-news > span {
  font-size: 13px;
  color: #323232;
  text-transform: uppercase;
}
.post-related-news__item {
  padding: 30px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 1024px) {
  .post-related-news__item {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.post-related-news__item h2 {
  font-size: 32px;
  color: #ff8200;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .post-related-news__item h2 {
    margin-right: 60px;
  }
}
.post-related-news__item p {
  font-size: 13px;
  color: #9b9b9b;
  width: 100px;
  min-width: 140px;
}
.post-news-mobile {
  background: #f7f7f7;
  padding: 60px 30px;
}
.post-news-mobile h2 {
  font-size: 32px;
  font-weight: 100;
  color: #323232;
  margin-bottom: 60px;
}
.post-news-mobile__item {
  width: 100%;
  margin-bottom: 60px;
}
.post-news-mobile__item h2 {
  color: #ff8900;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.post-news-mobile__item p {
  color: #9b9b9b;
  font-size: 13px;
}
.post-news-mobile__item-image {
  width: 100%;
  padding: 20px;
  padding-bottom: 40%;
  border: 20px solid #d8d8d8;
  background: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.post .wp-block-gallery {
  margin: 0;
  gap: 3rem !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 6rem;
}
.post .wp-block-gallery img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .post .wp-block-gallery {
    margin-bottom: 3rem;
  }
}
.post .wp-block-embed {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .post .wp-block-embed {
    margin: 0 0 3rem;
  }
}
.post .wp-block-separator {
  opacity: 0.6;
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .post .wp-block-separator {
    margin-bottom: 0 0 3rem;
  }
}
.post img.alignright {
  width: 30.2rem;
  display: inline-block;
  margin: 0;
  float: right;
}
.post img.alignright + p {
  width: 63%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .post img.alignright {
    float: left;
    width: 100%;
    margin-bottom: 3rem;
  }
  .post img.alignright + p {
    width: 100%;
  }
}
.post .wp-block-image {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .post .wp-block-image {
    margin: 0 0 3rem;
  }
}
.post .wp-block-image img {
  margin: 0;
}
.post-subscribe {
  width: 100%;
  background-color: #212121;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-subscribe .email-subscribe {
  padding: 100px 140px 100px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .post-subscribe .email-subscribe {
    padding: 85px 30px;
  }
}
.post-subscribe .email-subscribe__text {
  display: block;
  margin-bottom: 40px;
  color: white;
}
.post-subscribe .email-subscribe__subtitle {
  font-size: 12px;
}
.post-subscribe .email-subscribe__title {
  font-size: 20px;
  margin-top: 10px;
}
.post-subscribe .email-subscribe__form {
  position: relative;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .post-subscribe .email-subscribe__form {
    width: auto;
  }
}
.post-subscribe .email-subscribe__input {
  width: 100%;
  height: 60px;
  border: 1px solid white;
  background: transparent;
  color: white;
  padding: 0 40px;
}
.post-subscribe .email-subscribe__input:-ms-input-placeholder {
  color: white;
}
.post-subscribe .email-subscribe__input::placeholder {
  color: white;
}
@media (max-width: 768px) {
  .post-subscribe .email-subscribe__input {
    padding: 20px;
  }
}
.post-subscribe .email-subscribe__input:hover:-ms-input-placeholder, .post-subscribe .email-subscribe__input:focus:-ms-input-placeholder {
  color: #ff8900;
}
.post-subscribe .email-subscribe__input:hover::placeholder, .post-subscribe .email-subscribe__input:focus::placeholder {
  color: #ff8900;
}
.post-subscribe .email-subscribe .submit--hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.post-subscribe .email-subscribe__submit {
  width: 20px;
  height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 40px;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 768px) {
  .post-subscribe .email-subscribe__submit {
    right: 20px;
  }
}
.post-subscribe .email-subscribe__submit .svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .post-subscribe .email-subscribe__submit .svg {
    transform: scale(0.7);
  }
}
.post-subscribe .email-subscribe__submit .svg .svg-fill {
  fill: white;
}
.news-feature {
  padding: 90px 70px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .news-feature {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .news-feature {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 90px 30px 0px;
  }
}
.news-feature > a {
  width: 100%;
}
.news-feature__image {
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.news-feature__info {
  min-width: 415px;
  margin-left: 70px;
  color: #323232;
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .news-feature__info {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .news-feature__info {
    min-width: 330px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-feature__info {
    margin-left: 0px;
    margin-top: 30px;
    min-width: auto;
  }
}
.news-feature__info span {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.news-feature__info h1 {
  font-weight: normal;
  font-size: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .news-feature__info h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.news-feature__info h2 {
  font-weight: 100;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0px;
  max-width: 745px;
}
@media screen and (max-width: 1024px) {
  .news-feature__info h2 {
    font-size: 22px;
    line-height: 35px;
  }
}
.news-landing {
  padding: 11rem 7rem 8rem;
}
@media screen and (max-width: 768px) {
  .news-landing {
    padding: 5rem 3rem;
    margin-top: 2rem;
  }
}
.news-landing__container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10rem 4rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .news-landing__container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news-landing__container {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
}
.news-landing__item {
  width: 100%;
}
.news-landing__item span {
  font-size: 1.4rempx;
  letter-spacing: 0px;
  color: #787878;
  font-weight: 500;
}
.news-landing__item h2 {
  margin-top: 2.7rem;
  font-size: 2.1rem;
  line-height: 2.52rem;
  font-weight: 600;
}
.news-landing__item p {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2.7rem;
}
.news-landing__item .post-preview__link {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 2.7rem;
  display: block;
  width: max-content;
}
.news-landing__item-image {
  width: 100%;
  height: auto;
  max-height: 280px;
  padding: 2.5rem;
  padding-bottom: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .news-landing__item-image {
    height: 176px;
  }
}
@media (min-width: 1280px) {
  .news-banner {
    max-height: 50rem;
  }
}
.news-banner .glide__arrow {
  border: none;
}
.news-banner .glide__arrow svg path {
  fill: white;
}
@media screen and (max-width: 768px) {
  .news-banner .glide__arrow {
    display: none;
  }
}
.news-banner .glide__bullets {
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: -2em;
  gap: 1rem;
}
.news-banner .glide__bullets .glide__bullet {
  position: absolute;
  background-color: black;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5.74rem;
  border: none;
  position: absolute;
  margin: 0;
}
.news-banner .glide__bullets .glide__bullet__wrap {
  background-color: #d9d9d9;
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  border-radius: 5.74rem;
}
.news-banner .glide__bullets .glide__bullet--active {
  width: 18.6rem;
  position: relative;
  border-radius: 5.74rem;
}
.news-banner__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .news-banner__item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.news-banner__image {
  width: 50%;
  max-height: 100%;
}
@media screen and (max-width: 1280px) {
  .news-banner__image {
    width: 100%;
  }
}
.news-banner__img {
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 52%;
}
@media screen and (max-width: 1280px) {
  .news-banner__img {
    padding-bottom: 100%;
  }
}
.news-banner__content {
  width: 50%;
  padding: 0 16rem;
  color: #fff;
}
@media screen and (max-width: 1441px) {
  .news-banner__content {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 1280px) {
  .news-banner__content {
    width: 100%;
    padding: 4rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .news-banner__content {
    padding: 4rem 3rem;
  }
  .news-banner__content h2 {
    height: 5.6rem;
  }
  .news-banner__content p {
    height: 8.1rem;
  }
}
.news-banner__content span {
  color: #ff8900;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 4rem;
  display: block;
}
.news-banner__content p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 4rem 0;
}
.news-banner__content a {
  width: 17.7rem;
  padding: 2rem 0;
}
.single-post {
  display: -ms-flexbox;
  display: flex;
  max-width: 155.2rem;
  margin: 0 auto;
  padding: 0 7rem;
  gap: 10rem;
}
@media screen and (max-width: 1280px) {
  .single-post {
    padding: 0 3rem;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4rem;
  }
}
.single-post__left {
  max-width: 105rem;
  width: 100%;
}
.single-post__left .heroimg {
  width: 100%;
}
.single-post__right {
  max-width: 40.2rem;
  width: 100%;
  background-color: #f9f9f9;
  padding: 4rem 5rem 2rem;
  height: max-content;
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 1280px) {
  .single-post__right {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single-post__right {
    margin-bottom: 6rem;
  }
}
.single-post__right--title {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid black;
}
.single-post__right__merch {
  margin-bottom: 2rem;
}
.single-post__right__merch a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .single-post__right__merch a {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 1rem;
  }
}
.single-post__right__merch + .single-post__right--title {
  margin-top: 4rem;
}
.single-post__right__merch__img {
  margin-right: 2.3rem;
  min-width: 11.8rem;
  height: 11.8rem;
  background-size: cover;
  background-color: white;
}
.single-post__right__merch h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1rem;
}
.single-post__right__merch h5 {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.single-post__right__artists a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.single-post__right__artists a:hover {
  color: #ff8900;
}
.single-post__right__artists + .single-post__right--title {
  margin-top: 4rem;
}
.post-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1024px) {
  .post-cta {
    gap: 3rem;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 4rem;
  }
}
.post-cta__label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 3rem;
  display: block;
  color: #ff8900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
}
.post-cta__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
}
.post-cta img {
  width: 16.1rem;
  height: 8.9rem;
  object-fit: cover;
}
.post-cta__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  max-width: 25rem;
}
.post-cta__link--next h2 {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.merch-hero {
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 45px 60px 0px;
}
@media screen and (max-width: 768px) {
  .merch-hero {
    padding: 40px 30px 0px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.merch-hero__dropdown {
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid black;
  cursor: pointer;
  width: 850px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .merch-hero__dropdown {
    width: 100%;
    margin-right: 0px;
  }
}
.merch-hero__dropdown h1 {
  color: black;
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .merch-hero__dropdown h1 {
    font-size: 36px;
  }
}
.merch-hero__dropdown span {
  color: white;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .merch-hero__dropdown span {
    color: black;
  }
}
.merch-hero__artist-filter {
  position: relative;
  color: black;
  padding-bottom: 5px;
  margin-right: 0;
  min-width: 137px;
  max-height: 65px;
  width: 137px;
  height: 65px;
  background-color: #ffffff;
  border: 1px solid white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter {
    margin-top: 40px;
    height: auto;
    max-height: none;
    border: none;
  }
}
.merch-hero__artist-filter.active {
  border: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter.active {
    border: none;
  }
}
.merch-hero__artist-filter.active > a {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter.active > a {
    border-bottom: 1px solid black;
  }
}
.merch-hero__artist-filter > a {
  line-height: 65px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: normal;
    width: 100%;
  }
}
.merch-hero__artist-filter:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter {
    width: 100%;
    text-align: left;
  }
}
.merch-hero__artist-filter-window {
  position: absolute;
  width: 409px;
  max-height: 430px;
  top: 63px;
  left: -1px;
  padding: 30px;
  background: white;
  border: 1px solid #979797;
  z-index: 2;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter-window {
    width: 100%;
    max-height: 225px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    border: none;
    display: block;
    visibility: hidden;
    height: 0px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter-window br {
    display: none;
  }
}
.merch-hero__artist-filter-window ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}
.merch-hero__artist-filter-window ul li {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 5px;
}
.merch-hero__artist-filter-window .artist-filter-search {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter-window .artist-filter-search {
    padding-top: 10px;
  }
}
.merch-hero__artist-filter-window .artist-filter-search input {
  border: none;
  width: 100%;
  height: 30px;
}
.merch-hero__artist-filter-window .artist-filter-search input:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.merch-hero__artist-filter-window .artist-filter-search input::placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.merch-hero__artist-filter:nth-child(3) .merch-hero__artist-filter-window {
  left: -137px;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter:nth-child(3) .merch-hero__artist-filter-window {
    left: 0px;
  }
}
.merch-hero__artist-filter:last-child .merch-hero__artist-filter-window {
  left: -273px;
}
@media screen and (max-width: 768px) {
  .merch-hero__artist-filter:last-child .merch-hero__artist-filter-window {
    left: 0px;
  }
}
.merch-filter {
  color: #797979;
  font-size: 12px;
  position: absolute;
  right: 0px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .merch-filter {
    display: none;
  }
}
.merch-main {
  padding: 3rem 6rem 4.5rem 6rem;
}
@media screen and (max-width: 768px) {
  .merch-main {
    padding: 3rem;
  }
}
.merch-main:nth-child(4) {
  opacity: 0;
}
.merch-main__none-found {
  font-size: 28px;
  font-weight: 600;
  color: #323232;
}
.merch-main__filter-btns {
  display: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
.merch-main__filter-btns button {
  padding: 25px 9px;
}
.merch-main__filter-btns button:focus {
  outline: none;
}
.merch-main__mobile-filter-windows {
  display: none;
  margin-bottom: 30px;
}
.merch-main__mobile-filter-window {
  height: 0px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.merch-main__mobile-filter-window ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.merch-main__mobile-filter-window ul li {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 5px;
}
.merch-main__mobile-filter-window .artist-filter-search {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.merch-main__mobile-filter-window .artist-filter-search input {
  border: none;
  width: 100%;
  height: 30px;
}
.merch-main__mobile-filter-window .artist-filter-search input:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.merch-main__mobile-filter-window .artist-filter-search input::placeholder {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.merch-main__merch {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 30px 30px;
  overflow: hidden;
}
@media screen and (max-width: 1441px) {
  .merch-main__merch {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .merch-main__merch {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .merch-main__merch {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
.merch-main__merch-item-border {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .merch-main__merch-item-border {
    padding: 10px;
  }
}
.merch-main__merch-item {
  width: auto;
  margin-bottom: 3rem;
  position: relative;
}
.merch-main__merch-item:hover .merch-main__merch-item-image {
  transform: scale(0.95) rotate(2deg);
}
.merch-main__merch-item:hover:nth-child(odd) .merch-main__merch-item-image {
  transform: scale(0.95) rotate(-2deg);
}
.merch-main__merch-item-badge {
  position: absolute;
  top: 0;
  right: 2rem;
  padding: 3rem 2rem 1rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 2;
}
@media screen and (max-width: 1441px) {
  .merch-main__merch-item {
    width: 100%;
  }
}
.merch-main__merch-item p {
  font-style: oblique;
  text-align: center;
  margin-top: 2rem;
}
.merch-main__merch-item h2 {
  display: block;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 1rem 0;
}
.merch-main__merch-item small {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
}
.merch-main__merch-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .merch-main__merch-item-image {
    height: auto;
    background-size: contain;
  }
}
.merch-main__merch-item-image img {
  max-height: 80%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.merch-main__merch-item-image img:hover {
  transform: scale(1.01);
}
@media screen and (max-width: 1441px) {
  .merch-main__merch-item-image img {
    max-height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .merch-main__merch-item-image img {
    max-height: 100%;
    width: 100%;
  }
}
.view-all-product-types {
  position: absolute;
  z-index: -5;
  opacity: 0;
  visibility: hidden;
  background: black;
  width: 100vw;
  height: 100vh;
  top: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.view-all-product-types .all-product-types__list {
  margin: 0px;
  color: white;
}
@media screen and (max-width: 1024px) {
  .view-all-product-types .all-product-types__list {
    padding: 5px;
  }
}
.view-all-product-types .all-product-types-list--hovered {
  color: rgba(255, 255, 255, 0.3);
}
.view-all-product-types h3 {
  font-size: 110px;
  position: relative;
  line-height: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .view-all-product-types h3 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .view-all-product-types h3 {
    font-size: 72px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .view-all-product-types h3 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: normal;
  }
}
.view-all-product-types h3 a {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 7;
  transform-origin: left;
}
.view-all-product-types h3 a:hover {
  transform-origin: left;
  transform: scale(1.5);
  color: white !important;
}
@media screen and (max-width: 768px) {
  .view-all-product-types h3 a:hover {
    transform: scale(1);
  }
}
.view-all-product-types .all-product-types__hover-image {
  position: absolute;
  top: 100px;
  right: 300px;
  width: 300px;
  height: 500px;
  opacity: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.size-filter--buttons,
.color-filter--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .size-filter--buttons,
  .color-filter--buttons {
    padding-top: 15px;
  }
}
.size-filter--buttons input,
.color-filter--buttons input {
  display: none;
}
.size-filter--buttons label,
.color-filter--buttons label {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  width: 155px;
}
@media screen and (max-width: 768px) {
  .size-filter--buttons label,
  .color-filter--buttons label {
    width: 100px;
  }
}
.size-filter--buttons label span,
.color-filter--buttons label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  margin-right: 10px;
  position: relative;
}
.size-filter--buttons [type=checkbox]:checked + span:before,
.color-filter--buttons [type=checkbox]:checked + span:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #9b9b9b;
  position: absolute;
  top: 4px;
  left: 4px;
}
.size-filter--buttons label p,
.color-filter--buttons label p {
  display: inline-block;
  margin: 0;
  line-height: 22px;
}
.search-status {
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .search-status {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 30px;
  }
  .search-status > div {
    margin-bottom: 15px;
  }
}
.search-status--items {
  display: inline;
}
.search-status--label {
  color: #9b9b9b;
  font-size: 14px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.search-status--label:not(:first-child) {
  margin-left: 34px;
}
.search-status .search-item {
  display: inline-block;
  font-size: 14px;
  border: solid 1px #dcdcdc;
  padding: 12px 20px 13px 20px;
  margin: 0 5px;
}
.search-status .x {
  margin-left: 6px;
  cursor: pointer;
}
#color-filter--apply-button,
#size-filter--apply-button {
  display: inline-block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  color: white;
  background-color: #ff8900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #color-filter--apply-button,
  #size-filter--apply-button {
    width: 100%;
  }
}
.store__main {
  margin-bottom: 7rem;
}
.store__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-bottom: 4.3rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #787878;
}
@media screen and (max-width: 768px) {
  .store__filter {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.store__filter:not(.store__filter--open) + .store__filter__shows {
  border: none !important;
}
.store__filter__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5rem;
}
.store__filter__wrap:is([data-filter=sort]) {
  position: relative;
  gap: 2rem;
}
.store__filter__wrap:is([data-filter=sort]) select {
  border: none;
  font-weight: 500;
  font-size: 1.6rem;
  padding-right: 2.4rem;
  outline: none;
  text-align: right;
}
.store__filter__wrap:is([data-filter=sort]) svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.store__filter h2 {
  font-size: 2.4rem;
  font-weight: 400;
}
.store__filter__item h3 {
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
.store__filter__item h3 span {
  margin-left: 1rem;
}
.store__filter__item h3 span svg {
  width: 0.8rem;
}
.store__filter__item[data-filter=artists] .store__filter__dropdown {
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .store__filter__item[data-filter=artists] .store__filter__dropdown {
    overflow: scroll;
  }
}
@media screen and (max-width: 1280px) {
  .store__filter__item[data-filter=artists] .store__filter__dropdown {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 3rem;
    padding: 3rem 4rem;
  }
  .store__filter__item[data-filter=artists] .store__filter__dropdown__col {
    width: 100%;
  }
  .store__filter__item[data-filter=artists] .store__filter__dropdown__col:first-of-type {
    width: calc(100% - 5rem);
  }
  .store__filter__item[data-filter=artists] .store__filter__dropdown__col--artists {
    overflow: scroll;
  }
}
.store__filter__dropdown {
  padding: 3rem 0 3rem 4rem;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  width: 100%;
  z-index: 99;
  display: none;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 28rem;
  min-height: 28.2rem;
}
@media screen and (max-width: 768px) {
  .store__filter__dropdown {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4rem;
    padding: 3rem 1rem;
  }
}
.store__filter__dropdown__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.store__filter__dropdown__col--field {
  position: relative;
}
.store__filter__dropdown__col label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.store__filter__dropdown__col label::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #000000;
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  box-sizing: border-box;
}
.store__filter__dropdown__col input + svg {
  display: none;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 2;
  pointer-events: none;
}
.store__filter__dropdown__col input[type=checkbox]:checked + svg,
.store__filter__dropdown__col input[type=radio]:checked + svg {
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
}
.store__filter__dropdown__col input[type=checkbox]:checked ~ label::before,
.store__filter__dropdown__col input[type=radio]:checked ~ label::before {
  background-color: #ff8900;
  border-width: 0;
}
.store__filter__dropdown__col--field:not(.artist-field) {
  min-width: 17rem;
}
.store__filter__dropdown__col--field:not(.artist-field):not(:last-child) {
  margin-bottom: 2.7rem;
}
.store__filter__dropdown__col--field:not(.artist-field):first-child {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.5rem;
  margin-bottom: 3.6rem;
}
.store__filter__dropdown__col--field:not(.artist-field):first-child label {
  font-weight: 500;
}
.store__filter__dropdown__col--artists {
  max-height: 23.3rem;
  column-gap: 4rem;
  row-gap: 2.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .store__filter__dropdown__col--artists {
    height: 18.3rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .store__filter__dropdown__col--artists {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: calc(100% - 2rem);
  }
}
.store__filter__dropdown__col--artists:not(.notClear) div:nth-child(n+33) {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .store__filter__dropdown__col--artists:not(.notClear) div {
    opacity: 1 !important;
    pointer-events: all !important;
  }
}
@media screen and (max-width: 1441px) {
  .store__filter__dropdown__col--artists:not(.notClear) div:nth-child(n+20) {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1800px) {
  .store__filter__dropdown__col--artists:not(.notClear) div:nth-child(n+23) {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1280px) {
  .store__filter__dropdown__col--artists:not(.notClear) div:nth-child(n+17) {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .store__filter__dropdown__col--artists:not(.notClear) div:nth-child(n+13) {
    opacity: 0;
    pointer-events: none;
  }
}
.store__filter__dropdown__search {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
  min-width: 22.8rem;
  width: 100%;
}
.store__filter__dropdown__search--input {
  border: none;
  height: 2rem;
  background-color: #f9f9f9;
  font-weight: 500;
}
.store__filter__dropdown__search--input:-ms-input-placeholder {
  font-weight: 500;
}
.store__filter__dropdown__search--input::placeholder {
  font-weight: 500;
}
.store__filter__dropdown__search--clear {
  display: none;
  position: absolute;
  right: 3rem;
  top: 0;
  cursor: pointer;
}
.store__filter__dropdown__search--clear svg {
  width: 1.6rem;
}
.store__filter__dropdown__search .svg-fill {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
}
.store__filter__dropdown__close {
  position: absolute;
  top: 2.8rem;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.store__filter__shows {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  padding: 1rem 0 4rem;
  border-top: 1px solid #787878;
}
.store__filter__shows ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.store__filter__shows ul li {
  color: #ff8900;
  font-size: 1.4rem;
  line-height: 2.1rem;
  cursor: pointer;
  text-transform: capitalize;
}
.store__filter__shows ul li:not(.store__filter__shows--clearAll)::after {
  content: "X";
  margin-left: 0.5rem;
  color: #000000;
}
.store__filter__shows--clearAll {
  background-color: transparent;
  font-size: 1.6rem !important;
  font-weight: 600;
  border: none;
  color: #000000 !important;
}
.store__loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 9999;
}
.store__results__wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  min-height: 20rem;
  margin-bottom: 15.1rem;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  .store__results__wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .store__results__wrap {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.store__collection h1 {
  border-bottom: 0.1rem solid black;
  padding-bottom: 4.3rem;
  margin-bottom: 4.3rem;
}
.store__banner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .store__banner {
    margin-bottom: 5rem;
  }
}
.store__banner__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10.5rem 19.6rem;
}
@media screen and (max-width: 1800px) {
  .store__banner__item {
    padding: 10.5rem 13rem;
  }
}
@media screen and (max-width: 1441px) {
  .store__banner__item {
    padding: 10.5rem 7rem;
  }
}
@media screen and (max-width: 1024px) {
  .store__banner__item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4rem;
    padding: 4rem 2rem;
  }
}
.store__banner__item--content {
  max-width: 33.8rem;
}
@media screen and (max-width: 1441px) {
  .store__banner__item--content {
    max-width: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .store__banner__item--content {
    text-align: center;
  }
}
.store__banner__item--title {
  margin-bottom: 2rem;
}
.store__banner__item--title span {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
}
.store__banner__item--subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1441px) {
  .store__banner__item--subtitle {
    font-size: 1.5rem;
  }
}
.store__banner__item--image {
  max-width: 73rem;
}
@media screen and (max-width: 1800px) {
  .store__banner__item--image {
    max-width: 65rem;
  }
}
@media (max-width: 1600px) {
  .store__banner__item--image {
    max-width: 50rem;
  }
}
@media screen and (max-width: 1441px) {
  .store__banner__item--image {
    max-width: 65rem;
  }
}
@media (max-width: 1327px) {
  .store__banner__item--image {
    max-width: 49rem;
  }
}
@media screen and (max-width: 1024px) {
  .store__banner__item--image {
    max-width: 35rem;
  }
}
.store__banner__item--image img {
  width: 100%;
  object-fit: cover;
}
.store__banner__item--link {
  border-bottom: 1px solid #000000;
}
.store__banner__item--link a {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-align: center;
      align-items: center;
}
.store__banner__item--link a svg {
  width: 2.5rem;
}
.store__banner .glide__arrow {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1441px) {
  .store__banner .glide__arrow--left {
    left: 0;
  }
  .store__banner .glide__arrow--right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .store__banner .glide__arrow svg {
    width: 1.4rem;
  }
}
.store__banner .glide__bullets {
  bottom: -2em;
  gap: 1rem;
}
.store__banner .glide__bullet {
  position: absolute;
  background-color: black;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5.74rem;
  border: none;
  position: absolute;
  margin: 0;
}
.store__banner .glide__bullet__wrap {
  background-color: #d9d9d9;
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  border-radius: 5.74rem;
}
.store__banner .glide__bullet--active {
  width: 18.6rem;
  position: relative;
  border-radius: 5.74rem;
}
#load-more-btn,
.store__filter__load-more {
  max-width: 25rem;
  margin: 0 auto 12rem;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}
#load-more-btn:is(#load-more-btn),
.store__filter__load-more:is(#load-more-btn) {
  margin-top: 9.5rem;
}
@media screen and (max-width: 1024px) {
  #load-more-btn,
  .store__filter__load-more {
    margin: 0 auto 5rem;
  }
}
.store__releases {
  padding-top: 0 !important;
}
.store__releases h1 {
  margin: 4rem 0 8rem;
}
.store__releases .store__results__wrap,
.store__releases .merch-main__merch {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1300px) {
  .store__releases .store__results__wrap,
  .store__releases .merch-main__merch {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1025px) {
  .store__releases .store__results__wrap,
  .store__releases .merch-main__merch {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .store__releases .store__results__wrap,
  .store__releases .merch-main__merch {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
.store__releases .merch-main__merch-item:hover .releases-overlay {
  opacity: 1;
  z-index: 9;
}
.store__releases .merch-main__merch-item .releases-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  z-index: -1;
}
.store__releases .merch-main__merch-item .releases-overlay__item {
  height: 50%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
}
.store__releases .merch-main__merch-item .releases-overlay__item span {
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}
.store__releases .merch-main__merch-item .releases-overlay__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.store__releases .merch-main__merch-item .releases-overlay__item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.store__releases .merch-main__merch-item .releases-overlay__item:hover.releases-overlay__item::before {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.pdp .section__title--crumbs {
  margin: 3rem 0 3rem 7rem;
}
@media screen and (max-width: 768px) {
  .pdp .section__title--crumbs {
    margin: 3rem 0 3rem 3rem;
  }
}
.js-payment-modal-check {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.payment-modal {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  padding: 0px 7rem;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .payment-modal {
    font-size: 1.2rem;
    padding: 0px 1.5rem;
  }
}
.payment-modal__box {
  opacity: 0;
  background: black;
  padding: 100px;
  width: 100%;
  max-width: 900px;
  color: white;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .payment-modal__box {
    font-size: 14px;
    padding: 70px;
  }
}
@media screen and (max-width: 768px) {
  .payment-modal__box {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}
.payment-modal__box h2 {
  font-weight: 600;
  font-size: inherit;
  margin-bottom: 1.5rem;
  margin-top: 30px;
}
.payment-modal__box h2:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .payment-modal__box h2 {
    margin-top: 1.2rem;
  }
}
.payment-modal__box p {
  font-size: inherit;
}
.payment-modal__box li {
  font-size: inherit;
  margin-bottom: 1rem;
}
.table.table--mp3s {
  margin-top: 8rem;
  border: 1px solid #979797;
}
@media screen and (max-width: 1024px) {
  .table.table--mp3s {
    border-top: none;
    margin-top: 30px;
  }
}
.table.table--mp3s .table__header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .table.table--mp3s .table__header {
    display: none;
  }
}
.table.table--mp3s .table__column-title {
  width: 22%;
  padding: 2rem;
  border-right: 1px solid #979797;
  color: #979797;
  font-size: 1.2rem;
}
.table.table--mp3s .table__column-title:first-child {
  width: 35%;
}
.table.table--mp3s .table__column-title:last-child, .table.table--mp3s .table__column-title:nth-child(3) {
  border-right: none;
}
.table.table--mp3s .table__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #979797;
}
@media screen and (max-width: 1024px) {
  .table.table--mp3s .table__row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.table.table--mp3s .table__column-content {
  padding: 1rem 2rem;
  width: 22%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.table.table--mp3s .table__column-content:first-child {
  width: 35%;
  color: #ff8900;
  font-size: 1.2rem;
}
.table.table--mp3s .table__column-content:first-child .svg {
  margin-right: 2rem;
}
.table.table--mp3s .table__column-content:first-child .svg:hover {
  cursor: pointer;
}
.table.table--mp3s .table__column-content:nth-child(2) {
  color: #ff8900;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .table.table--mp3s .table__column-content:nth-child(2) {
    display: none;
  }
}
.table.table--mp3s .table__column-content:nth-child(3) {
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .table.table--mp3s .table__column-content:nth-child(3) {
    display: none;
  }
}
.table.table--mp3s .table__column-content:last-child {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.table.table--mp3s .table__column-content .btn {
  height: 40px;
  width: 80px;
  min-width: 80px;
  padding: 1.5rem 0;
}
.pdp .merch.wrapper {
  padding-top: 0;
}
.merch {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .merch {
    display: block;
  }
}
.merch__sold-out {
  font-size: 13px !important;
  text-transform: uppercase;
  color: #9b9b9b;
}
.merch__left {
  opacity: 0;
  width: calc(50% - 7rem);
  margin-right: 7rem;
}
@media screen and (max-width: 1024px) {
  .merch__left {
    width: 100%;
  }
}
.merch__left .glide:not(.glide--carousel) .glide__slides {
  display: block;
}
.merch__left .glide:not(.glide--carousel) .glide__slide:not(:last-child) {
  margin-bottom: 3rem;
}
.merch__left > .merch__additional-desc:empty() {
  display: none;
}
@media screen and (max-width: 1024px) {
  .merch__left > .merch__additional-desc {
    display: none;
  }
}
.merch__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .merch__right {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 6rem;
  }
}
.merch__right-desktop {
  opacity: 0;
}
.merch__image {
  width: 100%;
  background-color: #f9f9f9;
  padding: 4rem 11rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .merch__image {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .merch__image {
    padding: 1.5rem;
  }
}
.merch__image img {
  width: 100%;
}
.merch__vendor:hover {
  color: #ff8900;
}
.merch__additional-desc {
  margin-bottom: 30px;
  color: #878787;
  font-size: 16px;
  line-height: 1.5;
}
.merch__content {
  position: sticky;
  top: 3rem;
}
@media screen and (max-width: 1024px) {
  .merch__content {
    position: relative;
    top: 0px;
    margin-top: 3rem;
  }
}
.merch__content__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid #797979;
}
.merch__type {
  font-size: 1.8rem;
  color: #797979;
}
.merch__desc {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 6rem;
}
.merch__desc a {
  color: #ff8900;
}
.merch .merch__colors.form--horizontal {
  width: 100%;
  margin-bottom: 35px;
}
.merch .merch__colors.form--horizontal .radio-circle {
  width: 2rem;
  height: 2rem;
  left: -3px;
  border: 1px solid #d8d8d8;
}
.merch .merch__colors.form--horizontal .radio-circle:after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 1px solid #ff8900;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  opacity: 0;
  border-radius: 100%;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.merch .merch__colors.form--horizontal input:checked ~ .radio-circle:after {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.merch .merch__sizes.form {
  width: 100%;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.merch .merch__sizes.form .form__input-wrapper {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
.merch .merch__sizes.form .form__radio-label {
  margin: 0 0 0 1.5rem;
  font-size: 14px;
}
.merch .merch__sizes.form .radio-circle {
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #979797;
  transform: translate3d(0, -50%, 0);
  background-color: white;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.merch .merch__sizes.form input:checked ~ .radio-circle {
  background-color: #ff8900;
}
.merch .merch__sizes-select-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.merch .merch__sizes-select-wrapper label {
  margin-right: 1rem;
  font-size: 1.8rem;
}
.merch .merch__sizes-select-wrapper:before {
  position: absolute;
  content: "";
  color: black;
  top: 1.2rem;
  left: 15.5rem;
  width: 0.8rem;
  height: 0.1rem;
  background: black;
  transform: rotate(45deg);
}
.merch .merch__sizes-select-wrapper:after {
  position: absolute;
  content: "";
  color: black;
  top: 1.2rem;
  left: 16rem;
  width: 0.8rem;
  height: 0.1rem;
  background: black;
  transform: rotate(-45deg);
}
.merch .merch__sizes-select.form {
  width: 45px;
  padding-left: 0px;
  padding-bottom: 3px;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid black;
  color: black;
  outline: none;
  background: transparent;
}
.merch__buy-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .merch__buy-btns {
    display: block;
    margin-bottom: 4rem;
  }
}
.merch__buy-details {
  width: calc(50% - 2rem);
  height: 7.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.merch__buy-details:not(:last-child) {
  margin-bottom: 1.7rem;
}
.merch__buy-details:is(.btn--outline) {
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
}
.merch__buy-details:is(.btn--outline):hover {
  color: white;
}
@media screen and (max-width: 1024px) {
  .merch__buy-details {
    width: 100%;
  }
}
.merch__price {
  width: 10rem;
  border: 0.1rem solid #797979;
  border-right: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.6rem;
}
.merch__btn.btn {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.merch__btn.btn.sold-out {
  pointer-events: none;
}
.merch__btn.btn.sold-out::before {
  content: "SOLD OUT";
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  height: 100%;
  position: absolute;
  background: #ff8900;
}
.merch .btn__text {
  pointer-events: none;
}
.merch .adding-to-cart {
  width: 100%;
  height: 100%;
  background-color: #ff8900;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
.merch .adding-to-cart div {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ffa133;
  animation: loading 1s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.merch .adding-to-cart div:first-child {
  animation-delay: 0.2s;
}
.merch .adding-to-cart div:nth-child(2) {
  animation-delay: 0.4s;
  margin: 0 1rem;
}
.merch .adding-to-cart div:last-child {
  animation-delay: 0.6s;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pdp {
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  .pdp {
    padding-bottom: 5rem;
  }
}
.pdp .artist-main__news {
  padding-bottom: 0;
  width: 100%;
  max-width: none;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
@media screen and (max-width: 1024px) {
  .pdp .artist-main__news {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
.pdp .artist-main__news-item {
  width: 100%;
}
.pdp .artist-main__news-item-image {
  padding-bottom: 40%;
  height: auto;
  position: relative;
  background-size: auto 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.pdp .related-merch {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .pdp .related-merch {
    display: block;
  }
}
.pdp .related-merch .title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.pdp .related-merch .title-container h2 {
  width: 60%;
}
.pdp .related-merch .available-in {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .pdp .related-merch .available-in {
    display: none;
  }
}
.pdp .related-merch .available-in p {
  color: #878787;
  font-size: 11px;
  font-style: normal;
  margin-top: 0;
}
.pdp__carousel .section__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .pdp__carousel .section__title .btn {
    display: none;
  }
}
.pdp__carousel.related-news.wrapper, .pdp__carousel.related-products.wrapper {
  padding-bottom: 0px;
  padding: 18rem 7rem 0;
}
@media screen and (max-width: 1024px) {
  .pdp__carousel.related-news.wrapper, .pdp__carousel.related-products.wrapper {
    padding: 6rem 3rem;
  }
}
.pdp .glide__slides {
  padding: 1px;
}
.pdp .glide__arrow {
  border: none;
  box-shadow: none;
}
.pdp .glide__arrow--left {
  left: -5rem;
}
@media screen and (max-width: 1024px) {
  .pdp .glide__arrow--left {
    left: -3.5rem;
  }
}
.pdp .glide__arrow--right {
  right: -5rem;
}
@media screen and (max-width: 1024px) {
  .pdp .glide__arrow--right {
    right: -3.5rem;
  }
}
.pdp .glide__bullets {
  bottom: -2.5em;
}
.pdp .glide__bullets button {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #d9d9d9;
  border: none;
}
.pdp .glide__bullets button.glide__bullet--active {
  background-color: black;
}
@media screen and (max-width: 768px) {
  .pdp .glide__arrows {
    display: none;
  }
}
.merch__right .payment-modal-bind {
  margin-bottom: 6rem;
}
.merch__right .payment-modal-bind h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #797979;
  text-decoration: underline;
}
.merch__embed-video iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merch__embed-video iframe {
    height: 25rem;
  }
}
.streaming-popup {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  padding: 0px 7rem;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .streaming-popup {
    padding: 0 2rem;
  }
}
.streaming-popup__wrapper {
  background-color: white;
  padding: 6.4rem;
  width: 61rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .streaming-popup__wrapper {
    width: 34rem;
    padding: 3rem 2rem;
  }
}
.streaming-popup__title {
  padding-right: 4rem;
}
.streaming-popup__subtitle {
  color: #787878;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 3.2rem 0;
  line-height: 1;
  margin: 0 0 5rem;
  border-bottom: 0.1rem solid #787878;
}
@media screen and (max-width: 1024px) {
  .streaming-popup__subtitle {
    font-size: 1.5rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
  }
}
.streaming-popup__item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
  font-size: 2.4rem;
  height: 8.5rem;
  border: 0.1rem solid black;
}
.streaming-popup__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .streaming-popup__item {
    font-size: 1.8rem;
  }
}
.streaming-popup__close {
  position: absolute;
  right: 6.4rem;
  top: 6.4rem;
  cursor: pointer;
}
.streaming-popup__close svg {
  width: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .streaming-popup__close svg {
    width: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .streaming-popup__close {
    right: 2rem;
    top: 2.7rem;
  }
}
.cart.wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .cart.wrapper .page-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.empty-cart-msg {
  display: none;
}
.page-title {
  font-size: 80px;
  margin-bottom: 60px;
}
.table.table--cart {
  border: none;
}
.table.table--cart .table__header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.table.table--cart .table__column-title {
  width: 15%;
  padding: 0 0 5px 0;
  color: #979797;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__column-title {
    font-size: 10px;
  }
}
.table.table--cart .table__column-title:first-child {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__column-title:last-child {
    text-align: right;
  }
}
.table.table--cart .table__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.table.table--cart .table__row--totals {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.table.table--cart .table__row--totals p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__row--totals p {
    font-size: 14px;
  }
}
.table.table--cart .table__column-content {
  padding: 10px 0;
  width: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.table.table--cart .table__column-content:first-child {
  width: 55%;
}
.table.table--cart .table__column-content .table__img {
  margin-right: 35px;
  width: 140px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.table.table--cart .table__column-content .table__img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__column-content .table__img {
    width: 45px;
    margin-right: 15px;
  }
}
.table.table--cart .table__column-content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ff8900;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__column-content h2 {
    font-size: 16px;
  }
}
.table.table--cart .table__column-content p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__column-content p {
    font-size: 14px;
  }
}
.table.table--cart .table__quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__quantity {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0px auto;
  }
}
.table.table--cart .plus-icon,
.table.table--cart .minus-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 10px;
  height: 10px;
  position: relative;
}
.table.table--cart .plus-icon:hover,
.table.table--cart .minus-icon:hover {
  cursor: pointer;
}
.table.table--cart .plus-icon div,
.table.table--cart .minus-icon div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #888888;
}
.table.table--cart .plus-icon div:last-child {
  transform: rotate(90deg);
}
.table.table--cart .plus-icon {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .plus-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.table.table--cart .minus-icon {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .minus-icon {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.table.table--cart .quantity-counter {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .table.table--cart .quantity-counter {
    text-align: center;
  }
}
.table.table--cart .table__total-label {
  position: absolute;
  left: 0;
}
.table.table--cart .table__total {
  width: 15%;
}
.table.table--cart .table__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 35px;
}
.table.table--cart .table__btns a,
.table.table--cart .table__btns div {
  width: 15%;
  min-width: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .table.table--cart .table__btns {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .table.table--cart #update-cart {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 30px;
  }
}
.table.table--cart .update-link {
  color: #888888;
  font-size: 10px;
  position: absolute;
  text-transform: uppercase;
}
.table.table--cart .update-link:hover {
  cursor: pointer;
}
.table.table--cart .update-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888888;
  bottom: -2px;
  left: 0;
}
.cart--empty .table__header {
  border-bottom: 1px solid #e5e5e5;
}
.cart--empty .table__row,
.cart--empty .table__btns {
  display: none !important;
}
.cart--empty .empty-cart-msg {
  display: block;
  font-size: 86px;
  font-weight: bold;
  margin: 100px 0;
  color: #ff8900;
}
@media screen and (max-width: 768px) {
  .cart--empty .empty-cart-msg {
    font-size: 35px;
    margin: 55px 0px;
  }
}
.all-events.wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .all-events.wrapper {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 768px) {
  .all-events.wrapper .page-title {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .all-events.wrapper .events-preview__container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
.catalog.wrapper {
  padding-top: 4rem !important;
}
.catalog.wrapper h1 {
  line-height: 1;
  margin-bottom: 8rem;
}
.tours {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .tours {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 4rem;
  }
}
.tours__left {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .tours__left {
    width: 100%;
  }
}
.tours__item {
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1800px) {
  .tours__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .tours__item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.tours__item:not(:last-child) {
  margin-bottom: 18rem;
}
.tours__item h2 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.tours__item__image {
  margin-top: 9.4rem;
  max-width: 32rem;
  width: 24%;
}
@media screen and (max-width: 1800px) {
  .tours__item__image {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .tours__item__image {
    width: 30%;
    margin-top: 0;
  }
}
.tours__item__image img {
  width: 100%;
  object-fit: contain;
}
.tours__item__row {
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  border-bottom: 0.1rem solid rgba(120, 120, 120, 0.4705882353);
}
@media screen and (max-width: 1024px) {
  .tours__item__row {
    min-width: 48rem;
    overflow-x: scroll;
  }
}
.tours__item__row--col {
  width: 25%;
  padding-right: 3rem;
}
.tours__item__row--col p {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .tours__item__row--col p {
    font-size: 1.6rem;
  }
}
.tours__item__row--col a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .tours__item__row--col a {
    font-size: 1.6rem;
  }
}
.tours__item__list {
  width: 100%;
  max-width: 91rem;
  overflow-x: scroll;
}
.tours__right {
  position: sticky;
  top: 5rem;
  background-color: #f9f9f9;
  padding: 5rem;
  height: max-content;
  width: 24%;
  max-width: 40.2rem;
}
.tours__right h3 {
  margin-bottom: 4rem;
}
.tours__right h3 span {
  display: none;
}
.tours__right input {
  border: none;
  border-bottom: 1px solid black;
  height: 3rem;
  background-color: transparent;
  width: 100%;
  margin-bottom: 3.7rem;
}
.tours__right a {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  line-height: 1;
}
.tours__right a:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .tours__right {
    width: 100%;
    max-width: 30rem;
    position: sticky;
    top: 0rem;
    padding: 2rem 5rem 5rem;
    max-height: 7rem;
    overflow: hidden;
  }
  .tours__right h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 2rem;
  }
  .tours__right h3 span {
    display: block;
    transform: rotate(90deg);
  }
  .tours__right h3 span svg {
    width: 1rem;
  }
  .tours__right.active {
    max-height: max-content;
  }
}
@media screen and (max-width: 1024px) {
  .tours__right {
    max-width: 100%;
  }
}
.tours__not-found {
  display: none;
}
.search-page {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .search-page .container {
    padding: 0px;
  }
}
.search-page .artist-callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1440px;
  margin: 70px 0px;
}
@media screen and (max-width: 768px) {
  .search-page .artist-callout {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 40px 0px 50px;
    padding: 0px 30px;
  }
}
.search-page .artist-callout__img-wrapper {
  width: 100%;
  max-width: 565px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .search-page .artist-callout__img-wrapper {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.search-page .artist-callout__img {
  height: 100%;
  min-height: 290px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.search-page .artist-callout__info {
  max-width: 650px;
  width: 100%;
}
.search-page .artist-callout__info h2 {
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}
.search-page .artist-callout__info p {
  font-size: 14px;
  line-height: 30px;
  color: #323232;
}
.search-page .artist-callout__info p a {
  color: #ff8200;
}
.search-page .table--search {
  margin-bottom: 110px;
}
.search-page .table__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0.9fr 160px;
      grid-template-columns: 50% 0.9fr 160px;
  grid-gap: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .search-page .table__header {
    -ms-grid-columns: 70% 30%;
        grid-template-columns: 70% 30%;
    padding-left: 20px;
  }
}
.search-page .table__column-title {
  font-size: 12px;
  color: #888888;
}
.search-page .table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 30% 10%;
      grid-template-columns: 50% 30% 10%;
  grid-gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 768px) {
  .search-page .table__row {
    -ms-grid-columns: 70% 30%;
        grid-template-columns: 70% 30%;
  }
}
.search-page .content__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
      grid-template-columns: 140px 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 175px;
}
@media screen and (max-width: 768px) {
  .search-page .content__group {
    -ms-grid-columns: 0% 1fr;
        grid-template-columns: 0% 1fr;
    padding-left: 20px;
    min-height: 79px;
  }
}
.search-page .table__column-content img {
  width: 117px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-page .table__column-content img {
    display: none;
  }
}
.search-page .table__column-content h1 {
  font-family: Helvetica;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ff8900;
  margin: 0 0;
  margin-bottom: 10px;
}
.search-page .table__column-content .text {
  margin-right: 20px;
}
.search-page .table__column-content .btn {
  text-align: center;
  width: 160px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .search-page .table__column-content .btn {
    display: none;
  }
}
.search-page h1 {
  font-size: 70px;
  color: black;
}
@media screen and (max-width: 768px) {
  .search-page h1 {
    font-size: 40px;
    margin-left: 30px;
  }
}
section.contact-us {
  padding-top: 51px;
}
section.contact-us h1 {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  section.contact-us h1 {
    font-size: 32px;
  }
}
section.contact-us .contact-header-image {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  section.contact-us .contact-header-image {
    display: none;
  }
}
section.contact-us .contact-header-image--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.contact-us .contact-header-image--mobile {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
section.contact-us h2 {
  font-size: 16px;
  color: #ff8900;
  font-weight: 700;
  margin-bottom: 20px;
}
section.contact-us .text {
  line-height: 1.56;
  font-size: 16px !important;
}
section.contact-us .text a {
  color: #ff8200;
}
section.contact-us .left__column .text {
  margin-bottom: 103px;
}
@media screen and (max-width: 768px) {
  section.contact-us .left__column .text {
    margin-bottom: 60px;
  }
}
section.contact-us .right__column .section__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% calc(50% - 41px);
      grid-template-columns: 50% calc(50% - 41px);
  grid-gap: 60px 24px;
  margin-top: 60px;
  margin-bottom: 173px;
}
@media screen and (max-width: 768px) {
  section.contact-us .right__column .section__container {
    margin-top: 0;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
section.contact-us .right__column .text {
  margin-bottom: 0px;
}
section.contact-us .contact-column__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 68%;
      grid-template-columns: 32% 68%;
  grid-gap: 0 20px;
}
@media screen and (max-width: 768px) {
  section.contact-us .contact-column__container {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
section.catalog h1 {
  font-size: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section.catalog h1 {
    font-size: 32px;
  }
}
section.catalog .sort_field span {
  color: #ababab;
}
section.catalog .sort_field a {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  section.catalog .sort_field a {
    font-size: 12px;
  }
}
section.catalog .table.table--catalog {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog {
    border: none;
  }
}
section.catalog .table.table--catalog .table__header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
section.catalog .table.table--catalog .table__column-title {
  width: 22%;
  padding: 20px;
  border-right: 1px solid #979797;
  color: #979797;
  font-size: 12px;
}
section.catalog .table.table--catalog .table__column-title:first-child {
  width: 7%;
  min-width: 80px;
}
section.catalog .table.table--catalog .table__column-title:nth-child(2) {
  width: 23%;
  min-width: 80px;
}
section.catalog .table.table--catalog .table__column-title:nth-child(3) {
  width: 30%;
  min-width: 80px;
}
section.catalog .table.table--catalog .table__column-title:nth-child(4) {
  width: 15%;
  min-width: 80px;
}
section.catalog .table.table--catalog .table__column-title:last-child, section.catalog .table.table--catalog .table__column-title:nth-child(5) {
  width: 12.5%;
  border-right: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-title {
    display: none;
  }
}
section.catalog .table.table--catalog .table__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 20px 20px 20px;
    width: 100% !important;
    border: 1px solid #979797;
    margin-bottom: 20px;
  }
}
section.catalog .table.table--catalog .table__column-content {
  padding: 20px 10px;
  width: 22%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #979797;
}
section.catalog .table.table--catalog .table__column-content a {
  font-weight: bold;
  color: #ff8200;
}
section.catalog .table.table--catalog .table__column-content p {
  position: relative;
}
section.catalog .table.table--catalog .table__column-content:first-child {
  width: 7%;
  font-size: 11px;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:first-child {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--catalog .table__column-content:first-child ::before {
    content: "YEAR";
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--catalog .table__column-content:nth-child(2) {
  width: 23%;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:nth-child(2) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--catalog .table__column-content:nth-child(2) ::before {
    content: "ARTIST";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--catalog .table__column-content:nth-child(3) {
  width: 30%;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:nth-child(3) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--catalog .table__column-content:nth-child(3) ::before {
    content: "TITLE";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--catalog .table__column-content:nth-child(4) {
  width: 15%;
  min-width: 80px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:nth-child(4) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--catalog .table__column-content:nth-child(4) ::before {
    content: "FORMAT";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--catalog .table__column-content:nth-child(5) {
  width: 12.5%;
  border-right: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:nth-child(5) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--catalog .table__column-content:nth-child(5) ::before {
    content: "CAT.#";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--catalog .table__column-content:last-child {
  width: 12.5%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:last-child {
    padding: 20px 0 0 0;
    width: 100% !important;
    border: none;
  }
}
section.catalog .table.table--catalog .table__column-content:last-child a {
  width: 117px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #ff8900;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--catalog .table__column-content:last-child a {
    width: 100%;
  }
}
section.catalog .table.table--catalog .table__column-content:last-child a:hover {
  background-color: #000;
  font-weight: 700;
}
section.catalog .table.table--catalog .table__column-content .btn {
  height: 40px;
  width: 80px;
  padding: 15px 0;
}
section.catalog .table.table--events {
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events {
    border: none;
  }
}
section.catalog .table.table--events .table__header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
section.catalog .table.table--events .table__column-title {
  width: 22%;
  padding: 20px;
  border-right: 1px solid #979797;
  color: #979797;
  font-size: 12px;
}
section.catalog .table.table--events .table__column-title:first-child {
  width: 7%;
  min-width: 80px;
}
section.catalog .table.table--events .table__column-title:nth-child(2) {
  width: 23%;
  min-width: 80px;
}
section.catalog .table.table--events .table__column-title:nth-child(3) {
  width: 30%;
  min-width: 80px;
}
section.catalog .table.table--events .table__column-title:nth-child(4) {
  width: 15%;
  min-width: 80px;
}
section.catalog .table.table--events .table__column-title:last-child, section.catalog .table.table--events .table__column-title:nth-child(5) {
  width: 25%;
  border-right: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-title {
    display: none;
  }
}
section.catalog .table.table--events .table__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 20px 20px 20px;
    width: 100% !important;
    border: 1px solid #979797;
    margin-bottom: 20px;
  }
}
section.catalog .table.table--events .table__column-content {
  padding: 20px;
  width: 22%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content {
    padding: 20px 0px;
  }
}
section.catalog .table.table--events .table__column-content a {
  font-weight: bold;
  color: #ff8200;
}
section.catalog .table.table--events .table__column-content p {
  position: relative;
}
section.catalog .table.table--events .table__column-content:first-child {
  width: 7%;
  font-size: 13px;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:first-child {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--events .table__column-content:first-child ::before {
    content: "DATE";
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--events .table__column-content:nth-child(2) {
  width: 23%;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:nth-child(2) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--events .table__column-content:nth-child(2) ::before {
    content: "ARTIST(S)";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--events .table__column-content:nth-child(3) {
  width: 30%;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:nth-child(3) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--events .table__column-content:nth-child(3) ::before {
    content: "VENUE";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--events .table__column-content:nth-child(4) {
  width: 15%;
  min-width: 80px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:nth-child(4) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--events .table__column-content:nth-child(4) ::before {
    content: "CITY";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--events .table__column-content:nth-child(5) {
  width: 25%;
  border-right: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:nth-child(5) {
    width: 100% !important;
    border: none;
  }
  section.catalog .table.table--events .table__column-content:nth-child(5) ::before {
    content: "CAT.#";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    top: -20px;
    left: 0;
  }
}
section.catalog .table.table--events .table__column-content:last-child {
  width: 25%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border: none;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:last-child {
    padding: 20px 0 0 0;
    width: 100% !important;
    border: none;
  }
}
section.catalog .table.table--events .table__column-content:last-child a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #ff8900;
}
@media screen and (max-width: 768px) {
  section.catalog .table.table--events .table__column-content:last-child a {
    width: 100%;
  }
}
section.catalog .table.table--events .table__column-content:last-child a:hover {
  background-color: #000;
  font-weight: 700;
}
section.catalog .table.table--events .table__column-content .btn {
  height: 40px;
  width: 80px;
  padding: 15px 0;
}
section.catalog .catalog--load-more {
  text-align: center;
  margin-bottom: 100px;
}
section.content {
  margin-bottom: 60px;
}
section.content .page-title {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  section.content .page-title {
    font-size: 32px;
  }
}
section.content h2 {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8900;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.content h2 {
    font-size: 23px;
  }
}
section.content h3 {
  Font-family: LL Brown, Montserrat, Helvetica, Arial, Sans-serif;
  Font-weight: Bold, 600;
  Font-size: 21px;
  Line-height: 32px;
  Letter-Spacing: 0;
  Color: #00113D;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section.content h3 {
    font-size: 19px;
  }
}
section.content .content-column--left {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.content .content-column--left {
    display: none;
  }
}
section.content .content-column--left a {
  display: block;
  margin-bottom: 20px;
}
section.content .content-column--left a.active {
  color: #ff8200;
  font-weight: 700;
}
section.content .content-column--main {
  max-width: 748px;
  margin: 0 auto 0 220px;
}
@media screen and (max-width: 768px) {
  section.content .content-column--main {
    margin: 0 auto;
  }
}
section.content .content-column--main h2:not(:first-child) {
  margin-top: 70px;
}
section.content p {
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #323232;
}
@media screen and (max-width: 768px) {
  section.content p {
    font-size: 16px;
  }
}
section.content .content-column--container {
  position: relative;
}
.about__hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 370px 65px 240px;
}
@media screen and (max-width: 768px) {
  .about__hero {
    padding: 300px 30px 75px;
  }
}
.about__hero span {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
}
.about__hero h1 {
  font-size: 80px;
  letter-spacing: 0px;
  color: white;
  width: 100%;
  max-width: 907px;
}
@media screen and (max-width: 768px) {
  .about__hero h1 {
    font-size: 40px;
  }
}
.about__section {
  padding: 100px 65px;
}
@media screen and (max-width: 768px) {
  .about__section {
    padding: 90px 30px 60px;
  }
}
.about__section h1, .about__section h2, .about__section h3, .about__section h4, .about__section h5, .about__section h6, .about__section p, .about__section table, .about__section ul, .about__section ol, .about__section pre {
  max-width: 635px;
  margin: 0 auto;
}
.about__section h1 {
  font-weight: normal;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: normal;
  color: inherit;
}
.about__section h2 {
  font-size: 50px;
  color: inherit;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__section h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.about__section h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
  color: inherit;
}
.about__section h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: inherit;
}
.about__section table {
  margin: 60px auto;
  border: 1px solid #979797;
  font-size: 14px;
  table-layout: fixed;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about__section table {
    margin: 30px auto;
  }
}
.about__section table p {
  font-size: 14px;
  margin: 0px;
}
.about__section table tr:first-child {
  color: #797979;
  font-size: 12px;
}
.about__section table tr {
  vertical-align: middle;
}
.about__section table td {
  padding: 20px;
  vertical-align: middle;
}
.about__section ul, .about__section ol {
  font-size: 19px;
  margin-bottom: 30px;
}
.about__section pre {
  font-size: 19px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .about__section pre {
    font-size: 16px;
    line-height: 26px;
  }
}
.about__section p {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.about__section a {
  color: #ff8200;
  font-weight: 600;
}
.about__section blockquote {
  position: relative;
  max-width: 590px;
  left: 25px;
  margin: 85px auto;
}
@media screen and (max-width: 768px) {
  .about__section blockquote {
    padding-left: 30px;
    left: 2px;
    margin: 50px auto;
  }
}
.about__section blockquote p {
  color: #ff8200;
  font-size: 32px;
  font-weight: 100;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .about__section blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
}
.about__section blockquote::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ff8200;
  left: -45px;
}
@media screen and (max-width: 768px) {
  .about__section blockquote::before {
    left: 0px;
  }
}
.about__section img {
  width: 100%;
  height: auto;
  margin: 60px 0px;
}
.about__section iframe {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1024px) {
  .about__section iframe {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .about__section iframe {
    height: 215px;
  }
}
.about__section > *:first-child {
  margin-top: 0px !important;
}
.about__section .wp-caption {
  width: 100% !important;
  margin: 60px auto;
}
.about__section .wp-caption img {
  margin: 0px;
}
.about__section .wp-caption p {
  max-width: 860px;
  color: #9b9b9b;
  font-size: 16px;
}
.about__section-video {
  width: 100%;
  margin: 100px 0px;
}
@media screen and (max-width: 768px) {
  .about__section-video {
    margin: 60px 0px;
  }
}
.about__section-video-elt {
  padding-bottom: 60%;
  background: #d8d8d8;
  margin-bottom: 15px;
}
.about__section-video span {
  font-size: 16px;
  line-height: 24px;
  color: #9b9b9b;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .about__section-video span {
    font-size: 14px;
    line-height: 22px;
  }
}
.about__section-video a {
  text-decoration: none;
  color: #ff8200;
  font-weight: 600;
}
.about__footer {
  padding: 0px 65px;
}
@media screen and (max-width: 768px) {
  .about__footer {
    padding: 0px 30px;
  }
}
.about__footer-content {
  padding: 70px 0px 160px;
  border-top: 1px solid #d8d8d8;
  max-width: 635px;
  margin: 0 auto;
}
.about__footer p {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .about__footer p {
    font-size: 16px;
  }
}
.artists_parent {
  padding-top: 1rem !important;
}
.artists_parent__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 1600px) {
  .artists_parent__header {
    gap: 6rem;
  }
}
@media screen and (max-width: 1280px) {
  .artists_parent__header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
.artists_parent__header h1 {
  font-size: 7.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .artists_parent__header h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .artists_parent__header {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .artists_parent__header__filter {
    width: 100%;
    padding-top: 2rem;
    column-gap: 1rem;
  }
}
.artists_parent__header__filter__open {
  display: none;
  margin-bottom: 2rem;
}
.artists_parent__header__filter__open span svg {
  margin-left: 1rem;
  width: 0.8rem;
}
@media screen and (max-width: 1280px) {
  .artists_parent__header__filter__open {
    display: block;
  }
  .artists_parent__header__filter__buttons {
    display: none;
    background-color: #f9f9f9;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  .artists_parent__header__filter__buttons button {
    color: #000000 !important;
    font-size: 2.4rem !important;
    margin-top: 1rem;
  }
}
.artists_parent__header__filter button {
  border: none;
  background-color: transparent;
  font-size: 2.7rem;
  font-weight: 500;
  cursor: pointer;
  color: #787878;
  padding: 0;
}
@media (max-width: 1700px) {
  .artists_parent__header__filter button {
    font-size: 2.4rem;
  }
}
@media (max-width: 1500px) {
  .artists_parent__header__filter button {
    font-size: 2rem;
  }
}
.artists_parent__header__filter button.active {
  border-bottom: 1px solid #787878;
}
@media screen and (max-width: 768px) {
  .artists_parent__header__filter button {
    padding-right: 0.9rem;
    line-height: 1;
  }
}
.artists_parent__header__filter button:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 1700px) {
  .artists_parent__header__filter button:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .artists_parent__header__filter button:not(:last-child) {
    margin-right: 0;
  }
}
.artists_parent__list__inner {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 6rem 2rem;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1280px) {
  .artists_parent__list__inner {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .artists_parent__list__inner {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 4rem;
  }
}
@media (min-width: 1285px) {
  .artists_parent__list__inner {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.artists_parent__list__inner__item a img {
  width: 100%;
  height: 36.4rem;
  object-fit: cover;
  display: block;
  object-position: top;
}
.artists_parent__list__inner__item a h2 {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .artists_parent__list__inner__item a h2 {
    margin-top: 1rem;
  }
}
.artists_parent__list__inner__image {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background-blend-mode: multiply;
}
.artists_parent__list__more button {
  max-width: 25rem;
  margin: 0 auto 12rem;
  font-size: 1.5rem;
  font-weight: 600;
}
/* Global styles
-------------------------------------------------- */
/* Box sizing */
* {
  box-sizing: border-box;
}
/* Font anti-aliasing in browsers that support it */
html,
html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/* Customized Selections - Change color to match design */
::selection {
  background: #000000;
  text-shadow: none;
  color: #ffffff;
}
::selection a,
::selection p a {
  color: #ffffff;
}
/* Customized Placeholders - Change color to match design */
::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
/* Helpers */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Group: contain floats */
.group:after,
.group:before,
.section ul:after,
.section ul:before {
  content: " ";
  display: table;
}
.group:after,
.section ul:after {
  clear: both;
}
.group,
.section ul {
  *zoom: 1;
}
/* Main Scrollbar */
::-webkit-scrollbar {
  width: 0;
}
/* Global styles
---------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 10px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "General Sans Variable", Helvetica, sans-serif;
}
@media (min-width: 2135px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 2320px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 2505px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2690px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 2875px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 3060px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 3245px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 3430px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 3615px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 3800px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 3985px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 4170px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 4355px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 4540px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 4725px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 4910px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 5095px) {
  html {
    font-size: 27px;
  }
}
@media (min-width: 5280px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 5465px) {
  html {
    font-size: 29px;
  }
}
@media (min-width: 5650px) {
  html {
    font-size: 30px;
  }
}
body {
  font-size: 1.6rem;
  margin: 0;
  position: relative;
}
body.locked #container {
  overflow-y: hidden;
}
html,
body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
#container {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: "General Sans Variable", Helvetica, sans-serif;
}
a:focus, a:active {
  outline: 0 none;
}
p {
  margin: 0;
  padding: 0;
  font-family: "General Sans Variable", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "General Sans Variable", Helvetica, sans-serif;
  line-height: 1;
}
input,
select {
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "General Sans Variable", Helvetica, sans-serif;
}
input:focus {
  outline: none;
}
@media screen and (max-width: 1280px) {
  .barba-container {
    padding-top: 10rem;
  }
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 60px;
  position: relative;
  width: 100%;
}
.container.mid {
  padding: 0 120px;
}
.container.narrow {
  padding: 0 200px;
}
.container.thin {
  padding: 0 280px;
}
.container.wide {
  padding: 0;
}
.shopify-stuff {
  display: none;
}
.wrapper {
  padding: 8rem 7rem 0;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 8rem 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 3rem 3rem 0;
  }
}
.ruler {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
  margin: 30px 0;
}
/* TEMPLATE SECTION TITLES
---------------------------------------------- */
.section__title {
  position: relative;
  min-height: 1.5rem;
}
.section__title h3 {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  color: #797979;
  font-size: 13px;
}
.section__title--crumbs h3 {
  text-transform: none;
  font-size: 1.2rem;
}
.section__title--crumbs h3 span {
  margin: 0 1rem;
}
.section__title--crumbs h3:before {
  display: none;
}
.section__title--small h3 {
  text-transform: none;
  font-size: 1.1rem;
}
/* BUTTONS
---------------------------------------------- */
.btn {
  display: block;
  font-family: "General Sans Variable", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem 5rem;
  width: 100%;
  background-color: #ff8900;
  color: white;
  border: 1px solid #ff8900;
  transition: background-color 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
}
.btn:hover {
  border-color: #ffb055;
  cursor: pointer;
  background-color: #ffb055;
}
.btn--outline {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btn--outline:is(.color-black) {
  color: black;
  border-color: black;
}
.btn--outline:is(.color-black):hover {
  background-color: black;
  color: white;
}
.btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1.5rem 3.75rem;
    font-size: 1.4rem;
  }
}
/* ICONS
---------------------------------------------- */
.svg .svg-fill {
  fill: black;
  transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.svg .svg-stroke {
  stroke: black;
  transition: stroke 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.svg--orange .svg-fill {
  fill: #ff8900;
  transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.svg--orange .svg-stroke {
  stroke: #ff8900;
  transition: stroke 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.svg--white .svg-fill {
  fill: white;
  transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.svg--white .svg-stroke {
  stroke: white;
  transition: stroke 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .svg__logo {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .svg__cart {
    width: 20px;
    height: 20px;
  }
}
.cart-icon {
  position: relative;
}
.cart-icon__indicator {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ff8900;
  right: -8px;
  top: -8px;
  opacity: 0;
}
.cart-icon--active .cart-icon__indicator {
  opacity: 1;
}
body:not(.mobile) .svg:hover .svg-fill {
  fill: #ff8900;
}
body:not(.mobile) .svg:hover .svg-stroke {
  stroke: #ff8900;
}
/* FORMS
---------------------------------------------- */
.form--horizontal {
  display: -ms-flexbox;
  display: flex;
}
.form__radio {
  appearance: checkbox;
  transform: scale(1.7);
  opacity: 0;
}
.form__input-wrapper {
  position: relative;
}
.form__input-wrapper--horizontal {
  margin-right: 40px;
}
.form__input-wrapper--horizontal .form__radio-label {
  margin: 0 0 0 15px;
  font-size: 16px;
}
.form .radio-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  pointer-events: none;
}
/* 404
---------------------------------------------- */
.not-found__container {
  padding: 130px 70px 210px;
}
@media screen and (max-width: 768px) {
  .not-found__container {
    padding: 115px 30px;
  }
}
.not-found h1 {
  font-size: 250px;
}
@media screen and (max-width: 768px) {
  .not-found h1 {
    font-size: 150px;
  }
}
/* NEW TYPHOGRAPHY
---------------------------------------------- */
.h1 {
  font-size: 7.5rem;
}
@media screen and (max-width: 1441px) {
  .h1 {
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 3.6rem;
  }
}
.h2 {
  font-size: 6.1rem;
}
@media screen and (max-width: 1441px) {
  .h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .h2 {
    font-size: 3.6rem;
  }
}
.h3 {
  font-size: 4.7rem;
}
@media screen and (max-width: 1441px) {
  .h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.8rem;
  }
}
.h4 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1441px) {
  .h4 {
    font-size: 2.6rem;
  }
}
.h5 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.9rem;
  }
}
.h6 {
  font-size: 2.1rem;
}
.loading-spinner {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 5rem solid #ccc;
  border-top-color: #007bff;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.side-cart {
  position: fixed;
  top: 0;
  right: -61rem;
  width: 61rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
}
@media (min-width: 1366px) {
  .side-cart {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 768px) {
  .side-cart {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .side-cart-inner {
    height: calc(100% - 56rem);
    overflow-y: auto;
  }
}
@media screen and (max-width: 1280px) {
  .side-cart {
    width: 50rem;
  }
}
.side-cart__wrapper {
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .side-cart__wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .side-cart__wrapper {
    padding: 5rem 5rem 0 5rem;
  }
}
.side-cart__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid black;
}
.side-cart__header h2 {
  font-weight: 400;
}
.side-cart__header span {
  width: 4.25rem;
  height: 4.25rem;
}
.side-cart__footer {
  background-color: black;
  color: white;
}
@media (min-width: 768px) {
  .side-cart__footer {
    height: 27rem;
    padding: 2rem 5rem;
    position: relative;
    z-index: 11;
  }
}
.side-cart__subtotal {
  font-size: 2.4rem;
  line-height: 3.12rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3rem;
}
.side-cart__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.7rem;
}
.side-cart__buttons .btn:not(.btn--outline):hover {
  border-color: white;
}
.side-cart__body {
  overflow: hidden;
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
  max-height: 51.5rem;
  overflow-y: auto;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .side-cart__body {
    max-height: 100%;
    padding-bottom: 0;
  }
}
.side-cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 2.3rem;
}
.side-cart__item__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
.side-cart__item__image__border {
  background-color: #f9f9f9;
  padding: 0.5rem 1.2rem;
  width: 14.2rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.side-cart__item__image img {
  width: 100%;
}
.side-cart__item__content {
  max-width: 41%;
}
.side-cart__item__title {
  font-size: 1.8rem;
  font-weight: 400;
}
.side-cart__item__vendor {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.7rem;
}
.side-cart__item__variant {
  margin: 2rem 0;
  font-size: 1.4rem;
  line-height: 1rem;
  font-weight: 500;
}
.side-cart__item__price {
  width: 10rem;
  font-size: 1.8rem;
  margin-left: auto;
  text-align: right;
}
.side-cart__item__qty {
  display: -ms-flexbox;
  display: flex;
}
.side-cart__item__qty__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.2rem;
  border: 0.05rem solid #787878;
  max-height: 3.5rem;
}
.side-cart__item__qty__form button {
  display: -ms-flexbox;
  display: flex;
}
.side-cart__item__qty--input {
  width: 3rem;
  text-align: center;
  border: none;
}
.side-cart__item__qty--input::-webkit-inner-spin-button, .side-cart__item__qty--input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.side-cart__item__qty button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.side-cart__item__remove {
  text-decoration: underline;
  font-size: 1.4rem;
  margin-left: 1.4rem;
}
.side-cart__recommendations {
  position: relative;
  height: 31rem;
  padding: 0 1rem;
}
.side-cart__recommendations .glide__arrow {
  border: none;
  box-shadow: none;
}
.side-cart__recommendations .glide__arrow.glide__arrow--left {
  left: -5rem;
}
@media screen and (max-width: 768px) {
  .side-cart__recommendations .glide__arrow.glide__arrow--left {
    left: -2rem;
  }
}
.side-cart__recommendations .glide__arrow.glide__arrow--right {
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .side-cart__recommendations .glide__arrow.glide__arrow--right {
    right: -2rem;
  }
}
.side-cart__recommendations .side-cart__wrapper {
  padding-top: 0;
}
.side-cart__recommendations .side-cart__item__content {
  width: 100%;
  max-width: 57%;
}
.side-cart__recommendations .side-cart__item__title {
  font-size: 1.6rem;
}
.side-cart__recommendations .side-cart__item__vendor {
  margin-top: 0.3rem;
}
.side-cart__recommendations .side-cart__item__variant {
  font-size: 1.4rem;
  font-weight: 500;
}
.side-cart__recommendations .side-cart__item__form {
  display: -ms-flexbox;
  display: flex;
  height: 5.1rem;
  border: 1px solid black;
}
.side-cart__recommendations .side-cart__item__form--price {
  width: 10.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .side-cart__recommendations .side-cart__item__form--price {
    width: 5.5rem;
  }
}
.side-cart__recommendations .side-cart__item__form button {
  width: calc(100% - 10.5rem);
  background-color: black;
  border-color: black;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .side-cart__recommendations .side-cart__item__form button {
    width: calc(100% - 5.5rem);
  }
}
.side-cart__recommendations::before {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
}
.side-cart__recommendations h3 {
  margin: 3rem 0 2rem;
  color: #787878;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1rem;
  text-align: center;
}
.side-cart .glide__bullets {
  bottom: -2rem;
}
.side-cart .glide__bullets button {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #d9d9d9;
  border: none;
}
.side-cart .glide__bullets button.glide__bullet--active {
  background-color: black;
}
@media screen and (max-width: 768px) {
  .side-cart .glide__arrows {
    display: none;
  }
}
.side-cart.open {
  right: 0;
  opacity: 1;
}
#back-to-top {
  display: none;
  position: fixed;
  right: 3rem;
  bottom: 4.5rem;
  cursor: pointer;
  z-index: 5;
}
#back-to-top svg {
  width: 3rem;
  height: 3rem;
}
/* General styles
-------------------------------------------------- */
/* WYSIWYG styles
---------------------------------------------- */
.the-content ul, .the-content ol {
  margin: 0;
  padding: 0;
}
/* Plugin specific styles
-------------------------------------------------- */
/* Plugin specific styles
-------------------------------------------------- */
/* Flickity v2.0.7 required styles
-------------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
