/** Shopify CDN: Minification failed

Line 378:28 Unexpected "*"
Line 378:29 Expected "]" to go with "["

**/
/*-----------------------------------------------
● Banner
------------------------------------------------*/
div[class*='banner'] {
  position: relative;  
}

div[class*='banner'] .banner__video,
div[class*='banner'] .banner__image {
  line-height: 0;
}

div[class*='banner'] .banner__video video,
div[class*='banner'] .banner__image img {
  width: 100%;
  height: auto;
}

div[class*='banner'] .banner__video {
  position: relative;
  padding-bottom: 150%;
}

@media screen and ( min-width: 591px ) {
  div[class*='banner'] .banner__video {
    padding-bottom: 56.25%;
  }
}

div[class*='banner'] .banner__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div[class*='banner'] > .banner__text {
  padding: var(--grid-gutter);
  line-height: 1.35;
}

div[class*='banner'].image-with-text > .banner__text {
  padding-left: 0;
  padding-right: 0;
}

div[class*='banner'] > .banner__text > .banner-subtitle,
div[class*='banner'] > .banner__text > .banner-title {
  text-transform: uppercase;
  font-weight: 700;
}

div[class*='banner'] > .banner__text > .banner-subtitle {
  letter-spacing: 0;
}

/* HERO SECTION */
.hero-section .swiper__text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem var(--page-width-margin);
  box-sizing: border-box;
}

@media screen and (min-width: 591px) {
  .hero-section .swiper__text-wrapper {
    padding: 6rem calc(var(--page-width-margin));
    height: 100%;
  }
}

.hero-section .swiper__text-wrapper .swiper__text {
  flex: 1 0 0;
  max-width: 80%;
}

@media screen and (min-width: 750px) {
  .hero-section .swiper__text-wrapper .swiper__text {
    max-width: calc( 50% - 80px );
  }
}

.hero-section .banner__title {
  margin: 0;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 750px) {
  .hero-section .banner__title {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}

.hero-section .banner__description {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 0.15em;
}

.hero-section .banner__eyebrow {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--font-decorative-family);
}

@media screen and (min-width: 750px) {
  .hero-section .banner__description {
    font-size: 2rem;
  }

  .hero-section .banner__eyebrow {
    font-size: 2.4rem;
  }
}

.hero-section .banner__link {
  margin-top: 2.5rem;
}

.hero-section .banner__link a.link {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0.4rem 2.9rem;
  border: 1px solid;
  border-radius: 1.5rem;
}

@media screen and (min-width: 750px) {
  .hero-section .banner__link a.link {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0.9rem 2.9rem;
    border-radius: 2rem;
  }
}

.hero-section .banner__link a.link::after {
  content: "\2192";
  margin-left: 5px;
}

/* Video Sound Button Settings */
.video-section .toggle-sound-button {
  position: absolute;
  top: auto;
  bottom: calc( var(--grid-gutter) * 2 );
  right:  var(--grid-gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 0;
  border-radius:1.6rem;
  overflow: hidden;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.35);
}

.video-section .toggle-sound-button.muted {
  background-color: rgba(255, 255, 255, 1);
}

.video-section .toggle-sound-button .icon svg {
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 750px) {
  .video-section .toggle-sound-button {
    top: calc( var(--grid-gutter) *  2 );
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 3.6rem;
  }
}

.video-section .toggle-sound-button .icon svg path {
  fill: rgba(0, 0, 0, 0.65);
}

.video-section .toggle-sound-button .icon-muted svg path {
  fill: rgba(0, 0, 0, 1);
}

.video-section .toggle-sound-button .icon-muted {
  display: none;
}

.video-section .toggle-sound-button .icon-sound {
  display: initial;
}

.video-section .toggle-sound-button.muted .icon-muted {
  display: initial;
}

.video-section .toggle-sound-button.muted .icon-sound {
  display: none;
}

/*-----------------------------------------------
● Hero Banner
------------------------------------------------*/
.hero-section {
  margin: 0;
  overflow: hidden;
}

