/** Shopify CDN: Minification failed

Line 535:3 Unexpected "{"
Line 635:0 Unexpected "}"
Line 655:0 Unexpected "}"

**/
.grecaptcha-badge {
  display: none;
}
.section__flush-top .m-section-my {
  margin-top: 0;
}
.section__flush-bottom .m-section-my {
  margin-bottom: 0;
}
.sf__text-stroke {
  -webkit-text-stroke: 0.5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0;
}
.sf__text-scroll {
  font-size: 48px;
  line-height: 56px;
}
.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute;
}
.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
}
.sf__scrolling-text .sf__scrolling-text-inner:hover > * {
  animation-play-state: paused;
}
.sf__scrolling-text .sf__scrolling-text-inner > * {
  margin: 0;
  animation-duration: var(--speed, 15s);
}
.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none;
}
.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="medium"] {
  padding: 0 1em;
  transform: scale(0.5);
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="large"] {
  padding: 0 2em;
}
.sf__scrolling-text[data-s-dir="ltr"] .sf__scrolling-text-inner > * {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s;
}
.sf__scrolling-text[data-s-dir="rtl"] {
  direction: rtl;
}
.sf__scrolling-text[data-s-dir="rtl"] .sf__scrolling-text-inner > * {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s;
}
.sf__scrolling-text[data-s-speed="lowest"] .sf__scrolling-text-inner > * {
  animation-duration: 15s;
}
.sf__scrolling-text[data-s-speed="medium"] .sf__scrolling-text-inner > * {
  animation-duration: 7s;
}
.sf__scrolling-text[data-s-speed="fast"] .sf__scrolling-text-inner > * {
  animation-duration: 4s;
}
.sf__scrolling-text[data-style="text-outline"] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thin"]
  em {
  -webkit-text-stroke-width: 0.015em;
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thick"]
  em {
  -webkit-text-stroke-width: 0.03em;
}
.sf__scrolling-text[data-style="text-outline"] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
}
.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em;
}
.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000;
}
.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0;
}
.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px;
}
.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s);
}
.sf__tab-item input:checked + .sf__tab-item-label {
  border-bottom-color: #000;
}
.sf__tab-item input:checked + .sf__tab-item-label::before {
  display: none;
}
.sf__tab-item input:checked ~ .sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0;
}
.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}
.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssw-social-login-widget .ssw-socialconnect > div > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}
.ssw-social-login-widget .ssw-socialconnect > div > a i[class*="ssw-icon"] {
  transform: none !important;
}
.ssw-stars > i {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hidden-br-mobile br {
    display: none;
  }
}
.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important;
}
.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px;
}
@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.m-menu-badge {
  position: relative;
  height: 100%;
}
.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: capitalize;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f;
}
.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1 0%;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-4 {
  gap: 16px;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.pl-8 {
  padding-left: 32px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-10 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-2\.5 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mr-5 {
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.list-disc {
  list-style-type: disc;
}
.w-full {
  width: 100%;
}
.text-color-subtext {
  color: rgb(var(--color-foreground-secondary));
}
.w-\[20px\] {
  width: 20px;
}
.h-\[20px\] {
  height: 20px;
}
.-mx-4 {
  margin: 0 -16px;
}
.px-4 {
  padding: 0 16px;
}
.mb-14 {
  margin-bottom: 56px;
}
.mt-4 {
  margin-top: 16px;
}
.px-12 {
  padding: 0 48px;
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}
.w-36 {
  width: 9rem;
}
.ml-2 {
  margin-left: 8px;
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:pr-4 {
    padding-right: 16px;
  }
  .md\:pl-12 {
    padding-left: 48px;
  }
  .md\:pr-10 {
    padding-right: 40px;
  }
  .md\:gap-7 {
    gap: 28px;
  }
  .md\:mb-6 {
    margin-bottom: 24px;
  }
  
}
/* =========================css=========================================== */
header.m-header__desktop span.m-tooltip__content {
    color: black !important;
}
section#m-hero-section-template--23410235211969__162320668556343b26 h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    margin-bottom: 0;
}
div#shopify-section-template--23410235211969__162320668556343b26 span.m-hero__subtitle.h5.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    margin-bottom: 0;
}

div#shopify-section-template--23410235211969__162320668556343b26 h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 55px !important;
    line-height: 65px;
}
section#m-hero-section-template--23410235211969__162320668556343b26 a.m-button.m-button--primary {background: transparent;border: 1px solid;padding: 9px 40px;}

