/** Shopify CDN: Minification failed

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

**/
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("font-BarlowSemiCondensed-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("font-BarlowSemiCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("font-BarlowSemiCondensed-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("font-Roboto-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("font-Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("font-Roboto-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("font-Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("font-Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("font-Roboto-Regular.ttf") format("truetype");
}

:root {
  --off-white: #f7f1df;
  --cloud: #f7f7f7;
  --blue: #33c0c9;
  --light-blue: #66c9f3;
  --black: #313131;
  --dark-grey: #3f3f3f;
  --disabled: #989898;
  --primary: #412f87;
  --purple: #412f87;
  --faded-purple: #e6e7fb;
  --light-purple: #9c7ee7;
  --sale: #de1426;
  --swiper-pagination-bullet-size: 14px;
  --swiper-theme-color: var(--primary);
}

html {
  scroll-behavior: smooth;
}

body.template-index {
  background-color: var(--cloud);
}

.silmea-theme-section,
.silmea-theme-section * {
  box-sizing: border-box;
}

.silmea-theme-section {
  position: relative;
  width: 100%;
  color: var(--black);
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.silmea-theme-section h1,
.silmea-theme-section h2,
.silmea-theme-section h3,
.silmea-theme-section h4,
.silmea-theme-section h5,
.silmea-theme-section h6 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.silmea-theme-section p {
  margin: 0;
}

.silmea-theme-section a {
  color: inherit;
  text-decoration: none;
}

.silmea-theme-section img,
.silmea-theme-section svg,
.silmea-theme-section video {
  display: block;
  max-width: 100%;
  height: auto;
}

.silmea-theme-section .button,
#silmea-sticky-cta .button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 298px;
  padding: 10px 15px 12px;
  border: 0;
  border-radius: 50px;
  background-color: var(--purple);
  color: #fff;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.silmea-theme-section .button:hover,
#silmea-sticky-cta .button:hover {
  background-color: var(--light-purple);
  box-shadow: inset 0 0 3px var(--off-white);
}

.silmea-theme-section .button.light {
  background-color: var(--light-purple);
  color: var(--off-white);
}

.silmea-theme-section .button.light:hover {
  background-color: var(--purple);
  box-shadow: inset 0 0 3px var(--light-purple);
}

.silmea-theme-section .button.white {
  background-color: #fff;
  color: var(--primary);
}

.silmea-theme-section .button.white:hover {
  background-color: var(--light-purple);
  color: #fff;
  box-shadow: inset 0 0 3px var(--light-purple);
}

.patrol-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.silmea-theme-section .swiper-wrapper {
  display: flex;
}

.silmea-theme-section .swiper-slide {
  flex-shrink: 0;
}

.silmea-theme-section .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-size);
  height: var(--swiper-pagination-bullet-size);
  border-radius: 999px;
  background: #fff;
  opacity: 0.6;
  cursor: pointer;
}

.silmea-theme-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#silmea-hero-slideshow .heroV3 {
  position: relative;
}

#silmea-hero-slideshow .swiper-wrapper {
  width: 100%;
  height: auto !important;
}

#silmea-hero-slideshow .heroV3Slide {
  width: 100%;
  min-height: clamp(560px, 58vw, 760px);
}

#silmea-hero-slideshow .heroV3SlideWrap {
  min-height: inherit;
  max-width: calc(100vw - 40px);
}

#silmea-hero-slideshow .heroV3SlideTitle,
#silmea-hero-slideshow .heroV3SlideTxt,
#silmea-hero-slideshow .heroV3SlideLink {
  position: relative;
  z-index: 2;
}

#silmea-featured-products .featuredV2ItemLink {
  display: block;
  width: 100%;
}

#silmea-featured-products .featuredV2ItemLinkImg {
  width: 100%;
  object-fit: contain;
}

#silmea-featured-products .featuredV2ItemBtn,
#silmea-featured-products .featuredV2ItemATC,
#silmea-secondary-hero .heroV2BodyLink,
#silmea-sticky-cta .stickyLink {
  white-space: normal;
  text-align: center;
}

#silmea-ingredients .ingredV3SwiperSlideBodyImg,
#silmea-secondary-hero .heroV2BodyItemImg,
#silmea-trust-strip .trustItemImg {
  object-fit: contain;
}

#silmea-press-logos .logosSwiper {
  overflow: hidden;
}

#silmea-press-logos .logosSwiperWrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  width: max-content;
  animation: silmea-marquee 40s linear infinite;
  will-change: transform;
}

#silmea-press-logos .logosSwiper:hover .logosSwiperWrapper {
  animation-play-state: paused;
}

@keyframes silmea-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.template-index .shopify-section-group-footer-group {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #silmea-press-logos .logosSwiperWrapper {
    animation: none;
  }
}

@media (max-width: 1026px) {
  #silmea-hero-slideshow .heroV3Slide {
    min-height: 680px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #silmea-hero-slideshow .heroV3SlideWrap {
    height: auto;
  }
}

@media (max-width: 800px) {
  .silmea-theme-section .button,
  #silmea-sticky-cta .button {
    max-width: none;
    font-size: 22px;
    padding: 8px 15px 10px;
  }

  #silmea-hero-slideshow .heroV3Slide {
    min-height: 700px;
    max-width: 100vw;
    padding-top: 42px;
    padding-bottom: 86px;
    background-position: center top;
  }

  #silmea-hero-slideshow .heroV3SlideWrap {
    width: calc(100vw - 50px) !important;
    max-width: calc(100vw - 50px) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
  }

  #silmea-hero-slideshow .heroV3SlideTitle {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    line-height: 0.95;
  }

  #silmea-hero-slideshow .heroV3SlideTitle p {
    text-wrap: balance;
  }

  #silmea-hero-slideshow .heroV3SlideTxt {
    width: 100%;
    max-width: 320px;
    margin: 12px auto 0;
  }

  #silmea-hero-slideshow .heroV3SlideLink {
    margin-left: auto;
    margin-right: auto;
  }

  #silmea-press-logos .logosSwiperWrapper {
    gap: 42px;
  }

  .heroV3 {
  position: relative;
  overflow: hidden;
}

.heroV3 .swiper-wrapper {
  display: block;
  position: relative;
}

.heroV3Slide {
  display: none;
  width: 100%;
}

.heroV3Slide.swiper-slide-active {
  display: flex;
}

/* Pull logo section upward */

.footer-logo,
.footer-brand,
.footer-branding,
.footer-image {
    margin-top: -180px !important;
    padding-top: 0 !important;
}

/* Reduce the giant empty area above logo */

.footer-bottom,
.footer-bottom-inner,
.footer-main,
.footer-content {
    padding-bottom: 20px !important;
}

/* Logo sizing */

.footer-logo img,
.footer-brand img,
.footer-branding img {
    max-width: 900px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.heroV3ControlsPag {
  display: flex;
  align-items: center;
  gap: 8px;
}

.heroV3ControlsPag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.55;
  display: block;
}

.heroV3ControlsPag .swiper-pagination-bullet-active {
  opacity: 1;
}