.hero-banner .banner__image img {
  width: 100%;
  height: auto;
  max-height: calc( 100vh - 60px );
  object-fit: cover;
}

.hero-section .hero-banner .video-section__media {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-banner .banner__text {
  position: absolute;
  padding: 0 !important;
}

.banner-subtitle + .display-1 {
  margin-top: 6px;
}

.banner-subtitle + .display-2 {
  margin-top: 4px;
}

@media screen and (min-width: 1200px) {
  .banner-subtitle + .display-1 {
    margin-top: 12px;
  }
  
  .banner-subtitle + .display-2 {
    margin-top: 8px;
  }
}

.hero-banner img {
  width: 100%;
  height: auto;
}

/* Ticker Animation Area */
.hero-banner #Ticker {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
  mix-blend-mode: exclusion;
}

.hero-banner #Ticker .ticker-wrap {
  height: 80px;
}

.hero-banner #Ticker .ticker .ticker__item {
  margin-top: 28px; 
  font-size: 17px;
  font-weight: var(--body-font-weight);
  letter-spacing: 0.025em;
  line-height: 24px;  
  color: #fff;
}

/* Text Position  */
.hero-banner .banner__text {
  top: calc( var(--grid-gutter) * 1.5 );
  left: var(--page-width-margin);
  max-width: 80%;
}

.single-hero-section .hero-banner .banner__text {
  top: calc( var(--grid-gutter) * 3 );
  left: var(--page-width-margin);
}

.hero-banner.text-position-left-top .banner__text {
  top: calc( var(--grid-gutter) * 1.5 );
  left: var(--page-width-margin);
}

.hero-banner.text-position-left-center .banner__text {
  top: 50%;
  left: var(--page-width-margin);
}

.hero-banner.text-position-left-bottom .banner__text {
  top: auto;
  bottom: calc( var(--grid-gutter) * 1.5 );
  left: var(--page-width-margin);
}

.single-hero-section .hero-banner.text-position-left-bottom .banner__text {
  top: auto;
  bottom: calc( var(--grid-gutter) * 3 );
  left: var(--page-width-margin);
}

@media screen and (min-width: 1025px) {
  .hero-banner .banner__text {
    top: calc( var(--grid-gutter) * 1.5 );
    left: calc( var(--grid-gutter) * 1.5 );
  }
  
  .single-hero-section .hero-banner .banner__text {
    top: calc( var(--grid-gutter) * 3 );
    left: calc( var(--grid-gutter) * 1.5 );
  }
  
  .hero-banner.text-position-left-top .banner__text {
    top: calc( var(--grid-gutter) * 1.5 );
    left: calc( var(--grid-gutter) * 1.5 );
  }
  
  .hero-banner.text-position-left-center .banner__text {
    top: 50%;
    left: calc( var(--grid-gutter) * 1.5 );
    left: 7.5vw;
    transform: translateY(-50%);
  }
  
  .hero-banner.text-position-left-bottom .banner__text {
    top: auto;
    bottom: calc( var(--grid-gutter) * 1.5 );
    left: calc( var(--grid-gutter) * 1.5 );
  }
  
  .single-hero-section .hero-banner.text-position-left-bottom .banner__text {
    top: auto;
    bottom: calc( var(--grid-gutter) * 3 );
    left: calc( var(--grid-gutter) * 1.5 );
  }

  .hero-section .hero-swiper .swiper-button-prev,
  .hero-section .hero-swiper .swiper-button-next {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .single-hero-section .hero-banner.sm--text-position-left-top  .banner__text {
    top: calc( var(--site-header-height) + var(--grid-gutter) * 2 );
  }
}

/*-----------------------------------------------
● Main Collection List
------------------------------------------------*/
.featured-collection [class=*banner] {
  position: relative;
}

.featured-collection .banner__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;  
  padding: 20px;
  color: #fff;
}

.text-position-center-center .banner__text {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .sm--text-position-left-center .banner__text {
    align-items: center;
    justify-content: flex-start;
  }
}