@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  line-height: normal;
}

.emunah-skipnav {
  width: 100%;
  position: absolute;
  display: block;
  top: -20px;
  background-color: #111111;
}
.emunah-skipnav:focus {
  position: initial;
}

.emunah-header {
  background-color: rgba(10, 15, 26, 0.95);
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 10000;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 1024px) {
  .emunah-header {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (min-width: 940px) {
  .emunah-header__menu {
    display: none;
  }
}

.emunah-header__nav {
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 0;
}

.emunah-header__logo-and-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.emunah-header__logo {
  height: 16px;
}

.emunah-header__nav-list {
  display: none;
  row-gap: 80px;
  align-items: center;
}
@media (min-width: 940px) {
  .emunah-header__nav-list {
    display: flex;
    gap: 28px;
  }
}

.emunah-header__nav-link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  white-space: nowrap;
}

.emunah-hero {
  background-color: #060807;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 1024px) {
  .emunah-hero {
    padding-left: 96px;
    padding-right: 96px;
  }
}

.emunah-hero__main {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .emunah-hero__main {
    padding-top: 0px;
  }
}

.emunah-hero__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 768px) {
  .emunah-hero__wrapper {
    flex-direction: row;
  }
}

.emunah-hero__logo {
  margin-bottom: 24px;
  max-width: 100%;
}

.emunah-hero__tagline {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 2.56px;
}

.emunah-hero__product-name {
  color: #5F80C1;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1.92px;
}
.emunah-hero__product-name strong {
  font-weight: 600;
}
.emunah-hero__product-name sub {
  font-size: 16px;
}

.emunah-hero__promo-video {
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .emunah-hero__promo-video {
    width: 50%;
  }
}

.emunah-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  column-gap: 8px;
  row-gap: 16px;
}
@media (min-width: 480px) {
  .emunah-hero__actions {
    flex-direction: row;
  }
}

