@charset "UTF-8";
@media (min-width: 545px) {
  .d_hide {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 544px) {
  .m_hide {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 545px) {
  [data-device=mobile] {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 769px) {
  [data-device=mobile-tablet] {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 544px) {
  [data-device=desktop] {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  [data-device=desktop-pro] {
    display: none !important;
    visibility: hidden;
  }
}
/* Accessible - For Screen Readers */
/* Hide Desktop on Mobile */
[data-device=desktop-accessible] {
  position: absolute;
  width: 0%;
  left: -9999px;
  opacity: 0;
}

[data-device=mobile-accessible] {
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
}

/* Desktop */
@media (min-width: 600px) {
  [data-device=desktop-accessible] {
    position: relative;
    width: 100%;
    left: 0;
    opacity: 1;
  }

  /* Hide Mobile on Desktop */
  [data-device=mobile-accessible] {
    position: absolute;
    width: 0%;
    left: -9999px;
    opacity: 0;
  }
}
/* HIDE BREADCRUMBS */
@media only screen and (min-width: 501px) {
  .category-breadcrumbs-container {
    position: absolute;
    left: -9999px;
    height: 1px;
  }
}
.category-landing.container {
  margin-top: 85px;
}
@media (max-width: 370px) {
  .category-landing.container {
    margin-top: 82px;
  }
}
@media (max-width: tiny) {
  .category-landing.container {
    margin-top: 82px;
  }
}
@media (min-width: 545px) {
  .category-landing.container {
    margin-top: 92px;
  }
}
@media (min-width: 992px) {
  .category-landing.container {
    margin-top: -26px;
  }
}
@media (min-width: 1320px) {
  .category-landing.container {
    margin-top: -28px;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 10px 0;
}

.category-landing {
  font-family: "Jost", "Open Sans", sans-serif;
}
.category-landing p, .category-landing i, .category-landing a {
  font-size: 0.9rem;
  font-weight: 300;
}
@media (min-width: 545px) {
  .category-landing p, .category-landing i, .category-landing a {
    font-size: 1.2rem;
  }
}
.category-landing .mkt-btn--blk i {
  margin-right: 5px;
}

#hero {
  position: relative;
  padding: 10px 0;
  display: block;
  margin-top: -10px;
}
@media (min-width: 545px) {
  #hero {
    margin-top: -20px;
    padding: 20px 0 1px 0;
  }
}
#hero #hero__canvas {
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: calc((100vw - 100%)/ -2);
  width: 100vw;
  height: 100%;
  background-color: #f2b2d4;
}
#hero #hero__video {
  margin-bottom: 20px;
}
@media (min-width: 545px) {
  #hero #hero__video {
    margin-bottom: 35px;
  }
}
#hero #hero__video iframe {
  border-radius: 10px;
}
#hero .white-text {
  color: #fff;
}
#hero h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 544px) {
  #hero h1 {
    font-size: 36px;
  }
}
@media (min-width: 545px) {
  #hero h1 {
    margin: 20px 0;
  }
}
#hero #hero__buttons {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 544px) {
  #hero #hero__buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 545px) {
  #hero #hero__buttons {
    margin-bottom: -18px;
  }
}
@media (min-width: 545px) {
  #hero #hero__buttons:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 0;
    left: calc((100vw - 100%)/ -2);
    top: 40%;
    border-top: 5px solid #debbde;
    border-bottom: 5px solid #fde7f4;
  }
}
@media (max-width: 544px) {
  #hero #hero__buttons .mkt-btn--blk {
    margin-bottom: 1rem;
  }
}
#hero #hero__buttons .mkt-btn--blk i {
  margin-right: 5px;
}
@media (max-width: 544px) {
  #hero #hero__buttons .d-only {
    display: none;
  }
}
#hero #hero__buttons .m-only {
  text-decoration: underline;
}
@media (min-width: 545px) {
  #hero #hero__buttons .m-only {
    display: none;
  }
}
@media (min-width: 545px) {
  #hero #hero__buttons a {
    margin: 0 10px;
  }
}

