/** Shopify CDN: Minification failed

Line 16:17 Unexpected "{"
Line 16:26 Expected ":"
Line 16:33 Unexpected "{"
Line 25:17 Unexpected "{"
Line 25:26 Expected ":"
Line 29:17 Unexpected "{"
Line 29:26 Expected ":"
Line 35:17 Unexpected "{"
Line 35:26 Expected ":"
Line 46:17 Unexpected "{"
... and 164 more hidden warnings

**/
#rb-bestsellers-{{ section.id }} {
  --rb-font: 'Neue Haas Grotesk Display Pro', sans-serif;
  --rb-wine: #4f0c25;
  --rb-red: #F3716D;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

#rb-bestsellers-{{ section.id }} * {
  box-sizing: border-box;
}

#rb-bestsellers-{{ section.id }} .rb_bs_container {
  width: calc(100% - 120px);
  max-width: 1500px;
  margin: 0 auto;
}

#rb-bestsellers-{{ section.id }} .rb_bs_heading {
  margin: 0 0 100px;
  text-align: center;
  color: var(--rb-wine);
  font-family: 'IvyPresto Display', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

#rb-bestsellers-{{ section.id }} .rb_bs_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

#rb-bestsellers-{{ section.id }} .rb_bs_card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#rb-bestsellers-{{ section.id }} .rb_bs_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* ===========================
   MEDIA + BADGE OVERLAY
=========================== */

#rb-bestsellers-{{ section.id }} .rb_bs_media {
  aspect-ratio: 4 / 5;
  height: auto;
  position: relative;
}

/* Badge wrapper — overlays both badges directly on the image */
#rb-bestsellers-{{ section.id }} .wrap_badge {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 5;
  pointer-events: none;
}

/* Left badge — product label (metafield-driven) */
#rb-bestsellers-{{ section.id }} .rb_bs_badge {
  width: fit-content;
  height: 24px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  background: #F3716D;
  color: #FFFFFF;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 0;
  white-space: nowrap;
  pointer-events: auto;
}

/* Right badge — theme's native sale/discount badge, rendered inside .rb_bs_badges */
#rb-bestsellers-{{ section.id }} .hdt-badge {
  font-size: 16px;
  line-height: 24px;
  background:#F3716D;
}

#rb-bestsellers-{{ section.id }} .rb_bs_image_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px 10px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_image,
#rb-bestsellers-{{ section.id }} .rb_bs_image_hover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

#rb-bestsellers-{{ section.id }} .rb_bs_placeholder {
  width: 100%;
  height: 100%;
}

/* Gift/freebie badge — overlays bottom-left of image */
#rb-bestsellers-{{ section.id }} .rb_bs_gift_wrap {
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: 3;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

#rb-bestsellers-{{ section.id }} .rb_bs_gift_icon {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 5px 5px 5px 0;
  background: var(--rb-red);
  color: #fff;
  font-size: 18px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_gift_text {
  color: #F3716D;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  padding-top: 10px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background: #F3716D;
}

#rb-bestsellers-{{ section.id }} .rb_bs_media + .rb_bs_divider {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ===========================
   INFO / TEXT
=========================== */

#rb-bestsellers-{{ section.id }} .rb_bs_info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 253px;
  padding-top: 15px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_title_rating {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  min-height:70px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_title {
  font-family: 'Neue Haas Grotesk Display Pro' !important;
  font-weight: 450 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  color: #441024 !important;
  text-transform: none !important;
  font-style: normal !important;
}

#rb-bestsellers-{{ section.id }} .rb_bs_title.hdt-text-lg.hdt-font-normal.hdt-line-clamp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

#rb-bestsellers-{{ section.id }} .rb_bs_title span,
#rb-bestsellers-{{ section.id }} .rb_bs_title strong {
  display: block;
}

#rb-bestsellers-{{ section.id }} .rb_bs_title strong {
  font-weight: 500;
  line-height: 1.08;
}

#rb-bestsellers-{{ section.id }} .rb_subtitle {
  font-family: 'NeueHaasGroteskDisp Pro Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  /* letter-spacing: 5%; */
}

#rb-bestsellers-{{ section.id }} .rb_bs_rating {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #441024;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

#rb-bestsellers-{{ section.id }} .rb_bs_rating span {
  color: #441024;
}

#rb-bestsellers-{{ section.id }} .rb_bs_rating span.rating_count {
  color: grey;
}

