/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 95:4 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
      .comparison-section {
        background-color: #2C5C4F;
        padding: 30px;
        color: #F2F2F2;
      }
      .comparison-section .content-container {
        margin: 0 auto;
        padding: 40px;
        border-radius: 50px;
        background-color: #2C5C4F;
        color: #F2F2F2;
      }
      .comparison-section.full-width .content-container {
        width: 100%;
        max-width: none;
      }
      .comparison-section.contained .content-container {
        max-width: 1300px;
      }
      .comparison-section .text-and-lists {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        max-width: 800px;
      }
      .comparison-section .paragraph-text {
        font-size: 16px;
        margin-bottom: 20px;
      }
      .comparison-section .bullet-lists {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        flex-wrap: nowrap;
      }
      .comparison-section .bullet-list {
        width: 45%;
        text-align: left;
        font-size: 18px;
      }
      .comparison-section .divider {
        width: 2px;
        height: 100%;
        margin: 0 10px;
        background-image: url('https://cdn.shopify.com/s/files/1/0252/2723/1283/files/Line_331_3.png?v=1728936275');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 350px;
      }
      .gayeb{
        display: block;
      }
      @media (max-width: 768px) {
        .comparison-section {
          margin: 0 20px;
        }
        .comparison-section .content-container {
          padding: 40px 15px;
        }
        .comparison-section .bullet-lists {
          flex-direction: row;
        }
        .comparison-section .divider {
        min-height: 300px;
      }
        .comparison-section .bullet-list {
          width: 45%;
          font-size: 11px;
          margin-bottom: 0;
        }
        .comparison-section .paragraph-text {
          font-size: 11px;
        }
        .gayeb{
          display: none;
        }
        .comparison-section .divider {
          display: block;
        }
      }
    </style>
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__container {
  position: relative;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.hero__image {
  display: block;
  width: 100%;
}

.hero__img {
  display: block;
  object-fit: cover;
  min-height: 400px;
  width: 100%;
  height: auto;
}

.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* Converted font-size values */
.hero__pretitle {
  font-size: 2.25rem;  /* 36px */
  font-style: italic;
  font-weight: 500;
  line-height: 1.58;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero__title {
  font-size: 12.94rem; /* 207px */
  font-weight: 500;
  line-height: 1.34;
  margin-top: -40px;
  margin-bottom: 15px;
}

.hero__button {
  align-items: center;
  background: #92001B;
  border-radius: 56px;
  color: white;
  display: flex;
  font-size: 1.56rem; /* 25px */
  font-weight: 500;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  width: 396px;
  height: 82px;
  position: relative;
  overflow: hidden;
}

.hero__button::after {
  content: "\2665"; /* Unicode for a heart (♥) */
  position: absolute;
  font-size: 5rem; /* 80px */
  color: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.hero__button:hover {
  background: #b3001F;
  box-shadow: 0 8px 20px rgba(146, 0, 27, 0.3);
}

.hero__button:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.hero__secondary-text {
  font-size: 1.125rem; /* 18px */
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  max-width: 370px;
  margin-top: 15px;
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .hero__pretitle {
    font-size: 1.25rem; /* 20px */
  }

  .hero__title {
    font-size: 5rem; /* 80px */
    margin-top: -10px;
  }

  .hero__button {
    font-size: 1rem; /* 16px */
    width: 312px;
    height: 64px;
  }

  .hero__secondary-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero__pretitle {
    font-size: 1rem; /* 16px */
  }

  .hero__title {
    font-size: 2rem; /* 32px */
  }
}

@media (max-width: 599px) {
  .hero__content {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .hero__pretitle {
    font-size: 1.44rem; /* 23px */
    margin-bottom: 10px;
  }

  .hero__title {
    font-size: 8.13rem; /* 130px */
    line-height: 0.85;
    margin-top: 0;
  }

  .hero__button {
    margin-top: auto;
  }

  .hero__button::after {
    font-size: 3.75rem; /* 60px */
  }
}
.transparent-section {
  background-color: transparent;
  padding: 20px;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.card img {
  max-width: 100%;
  height: auto;
}

.card-title {
  margin-top: 10px;
  font-size: 20px;
}

.card-text {
  margin-top: 10px;
  font-size: 16px;
}
.promo {
  padding: 100px 40px;
}

.promo__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.promo__content {
  margin-bottom: 130px;
}

.promo__title {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.34;
  margin: 0 auto 90px;
  max-width: 900px;
  text-transform: uppercase;
}

.promo__title--red {
  color: #9e1b32;
}

.promo__description {
  font-size: 2.06rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
  max-width: 560px;
  margin: 0 auto 100px;
}

.promo__description--red {
  color: #9e1b32;
  font-style: italic;
}

.promo__button {
  align-items: center;
  background: #92001B;
  border-radius: 56px;
  color: white;
  display: flex;
  font-size: 1.56rem; /* 25px */
  font-weight: 500;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  width: 396px;
  height: 82px;
  position: relative;
  overflow: hidden;
}

.promo__button::after {
  content: "\2665"; /* Unicode for a heart (♥) */
  position: absolute;
  font-size: 5rem; /* 80px */
  color: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.promo__button:hover {
  background: #b3001F;
  box-shadow: 0 8px 20px rgba(146, 0, 27, 0.3);
}

.promo__button:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.promo__image-wrapper {
  width: 100%;
}

.promo__image {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .promo {
    padding: 75px 20px;
  }

  .promo__content {
    margin-bottom: 60px;
  }

  .promo__title {
    font-size: 1.67rem;
    margin-bottom: 50px;
  }

  .promo__description {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .promo__button {
    font-size: 1.125rem; /* 18px */
    width: 310px;
    height: 64px;
  }
}