/** Shopify CDN: Minification failed

Line 288:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 279:0 Unexpected "}"

**/
@font-face {
  font-family: 'ElephantBlack';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/Elephant_Black.ttf?v=1760009945');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'LeBuffet';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/vafhave0p9ouz9gwhbfqfsgiwsdsnud3ppg0jhjfwutf3tm4vocshnpqmzi5ijlo-webfont.woff?v=1760533635');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'Matter-TRIAL';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/Matter-TRIAL-Regular.otf?v=1764840837');
  font-style: normal;
  font-weight: 400;
}

@font-face{
  font-family: 'Matter-TRIAL';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/Matter-TRIAL-Medium.otf?v=1764840837');
  font-style: normal;
  font-weight: 500;
}

@font-face{
  font-family: 'Matter-TRIAL';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/MatterMono-TRIAL-SemiBold.otf?v=1764840837');
  font-style: normal;
  font-weight: 600;
}

@font-face{
  font-family: 'Matter-TRIAL';
  src: url('https://cdn.shopify.com/s/files/1/0623/2974/9607/files/Matter-TRIAL-Bold.otf?v=1764840838');
  font-style: normal;
  font-weight: 700;
}

body{
  --font-headline: 'ElephantBlack';
  --font-navigation: 'ElephantBlack';
  --font-base: 'Matter-TRIAL';
}

.hero__subheading{
  font-family: var(--font-base);
  font-weight: 700;
}

.wt-header__panel{
  font-family: 'ElephantBlack';
  text-transform: uppercase;
  gap: 16px;
}

.hero__button--gap, .hero__button__text{
  font-family: 'ElephantBlack';
}

.wt-multicol__item h2{
  font-family: 'LeBuffet';
}

/* header */
body:not(.search-overlay-on).template-index .wt-header--transparent.wt-header--v3 .wt-header__logo{
opacity: 1;
overflow: visible;
}

body:not(.search-overlay-on) .wt-header--v3 .wt-header__search{
display: none;
}

.wt-header__panel__item--account{
display: none;
}

.template-index .wt-header--transparent.wt-header--v3 .wt-page-nav-mega__decorated{
--clr-underline: transparent !important;
}

.wt-header--fashion .wt-header__nav-teaser__link-text{
--clr-underline: transparent !important;

}

.wt-header__nav-teaser__link:hover{
color: var(--color-links-active) !important;
}

.wt-header__panel__link:hover{
  color: var(--color-links-active) !important;
}

@media screen and (min-width: 1200px){
    .wt-header--fashion .wt-header__nav-teaser .wt-header__menu-trigger{
        display: none;
    }
}

/* Scrolling text banner */
.dot-separator{
color: #ffffff;
font-weight: 700;
font-size: 2em;
vertical-align: middle;
margin: 0 30px;;
}

.wt-image-banner{
    padding-right: 0;
    padding-left: 0;
}

.hero__button--pogo{
  position: relative; 
  display: inline-block;
  margin: 20px 0;
  padding: 10px 0; 
  text-transform: uppercase;
  min-width: 100px;
  font-weight: 900;
  background: transparent; 
}

.hero__button__text{
    display: flex;
    flex-grow: 1;
    background-image: var(--pogo-button-frame-image);
    background-size: 100% 100%;
}

.hero__button--pogo span{
  display: block;      
  padding: 20px 28px;
  font-size: var(--font-button-size);
  position: relative;  
  z-index: 1;
}

.hero__subheading{
    margin: 12px 0;
}

/* testimonials */
main .wt-test__item{
  flex-basis: initial;
  background: var(--testimonial-background-color);
  border-radius: var(--border-radius);
  padding-top: 24px;
  padding-bottom: 24px;
}

