/** Shopify CDN: Minification failed

Line 488:8 Expected ":"
Line 490:0 Unexpected "}"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-scheme-1) {
  border-top: 1px solid #FF5602;
  margin-top:50px;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

/* FOOTER BOTTOM */

.footer__content-top .footer-bottom{
  padding-top:72px;
  border-top:none;
}

.footer-bottom__inner{
  max-width:1440px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  flex-wrap:wrap;
}

.footer-bottom__copyright{
  color:#FF5602;
  font-family:"Work Sans",sans-serif;
  font-size:14px;
  line-height:1.4;
}

/* selectors */
.footer-bottom__selectors{
  display:flex;
  align-items:center;
  gap:18px;
}

.footer-dropdown{
  position:relative;
}

.footer-dropdown summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:8px;
  color:#FF5602;
  font-size:14px;
  font-weight:500;
}

.footer-dropdown summary::-webkit-details-marker{
  display:none;
}


/* your svg arrow */
.footer-arrow{
  width:24px;
  height:24px;
  display:inline-block;
  background-repeat:no-repeat;
  background-size:24px;
  background-position:center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.7992 9.6001L11.9992 14.4001L7.19922 9.6001' stroke='%23FF5602' stroke-width='2.04' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition:.3s;
}

.footer-dropdown[open] .footer-arrow{
  transform:rotate(180deg);
}

/* dropdown list */
.footer-dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  background: #F7F6F2;
  padding:12px 0;
  min-width:220px;
  border:1px solid #FF5602;
  border-radius:10px;
  list-style:none;
  margin:10px 0 0;
  z-index:50;
}

.footer-dropdown-menu li{
  margin:0;
}

.footer-dropdown-menu button{
  width:100%;
  text-align:left;
  background:none;
  border:none;
  padding:10px 16px;
  cursor:pointer;
  font-size:14px;
  color:#FF5602;
}

.footer-dropdown-menu button:hover{
  background:#fff3eb;
}


/* payment icons right */
.footer-bottom__payments{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}

.footer-bottom__payments svg{
  height:20px;
  width:auto;
}

/* giant word */
.footer-ohmia{
  margin-top: 30px;
  img {
    width: 100%;
  }
}

/* Tablet */
@media(max-width:991px){

.footer-bottom__inner{
  gap:14px;
  padding:0 0px;
}

.footer-bottom__selectors{
  flex-wrap:wrap;
  justify-content:center;
}

}

/* Mobile */
@media(max-width:767px){

.footer-bottom{
  padding-top:20px;
}

.footer-bottom__inner{
  flex-direction:column;
  text-align:center;
  gap:14px;
  padding:0 0px;
}

.footer-bottom__payments{
  justify-content:center;
}
.footer__content-top .footer-bottom{
  padding-top:30px;
}

}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}
.footer-social-media {
  margin-top: 10px;
  displa  }

}


@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }
 
  .footer-social-media a:hover{
    cursor:pointer;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }
    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}


.footer .footer__content-bottom {
  display: none;
}
.footer .footer__content-top.page-width {
  padding-bottom: 0;

  max-width: 1440px;
  padding-inline: 40px;
}
.footer .footer__content-top.page-width > .footer__blocks-wrapper {
  /* padding: 40px;
  background: rgb(255 241 241 / 60%);
  border: 4px solid #FFF1F1;
  border-radius: 30px; */
}
.footer-block__newsletter > .fb-n-logo {
  margin-bottom: 20px;
  text-align: left;
}
.footer-block__newsletter .fb-n-logo > img {
  width: auto;
  margin: auto;
  max-height: 70px;
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}
.footer-block__newsletter .fb-n-logo > .rte {
  color: #1E1E1E;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Outfit';
  max-width: 420px;
}
.footer-block__newsletter .footer-block__text * {
  color: #FF5602;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Outfit';
  text-transform: uppercase;
}

.footer .footer__content-top h2.footer-block__heading {
  color: #FF5602;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%; 
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .footer__content-top .footer--link_list li > a {
  color: #FF5602;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Outfit';
  padding: 6px 0 0 0;
}

.footer .footer__content-top .newsletter-form__field-wrapper .field {
  background-color: transparent;
  border-radius: 0;
  overflow: unset;
  gap: 16px;
}
.footer .footer__content-top .newsletter-form__field-wrapper .field__input {
  background-color: transparent;
  border: 2px solid #FF0000;
  border-radius: 20px;
  height: 40px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Outfit' !important;
}
.footer .footer__content-top .newsletter-form__field-wrapper .field__input::placeholder {
  color: #FF0000;
  font-family: 'Outfit' !important;
}
.footer .footer__content-top .newsletter-form__field-wrapper .newsletter-form__button {
  width: 169px;
  height: 40px;
  border-radius: 20px;
  right: unset;
  position: relative;
  top: unset;
  background-color: #ff0000b3;
  border: 2px solid #FF0000;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0;
}
.footer .footer__content-top .newsletter-form__field-wrapper .newsletter-form__button:hover,
.footer .footer__content-top .newsletter-form__field-wrapper .newsletter-form__button:focus-visible{
  background-color: #FF0000;
}
@media (min-width: 1024px) {
  .footer .grid--4-col-tablet .grid__item.footer--email_signup {
    width: calc(52% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .footer .grid--4-col-tablet .grid__item.footer--link_list {
    width: calc(16% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
@media (max-width: 1400px) {
  .footer .footer__content-top.page-width {
    padding-inline: 20px;
  }
}
@media (max-width: 1023px) {
  .footer .grid--4-col-tablet .grid__item.footer--email_signup {
    width: 100%;
  }
  .footer .grid--4-col-tablet .grid__item.footer--link_list {
    width: calc(33.333% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .footer-block__newsletter > .fb-n-logo {
    text-align: center;
  }
  .footer-block__newsletter .fb-n-logo > img {
    margin: auto auto 10px auto;
  }
  .footer-block__newsletter .fb-n-logo > .rte {
    max-width: 100%;
  }
  .footer-block.footer--email_signup .footer-block__text.rte {
    text-align: center;
  }
  .footer-block.footer--email_signup .newsletter-form {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .footer .footer__content-top.page-width>.footer__blocks-wrapper {
    /* border-radius: 20px; */
    display: grid !important;
    grid-template-columns: repeat(2 , 1fr);
  }
  .footer .footer__content-top.page-width>.footer__blocks-wrapper > div {
    width: 100%;
  }
  .footer .footer__content-top .newsletter-form__field-wrapper .field {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footer__content-top .newsletter-form__field-wrapper .newsletter-form__button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .footer .footer__content-top.page-width>.footer__blocks-wrapper {
    grid-template-columns: repeat(1 , 1fr);
  }
}