/** Shopify CDN: Minification failed

Line 343:23 Expected identifier but found whitespace
Line 343:25 Unexpected "{"
Line 343:34 Expected ":"
Line 344:14 Expected identifier but found whitespace
Line 344:16 Unexpected "{"
Line 344:25 Expected ":"
Line 346:13 Expected identifier but found whitespace
Line 346:15 Unexpected "{"
Line 346:24 Expected ":"
Line 390:14 Expected identifier but found whitespace
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
.faq-section-wrapper {
    background-color: #f0f0ee;
    padding: 20px;
    text-align: center;
    max-width: 1440px;
    margin: 20px auto;
  }

  .faq-section__title {
    margin-bottom: 30px;
    text-align: center;
  }

  .faq-section__title--h1 {
    font-size: 2rem;
  }

  .faq-section__title--h2 {
    font-size: 1.75rem;
  }

  .faq-section__title--h3 {
    font-size: 1.5rem;
  }

  .faq-section__title--h4 {
    font-size: 1.25rem;
  }

  .faq-section__title--h5 {
    font-size: 1rem;
  }

  .faq-items-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .faq-item img {
    width: 100%;
    max-width: 319px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
    object-fit: cover;
  }

  .faq-item__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .faq-item__description {
    font-size: 18px;
    color: #666;
  }

  /* Larger screens adjustments */
  @media screen and (min-width: 768px) {
    .faq-section__title--h1 {
      font-size: 2.5rem; /* Tablet/Desktop */
    }

    .faq-section__title--h2 {
      font-size: 2rem;
    }

    .faq-section__title--h3 {
      font-size: 1.75rem;
    }

    .faq-section__title--h4 {
      font-size: 1.5rem;
    }

    .faq-section__title--h5 {
      font-size: 1.25rem;
    }
    .faq-items-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (min-width: 1024px) {
    .faq-items-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
/* Section Hero Image V3 Start */
 .hero-image-v5-container {
	 background-color: #fff;
}
 .hero-image-v5--desktop {
	 display: none;
}
 @media (min-width: 768px) {
	 .hero-image-v5--desktop {
		 display: block;
	}
}
 @media (min-width: 1440px) {
	 .hero-image-v5--desktop {
		/* height: 700px;
		 */
		/* height: 600px;
		 */
	}
}
 .hero-image-v5--desktop .hero-image-v5--inner {
	 padding: 0;
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 align-items: center;
	 max-width: 2048px;
	 align-items: start;
	 margin: auto;
}
 @media (min-width: 768px) {
	 .hero-image-v5--desktop .hero-image-v5--inner {
		 grid-template-columns: 1fr 1fr;
	}
	 .hero-image-v5--desktop .hero-image-v5--inner .hero-image-v5--content {
		 order: 2;
	}
}
 .hero-image-v5--desktop .hero-image-v5--content {
	 display: flex;
	 flex-direction: column;
	 padding: 0 0 0 20px;
	/* max-width: 550px;
	 */
	 max-width: 475px;
	 margin: auto;
}
 @media (min-width: 1440px) {
	 .hero-image-v5--desktop .hero-image-v5--content {
		 padding: 0px 20px 0;
	}
}
 .hero-image-v5--desktop .hero-image-v5-image-container {
	/* padding: 40px 0;
	 */
	/* @media(min-width: 1024px) {
		 padding-right: 50px;
	}
	 */
}
 .hero-image-v5--desktop .hero-image-v5-image {
	 padding: 0;
	 width: 100%;
	 display: block;
}
 .hero-image-v5--desktop .hero-image-v5-reviews {
	 display: flex;
	 align-items: center;
	 margin-bottom: 10px;
}
 .hero-image-v5--desktop .hero-image-v5-reviews img {
	 max-width: 100px;
}
 .hero-image-v5--desktop .hero-image-v5-reviews .hero-image-v5-eyebrow {
	 margin-left: 5px;
}
 .hero-image-v5--desktop .hero-image-v5-eyebrow {
	 font-size: 14px;
	 font-weight: 600;
	 margin: 0;
}
 .hero-image-v5--desktop .hero-image-v5-header {
	 line-height: 120%;
}
 .hero-image-v5--desktop .hero-image-v5-subheader {
	 margin: 0 0 5px 0;
	 font-weight: 600;
	 font-size: 20px;
}
 .hero-image-v5--desktop .hero-image-v5-text {
	/* max-width: 480px;
	 */
}

.hero-image-v5--desktop .hero-image-v5-text a {
	color: #404041;
}
 .hero-image-v5--desktop .hero-image-v5-links {
	/* width: 275px;
	 display: flex;
	 flex-direction: column;
	 */
	 margin: 30px 0 0 0;
}
 .hero-image-v5--desktop .hero-image-v5-primary-link {
	 margin: 30px auto auto 0;
}
 .hero-image-v5--desktop .hero-image-v5-tertiary-link {
	 margin: 30px auto 0;
}
 .hero-image-v5--mobile {
	 display: block;
}
 @media (min-width: 768px) {
	 .hero-image-v5--mobile {
		 display: none;
	}
}
 .hero-image-v5--mobile .hero-image-v5--inner {
	 padding: 0 0px 30px;
}
 .hero-image-v5--mobile .hero-image-v5--content {
	 display: flex;
	 flex-direction: column;
	 padding: 0px 20px 0;
	 max-width: 445px;
	 margin: auto;
	 align-items: center;
	 text-align: center;
}
 .hero-image-v5--mobile .hero-image-v5-eyebrow {
	 font-size: 14px;
	 font-weight: 600;
	 margin: 0;
}
 .hero-image-v5--mobile .hero-image-v5-reviews {
	 display: flex;
	 align-items: center;
	 margin-bottom: 10px;
}
 .hero-image-v5--mobile .hero-image-v5-reviews img {
	 max-width: 100px;
}
 .hero-image-v5--mobile .hero-image-v5-reviews .hero-image-v5-eyebrow {
	 margin-left: 5px;
}
 .hero-image-v5--mobile .hero-image-v5-subheader {
	 margin: 0 0 5px 0;
	 font-weight: 600;
	 font-size: 20px;
}
 .hero-image-v5--mobile .hero-image-v5-text {
	/* margin: 0;
	 */
}
 .hero-image-v5--mobile .hero-image-v5-text a {
	color: #404041;
}
 .hero-image-v5--mobile .hero-image-v5-links {
	/* width: 275px;
	 */
	 display: flex;
	 flex-direction: column;
	 margin: 20px auto 0;
	 width: 100%;
}
 .hero-image-v5--mobile .hero-image-v5-primary-link {
	 margin: 20px auto auto 0;
}
 .hero-image-v5--mobile .hero-image-v5-tertiary-link {
	 margin: 25px auto 0;
}
 .hero-image-v5-ships-from {
	 display: flex;
	 align-items: center;
	 margin-top: 5px;
}
 @media (min-width: 1024px) {
	 .hero-image-v5-ships-from {
		 padding-left: 12px;
	}
}
 @media (min-width: 1440px) {
	 .hero-image-v5-ships-from {
		 margin-top: 5px;
	}
}
 .hero-image-v5-ships-from-image {
	 width: 20px;
}
 .hero-image-v5-ships-from-text {
	 margin: 0;
	 font-weight: 600;
	 font-size: 15px;
	 margin-left: 8px;
	 color: #262c26;
}
.hero-image-v5-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (min-width: 768px) {
    align-items: flex-start;
  }
}
.hero-image-v5-cta {
  width: fit-content;
  display: block;
  margin: auto;
  @media (min-width: 768px) {
    margin: auto auto auto 0;
  }
  p {
    margin: 0;
  }
}
.hero-image-v5-cta--play-button {
  display: flex;
  align-items: center;
  img {
    max-width: 20px;
    margin-right: 12px;
  }
  p {
    margin: 0;
  }
}
.product-highlight-section {
      background-color: {{ section.settings.background_color }};
      padding: {{ section.settings.padding }};
      max-width: 100%;
      margin: {{ section.settings.margin }};
      text-align: left;
    }

  /* Common title styles */
  .product-highlight__title {
    margin-bottom: 1rem;
    text-align: center;
  }


  .product-highlight__paragraph {
    font-size: 18px;
    margin-bottom: 1.25rem;
    color: #666;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .product-highlight__image-top,
  .product-highlight__image-bottom {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1rem;
    object-fit: cover;
  }

  .product-highlight__icons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin: 2rem 0;
  }

  .product-highlight__icon img {
    max-width: 5rem;
    height: auto;
  }

  @media screen and (min-width: 768px) {
    .product-highlight-section {
      padding: {{ section.settings.padding }};
    }

    .product-highlight__title {
      text-align: center;
    }

    .product-highlight__paragraph {
      max-width: 600px;
      margin-bottom: 1.5rem;
      text-align: left;
    }

    .product-highlight__icons {
      gap: 0.9375rem;
      justify-content: space-around;
    }

    .product-highlight__grid-section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      gap: 1.25rem;
      justify-content: center;
    }
    .product-highlight__icon img {
      max-width: 5rem;
      width: 5rem;
    }

    .
  }

  @media screen and (min-width: 1024px) {
    .product-highlight-section {
      max-width: {{ section.settings.max_width }}px;
      margin: auto;
    }

    .product-highlight__container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: left;
    }

    .product-highlight__content {
      flex: 1;
      padding-right: 1.25rem;
    }


    .product-highlight__icons {
      justify-content: space-around;
      gap: 1.25rem;
    }

    .product-highlight__icon img {
      max-width: 8rem;
      width: 8rem;
    }
  }