section#m-hero-section-template--23410235211969__162320668556343b26  .m-hero__text.rte.h5.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    margin-bottom: 10px;
}
.m-footer--middle .m-footer--block {
    padding-top: 40px !important;
}
#top span.m-tooltip__content {
    color: black !important;
}
header.m-header__desktop a {
    font-size: 14px;
    line-height: 24px;
}
.m-footer--middle  h3 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.m-footer--bottom {
    background-color: #1798BD;
    color: white;
}
div#m-hero-template--23410235211969__1623204222008a877b span.m-hero__subtitle.h5.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    margin-bottom: 0;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    font-weight: 400;
    background: -webkit-linear-gradient(#1798BD, #DFD459);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#m-hero-template--23410235211969__1623204222008a877b .h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 10px;
}
div#m-hero-template--23410235211969__1623204222008a877b .m-hero__text.rte.h5.m\:text-white.m-scroll-trigger {
    margin-bottom: 0px !important;
}
div#m-hero-template--23410235211969__1623204222008a877b .m-hero__btn.m\:justify-center.md\:m\:justify-start.m-scroll-trigger {
    margin-top: 22px;
}
div#m-hero-template--23410235211969__1623204222008a877b .m-hero__btn.m\:justify-center.md\:m\:justify-start.m-scroll-trigger a.m-button.m-button--primary.m-button--small {
    color: white;
    background: linear-gradient(45deg,rgba(23, 152, 189, 1) 0%, rgba(223, 212, 89, 1) 92%);
    border: 0;
    padding: 14px 40px;
}

section#m-section--template--23410235211969__1623205002e95bf455 .m-icon-box {
    background-color: transparent;
    padding-inline: 22px;
}
section#m-section--template--23410235211969__1623205002e95bf455 .m-icon-box h3,section#m-section--template--23410235211969__1623205002e95bf455 .m-icon-box p {
    color: white;
}
h2,h3,h4,h5 {
    font-family: 'Jost' !important;
    font-weight: 900;
}
div#m-hero-template--23410235211969__1623204222008a877b .m-hero__text.rte.h5.m\:text-white.m-scroll-trigger p {font-size: 15px;line-height: 25px;font-family: 'Montserrat';}

.gradiant {font-family: 'Montserrat';letter-spacing: 2px;font-weight: 400;background: -webkit-linear-gradient(#1798BD, #DFD459);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

p.m-richtext__subtitle.m-content-box__subheading.h6 {
    margin-bottom: 0;
}

div#shopify-section-template--23410235211969__16232061662f1fee46 h3.m-richtext__title.m-content-box__heading.h2,div#shopify-section-template--23410235211969__16232064303897e8c9 h3.m-richtext__title.m-content-box__heading.h2,div#shopify-section-template--23410235211969__new_featured_product_aEHPYP h2.m-product-title {
    font-size: 35px !important;
    line-height: 45px !important;
}  {
    font-size: 35px !important;
    line-height: 45px !important;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 .m-richtext__description.rte.m-content-box__description.h6 {
    margin-top: 10px;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 .m-richtext__button {
    margin-top: 26px;
}
a.m-button.m-button--primary {
    color: white;
    background: linear-gradient(45deg,rgba(23, 152, 189, 1) 0%, rgba(223, 212, 89, 1) 92%);
    border: 0;
    padding: 14px 40px;
}
p {
    font-family: 'Montserrat';
}
div#shopify-section-template--23410235211969__16232064303897e8c9 h3.m-richtext__title.m-content-box__heading.h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
div#shopify-section-template--23410235211969__16232064303897e8c9 .m-richtext__description.rte.m-content-box__description.h6 {
    margin-top: 20px;
}

div#shopify-section-template--23410235211969__16232064303897e8c9 .m-richtext__button {
    margin-top: 20px;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 .m-image-with-text__content {
    padding-right: 0;
}

div#shopify-section-template--23410235211969__new_featured_product_aEHPYP h2.m-product-title {
    font-size: 35px !important;
    line-height: 45px !important;
}


div#shopify-section-template--23410235211969__1623207871a03c2ccd .m-section__header.m\:text-center {
    margin-bottom: 20px;
}

