/** Shopify CDN: Minification failed

Line 31:0 Unexpected "<"
Line 138:0 Unexpected "<"

**/


.anouc_bar {
    position:relative !important;
    z-index:11 !important;
}
.m-countdown-section {
    position: relative;
    height: 800px;
}
.countdown_timer .container-fluid{
      display: flex;
    justify-content: end;
    flex-direction: column;
    height: 100%;
}
.founder .m-icon-box__icon {
    height: 700px;
}
@media screen and (max-width: 749px) {
.founder .m-icon-box__icon {
    height: 400px;
}
}
<style>
/* ===== SAME HEIGHT PRODUCT CARDS FIX ===== */

.m-mixed-layout__inner.swiper-wrapper {
  align-items: stretch !important;
}

.m-mixed-layout__inner.swiper-wrapper > .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.m-mixed-layout__inner.swiper-wrapper > .swiper-slide > .m-product-card {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Main product card */
.m-product-card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Image area same behavior */
.m-product-card__media {
  flex: 0 0 auto !important;
}

/* Content should fill remaining space */
.m-product-card__content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Info area */
.m-product-card__info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Review stars spacing */
.m-product-card__info .jdgm-widget {
  min-height: 22px !important;
  margin-bottom: 4px !important;
}

/* Title height same for all cards */
.m-product-card__title {
  min-height: 48px !important;
  margin-bottom: 8px !important;
  display: flex !important;
  align-items: flex-start !important;
}

/* Product title max 2 lines */
.m-product-card__name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.25 !important;
}

/* Price spacing */
.m-product-card__price {
  margin-top: auto !important;
  margin-bottom: 16px !important;
}

/* Button always bottom */
.m-product-card__action-wrapper {
  width: 100% !important;
  margin-top: auto !important;
}

/* Quick Add button same height */
.m-product-card__action-wrapper .m-add-to-cart {
  min-height: 46px !important;
  height: 46px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Remove duplicate footer space if theme shows hidden footer */
.m-product-card__content-footer {
  display: none !important;
}

/* Mobile fix */
@media screen and (max-width: 767px) {
  .m-product-card__title {
    min-height: 44px !important;
  }

  .m-product-card__action-wrapper .m-add-to-cart {
    min-height: 42px !important;
    height: 42px !important;
  }
}
</style>