/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:am-top-picks (INDEX:0, SCOPED:FALSE) */
.product-item {
    min-height: 100%;
  
    }  
  /* ========== CORE FIX ========== */
#shopify-section-{{ section.id }} [reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.vertical-breather {
  overflow: hidden;
}

/* ========== DESKTOP LAYOUT ========== */
.fc-row {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: start;
}

.fc-video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  max-height: 520px;
}

.fc-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .fc-video-overlay {
  position: absolute;
  padding: 16px;
  color: #fff;
  z-index: 2;
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
}
}

/* desktop overlay */
.fc-video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 2;
}

.fc-video-overlay h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}

.fc-video-overlay p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

/* ========== MOBILE LAYOUT ========== */
@media (max-width: 990px) {

  .fc-row {
    grid-template-columns: 44% 56%;
    gap: 12px;
  }

  .fc-video {
    border: 1px solid black;
  }

  /* move text BELOW video */
  .fc-video-overlay {
    position: static;
    color: #000;
    margin-top: 8px;
    padding: 10px;
  }

  .fc-video-overlay h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .fc-video-overlay p {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.85;
  }

  /* products normal size */
  .product-list__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-item,
  .product-card,
  .product-card-wrapper {
    max-width: 100%;
    min-height: 100%;
  }

  .product-item img,
  .product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* tabs spacing fix */
  .tabs-nav__scroller {
    padding: 0 16px;
  }

  .tabs-nav__item-list {
    gap: 12px;
  }
}

.fc-row .scroller{
    margin-inline: 0;
}

.fc-row .scroller .product-list__inner{
    margin-left: -15px;
}

.fc-row .collection-scroll-bar-wrapper{
display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.spotlight-readmore {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
  align-self: flex-start;
}

.spotlight-readmore:hover {
  opacity: 0.8;
}
/* END_SECTION:am-top-picks */