/** Shopify CDN: Minification failed

Line 95:0 Unexpected "}"

**/
.custom-featured {
  display: flex;
  width: 100vw;
  overflow: hidden;
  padding: 0;
}

.custom-featured__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.custom-featured__text {
  flex: 1 1 50%;
  padding: 6vw 8vw;
  box-sizing: border-box;
}

.custom-featured__image {
  flex: 1 1 50%;
  margin: 0;
}

.custom-featured__image img {
  width: 100vw;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.custom-featured__product-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.custom-featured__heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.custom-featured__subtext {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: var(--color-text-secondary);
}

.custom-featured a.btn {
  background: #e5f01f;
  color: #000;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-featured a.btn:hover {
  background: #d5e100;
}
/* Tighten PDP spacing on mobile */
@media (max-width: 768px) {
  .product__title,
  .product-single__title,
  h1.product__title,
  h1.product-single__title {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  .product__price,
  .product-single__price,
  .price__regular {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
/* Hide collection description on mobile */
@media (max-width: 749px) {
  [id$="__rich_text_DDMpch"] {
    display: none;
  }
}
}
}