.wt-test{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wt-test__container{
  padding: 0;
  max-width: 2000px;
}

.wt-test__author{
  font-family: 'LeBuffet';
  font-size: 24px;
}

.wt-test .hero__subheading{
  text-align: center;
}

.wt-test .swiper-pagination .swiper-pagination-bullet {
    background-color: black;
}

.wt-test .overlay__image--first{
  position: absolute;
  top: 6%;
  left: 15%;
  z-index: 2;
  width: 15vw;
  max-width: 250px;
}

.wt-test .overlay__image--second{
  position: absolute;
  bottom: 0;
  right: 16%;
  z-index: 2;
  width: 3vw;
  max-width: 250px;
}

.wt-test .overlay__image img{
  width: 100%;
  height: auto;
} 

.wt-test__text{
  font-size: 30px;
  font-weight: 500;
}

.wt-test .swiper-slide{
  height: auto;
}

.wt-rating__stars{
  color: black;
}

.wt-test .swiper-pagination .swiper-pagination-bullet{

}

@media (max-width: 599px){
  .wt-test__text{
    font-size: 16px;
  }

  .wt-test .overlay__image--first{
    /* top: calc(var(--section-gap-top) + 64px);   */
    top: calc(var(--section-gap-top) + 32px);  
    left: 16px;
    /* display: none; */
  }

  .wt-test .overlay__image--second {
    bottom: 15%;
  }
}

@media (min-width: 600px) and (max-width: 899px){
  .wt-test__text{
    font-size: 16px;
  }

  .wt-test .overlay__image--first{
    top: calc(var(--section-gap-top) + 32px);  
    left: 12vw;
  }

  .wt-test .overlay__image--second {
    right: 25vw;
    bottom: 60px;
  }
}

/* image with text */
.section-image-with-text .hero__button__text{
  filter: invert(100%);
}

/* header */
.wt-header--fashion .wt-header__body{
  max-width: var(--site-max-width);
}
@media (max-width: 1199px){
  .wt-header__panel__item--teaser{
    display: none;
  }
}

@media (min-width: 1200px) {
    .wt-header--fashion .wt-header__nav-teaser__link {
        padding: calc(var(--gap, 8px) * 1) calc(var(--gap, 8px) * 2);
    }
    .wt-header--fashion .wt-header__nav-teaser__link:first-of-type {
        padding-left: 0px;
    }
}
}

.wt-header__logo{
  overflow: visible !important;
}

/* footer */
.wt-footer__block--menu {
    flex-basis: 15%;
    flex-shrink: unset;
    flex-grow: unset;
}

.wt-footer__title{
  padding-bottom: 12px;
}

.wt-footer__text p{
      margin-block: unset;
      margin-bottom: 4px;
}

.wt-footer__below{
  display: flex; 
  flex-direction: column;
  justify-content: space-between; 
  padding-left: 16px; 
  padding-right: 16px;
  width: 100%;
  max-width: var(--site-max-width);
  margin: auto;
  gap: 8px;
}

.wt-footer__below .wt-footer__aside__copy{
  font-size: 18px;
  opacity: 1;
}

.wt-footer__below div{
  display: flex; 
  flex-direction: column;
  gap: 8px;
}

.wt-footer__aside__wrapper{
  display: none;
}

@media screen and (max-width: 899px){
  .wt-footer__big-logo{
    margin-top: 24px;
  }
}

@media screen and (max-width: 1199px) {
    .wt-footer__list__item a {
        display: inline-block;
        padding: calc(var(--gap, 8px) * 0.5) 0;
    }
    .wt-footer__text{
      padding-top: 4px;
    }
}