#rb-bestsellers-{{ section.id }} .jdgm-star {
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#rb-bestsellers-{{ section.id }} .jdgm-star.jdgm--on:before {
  font-size: 14px;
  line-height: 14px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_description {
  /* margin-top: 18px; */
  color: #787878 !important;
  font-family: var(--rb-font);
  font-size: 16.31px;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: 0.5px;
  overflow: hidden;
}

/* ===========================
   PRICE + BUTTON
=========================== */

#rb-bestsellers-{{ section.id }} .rb_bs_bottom {
  margin-top: auto !important;
}

#rb-bestsellers-{{ section.id }} .rb_bs_price_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* margin-top: 15px; */
  margin-bottom: 16px;
  min-height: 29px;
  height: auto;
}

#rb-bestsellers-{{ section.id }} .rb_bs_prices {
  display: flex;
  align-items: center;
  gap: 12px;
}

#rb-bestsellers-{{ section.id }} .rb_bs_price {
  font-family: 'Neue Haas Grotesk Display Pro' !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 137% !important;
  letter-spacing: 0 !important;
  color: #441024 !important;
}

#rb-bestsellers-{{ section.id }} .rb_bs_compare {
  position: relative;
  display: inline-block;
  color: #787878 !important;
  text-decoration: none !important;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-weight: 450;
}

#rb-bestsellers-{{ section.id }} .rb_bs_compare::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1.36px solid #787878;
}

#rb-bestsellers-{{ section.id }} .rb_bs_size {
  font-family: 'NeueHaasGroteskDisp_Pro_Lt_Regular' !important;
  font-weight: 450 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  color: #787878 !important;
}

#rb-bestsellers-{{ section.id }} .rb_bs_button {
  width: 100%;
  height: 43.48px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: var(--rb-wine);
  color: #fff;
  cursor: pointer;
  font-family: var(--rb-font);
  font-size: 16.31px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

#rb-bestsellers-{{ section.id }} span.hdt-money.rb_bs_compare {
  font-weight: 700;
}

/* ===========================
   TABLET (≤990px)
=========================== */

