/** Shopify CDN: Minification failed

Line 292:0 Unexpected "}"

**/
/* ===== PAIRS WELL WITH ===== */
.btn--primary:hover,
button[name="add"]:hover {
  background: #3d5240 !important;
  color: #fff !important;
  border-color: #3d5240 !important;
}
.detail .fixed-layout {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
  margin-bottom: 24px !important;
}
.detail .fixed-layout,
.detail .fixed-layout > * {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
.detail .column--half {
  width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.detail .block-inner-inner {
  display: flex !important;
  align-items: center;
  gap: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
}
.detail .image-cont {
  flex: 0 0 84px !important;
  height: 84px !important;
  background: #faf9f7;
}
.detail .image-cont * {
  height: 100% !important;
}
.detail .image-cont img {
  width: 100% !important;
  object-fit: contain;
}
.detail .product-block__detail {
  flex: 1 !important;
}
.detail .product-block__detail * {
  text-align: left !important;
  justify-content: flex-start !important;
  margin: 0 !important;
}
.detail .innerer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.detail .product-block__detail .product-link {
  display: contents;
}
.detail .product-block__subtitle {
  font-size: 12px;
  opacity: 0.55;
}
.detail .product-price {
  font-weight: 600;
  margin-top: 4px !important;
}
.detail .product-block-options {
  position: static !important;
  display: flex !important;
  margin-top: 8px !important;
}
.detail .product-block-options__item,
.detail .product-block-options__item img {
  width: 22px !important;
  height: 22px !important;
}
.detail .product-label-container,
.detail .product-block__image-dots {
  display: none !important;
}

/* ===== PRODUCT PAGE (MOBILE) ===== */
@media (max-width: 749px) {
  .media-gallery__inner {
    width: 65%;
    margin-inline: auto;
  }
  .media-gallery .thumbnails {
    display: none;
  }
}

/* ===== ADD TO CART BUTTON (ALL SCREENS) ===== */
.lb-add {
  margin: 0;
}
.lb-add__btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 10px;
  padding: 10px 12px !important;
  background: transparent !important;
  color: #3d5240 !important;
  border: 1px solid #dbe2dd !important;
  border-radius: 6px !important;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
button.lb-add__btn::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding-bottom: 1px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.lb-add__btn:hover,
.lb-add__btn:focus,
.lb-add__btn:active {
  background: #7c8f83 !important;
  border-color: #7c8f83 !important;
  color: #fff !important;
}
.lb-add__btn--added {
  background: #7c8f83 !important;
  border-color: #7c8f83 !important;
  color: #fff !important;
}

/* ===== TILE ALIGNMENT (ALL GRIDS, ALL SCREENS) ===== */
.product-grid {
  align-items: stretch !important;
}
.product-grid > *,
.product-grid .slider__item {
  align-self: stretch !important;
  display: flex;
}
.product-grid .slider__item > .product-block {
  width: 100%;
}
.product-grid .product-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.product-grid .block-inner,
.product-grid .block-inner-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-grid .image-cont {
  flex: 0 0 auto;
}
.product-grid .product-block__detail {
  flex: 1 1 auto;
  display: flex;
}
.product-grid .product-block__detail > .inner,
.product-grid .product-block__detail .innerer {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.product-grid .lb-add {
  margin-top: auto;
}
.product-grid .product-block__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
}
@media (max-width: 749px) {
  .product-grid .product-block__detail {
    min-height: 150px;
  }
  .product-grid .product-block-options {
    display: none !important;
  }
}

/* ===== AGE RECOMMENDATIONS ===== */
.age-recommendations .product-grid {
  align-items: stretch;
}

/* ===== ADDED NOTIFICATION ===== */
.added-notification {
  transition: opacity .45s ease, transform .45s ease !important;
}
.added-notification--dismissed {
  opacity: 0 !important;
  pointer-events: none;
}
/* ===== STICKY ADD TO CART (MOBILE) ===== */
@media (max-width: 749px) {
  .sticky-atc {
    padding: 8px 12px !important;
    gap: 0 !important;
  }
  .sticky-atc__image,
  .sticky-atc__details {
    display: none !important;
  }
  .sticky-atc__buttons,
  .sticky-atc__buttons .form {
    flex: 1 1 auto !important;
    width: 100% !important;
  }
  .sticky-atc .add-to-cart {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 44px;
    padding: 6px 12px !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    letter-spacing: .06em !important;
    line-height: 1.25 !important;
  }
  .sticky-atc .add-to-cart::before {
    content: attr(data-lb-title);
    display: block;
    max-width: 100%;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.25;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.lb-atc-visible [class*="redeemly" i],
  body.lb-atc-visible [id*="redeemly" i],
  body.lb-atc-visible iframe[src*="redeemly" i] {
    display: none !important;
  }
}

/* ===== SWATCHES OFF IN GRIDS ===== */
.product-grid .product-block-options {
  display: none !important;
}

/* ===== FIXED ROW HEIGHTS ===== */
.product-grid .product-block__subtitle {
  display: block;
  height: 1.5em;
}
.product-grid .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.9em;
  margin-top: auto !important;
}
.product-grid .product-block__detail {
  min-height: 13em;
}
}
.product-grid .product-block__detail .innerer {
  height: 100%;
}
.card__subtitle { min-height: 1.4em; }