/** Shopify CDN: Minification failed

Line 500:0 Expected "}" to go with "{"

**/
/* HERO */
.hero__section {
  background-color: rgb(var(--color-background));
  padding: 4rem 0 2rem;
}
.hero-content {
  height: 100%;
  min-height: 450px;
}
.hero-container {
  display: grid;
  grid-template-areas: "left video";
  grid-template-columns: 1fr 1.7fr;
  height: 100%;
  place-items: center;
}
.rtl .hero-container { direction: rtl}

.hero_middle {
  position: relative;
  width: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 250px;
  transform: translateX(30px);
  margin-top: 0;
}
.middle-container {
  width: 75%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  animation: floating 4s linear infinite;
}

/* Added */
.middle-container img {
  position: absolute;
  height: auto;
}
.middle-container .img-shoe {
  width: 90%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.middle-container .img-shadow {
  width: 25%;
  bottom: 27%;
  right: 52%;
}
.middle-container .img-foam {
  width: 52%;
  left: 40%;
  top: 10%;
}
.middle-container .img-brush {
  width: 24%;
  bottom: 20%;
  right: 40%;
}
.hero-main-video {
  width: 100%;
  height: auto;
  z-index: 0;
  animation: floating 5s linear infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0%);
  }

  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero_left {
  margin-top: -4rem;
  z-index: 1;
  grid-area: left;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero_title {
  /* font-size: var(--fluid-22-50); */
  font-size: clamp(2.125rem, -0.457rem + 4.13vw, 4.5rem);
  margin-bottom: 2rem;
  line-height: 1.2;
}

.hero_left-badges {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
.hero_left-badges[data-cols="1"] { grid-template-columns: 1fr; }
.hero_left-badges[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.hero_left-badges[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.hero_left-badges[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }

.hero-badge {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
  border-left: 1px solid rgb(var(--color-foreground), 0.1);
}

.hero-badge:first-child,
.hero_left-badges[data-cols="2"] .hero-badge:nth-child(2n + 1),
.hero_left-badges[data-cols="3"] .hero-badge:nth-child(3n + 1),
.hero_left-badges[data-cols="4"] .hero-badge:nth-child(4n + 1) {
  border-left: none;
  padding-left: 0;
}

.hero-badge-img-container {
  height: 44px;
}

.hero-badge-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.hero-badge-text {
  font-size: var(--fluid-10-12);
  color: rgb(var(--color-foreground));
  font-weight: 600;
  letter-spacing: 0;
}
.last-hero-img-container {
  width: 100%;
  height: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero_btn-link {
  width: 100%;
  min-width: 280px;
  flex: 1 0 50%;
}
@media (max-width: 1400px) {
  .middle-container {
    width: 85%;
  }
  .hero_left {
    margin-top: 0;
  }
  .hero_left-badges {
    column-gap: 2px;
    row-gap: 16px;
  }
  .hero-badge {
    padding-left: 2px;
  }

  .hero-badge-text {
    font-size: 9px;
  }

  .last-hero-img-container {
    transform: translateX(14%) scale(1.12);
  }
  .hero_btn-link {
    min-width: 200px;
  }
}

.hero_btn,
.hero_btn-mobile {
  display: block;
  padding: 13px 0;
  width: 100%;
  max-width: 280px;
  font-size: var(--fluid-12-14);
  border-radius: 30px;
  color: rgb(var(--color-background));
  background: linear-gradient(
    to top,
    rgb(var(--color-button)),
    rgb(var(--color-button), 0.85)
  );
  position: relative;
  overflow: hidden;
  isolation: isolate;
  font-weight: bold;
  line-height: 1.8;
}

.hero_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://res.cloudinary.com/dzw9sp2g3/image/upload/v1754591835/noise_fkxgjs.png");
  filter: brightness(0) invert(1);
  background-size: cover;
  pointer-events: none;
  opacity: 0.9;
  z-index: -1;
  transition: opacity 0.3 ease;
}

.bg-primary-grad:hover::before {
  opacity: 0.7;
}

.happy_customer_container {
  position: absolute;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  padding: 14px;
  background-color: rgb(var(--color-foreground), 0.03);
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgb(var(--color-background)) inset,
    0 0 8px 1px rgba(var(--color-foreground), 0.04) inset,
    0 0 0 1px rgb(var(--color-foreground), 0.04),
    0 0 4px 1px rgba(var(--color-foreground), 0.02);
}

.last-hero {
  display: flex;
  align-items: center;
  margin-top: 1.75rem;
}

.happy_customer_container--2 {
  display: none;
  bottom: 2rem;
  left: 0;
  transform: translateX(0%);
}

.happy_title {
  font-size: var(--fluid-14-16);
  margin-bottom: 0.25rem;
  font-weight: 800;
  letter-spacing: 0.1px;
}
.happy_rates {
  font-size: var(--fluid-10-12);
  margin-bottom: 0.5rem;
}
.happy_rates span {
  color: rgb(var(--color-foreground));
}
.happy-images {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 110px;
}

.happy_title {
  font-size: var(--fluid-10-12);
}
.happy_rates {
  font-size: var(--fluid-8-10);
}

@media (max-width: 999px) {
  .hero__section {
    padding: 5.5rem 0 3rem;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
  }
  .hero_middle {
    margin: -1.5rem 0 1.5rem;
    width: 100%;
    transform: translateX(0) scale(1);
  }
  .middle-container {
    width: 100%;
  }

  .hero_left {
    margin: 0;
  }
  .hero_title {
    margin-bottom: 2rem;
    font-size: var(--fluid-32-72);
  }
  .hero_left-badges {
    display: none;
  }

  .hero-badge-text {
    font-size: var(--fluid-10-12);
  }
  .hero_btn {
    display: none;
  }

  .hero_btn-mobile {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .hero_cta-mobile {
    display: flex;
  }

  .happy_title {
    font-size: var(--fluid-11-13);
  }
  .happy_rates {
    font-size: var(--fluid-9-11);
    margin-bottom: 0.5rem;
  }
  .happy_customer_container--2 {
    display: block;
  }
  .last-hero img {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-badge-img {
    width: 50%;
  }
  .hero_title {
    margin-bottom: 1rem;
  }
  .hero_middle {
    margin: 0 0 2rem;
    width: 100%;
  }

  .happy_customer_container--2 {
    bottom: 10px;
  }
  .hero_mobile-btn {
    width: 100%;
  }
}

/* FAQ */
.faq-section {
  padding-block: 1rem;
}

.rtl .faq-container {
  direction: rtl;
}
.faq-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}

.faq-image {
  width: 33.33%;
  flex-shrink: 0;
}

.faq-image-sticky {
  width: 100%;
  position: sticky;
  top: 80px;
}

.faq-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.faq-content {
  width: calc(66.67% - 3rem);
  flex: 1;
}

.faq-title h2 {
  font-size: var(--fluid-48-64);
  margin-bottom: 1rem;
}

@media (max-width: 1600px) {
  .faq-title h2 {
    font-size: var(--fluid-36-48);
  }
}
@media (max-width: 1300px) {
  .faq-title h2 {
    font-size: var(--fluid-28-36);
  }
}
@media (max-width: 999px) {
  .faq-container {
    flex-direction: column;
  }
  .faq-image {
    width: 100%;
  }

  .faq-title h2 {
    font-size: var(--fluid-32-40);
  }
}

/* COMPARISON */
.product-comparison {
  padding: 3rem 0;
}

.product-comparison-image {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-comparison-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.only--desktop {
  display: flex;
}
.only--mobile {
  display: none;
}

@media (max-width: 999px) {
  .product-comparison {
    padding: 1rem 0;
  }
  .only--desktop {
    display: none;
  }
  .only--mobile {
    display: flex;
  }
}

/* BANNER SECTION */
.banner__section {
  margin-top: var(--header-height, 64px);
  width: 100%;
  overflow: hidden;
}

.banner__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
