/** Shopify CDN: Minification failed

Line 252:10 Unexpected "{"
Line 252:19 Expected ":"
Line 253:10 Unexpected "{"
Line 253:19 Expected ":"
Line 258:12 Unexpected "{"
Line 258:21 Expected ":"
Line 258:28 Unexpected "{"

**/
.lp-hbc {
  padding-top: var(--lp-hbc-pt, 0px);
  padding-bottom: var(--lp-hbc-pb, 0px);
}

.lp-hbc__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.53;
  overflow: hidden;
}

.lp-hbc__bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}

.lp-hbc__bg--active {
  opacity: 1;
}

.lp-hbc__bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-hbc__bg__img--placeholder {
  width: 100%;
  height: 100%;
}

.lp-hbc__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.38) 0%,
    rgba(0,0,0,0.05) 55%,
    rgba(0,0,0,0.0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.lp-hbc__container {
  position: absolute;
  inset: 0;
  max-width: 1440px;
  margin: 0 auto;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 62px;
  z-index: 5;
  pointer-events: none;
}

.lp-hbc__caption {
  position: absolute;
  bottom: 32px;
  left: 62px;
  display: flex;
  align-items: flex-end;
  gap: 22px;
  pointer-events: auto;
  max-width: 275px;
}

.lp-hbc__caption__heading {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.75px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  width: 157px;
}

.lp-hbc__caption__bar {
  width: 36px;
  height: 2px;
  background: rgba(255,255,255,0.5);
  border-radius: 2px;
}

.lp-hbc__bg-progress {
  margin-bottom: 4px;
}

.lp-hbc__bg-dot {
  position: relative;
  height: 3px;
  width: 95.786px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}

.lp-hbc__bg-dot--active {
  display: block;
}

.lp-hbc__bg-dot__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #ffffff;
  border-radius: 2px;
}

.lp-hbc__card {
  position: absolute;
  bottom: 32px;
  right: 62px;
  width: 263px;
  display: flex;
  flex-direction: column;
  gap: 0;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 16px 19px 15px 19px;
  background: rgba(0, 0, 0, 0.00);
}

.lp-hbc__card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 35.5px;
}

.lp-hbc__card__title {
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  flex: 1;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.75px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
}

.lp-hbc__card__arrows {
  display: flex;
  gap: 0px;
  flex-shrink: 0;
}

.lp-hbc__card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 38px;
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
  background: none;
  border: none;
}

.lp-hbc__card__media-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.lp-hbc__flickity-card {
  width: 100%;
  height: 175px;
}

.lp-hbc__card__media {
  width: 100%;
  height: 175px;
}

.lp-hbc__card__img {
  width: 125px;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.lp-hbc__card__img--placeholder {
  width: 100%;
  height: 100%;
}

.lp-hbc__card__texts {
  position: relative;
  padding-top: 28.5px;
}

.lp-hbc__card__text {
  display: none;
}

.lp-hbc__card__text--active {
  display: block;
}

.lp-hbc__card__heading {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.07px;
}

.lp-hbc__card__subheading {
  margin: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.26px;
}

#lp-HBC--{{ section.id }} .flickity-button,
#lp-HBC--{{ section.id }} .flickity-page-dots {
  display: none !important;
}

@media screen and (max-width: 991px) {
  #lp-HBC--{{ section.id }} {
    display: none;
  }
}
