body {
  --color-dark: #020202;
  --color-primary: #2b2a70;
  --color-default: var(--color-primary) !important;
  --color-blue: var(--color-primary) !important;
  --color-secondary: #d52117;
  --color-yellow: #F6D30D;
  --color-supernova: #FFCC02;
  --color-secondary-faded: rgba(108, 147, 225, 0.15);
  --color-secondary-shadow: rgba(108, 147, 225, 0.4);
  --color-secondary-darker: #45639b;
  --color-notice: #caf3ff;
  --color-banner: #FFF5CC;
  --color-red: #d52117;
  --color-green: #3F7652;
  --color-background: #f8f8f7 !important;
  font-family: "Faktum", sans-serif !important;
  background-color: #f8f8f7 !important;
}

@font-face {
  font-family: "Faktum";
  src: url("Faktum-Medium.eot") format("embedded-opentype"), url("Faktum-Medium.woff2") format("woff2"), url("Faktum-Medium.woff") format("woff"), url("Faktum-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Faktum";
  src: url("Faktum-MediumItalic.eot") format("embedded-opentype"), url("Faktum-MediumItalic.woff2") format("woff2"), url("Faktum-MediumItalic.woff") format("woff"), url("Faktum-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
.button {
  border-radius: 40px;
  overflow: hidden;
}
.button.totemo-button {
  padding: 0 40px;
}
.button.outline {
  border-width: 2px !important;
}

.ticks .tick input[type=radio]:checked + .tickbox {
  border-color: rgba(63, 118, 82, 0.66);
  box-shadow: 0 0 5px 0 rgba(62, 117, 81, 0.5);
}

.input {
  border-color: var(--color-primary);
  box-shadow: none;
}

.cart-thanks {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  align-items: center;
  background-color: transparent;
}
.cart-thanks strong.title {
  font-size: var(--font-massive);
}
.cart-thanks .large-icon {
  color: var(--color-green);
}
.cart-thanks .cart-thanks-qr {
  --qr-color: var(--color-primary);
}

.cart-top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.cart-item-image img {
  border-radius: 10px;
}

.cart-suggestions {
  display: none !important;
}

.totemo-country-switcher {
  position: relative;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
}
@media all and (max-width: 991.9px) {
  .totemo-country-switcher {
    display: none;
  }
}
.totemo-country-switcher.mobile {
  display: flex;
  position: absolute;
  top: 20px;
  height: auto;
  left: 50%;
  transform: translateX(-50px);
}
@media all and (min-width: 992.1px) {
  .totemo-country-switcher.mobile {
    display: none;
  }
}
.totemo-country-switcher-current {
  height: 100%;
  padding: 0 40px;
  font-size: var(--font-medium);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.totemo-country-switcher-current .fi {
  overflow: hidden;
  border-radius: 20px;
  font-size: var(--font-small);
}
.totemo-country-switcher-list {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  gap: 4px 8px;
  flex-wrap: wrap;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 999;
  padding: 20px;
  right: 10px;
  max-width: 420px;
  width: max-content;
  background-color: var(--color-white);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}
.totemo-country-switcher-list.visible {
  opacity: 1;
  pointer-events: auto;
}
.totemo-country-switcher-list > * {
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  text-decoration: none;
  gap: 8px;
}
.totemo-country-switcher-list > * .fi {
  font-size: var(--font-small);
  overflow: hidden;
  border-radius: 20px;
}
.totemo-country-switcher-list > *.current, .totemo-country-switcher-list > *:hover {
  background-color: rgb(from var(--color-primary) r g b/10%);
}

.totemo-features {
  padding: 40px 0 40px;
  background-color: #f8f8f7;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.totemo-features.with-bg {
  background-color: #fce9e4;
  border-radius: 18px;
}
.totemo-features h2 {
  font-size: 2.6666666667rem;
  text-align: center;
}
@media all and (max-width: 767.9px) {
  .totemo-features h2 {
    line-height: 1.5;
    font-size: 24px;
  }
}
.totemo-features-grid {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 40px;
}
@media all and (max-width: 767.9px) {
  .totemo-features-grid {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.totemo-feature {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.totemo-feature img {
  height: 130px;
}
.totemo-feature-label {
  display: flex;
  font-size: 1.2666666667rem;
  align-items: center;
  flex-direction: column;
}

.feed-list {
  grid-gap: 40px 20px;
}

.totemo-footer {
  width: 100%;
  padding: 40px 40px 80px;
}
@media all and (max-width: 991.9px) {
  .totemo-footer {
    padding: 64px 24px;
  }
}
@media all and (max-width: 767.9px) {
  .totemo-footer {
    padding: 64px 8px;
  }
}
.totemo-footer-content {
  width: 100%;
  background-color: var(--color-primary);
  padding: 96px 40px;
  border-radius: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1279.9px) {
  .totemo-footer-content {
    border-radius: 48px;
  }
}
@media all and (max-width: 991.9px) {
  .totemo-footer-content {
    padding: 64px 24px;
  }
}
.totemo-footer-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
}
.totemo-footer__logo {
  width: 180px;
}
.totemo-footer__labels {
  display: flex;
  gap: 16px;
}
@media all and (max-width: 991.9px) {
  .totemo-footer__labels {
    flex-direction: column;
  }
}
.totemo-footer__label {
  background-color: white;
  border-radius: 32px;
  padding: 16px 40px;
  color: var(--color-primary);
  border: none;
  font-size: var(--font-ample);
  font-weight: var(--weight-medium);
  line-height: 1.3;
  height: auto;
}
.totemo-footer__label:hover {
  background-color: white;
  color: var(--color-primary);
}
.totemo-footer__links {
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 1.7;
  flex-wrap: wrap;
}
.totemo-footer__link {
  color: var(--color-white);
  border: 2px solid var(--color-white);
  padding: 12px 28px;
  height: auto;
  font-size: var(--font-tiny);
  line-height: 1.3;
}
@media all and (max-width: 767.9px) {
  .totemo-footer__link {
    padding: 8px 16px;
  }
}
.totemo-footer__socials {
  display: flex;
  gap: 8px;
}
.totemo-footer__socials a {
  padding: 8px;
}
.totemo-footer__bottom {
  display: flex;
  gap: 24px;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-petty);
  margin-top: 32px;
  flex-wrap: wrap;
}
.totemo-footer__bottom > * {
  white-space: nowrap;
}
.totemo-footer__bottom a {
  text-decoration: underline;
  color: var(--color-white);
  font-size: var(--font-petty);
}

.totemo-header {
  width: 100%;
  height: 95px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f7;
  position: relative;
}
@media all and (max-width: 991.9px) {
  .totemo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 64px;
  }
}
.totemo-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 991.9px) {
  .totemo-header-logo {
    padding-right: 0;
  }
}
.totemo-header-logo img {
  width: 114px;
}
@media all and (max-width: 991.9px) {
  .totemo-header-logo img {
    width: 80px;
  }
}
.totemo-header-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  width: 100%;
}
@media all and (max-width: 991.9px) {
  .totemo-header-navigation {
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 300ms;
    background-color: #F8F8F7;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .totemo-header-navigation.active {
    pointer-events: all;
    transform: translateX(0);
  }
}
.totemo-header-menu-button {
  width: 22px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  z-index: 999;
  margin: 0 20px;
}
@media all and (min-width: 992.1px) {
  .totemo-header-menu-button {
    display: none;
  }
}
.totemo-header-menu-button span {
  display: flex;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  background: rgb(50, 50, 49);
  transition: all 300ms;
  transition-property: opacity, transform;
  opacity: 1;
}
.totemo-header-menu-button span:nth-child(2) {
  margin: 9px 0;
}
.totemo-header-menu-button.active span:first-child {
  transform: translateY(12px) translateY(-50%) rotate(-45deg);
}
.totemo-header-menu-button.active span:nth-child(2) {
  opacity: 0;
}
.totemo-header-menu-button.active span:last-child {
  transform: translateY(-12px) translateY(50%) rotate(45deg);
}
.totemo-header .link {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-primary);
  padding: 0 10px;
  cursor: pointer;
  transition: color 300ms;
  font-size: var(--font-text);
  width: 150px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
}
.totemo-header .link:hover, .totemo-header .link.active {
  color: var(--color-secondary);
}
.totemo-header .link.active {
  cursor: pointer;
}
@media all and (max-width: 991.9px) {
  .totemo-header .link {
    height: 56px;
    width: 188px;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--font-normal);
  }
}
.totemo-header-cart {
  display: flex;
  text-decoration: none;
  position: relative;
  font-size: var(--font-big);
  gap: 10px;
  text-transform: uppercase;
}
.totemo-header-cart .icon-cart {
  position: relative;
}
.totemo-header-cart-value {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-size: var(--font-tiny);
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-secondary);
  font-weight: var(--weight-semibold);
  color: var(--color-white);
}
.totemo-header-cart-label {
  font-size: var(--font-normal);
}
@media all and (max-width: 991.9px) {
  .totemo-header-cart-label {
    display: none;
  }
}
@media all and (max-width: 991.9px) {
  .totemo-header-cart {
    position: absolute;
    left: 20px;
  }
}
.totemo-header-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.totemo-home {
  background-color: #FCE9E4 !important;
}