@media screen and (max-width: 990px) {
  #rb-bestsellers-{{ section.id }} .rb_bs_container {
    width: calc(100% - 40px);
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===========================
   MOBILE (≤767px)
=========================== */

@media screen and (max-width: 767px) {
  #rb-bestsellers-{{ section.id }} .hdt-section-head.hdt-justify-center {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }

  #rb-bestsellers-{{ section.id }} {
    padding: 30px 0;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_container {
    width: calc(100% - 30px);
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_heading {
    margin-bottom: 15px;
    font-size: 32px;
    justify-content: flex-start;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
    column-gap: 16px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_card {
    width: 100%;
    height: auto;
  }

  /* Media + badges */
  #rb-bestsellers-{{ section.id }} .rb_bs_media {
    width: 100%;
    aspect-ratio: 156.18 / 207.23;
    height: auto;
    position: relative;
  }

  #rb-bestsellers-{{ section.id }} .wrap_badge {
    top: 8px;
    left: 8px;
    right: 8px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_badge {
    width: auto;
    height: 19px;
    padding: 0 8px;
    font-size: 12px;
  }

  #rb-bestsellers-{{ section.id }} .hdt-badge.hdt-badge__on-sale {
    font-size: 12px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_image_wrap {
    padding: 10.14px 12px;
    gap: 5.07px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_divider {
    width: 100%;
    height: 0;
    background: none;
    border-top: 0.51px solid #F3716D;
    margin-top: 15px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_media + .rb_bs_divider {
    margin-top: 15px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_gift_wrap {
    width: 77px;
    height: 53px;
    left: 0px;
    bottom: 8px;
  }
    #rb-bestsellers-{{ section.id }} .hdt-card-product .hdt-card-product__info{
    gap:0px
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_gift_wrap svg {
    width: 24px;
    height: 29px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_gift_text {
    font-size: 12px;
    padding-top: 4px;
  }

  /* Info / text */
  #rb-bestsellers-{{ section.id }} .rb_bs_info {
    width: 100%;
    padding-top: 10px;
    gap: 10px;
    min-height: 0;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_title_rating {
    height: auto;
    flex-wrap: wrap;
    row-gap: 4px;
     min-height:50px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_title {
    font-size: 14px !important;
    margin: 0;
  }
  #rb-bestsellers-{{ section.id }} .hdt-card-product__title .rb_subtitle {
    margin-bottom: 5px;
    display: block;
  }
  #rb-bestsellers-{{ section.id }} .rb_bs_rating {
    font-size: 12px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_description {
    font-size: 12px;
    min-height: 29px;
    margin: 0;
  }

  /* Price */
  #rb-bestsellers-{{ section.id }} .rb_bs_price_row {
    width: 100%;
    min-height: 24px;
    gap: 14px;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_price {
    font-size: 18px !important;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_compare {
    font-weight: 500;
    font-size: 14px;
    line-height: 137%;
    letter-spacing: 1.12px; /* 8% of 14px */
    color: #787878;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_compare::after {
    border-top: 0.69px solid #787878;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_size {
  
    font-size: 12px !important;
  }

  #rb-bestsellers-{{ section.id }} .rb_bs_button {
    font-size: 13px;
    padding: 0 8px;
  }

  /* Homepage-index-specific overrides — .rb_bs_grid and .rb-product-tabs__grid
     share this card component, so this differentiates index-page styling
     from wherever else the shared card markup is used */
  body.hdt-page-type-index main#MainContent :where(#rb-bestsellers-{{ section.id }} .rb_bs_grid, .rb-product-tabs__grid) .rb_bs_description {
    letter-spacing: 0.5px !important;
    font-weight: 300;
  }

  body.hdt-page-type-index main#MainContent :where(#rb-bestsellers-{{ section.id }} .rb_bs_grid, .rb-product-tabs__grid) .rb_bs_size {
    font-weight: 400 !important;
  }
  .hdt-badge {
    line-height: 20px;
  }
  .rating.rb_bs_rating {
    display: none;
}
span.rb_subtitle {
    font-size: 14px;
}
.rb_bs_media + .rb_bs_divider {
    margin-top: 5px;
}
body.hdt-page-type-index main#MainContent :where(.rb_bs_grid, .rb-product-tabs__grid) .rb_bs_image_wrap {
    padding: 30px 12px 8px 0px !important;
}
span.rb_discount-badge {
  font-size: 10px;
}
}

/* ===========================
   RB Best Seller Button
=========================== */

#rb-bestsellers-{{ section.id }} .rb_btn {
  width: 100% !important;
}

#rb-bestsellers-{{ section.id }} .rb_btn .hdt-product-form,
#rb-bestsellers-{{ section.id }} .rb_btn .hdt-contents,
#rb-bestsellers-{{ section.id }} .rb_btn .hdt-ultra_btn_parent {
  display: block !important;
  width: 100% !important;
}

#rb-bestsellers-{{ section.id }} .rb_btn .rb_bs_button {
  width: 100% !important;
  height: 43.481px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background: #441024 !important;
  color: #FFFFFF !important;
  font-size: 16.31px !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .25s ease !important;
}

#rb-bestsellers-{{ section.id }} .rb_btn .rb_bs_button:hover {
  background: #3c091d !important;
}

#rb-bestsellers-{{ section.id }} .rb_btn .rb_bs_button svg {
  display: none !important;
}

#rb-bestsellers-{{ section.id }} .rb_btn .rb_bs_button span {
  display: block !important;
  color: #FFFFFF !important;
  font-family: 'NeueHaasGroteskDisp Pro Md Regular';
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dir--ltr .hdt-card-product:not(.hdt-pr-style3,.hdt-pr-style4) .hdt-badge__wrapp {
    /* text-align: right; */
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}

#rb-bestsellers-{{ section.id }} .rb_btn .hdt-ultra_btn_parent {
  width: 100% !important;
}

#rb-bestsellers-{{ section.id }} .hdt-card-product__media .rating {
  background-color: #fff;
  padding: 2px 15px;
  position: absolute;
  color: #000;
  bottom: 12px;
  font-family: 'NeueHaasGroteskDisp Pro Regular';
  right: 10px;
  border-radius: 18px;
}

#rb-bestsellers-{{ section.id }} .hdt-card-product__media .rating .jdgm-star.jdgm--on:before {
  color: #441024;
}


span.rb_discount-badge {
    color: #F3716D;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding-top: 10px;
    background: transparent;
}
@media screen and (max-width: 767px) {
  span.rb_discount-badge {
    font-size: 10px;
   
}
.rb_wrap_discount{
    display: flex;
    justify-content: flex-end;
}
}