#cast {
  text-align: center;
}
#cast h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 544px) {
  #cast h2 {
    font-size: 30px;
  }
}
#cast #cast__carousel {
  position: relative;
}
#cast #cast__carousel .prevArrow, #cast #cast__carousel .nextArrow {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2.5rem;
  color: #4a4a4a;
  text-shadow: 3px 3px 7px #0004;
  transition: 0.15s;
}
@media (min-width: 1100px) {
  #cast #cast__carousel .prevArrow, #cast #cast__carousel .nextArrow {
    display: inline !important;
  }
}
#cast #cast__carousel .prevArrow:hover, #cast #cast__carousel .nextArrow:hover {
  text-shadow: 1px 1px 4px #0003;
  transition: 0.15s;
  cursor: pointer;
}
#cast #cast__carousel .prevArrow:active, #cast #cast__carousel .nextArrow:active {
  text-shadow: 0px 0px 1px #0002;
  transition: 0.15s;
}
#cast #cast__carousel .prevArrow {
  left: 10px;
}
@media (min-width: 1100px) {
  #cast #cast__carousel .prevArrow {
    left: -50px;
  }
}
#cast #cast__carousel .nextArrow {
  right: 10px;
}
@media (min-width: 1100px) {
  #cast #cast__carousel .nextArrow {
    right: -50px;
  }
}
#cast #cast__carousel .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 600px) {
  #cast #cast__carousel .slick-dots {
    margin-top: 10px;
  }
}
#cast #cast__carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#cast #cast__carousel .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
#cast #cast__carousel .slick-dots li button:hover, #cast #cast__carousel .slick-dots li button:focus {
  outline: none;
}
#cast #cast__carousel .slick-dots li button:hover:before, #cast #cast__carousel .slick-dots li button:focus:before {
  opacity: 1;
}
#cast #cast__carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  font-family: "slick";
  font-size: 2rem;
  line-height: 5px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cast #cast__carousel .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#cast #cast__carousel #cast__carousel__inner {
  max-width: 100vw;
}
@media (min-width: 545px) {
  #cast #cast__carousel #cast__carousel__inner {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  #cast #cast__carousel #cast__carousel__inner {
    max-width: 1000px;
  }
}
#cast #cast__carousel #cast__carousel__inner > div img {
  border-radius: 10px;
}
#cast #cast__carousel .mkt-btn--blk {
  margin: 10px auto;
}

#social {
  position: relative;
  text-align: center;
}
#social #social__canvas {
  position: absolute;
  z-index: -1;
  display: block;
  left: calc((100vw - 100%)/ -2);
  width: 100vw;
  height: 100%;
  top: 0;
  border-top: 5px solid #e2dcf1;
  border-bottom: 5px solid #f0d3e9;
}
#social #social__copy h2, #social #social__copy h4, #social #social__copy p {
  margin-bottom: 25px;
}
#social #social__copy #social__heading__styled {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
}
#social #social__copy #social__links {
  display: flex;
  justify-content: center;
}
#social #social__copy #social__links a {
  margin: 0 15px;
}
#social #social__copy #social__links a img {
  margin-bottom: 15px;
  width: 75px;
}
@media (min-width: 545px) {
  #social #social__copy #social__links a img {
    width: 90px;
  }
}
#social #social__mosaic {
  left: calc((100vw - 100%)/ -2);
  max-width: none;
  width: 100vw;
  height: 100%;
}
#social #hero__copy {
  margin: 20px 10px 10px 10px;
  text-align: left;
}
@media (min-width: 545px) {
  #social #hero__copy {
    margin: 20px auto 0px auto;
  }
}
@media (min-width: 1200px) {
  #social #hero__copy {
    max-width: 80%;
  }
}
#social #hero__copy h2 {
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 370px) {
  #social #hero__copy h2 {
    font-size: 20px;
  }
}
@media (max-width: tiny) {
  #social #hero__copy h2 {
    font-size: 20px;
  }
}
@media (min-width: 545px) {
  #social #hero__copy h2 {
    font-size: 50px;
  }
}
#social #hero__copy h2#in-twenty {
  font-weight: 200;
  margin-top: 20px;
}
#social #hero__copy h2#and-so {
  font-weight: 800;
  font-style: italic;
  text-align: right;
}
@media (max-width: 544px) {
  #social #hero__copy p {
    margin-bottom: 0.5rem;
  }
}
#social #hero__copy #hero__copy__power {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
#social #hero__copy #hero__copy__express {
  text-transform: uppercase;
  font-weight: 500;
}
#social #hero__copy #hero__copy__you {
  text-transform: uppercase;
  font-weight: 700;
}