@media screen and (min-width: 900px){
  .wt-footer__below div{
    display: flex; 
    flex-direction: row;
    gap: 36px;
  }

  .wt-footer__below{
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px){
  .wt-footer__below{
      padding-left: 32px; 
      padding-right: 32px;
  }
}
/* marquee images */
.wt-marquee-images__container .wt-brands__marquee__content{
  --mgap: 20px;
  grid-auto-columns: 40vw;
}

.wt-brands__item .wt-brands__image {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
}

@media (min-width: 900px){
  .wt-marquee-images__container .wt-brands__marquee__content{
    grid-auto-columns: 20vw;
  }
}

/* features banner */
.wt-keys__list{
    max-width: 900px;
}

.wt-keys__title{
  font-family: var(--font-base);
  font-weight: 600;
}

@media (min-width: 1200px){
  .wt-keys__title{
    font-size: 30px;
    line-height: 30px;
  }
}

.card__title{
  font-family: 'LeBuffet';
  font-size: 24px;
}

.wt-multicol .hero__title {
    font-size: 40px;
}

@media screen and (min-width: 900px){
  .card__title{
    font-size: 40px;
    line-height: 1;
  }

  .wt-multicol .hero__title {
    font-size: 40px;
  }
}

.card__subtitle{
  font-family: var(--font-price);
  text-transform: capitalize;
  font-size: 18px;
  color: black;
}

.card__price .wt-product__price__final{
    font-size: 18px;
}

.template-page-shop-bites .wt-header--transparent.wt-header--v3{
  background-color: transparent;
}

.template-page-shop-bites .wt-header{
  background: transparent;
}

.wt-keys .headline__title{
  font-size: 48px;
  padding-bottom: 48px;
  padding-top: 32px;
}

.wt-marquee-images__container h2{
  font-family: 'LeBuffet';
  font-size: 82px;
}

@media (max-width: 899px) {
    .wt-keys__item {
        animation: none;
        flex-direction: column;
        gap: 12px;
        width: 45%;
    }

    .wt-keys__list{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wt-marquee-images__container h2{
      font-family: 'LeBuffet';
      font-size: 64px;
    }
}

/* PDP */
.wt-product__name{
  font-family: 'LeBuffet';
  --font-base-size: 30px;
}

.wt-product__text-block{
  padding-bottom: 0px;
}

.wt-product__price{
  margin-top: 0px;
}
.wt-product__price .price-item{
  font-weight: bold;
}

.wt-product__upsell__button .hero__button--pogo{
  border: none;
  margin:0;
}

.wt-product__upsell__button .hero__button--pogo:hover{
  border: none;
  background: transparent;
  color: black;
}

.wt-product__upsell__product{
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.wt-product__upsell__info{
  width: 100%;
  line-height: 1;
}

.wt-product__upsell__info .price{
  display: none;
}

.wt-product__upsell__picture, .wt-product__upsell__product{
  flex-grow: 0;
}

.wt-product__upsell__image {
    max-height: 220px !important;
    max-width: 220px !important;
    margin-left: 0 !important;
}

.wt-product__upsell__product .card__title{
  line-height: 1;
}

.wt-product__upsell__button .hero__button--pogo span{
  padding: 20px 38px;
}

.wt-product__upsell__headline{
  font-family: var(--font-base);
  font-weight: bold;
}

.wt-product__feature-icons__item img{
  width: unset;
  height: unset;
  object-fit: contain;
}

.wt-product__add-to-cart_form .js-add-to-cart {
    background: transparent;
    color: black;
    border: none;
}

.wt-product__add-to-cart_form .js-add-to-cart:hover {
    background: transparent;
    color: black;
    border: none;
}

.wt-product__add-to-cart_form .js-add-to-cart span{
  padding: 28px 28px;
}

@media screen and (min-width: 900px){
  gallery-section{
    max-width:40%;
    margin-left: 0;
  }

  .wt-product__gallery .wt-slider__container--thumbs .swiper-slide:before, .wt-product__gallery .wt-slider__container--thumbs .swiper-slide {
        border-radius: 0 !important;
  }

  .wt-product__gallery--carousel-horizontal .wt-slider__container--thumbs, .wt-product__gallery--carousel-horizontal [data-thumbs] .wt-slider__slide{
    height: 100px !important;
  }

  .wt-product__gallery .wt-slider__container--thumbs{
    position: static !important;
    margin-top: 16px !important;
  }

  .wt-product__feature-icons__item img, .wt-product__add-to-cart_form .js-add-to-cart{
    max-width: 50%;
  }
}

.breadcrumbs__list{
  display: none;
}

.wt-product__name--custom{
  line-height: 1;
}

.hero__title sup{
  font-size: 30%;
  vertical-align: text-top;
  top: calc(var(--font-headline-size) * var(--font-headline-scale, 1) * 0.1);;
}


/* image with text custom */
.image-with-text-custom .hero__title{
  font-size: var(--font-headline-size);
}

@media screen and (min-width: 900px){
  .image-with-text-custom .hero__title{
    font-size: var(--font-headline-size-desk);
  }
}

.image-with-text-custom .hero__image{
  margin-top: 16px;
  width: 100%;
}

@media (min-width: 900px) {
    .image-with-text-custom .hero__image{
      width: auto;
    }
    .image-with-text-custom .hero--grid .hero__overlay {
        max-width: 600px;
    }

    .image-with-text-custom .hero__pic-container {
        width: var(--desktop-percentage-image-width, 50%);
        margin-top: var(--hero-image-top-margin);
    }

    .image-with-text-custom .hero--grid{
      justify-content: space-around;
    }

    .image-with-text-custom .hero__overlay{
      margin-top: var(--hero-overlay-top-margin);
    }
}

.wt-header__body:not(.wt-header__body--search) .wt-header__logo{
  overflow: visible;
}

.wt-collapse__trigger__title{
  font-family: var(--font-base);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
}
