/** Shopify CDN: Minification failed

Line 131:41 Unterminated string token

**/
.banner-container{
  font-family: "Helvetica-Neue-Roman";
  color: white;

  .btm-left{
    position: absolute; 
    bottom: 0; 
    left: 1%;
    max-width: 550px;
    padding: 20px;
    
  }
}
.video-section__container {
  position: relative;
}

 .video-section__container .banner__content {
    position: absolute; 
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 350px;
    background: transparent;
}

#shop-collection-btn-container {
  display: none;
  @media (max-width: 768px) {
    display: block;
  }
}

.banner__buttons .button--secondary,
.banner__buttons .button--primary {
  font-size: 1rem;
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}

.banner__buttons .button:after, .banner__buttons .button:not([disabled]):hover:after {
  box-shadow: 0 0 0 1px transparent, 0 0 0 0;
}


.grid-gallery-container{
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100vw;
    gap: 20px;
    padding: 20px;
   .item {
      max-width: 100%;
      max-height: 100%; 

      img{
        width: 100%;
        height: 90%; 
      }
    }
}
  .horizontal-scroll-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow-x: scroll;
      white-space: nowrap;
      padding: 20px;  
      scrollbar-width: 1px;
      -ms-overflow-style: none; 
      scroll-snap-type: x mandatory;

      img{
        padding-right: 18px;
        max-height: 700px;
      }
   }

  .horizontal-scroll-wrapper::-webkit-scrollbar {
      display: none; 
   }

  .mobile-img{
      display: none;
   }

  @media (max-width: 768px) {
      .desktop-img{
          display: none;
      }
      .mobile-img{
          display: block;

          p {
            padding:  5px 20px;
          }
      }
      .horizontal-scroll-wrapper {
          padding: 10px 0px;
      }
      .horizontal-scroll-wrapper img{
          padding-right: 18px;
          max-height: 355px;
          max-width: 300px;
       }

    }

.item-container {
    position: relative;
    height: 100%;
}

.item__content_container {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    padding-bottom: 2.5rem;

    a {
      font-family: "Helvetica-Neue-Roman;
      font-size: 1.75rem;
      text-transform: uppercase;
      padding: 1.25rem 2rem 1.05rem;
      letter-spacing: .1rem;
      line-height: 1;
      color: #212121;
      background-color: #fff;
      width: max-content;
      min-width: 18rem;
      border-radius: 40px;
      margin: auto;
    }
}

.grid-gallery-container-50{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px;
    color: black;
  
      img{
         max-width: 100%;
        width: 100%;
     }
      p{
        margin: 0px;
      }
      .title-blog{
        font-weight: bold;
      }

      .read-more{
        text-decoration: underline;
        font-size: 12px;
      }
  
    @media (max-width: 768px) {
      grid-template-columns: unset;
      padding-top: 0px;
    }
}

.last-text-container{
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: #ffffff;
    width: 100%;
    padding: 4em;
  
    p {
      color: #212121;
      font-family: "Helvetica-Neue-Roman";
      font-size: 45px;
      text-align: center;
      text-transform: uppercase
      margin: 0px;
    }

   @media (max-width: 768px) {
      display: flex;
      justify-content: center; 
      align-items: flex-start ;

      p{
         font-size: 20px;
         text-align: left !important;
      }
   }
}

/* BLOG */
#jarallax-container-0 {
    display: none !important;
}
.page-head {
    display: none !important;
}
.featured-container {
    position: relative;
}
.featured-container .featured-text, .featured-container .featured-text-black {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 10px;
    min-width: 300px;
}
.featured-container-split {
  display: flex;
  flex-direction: column-reverse;
}
.featured-text a, .featured-text p {
    display: block;
    color: white;
    line-height: 2;
}
.featured-text-black a, .featured-text-black p {
    display:block;
    color: black;
    line-height: 2
}
.featured-text p {
    line-height: 1.4;
}
.featured-text a:hover, .featured-text-black a:hover {
    text-decoration: underline;
}
.featured-text p {
    padding: 0;
    margin-bottom: 0 !important;
}
.block-fw {
    margin:0 -100%; /* old browsers fallback */
    margin:0 calc(50% - 50vw);
}
.blog_newsletter_title {
    font-family: 'akzidenz-grotesk-extended';
    text-transform: uppercase;
    font-weight: 900;
}
.blog_newsletter_subtitle {
    text-transform: uppercase;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.subtitle_line-2 {
    margin-top: -10px;
    margin-bottom: 60px !important;
}
.campaign-video-container {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0 ;
}
.campaign-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.campaign-text-block {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.ctb-left {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'akzidenz-grotesk-extended';
    display: flex;
    flex-direction: column;
    font-size: 2em;
    line-height: 1em;
}
.ctb-left p {
    margin-bottom: 0 !important;
}
.ctb-right {
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
.header-overline {
    margin-bottom: 20px;
}
.entry-date.published {
    display: none;
}
.post-content h1 {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 10px;
    margin-top: -45px;
    font-family: Romie,akzidenz-grotesk-extended,sans-serif;
}
@media (min-width: 768px) {
    .featured-container .featured-text, .featured-container .featured-text-black {
        bottom: 50px;
        font-size: 14px;
    }
    .featured-container-split {
      flex-direction: row;
      max-width: 600px;
      grid-gap: 20px;
    }
    .campaign-text-block {
      flex-direction: row;
      gap: 40px;
      margin-top: unset;
    }
    .ctb-center {
       margin: 30px 0;
       font-weight: 500;
       line-height: 1;
    }
    .ctb-left {
        font-size: 2em;
        margin-top: 30px;
        width: 100%;
        align-items: start;
    }
    .ctb-left p{
        line-height: 1em !important;
    }
    .ctb-right {
        max-width: 65%;
    }
    .featured-text a, .featured-text p {
        line-height: 1.4;
    }
    .post-content h1 {
        font-size: 22px !important;
        margin-bottom: 25px;
        margin-top: -30px;
    }
}