/** Shopify CDN: Minification failed

Line 137:18 Unexpected "{"
Line 137:27 Expected ":"
Line 143:18 Unexpected "{"
Line 143:27 Expected ":"
Line 150:18 Unexpected "{"
Line 150:27 Expected ":"
Line 159:18 Unexpected "{"
Line 159:27 Expected ":"

**/

.hero-product-picks-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--hero-text-color);
  background-image: var(--hero-bg-desktop);
  /* Default Gaps */
  --product-list-column-gap: 12px;
  --product-list-row-gap: 12px;
}

@media (max-width: 699px) {
  .hero-product-picks-section {
    background-image: var(--hero-bg-mobile);
  }
}

.hero-product-picks-section .hero-inner {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 300px 1fr 520px;
}

/* Product List Logic */
.hero-product-picks-section .product-list {
  --product-list-grid: auto / auto-flow var(--product-list-carousel-item-width);
}

.hero-product-picks-section .product-list[data-stacked="true"] {
  --product-list-grid: auto / repeat(var(--product-list-items-per-row), minmax(0, 1fr));
}

.hero-product-picks-section .product-card {
  padding: 10px;
}

.hero-product-picks-section .product-card .ratingandreview {
  display: none;
}

/* UI Components */
.hero-product-picks-section .hero-left-graphic img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-product-picks-section .hero-center {
  text-align: center;
}

.hero-product-picks-section .hero-center .heading {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero-product-picks-section .hero-center .dates {
  font-size: 1.1rem;
  margin-bottom: 8px;
  opacity: 0.9;
}

.hero-product-picks-section .hero-center .subheading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.hero-product-picks-section .hero-products-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.hero-product-picks-section .picks-badge {
  background: #fff;
  color: #000;
  padding: 6px 15px;
  border-radius: var(--rounded-full, 9999px);
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
  margin-bottom: 5px;
}

.hero-product-picks-section .content {
  font-size: 14px;
}

.hero-product-picks-section .circle-button {
  position: absolute;
  top: 40%;
  z-index: 5;
}

.hero-product-picks-section .circle-button[is="prev-button"] {
  left: -20px;
}

.hero-product-picks-section .circle-button[is="next-button"] {
  right: -20px;
}
 .hero-product-picks-section .center-description {
  margin-top: 10px;
  opacity: 0.9;
  max-width: 420px;
}

.hero-product-picks-section .glassy-text {
  display: inline-flex;
  margin-top: 14px;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 0.95rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#shopify-section-{{ section.id }} .glassy-text {
  text-align: center; /* important for bullets */
  font-weight: 600;
}

/* Reset default list styles */
#shopify-section-{{ section.id }} .glassy-text ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
}

/* Bullet rows */
#shopify-section-{{ section.id }} .glassy-text li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

/* Custom bullet dot */
#shopify-section-{{ section.id }} .glassy-text li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
  font-size: 1.1rem;
  line-height: 1.2;
}


.hero-product-picks-section .glassy--light {
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(0,0,0,0.05);
}

 .hero-product-picks-section .glassy--dark {
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-product-picks-section .hero-center .heading.heading--sm {
  font-size: 1.6rem;
  line-height: 1.2;
}

.hero-product-picks-section .hero-center .heading.heading--md {
  font-size: 2.2rem;
  line-height: 1.2;
}

.hero-product-picks-section .hero-center .heading.heading--lg {
  font-size: 2.8rem;
  line-height: 1.15;
}

.hero-product-picks-section .hero-center .heading.heading--xl {
  font-size: 3.4rem;
  line-height: 1.1;
}


/* Utilities */
@media (max-width: 699px) {
  .hero-product-picks-section .hide-mobile { display: none !important; }
  
   .hero-product-picks-section .hero-center .heading.heading--mobile-sm {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .hero-product-picks-section .hero-center .heading.heading--mobile-md {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .hero-product-picks-section .hero-center .heading.heading--mobile-lg {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .hero-product-picks-section .hero-center .heading.heading--mobile-xl {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
@media (min-width: 700px) {
  .hero-product-picks-section .hide-desktop { display: none !important; }
}

/* Mobile Layout */
@media (max-width: 999px) {
  .hero-product-picks-section .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-product-picks-section .hero-left-graphic {
    display: flex;
    justify-content: center;
  }
  .hero-product-picks-section .hero-left-graphic img {
    max-width: 200px;
  }
  .hero-product-picks-section .hero-products-col {
    width: 100%;
  }
  .hero-product-picks-section .circle-button {
    display: none;
  }
  
  .hero-product-picks-section .scroll-area.bleed {
    margin-left: calc(var(--container-gutter) * -1);
    margin-right: calc(var(--container-gutter) * -1);
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}