.totemo-home-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}
.totemo-home-text__header {
  font-size: var(--font-huge);
  text-transform: uppercase;
  font-weight: var(--weight-bold);
  position: relative;
  margin: 0;
  padding-bottom: 35px;
  padding-top: 20px;
}
@media all and (max-width: 767.9px) {
  .totemo-home-text__header {
    padding-bottom: 0;
    text-align: center;
    line-height: 1.5;
  }
}
.totemo-home-text p {
  text-align: center;
  width: 100%;
  max-width: 720px;
  line-height: 2;
  font-size: var(--font-big);
}
.totemo-home-text__solid {
  margin-top: 20px;
  margin-bottom: 36px;
  font-size: var(--font-medium);
  font-weight: var(--weight-medium);
  text-align: center;
}

@media all and (min-width: 768.1px) {
  .product-box__name {
    font-size: var(--font-big);
  }
}
.product-box__container {
  gap: 12px;
  position: relative;
}
.product-box__image img {
  aspect-ratio: auto;
  border-radius: 12px;
}
@media all and (max-width: 767.9px) {
  .product-box__image img {
    border-radius: 8px;
  }
}

.product-slideshow .glide-main {
  border-radius: 18px;
  overflow: hidden;
}
.product-slideshow .slideshow-reel img {
  border-radius: 11px;
}

.product-header h1 {
  line-height: 1.2;
}
.product-header h1.great {
  margin-bottom: 8px;
}
@media all and (min-width: 992.1px) {
  .product-header h1.great {
    font-size: var(--font-massive);
  }
}

.variants .variant {
  border-radius: 40px;
}
.variants .variant img {
  border-radius: 20px;
}
.variants .variant.active {
  color: var(--color-white);
  background-color: var(--color-green);
}
.variants .variant.active::before {
  display: none !important;
}

.promotion-code {
  margin-top: 0;
}