.sizing-guide {
    text-align: center;
  }

  /* Mobile-first title styles */
  .sizing-guide__title--h1 {
    font-size: 1.75rem;
  }

  .sizing-guide__title--h2 {
    font-size: 1.5rem;
  }

  .sizing-guide__title--h3 {
    font-size: 1.25rem;
  }

  .sizing-guide__title--h4 {
    font-size: 1.125rem;
  }

  .sizing-guide__title--h5 {
    font-size: 1rem;
  }

  /* Larger screens adjustments */
  @media (min-width: 768px) {
    .sizing-guide__title--h1 {
      font-size: 2.5rem;
    }

    .sizing-guide__title--h2 {
      font-size: 2rem;
    }

    .sizing-guide__title--h3 {
      font-size: 1.75rem;
    }

    .sizing-guide__title--h4 {
      font-size: 1.5rem;
    }

    .sizing-guide__title--h5 {
      font-size: 1.25rem;
    }
  }

  .sizing-guide-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sizing-guide-block {
    padding: 20px;
    text-align: left;
  }

  .guide-step {
    margin-bottom: 20px;
  }

  .step-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
  }

  .step-number {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
    color: #4de99f;
  }

  .guide-image-mobile {
    display: block;
    text-align: center;
  }

  .guide-image-mobile img {
    display: block;
    margin: 0 auto;
  }

  .guide-image-desktop {
    display: none;
  }

  @media (min-width: 1024px) {
    .sizing-guide-grid {
      grid-template-columns: 1fr 1fr;
    }

    .guide-image-desktop {
      display: block;
    }

    .guide-image-mobile {
      display: none;
    }

    .step-content {
      grid-template-columns: 1fr 5fr;
    }
  }
