/** Shopify CDN: Minification failed

Line 619:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem 1.8rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .cards-wrapper > article img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .card__title {
    font-family: var(--heading-font);
    text-transform: uppercase;
    margin-top: 2.8rem;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .card__description {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }

  @media screen and (max-width: 579px) {
    .cards-wrapper {
      grid-template-columns: 1fr;
    }
  }
footer {
  margin-top: auto;
}

.newsletter-form__field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 58rem;
  border-radius: var(--border-radius);
  background-color: var(--background-color);
  padding: .7rem .8rem .7rem 1.8rem ;
}

.newsletter-form__field input {
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.newsletter-form__field input::placeholder {
  font-size: 1.6rem;
  color: var(--main-color);
}

.newsletter-form__field button {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-weight: 700;
  line-height: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  cursor: pointer;
}

.footer__claim {
  margin: 1.6rem 0;
  font-weight: 700;
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.911rem;
}

.footer__claim .text-style-title {
  --font-size: 2.4rem;
}

.footer__bottom-wrapper {
  border-top: 1px solid var(--main-color);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.footer__links-wrapper, .footer__payment-methods-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__links-wrapper {
  gap: 1.6rem;
}

.footer-link {
  text-decoration: none;
  text-transform: uppercase;
}

.footer__payment-methods-wrapper {
  gap: 1.8rem;
}

@media screen and (max-width: 394px) {
  .footer__claim {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: .8rem 0;
  }

  .footer__links-wrapper {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
  .footer__bottom-wrapper {
    gap: 2.4rem;
  }
}
.hero-with-video video {
          width: 100%;
  }
  
  .hero__info {
      padding-top: 1.8rem;
      padding-bottom: 5rem;
  }
  
  
  .hero__info p {
      max-width: 35rem;
      font-size: 1.4rem;
  }
  .products-list.slider-list {
      display: flex;
      overflow: auto;
  }
  .products-list.slider-list article {
    width: 60vw;
    max-width: 30rem;
    flex-shrink: 0;
  }
.hero-with-video video {
        width: 100%;
}

.hero__info {
    padding-top: 1.8rem;
    padding-bottom: 5rem;
}


.hero__info p {
    max-width: 35rem;
    font-size: 1.4rem;
}
.products-list.slider-list {
    display: flex;
    overflow: auto;
}
.products-list.slider-list article {
  width: 60vw;
  max-width: 30rem;
  flex-shrink: 0;
}
.cards-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10rem 1.8rem;
      margin-top: 10rem;
      margin-bottom: 10rem;
    }
  
    .cards-wrapper > article img {
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }
  
    .card__title {
      font-family: var(--heading-font);
      text-transform: uppercase;
      margin-top: 2.8rem;
      font-size: 2.4rem;
      font-weight: 700;
    }
  
    .card__description {
      font-size: 1.4rem;
      line-height: 1;
      margin-top: 0.8rem;
      margin-bottom: 1.2rem;
    }
  
    @media screen and (max-width: 579px) {
      .cards-wrapper {
        grid-template-columns: 1fr;
      }
    }
.main-page-title {
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}

.rte p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.1;
}

.rte ul {
  margin: 0;
  padding-left: 1.8rem;
}

.rte a {
  color: var(--main-color);
}

.rte img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 1rem 0;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: white;
  }
  :root {
    --header-size: 330px;
  }

  .header-title-wrapper.collapsed .header-title-wrapper_title {
    display: none;
  }

  .navbar {
    position: relative;
    border-top: 1px solid var(--main-color);
  }

  .header-title-wrapper_title {
    text-align: center;
    font-size: min(21.8rem, 12vw);
    line-height: 1;
    font-family: var(--heading-font);
  }

  .marquee {
    padding-top: 1.2rem;
    margin: auto -1.2rem;
    position: relative;
    overflow: hidden;
    --offset: 0vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    background-color: var(--marquee-bg);
    color: var(--marquee-text-desktop);
  }

  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 60s linear infinite;
    animation-play-state: running;
  }

  .marquee span {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 0 2.4rem;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .marquee .marquee__separator {
    padding: 0;
  }

  .marquee__separator:nth-of-type(3n + 1) {
    color: var(--marquee-1);
  }

  .marquee__separator:nth-of-type(3n + 2) {
    color: var(--marquee-2);
  }

  .marquee__separator:nth-of-type(3n + 3) {
    color: var(--marquee-3);
  }

  .marquee:hover .marquee__inner {
    animation-play-state: paused;
  }

  @media (prefers-reduced-motion) {
    .marquee__inner {
      animation-play-state: paused;
    }
  }

  @keyframes marquee {
    0% {
      transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
      transform: translate3d(var(--move-final), 0, 0);
    }
  }

  .menu {
    position: relative;
  }

  .menu__links-wrapper {
    gap: 1.6rem;
  }

  .menu-link {
    text-decoration: none;
    text-transform: uppercase;
  }

  .navbar {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    padding: 0.6rem 1.8rem;
  }

  .logo-link {
    flex: 1;
    text-align: center;
  }

  .logo-link svg,  .logo-link img {
      width: 7.3rem;
      height: auto;
    }

  .navbar__actions {
    justify-self: flex-end;
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    align-items: center;
  }

  details:not(.mobile-facets__details) {
    display: inline-flex;
    flex-direction: column;
    top: 0;
    position: relative;
  }

  details:not(.mobile-facets__details) > summary {
    list-style: none;
    cursor: pointer;
  }
  
  details > summary::-webkit-details-marker {
    display: none;
  }

  .summary-content {
    padding: 1.8rem 1rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    position: absolute;
    top: 1.6rem;
    left: -1rem;
    white-space: nowrap;
  }

  .summary-content .summary-content {
    position: relative;
    padding: 1.2rem;
    top: 0.8rem;
  }

  .summary-content .summary-content a {
    font-size: 1.4rem;
  }

  
  .hamburger-button {
    display: none;
  }

  @media screen and (max-width: 768px) {
    localization-form {
      display: none!important;
    }

    .navbar__actions {
      gap: 0.4rem;
    }

   
    .hamburger-button {
      display: block;
      justify-self: flex-start;
      position: relative;
      background: none;
      border: none;
      outline: 0;
      cursor: pointer;
      width: 2.4rem;
      height: 2.4rem;
    }

    .hamburger-button__line {
      position: absolute;
      left: 0;
      width: 2.4rem;
      height: 1px;
      background: var(--main-color);
      transition: all 0.3s ease;
    }

    .hamburger-button[open] .line--top {
      transform: rotate(45deg);
      top: 10px;
    }

    .hamburger-button[open] + nav {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: calc(100% - 1px);
      background: white;
      width: 100%;
      left: 0;
      padding: 1.8rem;
      gap: 2rem;
    }

    .hamburger-button[open] .line--mid {
      opacity: 0;
    }

    .hamburger-button[open] .line--bottom {
      transform: rotate(-45deg);
      top: 10px;
    }

    .line--top {
      top: 5px;
    }

    .line--mid {
      top: 10px;
    }

    .line--bottom {
      top: 15px;
    }

    nav.menu {
      display: none;
    }

    .summary-content {
      position: relative;
      top: 0;
      padding-bottom: 0;
    }

    .summary-content .summary-content {
      position: relative;
      padding: 1.2rem;
      top: 0.8rem;
    }

    .marquee {
      background-color: var(--marquee-background);
      color: var(--marquee-text-mobile);
    }

    .marquee__separator {
      opacity: 0;
    }
}
.products-collection-list__headline {
    display: flex;
    gap: 2.6rem;
    align-items: center;
  }
.continent-tabs {
  list-style: none; 
  position: relative; 
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex; 
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.continent-tabs input[type="radio"] {
  display: none;
}
.continent-tabs label {
  cursor: pointer;
}
.continent-tabs .continent__tab-panel {  
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 5rem;
 
}
.continent__country-retailers {
  display: grid;
  margin-top: 2rem;
  gap: 1rem;
  grid-template-columns: repeat( auto-fit, minmax(168px, calc(110rem / 6)) );
}

.retailer h3 {
  font-family: var(--body-font);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.continent-tabs [type="radio"]:checked + label {   
  border-bottom: 1px solid var(--main-color);
}
 .continent__tab-panel  {
    display: none;
   margin-top: 5rem; 
}
  
.continent__tab-panel.active {
  display: block;
}
.continent__country {
  margin-bottom: 2rem;
}
.continent__country h2 {
  --heading-font: 1.6rem;
  margin-bo{ttom: 2rem;
}

article.retailer > * {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 3px;
}
article.retailer a {
  color: #707070;
  text-decoration: none;
}

.continent__country-retailers {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

@media screen and (max-width: 600px) {
  .continent-tabs .continent__tab-panel  {
    padding-top: 0;
    left: 20ch;
    top: 0;
    width: calc(100% - 20ch);
  }

  .continent__tab-panel * {
    --font-size: 1.4rem;
    font-size: 1.4rem;
  }

  .continent-tabs {
    flex-direction: column;
    gap: 0;
  }
  .continent-tabs label {
    --font-size: 1.4rem;
  }
}