div#shopify-section-template--23410235211969__1623207871a03c2ccd  .m-testimonial {
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-inline: 1px;
}


section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: -90px 0px !important;
}

section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner span.m-hero__subtitle.h5.m\:text-white.m-scroll-trigger {
    margin-bottom: -10px !important;
}

section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw h2 {
    color: white;
}

div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    background-color: transparent;
    margin-top: -120px;
}
product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP {
    height: 620px;
}
.m-testimonials--layout-3 .m-testimonial__wrapper {
    height: 310px;
}
product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP .m\:flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}
product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP .m-product-media--slider__thumbnails.m\:block.md\:m\:block {
    display: none !important;
}
product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP .m-product-description.rte {
    /* height: 275px !important; */
    display: -webkit-box;
    max-width: 1120px;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
nav.navbar.navbar-light
 {
    background-color: rgb(0 0 0) !important;
}
@media (max-width: 1600px) {
  }
div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    margin-top: -80px;
}
}
@media (max-width: 1440px) {
  div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    margin-top: -60px;
}
  section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: -50px 0px !important;
}
  section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    margin-bottom: 6px;
}

section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: -70px 0px !important;
}
  }
div#shopify-section-template--23410235211969__162320668556343b26 h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 45px !important;
    line-height: 55px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
  div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    margin-top: -40px;
}
  header.m-header__desktop a {
    font-size: 14px;
    line-height: 24px;
}
div#shopify-section-template--23410235211969__162320668556343b26 h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 35px !important;
         line-height: 45px !important;
}
  section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: -60px 0px !important;
}
}
@media (max-width: 1080px) {
section#m-section--template--23410235211969__1623205002e95bf455 .m-mixed-layout__wrapper {
    padding-bottom: 20px;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__16232064303897e8c9 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__new_featured_product_aEHPYP h2.m-product-title {
    font-size: 30px !important;
    line-height: 40px !important;
}
p {
    font-size: 12px !important;
    line-height: 22px !important;
}


section#m-section--template--23410235211969__1623207871a03c2ccd .swiper-container {
    padding-bottom: 50px;
}
  section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: -30px 0px !important;
}
  .m-testimonials--layout-3 .m-testimonial__wrapper {
    height: 300px;
}
  product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP {
    height: 680px;
}
}
@media (max-width: 912px) {
  div#m-hero-template--23410235211969__162320668556343b26 p {
    display: none;
}
  div#m-hero-template--23410235211969__1623204222008a877b .h1 {
    font-size: 40px;
    line-height: 50px;
}
  section#m-hero-section-template--23410235211969__162320668556343b26 a.m-button.m-button--primary {
    padding: 3px 40px;
    font-size: 14px;
    line-height: 24px;
}