.stacking-images-section-wrapper {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
  }

  /* Hide sections by default when they have the 'variant-level-info--hide' class */
  .variant-level-info--hide {
    display: none !important;
  }

  /* Mobile-first title styles */
  .stacking-images-section__title {
    margin-bottom: 20px;
  }

  /* Title size variations based on the tag */
  .stacking-images-section__title--h1 {
    font-size: 2rem; /* Mobile */
  }

  .stacking-images-section__title--h2 {
    font-size: 1.75rem;
  }

  .stacking-images-section__title--h3 {
    font-size: 1.5rem;
  }

  .stacking-images-section__title--h4 {
    font-size: 1.25rem;
  }

  .stacking-images-section__title--h5 {
    font-size: 1rem;
  }

  .stacking-images-section__desktop-view {
    display: block;
  }

  .stacking-images-section__mobile-view {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .stacking-images-section__desktop-view {
      display: none;
    }

    .stacking-images-section__mobile-view {
      display: flex;
      flex-direction: column;
    }
  }

  .stacking-images-section__desktop-view img,
  .stacking-images-section__mobile-view img {
    max-width: 100%;
    height: auto;
  }

  /* Larger screens adjustments */
  @media screen and (min-width: 768px) {
    .stacking-images-section__title--h1 {
      font-size: 2.5rem; /* Tablet/Desktop */
    }

    .stacking-images-section__title--h2 {
      font-size: 2rem;
    }

    .stacking-images-section__title--h3 {
      font-size: 1.75rem;
    }

    .stacking-images-section__title--h4 {
      font-size: 1.5rem;
    }

    .stacking-images-section__title--h5 {
      font-size: 1.25rem;
    }
  }