.emunah-button {
  font-weight: 500;
  letter-spacing: 1.44px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.emunah-button--primary {
  background-color: white;
  color: black;
}
.emunah-button--primary-dark {
  background-color: #182231;
  color: white;
}
.emunah-button--secondary {
  background-color: black;
  color: white;
  border: solid rgba(255, 255, 255, 0.09) 1px;
}
.emunah-button--full-block {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.emunah-reason-to-believe {
  background-color: #0F1727;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 1024px) {
  .emunah-reason-to-believe {
    padding-left: 96px;
    padding-right: 96px;
  }
}

.emunah-reason-to-believe__wrapper {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}

.emunah-reason-to-believe__heading {
  color: #5F80C1;
  font-size: 20px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .emunah-reason-to-believe__heading {
    font-size: 32px;
  }
}

.emunah-reason-to-believe__body {
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.emunah-reason-to-believe__body strong {
  color: #5F80C1;
}
@media (min-width: 480px) {
  .emunah-reason-to-believe__body {
    font-size: 56px;
  }
}

.emunah-reason-to-believe__footnote {
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 480px) {
  .emunah-reason-to-believe__footnote {
    font-size: 28px;
  }
}

.emunah-footer {
  background-color: #111111;
  padding: 48px;
}
@media (min-width: 1024px) {
  .emunah-footer {
    padding: 48px 96px;
  }
}

.emunah-footer__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.emunah-footer__nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 480px) {
  .emunah-footer__nav {
    flex-direction: row;
    gap: 0px;
  }
}

.emunah-footer__copyright {
  color: #5F80C1;
  font-size: 18px;
  margin-bottom: 44px;
}

.emunah-footer__links-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #BDBDBD;
  margin-bottom: 20px;
}

.emunah-footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.emunah-footer__link {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.emunah-footer__link:hover {
  text-decoration: underline;
}

.emunah-footer__links--social {
  display: flex;
  gap: 24px;
}
.emunah-footer__links--social a {
  color: white;
}

.emunah-lifestyle-moment {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.emunah-lifestyle-moment__picture {
  height: 960px;
  width: 100%;
}

.emunah-lifestyle-moment__image {
  height: 960px;
  width: 100%;
  object-fit: cover;
}

.emunah-lifestyle-moment__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 86.94%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.emunah-lifestyle-moment__content {
  padding: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .emunah-lifestyle-moment__content {
    padding: 48px 48px;
  }
}
@media (min-width: 768px) {
  .emunah-lifestyle-moment__content {
    padding: 48px 96px;
  }
}

.emunah-lifestyle-moment__heading {
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 12px;
}

.emunah-lifestyle-moment__body {
  font-size: 28px;
  color: white;
  line-height: normal;
}

.emunah-product-details {
  background: rgb(235, 235, 235);
}

.emunah-product-details__wrapper {
  background: white;
  display: flex;
  flex-direction: column-reverse;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .emunah-product-details__wrapper {
    flex-direction: row;
  }
}

.emunah-product-details__image--main {
  background-color: #F7F7F7;
  width: 100%;
  margin-bottom: 20px;
}

.emunah-product-details__alt-images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 48px;
}

.emunah-product-details__image--alt {
  flex: 1 1 auto;
  max-width: 20%; /* Ensures images don’t exceed container width */
  height: auto; /* Maintains aspect ratio */
  object-fit: cover;
  background: #F7F7F7;
  border: 2.5px solid #f0f0f0;
  cursor: pointer;
}

.emunah-product-details__image--alt-selected {
  border-color: #5F80C1;
}

.enunah-product-details__image-gallery {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .enunah-product-details__image-gallery {
    width: 50%;
  }
}

.emunah-product-details__information {
  box-sizing: border-box;
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .emunah-product-details__information {
    padding: 48px;
  }
}
@media (min-width: 1024px) {
  .emunah-product-details__information {
    width: 50%;
  }
}

.emunah-product-details__tag {
  padding: 8px 20px;
  border-radius: 80px;
  background: #F7F7F7;
  color: #0F1727;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.emunah-product-details__name {
  color: black;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.emunah-product-details__variation {
  color: black;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.emunah-product-details__includes {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.emunah-product-details__price {
  color: black;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.emunah-product-details__price-sub {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}

.emunah-product-details__description {
  color: #1E1E1E;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 32px;
}

.emunah-video__player {
  border-radius: 12px;
  border: 1px solid #0F1727;
  box-shadow: 0px 0px 24px 8px rgba(15, 23, 39, 0.4);
  margin-bottom: 12px;
  max-width: 100%;
}

.emunah-video__toggle-button {
  background: none;
  border: none;
  color: #5F80C1;
  font-family: "Figtree", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.emunah-product-details__feature-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  margin-bottom: 32px;
}

.emunah-product-details__feature-item {
  color: #767676;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 12px;
}

.emunah-product-details__product-features-heading {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.emunah-product-details__product-features {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding-left: 24px;
}
.emunah-product-details__product-features strong {
  font-weight: 600;
}
.emunah-product-details__product-features li {
  list-style: disc;
  margin-bottom: 16px;
}

.emunah-policy {
  background-color: #010206;
  color: white;
  padding-top: 88px;
}
.emunah-policy a {
  color: #5F80C1;
}
.emunah-policy li {
  margin-left: 3rem;
}
.emunah-policy ul li {
  list-style: disc;
}
.emunah-policy ol li {
  list-style: decimal;
}
.emunah-policy h3 {
  margin-bottom: 16px;
  letter-spacing: 1.6px;
  color: #5F80C1;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 24px;
}
.emunah-policy p {
  font-size: 20px;
  margin-bottom: 16px;
  position: relative;
}
.emunah-policy p:has(> span.emunah-legal-marker) {
  margin-left: 3rem;
}

.emunah-legal-marker {
  display: block;
  position: absolute;
  left: 0;
  margin-left: -3rem;
}

.emunah-policy__title {
  max-width: 1440px;
  font-size: 34px;
  font-weight: 500;
  padding: 0px 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .emunah-policy__title {
    padding: 0px 96px;
  }
}

.emunah-policy__last-updated {
  max-width: 1440px;
  color: #BDBDBD;
  font-size: 16px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 0px 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .emunah-policy__last-updated {
    padding: 0px 96px;
  }
}

.emunah-policy__body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 48px;
}
@media (min-width: 1024px) {
  .emunah-policy__body {
    padding: 36px 96px;
  }
}

.emunah-policy__header {
  background-color: #111111;
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