div#shopify-section-template--23410235211969__162320668556343b26 h2.m-hero__title.h1.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 24px !important;
    line-height: 34px !important;
}
div#m-hero-template--23410235211969__1623204222008a877b .m-hero__text.rte.h5.m\:text-white.m-scroll-trigger p {
    font-size: 12px;
    line-height: 22px;
}
section#m-section--template--23410235211969__1623205002e95bf455 .m-icon-box {
    padding-inline: 2px;
}
section#m-section--template--23410235211969__1623205002e95bf455 .swiper-pagination {
    margin-top: 00;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__16232064303897e8c9 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__new_featured_product_aEHPYP h2.m-product-title {
    font-size: 27px !important;
    line-height: 39px !important;
}
p {
    font-size: 12px !important;
    line-height: 22px !important;
}
a.m-button.m-button--primary {
    padding: 8px 30px;
}
div#shopify-section-template--23410235211969__16232061662f1fee46 .m-richtext__button {
    margin-top: 16px;
}
  div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    margin-top: 10px;
}
  section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner {
    margin-block: 7px 0px !important;
}
  product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP {
    height: unset;
}
  #shopify-section-template--23410235211969__new_featured_product_aEHPYP .m\:flex
 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}
    .m-testimonials--layout-3 .m-testimonial__wrapper {
        height: 320px;
    }
      .m-footer--bottom {
        padding-bottom: 30px;
        text-align: center;
        padding-top: 10px !important;
    }
}
@media (max-width: 800px) {
      .m-testimonials--layout-3 .m-testimonial__wrapper {
        height: 380px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
  div#m-hero-template--23410235211969__1623204222008a877b {
    margin-bottom: 0;
}
  product-info#m-featured-product-template--23410235211969__new_featured_product_aEHPYP {
    height: unset;
}
section#m-section-template--23410235211969__16232061662f1fee46 .container.m-section-my.m-section-py {
    padding-top: 20px;
}
div#shopify-section-template--23410235211969__image_with_text_2_N896HV {
    margin-top: 10px;
}
section#m-hero-section-template--23410235211969__image_with_text_2_N896HV .m-hero__inner {
    padding-bottom: 0;
}
.m-hero--content-stack .m-hero__inner:not(.color-scheme-inherit) {
    padding-bottom: 0;
}

div#m-hero-template--23410235211969__image_with_text_2_N896HV {
    margin-bottom: 0;
}

section#m-hero-section-template--23410235211969__image_with_text_2_CfXXkw .m-hero__inner h2 {
    color: black;
}

div#m-hero-template--23410235211969__image_with_text_2_CfXXkw {
    margin-bottom: 10px;
}
      div#m-hero-template--23410235211969__1623204222008a877b .h1 {
        font-size: 30px;
        line-height: 40px;
    }
  div#m-hero-template--23410235211969__1623204222008a877b span.m-hero__subtitle.h5.m\:text-white.m-scroll-trigger {
    font-size: 13px;
    line-height: 23px;
    padding-bottom: 10px;
}
section#m-section--template--23410235211969__1623205002e95bf455 .m-slider-controls {
    margin-top: 0;
}
section#m-section--template--23410235211969__1623205002e95bf455  .m-mixed-layout__wrapper {
    padding-bottom: 0;
}
section#m-section--template--23410235211969__1623207871a03c2ccd .m-testimonial.m-scroll-trigger {
    margin-bottom: 20px;
}
      .m-testimonials--layout-3 .m-testimonial__wrapper {
        height: unset;
    }

}
@media (max-width: 428px) {}
@media (max-width: 414px) {
  div#m-hero-template--23410235211969__1623204222008a877b span.m-hero__subtitle.h5.m\:text-white.m-scroll-trigger {
    font-size: 13px;
    line-height: 23px;
    padding-bottom: 10px;
}

#m-section--template--23410235211969__1623205002e95bf455 .m-mixed-layout__wrapper {
    padding-bottom: 0px !important;
}

div#shopify-section-template--23410235211969__16232061662f1fee46 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__16232064303897e8c9 h3.m-richtext__title.m-content-box__heading.h2, div#shopify-section-template--23410235211969__new_featured_product_aEHPYP h2.m-product-title {
    font-size: 21px !important;
    line-height: 35px !important;
}

section#m-section--template--23410235211969__1623207871a03c2ccd .swiper-container {
    padding-bottom: 70px;
}
}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
/* =========================css=========================================== */
@media screen and (min-width: 1280px) {
  .xl\:items-center {
    align-items: center;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .img-ctn {
    margin-bottom: 24px;
  }
}
