/** Shopify CDN: Minification failed

Line 199:1 Expected "}" to go with "{"

**/
.jdgm-rev__icon, .jdgm-rev-widg__header .jdgm-medals-wrapper {
display: none !important
}

.anchor{
display: block;
height: 150px; /*same height as header*/
margin-top: -150px; /*same height as header*/
visibility: hidden;
} 

/* ========= PDP edits ========= */

/* Desktop only */


@media screen and (min-width: 768px) {
  /* make them stack */
  .product-single__photo__nav__dots .slick-dots li {
    display: block;
    margin: 0px 6px 10px;
  }



  /* make flex for desktop side by side */
  /* flex container */
  .product-single__photos {
    display: flex;
    flex-direction: row-reverse;
  }

  /* photo item */
  .product-single__photo {
    width: 85%;
    height: 100vh;
  }

  /* thumb item + remove paddings */
  .product-single__photo-thumbs {
    width: 15%;
    height: 100vh;

  }

  .product-single__photo__nav {
    padding: 0px;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 980px) {
.product-single--classic .product-single__bottom, .product-single--minimal .product-single__bottom {
    padding-top: 0px!important;
}
}

/* ORIGINAL WEAVE */
.container-banner-original {
  position: relative;
  text-align: center;
  color: white;
  background-image: url(/cdn/shop/files/original-weave-swatch-banner1.jpg?v=1652206600);
}

  
/* Centered text */
.centered {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  scroll-margin-top: 10em;
}

@media only screen and (max-width: 768px) {
 .container-banner-original
  {
  position: relative;
  text-align: center;
  color: white;
  height:350px;
  background-image: url(/cdn/shop/files/original-weave-swatch-mobile.jpg?v=1652295491);
  }

  
  /* ALL SEASON*/
.container-banner-all-season {
  position: relative;
  text-align: center;
  color: white;
  background-image: url(/cdn/shop/files/all-season-swatch-banner1.jpg?v=1652299469);
}

  
/* Centered text */
.centered {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
 .container-banner-all-season
  {
  position: relative;
  text-align: center;
  color: white;
  height:350px;
  background-image: url(/cdn/shop/files/all-season-swatch-mobile.jpg?v=1652299469);
  }
  
  .collection--center .collection__header-info {
    text-align: center;
    margin: 10px auto;
    padding: 0;
}
  
.section {
    margin-bottom: 20px;
    position: relative; 
   
}
  
  .home-carousel .slick-dots {
    position: absolute;
    bottom: 24px;
    height: 12px;
    line-height: 0;
    width: 100%;
    text-align: center;
    display: none;
}

  .home-carousel--full .home-carousel__nav--prev {
    right: 57px;
    display: none;
}

  .home-carousel--full .home-carousel__nav--next {
    right: 12px;
    display: none;
}

  .home-carousel--title-3 .section__title-text {
    font-size: 1.5em;
    line-height: 1.25;
}

  .home-carousel--minimal .home-carousel__text {
    font-size: 1.1em;
    line-height: 1.25;
}

  .home-carousel--minimal .home-carousel__content.home-carousel__content {
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 24px 75px 10px;
}
  
#shopify-section-footer .h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
/* ========= Slider edits ========= */
/* the rest of these edits are in the section loop */

/* remove max width on mobile for slider */
@media screen and (max-width: 980px) {
.section__title {
}
}

  @media screen and (max-width: 468px) {
.anchor{
display: block;
height: 75px; /*same height as header*/
margin-top: -75px; /*same height as header*/
visibility: hidden;
}
}

/* ========= Policy Pages Width ========= */
.shopify-policy__container {
 max-width: 1200px !important;
}
.container--tiny {
    max-width: 1200px;
}