#product {
  text-align: center;
  position: relative;
}
#product:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: calc((100vw - 100%)/ -2);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
#product h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 544px) {
  #product h2 {
    font-size: 30px;
  }
}
@media (max-width: 544px) {
  #product #cast-colors, #product #all-colors {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #product #cast-colors, #product #all-colors {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 545px) {
  #product #cast-colors .cat-grid_slider, #product #all-colors .cat-grid_slider {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  #product #cast-colors .cat-grid_slider, #product #all-colors .cat-grid_slider {
    max-width: 700px;
  }
}
@media (max-width: 544px) {
  #product #cast-colors .cat-grid_slider .cat-grid_slide, #product #all-colors .cat-grid_slider .cat-grid_slide {
    width: 29%;
  }
}
@media (max-width: 370px) {
  #product #cast-colors .cat-grid_slider .cat-grid_slide, #product #all-colors .cat-grid_slider .cat-grid_slide {
    width: 40%;
  }
}
@media (max-width: tiny) {
  #product #cast-colors .cat-grid_slider .cat-grid_slide, #product #all-colors .cat-grid_slider .cat-grid_slide {
    width: 40%;
  }
}
#product #cast-colors h4, #product #all-colors h4 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}
@media (min-width: 1200px) {
  #product #cast-colors h4, #product #all-colors h4 {
    width: 200px;
    font-size: 28px;
  }
}
#product #cast-colors .cat-grid_slider_arrow, #product #all-colors .cat-grid_slider_arrow {
  position: unset;
}
#product #all-colors {
  margin-bottom: 60px;
}
#product #rz-hr {
  width: 70%;
  height: 8px;
  background-color: #2c2a29;
  border-radius: 15px;
}
#product #cta-hr {
  width: 300vw;
  margin-left: -1500px;
  height: 8px;
  background-color: #f2f3fc;
  border-top: 5px solid #f6f5fc;
  border-bottom: 5px solid #f6f5fc;
}
#product .mkt-btn--blk {
  margin: 20px auto;
}

#spotify i {
  margin-right: 5px;
}

#modal__container__outer {
  display: none;
  justify-content: center;
  position: fixed;
  overflow-y: auto;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 80px 0px;
  background-color: #fffe;
}
#modal__container__outer .modal__container__inner {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: fit-content;
  padding: 50px 46px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 545px) {
  #modal__container__outer .modal__container__inner {
    padding: 50px 100px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  #modal__container__outer .modal__container__inner {
    padding: 50px 125px;
  }
}
@media (min-width: 1320px) {
  #modal__container__outer .modal__container__inner {
    width: 80vw;
    max-width: 1300px;
    padding: 50px 200px;
  }
}
#modal__container__outer .modal__container__inner section {
  margin: 15px 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 545px) {
  #modal__container__outer .modal__container__inner section {
    margin: 30px 0;
  }
}
#modal__container__outer .modal__container__inner .close-modal {
  position: absolute;
  right: 15px;
  top: -40px;
}
@media (min-width: 545px) {
  #modal__container__outer .modal__container__inner .close-modal {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  #modal__container__outer .modal__container__inner .close-modal {
    right: 0px;
  }
}
#modal__container__outer .modal__container__inner .modal__video {
  display: block;
}
#modal__container__outer .modal__container__inner .modal__video iframe {
  border-radius: 10px;
}
#modal__container__outer .modal__container__inner .modal__copy {
  max-width: 100%;
  text-align: center;
}
@media (max-width: 544px) {
  #modal__container__outer .modal__container__inner .modal__copy h2 {
    font-size: 24px;
  }
}
#modal__container__outer .modal__container__inner .modal__copy p {
  margin: 0 auto;
}
@media (max-width: 544px) {
  #modal__container__outer .modal__container__inner .modal__copy p {
    font-size: 14px;
  }
}
#modal__container__outer .modal__container__inner .modal__copy .modal__name {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
#modal__container__outer .modal__container__inner .modal__copy .modal__handle {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 300;
}
#modal__container__outer .modal__container__inner .modal__sub-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}
#modal__container__outer .modal__container__inner .modal__looks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#modal__container__outer .modal__container__inner .modal__looks a {
  width: 33%;
  padding: 10px;
  text-align: center;
}
@media (min-width: 545px) {
  #modal__container__outer .modal__container__inner .modal__looks a {
    width: 25%;
  }
}
#modal__container__outer .modal__container__inner .modal__looks a img {
  margin-bottom: 15px;
}

#ybs_popup {
  position: fixed;
  display: none;
  bottom: 1%;
  left: 1%;
  width: 98%;
  z-index: 1001;
  background-color: #fbdad4;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px #0004;
}
@media (min-width: 545px) {
  #ybs_popup {
    width: 400px;
    left: unset;
    right: 1%;
    bottom: 15%;
  }
}
#ybs_popup .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.3rem;
}
#ybs_popup #popup_copy {
  padding: 20px 20px 10px 20px;
}
#ybs_popup #popup_copy h2 {
  font-size: 36px;
}
#ybs_popup #popup_images {
  display: flex;
  justify-content: center;
  padding: 0 20px 10px 20px;
}
#ybs_popup #popup_images img {
  width: 32%;
  margin: 5px;
  border-radius: 10px;
}
#ybs_popup #popup_buttons {
  display: flex;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  padding: 20px 0px;
}
#ybs_popup #popup_buttons a {
  margin: 0 3px;
  font-size: 0.9rem;
}
#ybs_popup #popup_buttons a p {
  font-size: 0.9rem;
}

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