/** Shopify CDN: Minification failed

Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 23:13 Expected identifier but found whitespace
Line 23:14 Unexpected "1px"
Line 23:25 Unexpected "{"
Line 23:34 Expected ":"
Line 41:8 Expected identifier but found whitespace
Line 41:10 Unexpected "{"
Line 41:19 Expected ":"
... and 16 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bundle-cta (INDEX:10) */
.bundle-cta {
  background-color: {{ section.settings.bg_color }};
  border-top: 1px solid {{ section.settings.border_color }};
  padding: clamp(32px, 4vw, 52px) clamp(16px, 3vw, 48px);
}

.bundle-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.bundle-cta__heading {

  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 32px);
  color: {{ section.settings.heading_color }};
  margin: 0;
}

.bundle-cta__text {
  font-size: 14px;
  line-height: 1.7;
  color: {{ section.settings.text_color }};
  margin: 0;
  max-width: 58ch;
}

.bundle-cta__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.bundle-cta__btn {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.bundle-cta__btn:hover {
  opacity: 0.85;
}

.bundle-cta__btn--primary {
  background-color: {{ section.settings.primary_bg }};
  color: {{ section.settings.primary_text_color }};
  padding: 14px 30px;
}

.bundle-cta__btn--secondary {
  border: 1.5px solid {{ section.settings.primary_bg }};
  color: {{ section.settings.primary_bg }};
  padding: 12.5px 28px;
}

@media screen and (max-width: 749px) {
  .bundle-cta__buttons {
    flex-direction: column;
    width: 100%;
  }

  .bundle-cta__btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
/* END_SECTION:bundle-cta */

/* START_SECTION:pick (INDEX:84) */
.related-products {
  padding: clamp(32px, 5vw, 64px) clamp(16px, 4vw, 48px);
  background-color: #ffffff;
}

.related-products__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.related-products__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.related-products__eyebrow {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #6b8f83;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.related-products__heading {

  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 32px);
  color: #1c1c1c;
  margin: 0;
}

.related-products__view-all {
  font-size: 13.5px;
  font-weight: 500;
  color: #2f5348;
  text-decoration: underline;
  white-space: nowrap;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.related-products__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f4f6f5;
}

.related-products__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
}

.related-products__image-link {
  display: block;
}

.related-products__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #eef1ef;
  padding: 20px;
  box-sizing: border-box;
}

.related-products__info {
  padding: 16px 4px 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-products__rating {
  font-size: 13px;
  color: #d6d6d6;
}

.related-products__rating .star.filled {
  color: #2f5348;
}

.related-products__review-count {
  color: #767676;
  font-size: 12.5px;
  margin-left: 4px;
}

.related-products__title {
  font-size: 14.5px;
  font-weight: 600;
  color: #1c1c1c;
  text-decoration: none;
  line-height: 1.4;
}

.related-products__price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 15px;
}

.related-products__price-current {
  font-weight: 600;
  color: #1c1c1c;
}

.related-products__price-compare {
  text-decoration: line-through;
  color: #999999;
  font-size: 13.5px;
}

.related-products__add-btn {
  margin-top: 6px;
  width: 100%;
  background-color: #2f5348;
  color: #ffffff;
  border: none;
  padding: 12px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.related-products__add-btn:hover {
  opacity: 0.85;
}

.related-products__placeholder {
  padding: 40px 16px;
  text-align: center;
  color: #999999;
  font-size: 13px;
}

@media screen and (max-width: 749px) {
  .related-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
/* END_SECTION:pick */

/* START_SECTION:why-stack (INDEX:125) */
.why-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(32px, 4vw, 56px) clamp(16px, 3vw, 48px);
}

.why-stack__inner {
  display: contents;
}

.why-stack__left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-stack__eyebrow {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-stack__heading {

  font-weight: 600;
  font-size: clamp(26px, 2.8vw, 34px);
  margin: 0;
}

.why-stack__text {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.why-stack__btn {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 500;
  padding: 12px 26px;
  align-self: flex-start;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.why-stack__btn:hover {
  opacity: 0.8;
}

.why-stack__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-stack__step {
  border-left: 3px solid #a8c5bb;
  padding: 10px 16px;
}

.why-stack__step-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 3px;
}

.why-stack__step-desc {
  font-size: 13px;
  line-height: 1.65;
  color: #cfe0d9;
}

@media screen and (max-width: 749px) {
  .why-stack {
    padding: 32px 16px;
  }
  .why-stack__heading {
    font-size: 24px;
  }
}
/* END_SECTION:why-stack */