/** Shopify CDN: Minification failed

Line 433:23 Unexpected "{"
Line 433:32 Expected ":"
Line 442:27 Unexpected "{"
Line 442:36 Expected ":"

**/
.home-banner__section .home-banner__wrapper {
  display: flex;
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper {
    overflow: hidden;
  }
}
.home-banner__section .home-banner__wrapper .button {
  width: fit-content;
}
.home-banner__section .home-banner__wrapper .mobile__btn {
  align-self: center;
}
.home-banner__section .home-banner__wrapper .header-wrapper {
  box-shadow: none;
}
.home-banner__section .home-banner__wrapper .header-wrapper .description-text {
  color: rgb(var(--color-foreground-text));
  margin: 0;
}
.home-banner__section .home-banner__wrapper .header-wrapper .description-text p {
  color: rgb(var(--color-foreground-text));
  margin: var(--spacing-l) 0;
  font-family: var(--font-body-family);
  font-size: 1.7rem;
  letter-spacing: 0.56px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .header-wrapper .description-text p {
    margin: var(--spacing-s) 0 var(--spacing-xl) 0;
    font-size: 1.4rem;
  }
}
.home-banner__section .home-banner__wrapper .header-wrapper .legal-note {
  color: rgb(var(--color-foreground-subtext));
  margin: var(--spacing-2xl) 0 0 0;
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .header-wrapper .legal-note {
    margin: 0;
  }
}
.home-banner__section .home-banner__wrapper .image__wrapper {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .home-banner__section .home-banner__wrapper .image__wrapper {
    width: unset;
    flex: 1;
  }
}
.home-banner__section .home-banner__wrapper .image__wrapper img:not(.banner-dot__category-icon) {
  border-radius: unset;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-banner__section .home-banner__wrapper .home-banner__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 var(--spacing-13xl);
}
.home-banner__section .home-banner__wrapper .home-banner__content.desktop-content-left {
  align-items: flex-start;
  text-align: left;
}
.home-banner__section .home-banner__wrapper .home-banner__content.desktop-content-right {
  align-items: flex-end;
  text-align: right;
}
@media screen and (min-width: 1440px) {
  .home-banner__section .home-banner__wrapper .home-banner__content {
    width: 750px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .home-banner__section .home-banner__wrapper .home-banner__content {
    padding: 0 var(--spacing-3xl);
  }
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .home-banner__content {
    padding: 0 1.375rem var(--spacing-xl) 1.375rem;
  }
}
.home-banner__section .home-banner__wrapper .home-banner__content h1 {
  margin: 0 0 var(--spacing-m) 0;
}
.home-banner__section .home-banner__wrapper .home-banner__content h1.no-space {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .home-banner__content h1 {
    margin: var(--spacing-xl) 0 0.7rem 0;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content h1.no-space {
    margin: var(--spacing-xl) 0 0 0;
  }
}
.home-banner__section .home-banner__wrapper .home-banner__content .review__wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-m);
  margin-bottom: var(--spacing-xl);
}
.home-banner__section .home-banner__wrapper .home-banner__content .review__wrapper .stars__wrapper {
  gap: var(--spacing-xs);
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .home-banner__content .review__wrapper .stars__wrapper {
    gap: 0.0625rem;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content .review__wrapper .stars__wrapper svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper .home-banner__content .review__wrapper {
    font-size: 0.875rem;
    margin-bottom: unset;
    gap: var(--spacing-s);
  }
}
@media screen and (max-width: 749px) {
  .home-banner__section .home-banner__wrapper {
    flex-direction: column-reverse;
  }
  .home-banner__section .home-banner__wrapper .image__wrapper {
    width: 100%;
    margin-top: -1px;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content {
    width: 100%;
    margin-top: -23.5px;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content.mobile-content-left {
    align-items: flex-start;
    text-align: left;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content.mobile-content-center {
    align-items: center;
    text-align: center;
    z-index: 1;
  }
  .home-banner__section .home-banner__wrapper .home-banner__content.mobile-content-right {
    align-items: flex-end;
    text-align: right;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .home-banner__section .home-banner__wrapper .image__wrapper {
    width: 50%;
  }
  .home-banner__section .home-banner__wrapper .image__wrapper img {
    aspect-ratio: 0.8192;
  }
}

/* Banner Dots Styles */
.banner-dots__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner-dots__container.banner-dots--hidden {
  visibility: hidden;
}

.banner-dot {
  position: absolute;
  top: var(--dot-top-desktop);
  left: var(--dot-left-desktop);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 1;
}
.banner-dot.is-active, .banner-dot.is-hovered {
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .banner-dot {
    top: var(--dot-top-mobile);
    left: var(--dot-left-mobile);
  }
}
.banner-dot__trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-dot__trigger:hover .banner-dot__inner {
  transform: scale(1.1);
}
.banner-dot__circle {
  position: relative;
  width: var(--spacing-xl);
  height: var(--spacing-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  --outer-bg-color: var(--outer-bg-dot-color);
  --inner-middle-color: var(--inner-middle-dot-color);
  --inner-highlight-color: var(--inner-highlight-dot-color);
}
.banner-dot__outer {
  position: absolute;
  width: var(--spacing-xl);
  height: var(--spacing-xl);
  border-radius: 50%;
  background-color: var(--outer-bg-color);
  animation: banner-dot-pulse 2s ease-in-out infinite;
}
.banner-dot__middle {
  position: absolute;
  width: calc(var(--font-body-scale) * 0.875rem);
  height: calc(var(--font-body-scale) * 0.875rem);
  border-radius: 50%;
  background-color: var(--inner-middle-color);
}
.banner-dot__inner {
  position: absolute;
  width: calc(var(--font-body-scale) * 0.625rem);
  height: calc(var(--font-body-scale) * 0.625rem);
  border-radius: 50%;
  background-color: var(--inner-highlight-color);
  transition: width var(--duration-default) ease, height var(--duration-default) ease;
}
.banner-dot.is-active .banner-dot__outer {
  animation: none;
}
.banner-dot.is-active .banner-dot__inner {
  width: 0.25rem;
  height: 0.25rem;
}
@media (hover: hover) and (pointer: fine) {
  .banner-dot:hover .banner-dot__outer {
    animation: none;
  }
  .banner-dot:hover .banner-dot__inner {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.banner-dot__card {
  position: absolute;
  top: calc(100% + var(--spacing-s));
  left: 0;
  transform: translateX(var(--card-offset-x, 0px));
  width: 19.25rem;
  background-color: rgb(var(--color-background));
  border-radius: var(--global-border-radius);
  padding: var(--spacing-m) var(--spacing-m) var(--spacing-xl);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
  z-index: 10;
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
@media screen and (max-width: 749px) {
  .banner-dot__card {
    left: 50%;
    transform: translateX(calc(-50% + var(--card-offset-x, 0px)));
    width: 17.5rem;
    padding: var(--spacing-m) var(--spacing-m) var(--spacing-xl);
  }
}
.banner-dot.is-hovered .banner-dot__card, .banner-dot.is-active .banner-dot__card {
  opacity: 1;
  visibility: visible;
}
.banner-dot[data-card-position=top] .banner-dot__card {
  top: auto;
  bottom: calc(100% + var(--spacing-s));
}
@media screen and (min-width: 750px) {
  .banner-dot[data-card-align=right] .banner-dot__card {
    left: auto;
    right: 0;
  }
}
.banner-dot__close {
  position: absolute;
  top: var(--spacing-m);
  right: var(--spacing-m);
  background: none;
  border: none;
  padding: var(--spacing-xs);
  cursor: pointer;
  color: rgb(var(--color-foreground));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--duration-default) ease;
}
.banner-dot__close:hover {
  color: rgb(var(--color-foreground-text));
}
.banner-dot__close svg {
  width: 0.5rem;
  height: 0.5rem;
}
.banner-dot__card-link {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
  text-decoration: none;
  color: inherit;
}
.banner-dot__category {
  display: flex;
  align-items: center;
  gap: var(--spacing-s);
  padding-right: var(--spacing-xl);
}
.banner-dot__category img.banner-dot__category-icon {
  width: var(--spacing-l);
  height: var(--spacing-l);
  object-fit: contain;
}
.banner-dot__category span {
  color: var(--category-text-color);
  font-weight: 600;
}
.banner-dot__product {
  display: flex;
  align-items: center;
  gap: var(--spacing-l);
}
@media screen and (max-width: 749px) {
  .banner-dot__product {
    gap: var(--spacing-m);
  }
}
.banner-dot__product-image {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--color-background));
  border-radius: var(--global-border-radius);
}
.banner-dot__product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
}
.banner-dot__product-details {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
  flex: 1;
}
.banner-dot__product-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.banner-dot__product-name {
  color: rgb(var(--color-foreground));
  font-weight: 600;
}
.banner-dot__product-subtitle {
  color: rgb(var(--color-foreground-subtext));
}
.banner-dot__product-rating {
  display: flex;
  align-items: center;
  gap: var(--spacing-s);
}
.banner-dot__product-rating .stars__wrapper {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.banner-dot__product-rating .stars__wrapper svg {
  width: 0.75rem;
  height: 0.75rem;
}
.banner-dot__reviews-count {
  color: rgb(var(--color-foreground));
}
.banner-dot__product-link {
  text-transform: uppercase;
  color: rgb(var(--color-foreground-highlight));
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 0.0625rem;
  font-weight: 600;
}

@keyframes banner-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.home-banner__section-{{ section.id }} .home-banner__subheading {
    font-family: var(--font-body-family);
    font-size: 1.7rem;
    margin: 0.3rem 0 1.6rem 0;
    letter-spacing: 0.56px;
    font-weight:400;
  }

  @media screen and (max-width: 749px) {
    .home-banner__section-{{ section.id }} .home-banner__subheading {
      font-size: 1.4rem;
    }
  }