/** Shopify CDN: Minification failed

Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 29:21 Unexpected "{"
Line 29:30 Expected ":"
Line 34:19 Unexpected "{"
Line 34:28 Expected ":"
Line 42:21 Unexpected "{"
Line 42:30 Expected ":"
Line 47:19 Unexpected "{"
Line 47:28 Expected ":"
... and 76 more hidden warnings

**/
/* ================================
   LYVWEL — BEST SELLERS (LIGHT + BLUE)
   Scoped to this section only
   ================================ */

#best-seller-home-{{ section.id }}.bsh{
  background: #ffffff;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }}.bsh{
    padding: 96px 0;
  }
}

#best-seller-home-{{ section.id }} .bsh__header{
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh__header{
    margin-bottom: 56px;
  }
}

#best-seller-home-{{ section.id }} .bsh__title{
  margin: 0 0 10px;
  font-size: clamp(46px, 5vw, 72px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--lyvwel-text-dark, #0f172a);
}

#best-seller-home-{{ section.id }} .bsh__subtitle{
  margin: 0;
  font-size: 18px;
  color: rgba(71,85,105,1);
}

#best-seller-home-{{ section.id }} .bsh__grid{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh__grid{
    gap: 22px;
  }
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 990px){
  #best-seller-home-{{ section.id }} .bsh__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Card */
#best-seller-home-{{ section.id }} .bsh-card{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 60px rgba(15,23,42,.10);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-card{
    border-radius: 22px;
    padding: 22px;
  }
}

#best-seller-home-{{ section.id }} .bsh-card:hover{
  border-color: rgba(29,118,189,.55);
  box-shadow: 0 22px 70px rgba(15,23,42,.12);
  transform: translateY(-1px);
}

/* Badge */
#best-seller-home-{{ section.id }} .bsh-card__badge{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--lyvwel-blue, #1d76bd);
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-card__badge{
    top: 14px;
    right: 14px;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: .12em;
  }
}

/* Media */
#best-seller-home-{{ section.id }} .bsh-card__media{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(29,118,189,.10), rgba(15,23,42,.04));
  aspect-ratio: 1 / 1;
  margin-bottom: 8px;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-card__media{
    border-radius: 16px;
    margin-bottom: 16px;
  }
}

/* CAROUSEL WRAP */
#best-seller-home-{{ section.id }} .bsh-carousel{
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
}

/* ONLY SHOW THE ACTIVE SLIDE */
#best-seller-home-{{ section.id }} .bsh-carousel__item{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease;
}

#best-seller-home-{{ section.id }} .bsh-carousel__item.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#best-seller-home-{{ section.id }} .bsh-carousel__img{
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(15,23,42,.18));
  display: block;
}

#best-seller-home-{{ section.id }} .bsh-placeholder{
  width: 100%;
  height: 100%;
  opacity: .25;
}

/* Dots */
#best-seller-home-{{ section.id }} .bsh-dots{
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

#best-seller-home-{{ section.id }} .bsh-dot{
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(100,116,139,.30);
}

#best-seller-home-{{ section.id }} .bsh-dot--active{
  width: 18px;
  height: 6px;
  background: var(--lyvwel-blue, #1d76bd);
}

#best-seller-home-{{ section.id }} .bsh-card__link{
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Text */
#best-seller-home-{{ section.id }} .bsh-card__name{
  margin: 0 0 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--lyvwel-text-dark, #0f172a);
  line-height: 1.3;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-card__name{
    font-size: 18px;
    margin: 0 0 6px;
  }
}

#best-seller-home-{{ section.id }} .bsh-card__strength{
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--lyvwel-blue, #1d76bd);
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-card__strength{
    font-size: 14px;
    margin: 0 0 12px;
  }
}

/* Rating */
#best-seller-home-{{ section.id }} .bsh-rating{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

#best-seller-home-{{ section.id }} .bsh-star{
  font-size: 14px;
  color: rgba(148,163,184,1);
}

#best-seller-home-{{ section.id }} .bsh-star--on{
  color: var(--lyvwel-blue, #1d76bd);
}

#best-seller-home-{{ section.id }} .bsh-rating__count{
  margin-left: 8px;
  font-size: 12px;
  color: rgba(100,116,139,1);
}

/* Price */
#best-seller-home-{{ section.id }} .bsh-price{
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-price{
    gap: 10px;
    margin-bottom: 16px;
  }
}

#best-seller-home-{{ section.id }} .bsh-price__main{
  font-size: 16px;
  color: var(--lyvwel-text-dark, #0f172a);
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-price__main{
    font-size: 22px;
  }
}

#best-seller-home-{{ section.id }} .bsh-price__unit{
  font-size: 12px;
  color: rgba(71,85,105,1);
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-price__unit{
    font-size: 14px;
  }
}

/* Button */
#best-seller-home-{{ section.id }} .bsh-atc__btn{
  width: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 8px;
  background: var(--lyvwel-blue, #1d76bd);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

@media (min-width: 750px){
  #best-seller-home-{{ section.id }} .bsh-atc__btn{
    border-radius: 16px;
    padding: 14px 16px;
    gap: 10px;
    letter-spacing: .12em;
    font-size: 14px;
  }
}

#best-seller-home-{{ section.id }} .bsh-atc__btn:hover{
  background: #1663a1;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(29,118,189,.22);
}
