



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;
}


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;
}

button {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  appearance: none;
}

a {
  color: currentColor;
}

a, li, button {
  outline-color: #fff;
}

input, select, button, textarea {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

input[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media screen and (max-width: 1024px) {
  button, a {
    -webkit-tap-highlight-color: transparent;
  }
}
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #A4A4A4;
  --color-cloud:#F8F8F8;
  --color-lilac: #C6AEED;
  --color-gold: #F6C143;
  --color-red: #FF1C1C;
  --color-green: #56BE6D;
  --color-camel: #FFB762;
  --color-green: #56BE6D;
  --color-blue: #7A70E8;
  --color-orange: #B54902;
}

@font-face {
  font-family: "DIN OT";
  src: url("/assets/fonts/DINOT-Medium.woff2") format("woff2"), url("/assets/fonts/DINOT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paco";
  src: url("/assets/fonts/Paco.woff2") format("woff2"), url("/assets/fonts/Paco.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN OT";
  src: url("/assets/fonts/DINOT.woff2") format("woff2"), url("/assets/fonts/DINOT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN OT";
  src: url("/assets/fonts/DINOT-Extlight.woff2") format("woff2"), url("/assets/fonts/DINOT-Extlight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paco";
  src: url("/assets/fonts/Paco-Italic.woff2") format("woff2"), url("/assets/fonts/Paco-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN OT";
  src: url("/assets/fonts/DINOT-Light.woff2") format("woff2"), url("/assets/fonts/DINOT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 1451 Std";
  src: url("/assets/fonts/DINEngschriftStd.woff2") format("woff2"), url("/assets/fonts/DINEngschriftStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RecifeText";
  src: url("/assets/fonts/RecifeText-Regular.woff2") format("woff2"), url("/assets/fonts/RecifeText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family-DIN-1451-std: "DIN 1451 Std";
  --font-family-Paco: "Paco";
  --font-family-DIN-OT: "DIN OT";
  --font-family-RecifeText: "RecifeText";
}

.title-XL {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 95%;
  
  text-transform: uppercase;
}

.title-L--desktop {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 100%;
  
  text-transform: uppercase;
}

.title-L--mobile {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 100%;
  
  text-transform: uppercase;
}

.title-M {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 95%;
  
  text-transform: uppercase;
}

.title-S {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-XS {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-XXS {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 80%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.body-L {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 140%;
  
}

.body-M {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 140%;
  
}

.body-S {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  
}

.body-XS {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  
}

.body-XXS {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 120%;
  
}

h1 {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 95%;
  
  text-transform: uppercase;
}

h2 {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 95%;
  
  text-transform: uppercase;
}

h3 {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 100%;
  
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  h3 {
    
    font-family: var(--font-family-DIN-1451-std);
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 100%;
    
    text-transform: uppercase;
  }
}

h4 {
  
  font-family: var(--font-family-DIN-1451-std);
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 95%;
  
  text-transform: uppercase;
}

h5 {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h6 {
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  h6 {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 80%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}

p {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 140%;
  
}
@media screen and (max-width: 1024px) {
  p {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
}

:root {
  --sbw: 0px;
  --app-height: 100%;
}

html {
  font-variant-ligatures: none;
  font-size: 0.5952380952vw;
  font-size: calc(0.5952380952vw - var(--sbw) / 168);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(--sbw) / 37.5);
  }
}

html, body {
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

body {
  width: 100%;
  padding-top: var(--header-height);
}

* {
  box-sizing: border-box;
}

.section {
  width: 100%;
  overflow: hidden;
}

main {
  width: 100%;
  position: relative;
}

hr {
  border: none;
  border-top: 1px solid #C4C4C4;
  margin: 9rem 7rem 7rem 7rem;
}

.sro {
  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;
}

.js-anim-title > * {
  display: inline-block;
  transform: translateY(10rem);
  will-change: transform;
}

.js-anim-text {
  opacity: 0;
  transform: translateY(5rem);
  will-change: transform;
}

.js-anim-cta {
  opacity: 0;
  transform: translateY(3rem);
  will-change: transform;
}

@media screen and (min-width: 1025px) {
  .js-anim-section {
    opacity: 0;
    transform: translateX(20%);
    will-change: transform;
  }
}
.js-parallax-img, .js-parallax-img--light {
  overflow: hidden;
}

.js-fouc-font {
  opacity: 0;
}

.icon {
  --size: 2.4rem;
  --margin: 0;
  width: var(--size);
  height: var(--size);
  margin: var(--margin);
  will-change: transform;
}
button:not(.btn__cta) > .icon, a:not(.btn__cta) .icon {
  transition: transform 0.6s cubic-bezier(0.26, 0.58, 0.65, 1);
}
button:not(.btn__cta):hover > .icon, a:not(.btn__cta):hover > .icon {
  transform: translateY(-20%);
}
button:not(.btn__cta):active > .icon, a:not(.btn__cta):active > .icon {
  transform: translateY(-20%) scale(0.8);
}
button.btn__rounded:hover > .icon, a.btn__rounded:hover > .icon {
  transform: translate3d(-50%, -70%, 0);
}
button.btn__rounded:active > .icon, a.btn__rounded:active > .icon {
  transform: translate3d(-50%, -70%, 0) scale(0.8);
}
.icon--like {
  --color-state: rgba(0,0,0,0);
}
.icon--like path {
  transition: fill 1s cubic-bezier(0.26, 0.58, 0.65, 1);
}
.icon--like.liked, .liked .icon--like {
  color: black;
  --color-state: currentColor;
}
@media screen and (max-width: 1024px) {
  .icon--like {
    --margin: -.2rem -.2.5rem -.3rem -.2.5rem;
    --size: 1.7rem;
  }
}
.icon--cross {
  --size: 3.4rem;
  --stroke-width: 1.3;
}
.icon--cross path {
  stroke-width: var(--stroke-width);
}
.icon--with-margin, .icon--responsive {
  --stroke-width: 1.3;
}
.icon--with-margin path, .icon--responsive path {
  stroke-width: var(--stroke-width);
}
@media screen and (max-width: 1024px) {
  .icon--with-margin, .icon--responsive {
    --stroke-width: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .icon--with-margin {
    --margin: -.2rem;
    --size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .icon--responsive {
    --size: 1.2rem;
  }
}
.icon--star {
  --size: 1.2rem;
  --color-half: transparent;
  --color-full: #E6E6E6;
}

@keyframes anim__btn__cta {
  0% {
    transform: translate3d(0, 0, 0);
  }
  49% {
    transform: translate3d(0, -300%, 0);
  }
  50% {
    transform: translate3d(0, 300%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim__btn__link {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.btn__cta {
  --background-color: var(--color-white);
  --border-color: var(--color-white);
  --color: var(--color-black);
  --size: initial;
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 0.13rem solid var(--border-color);
  background-color: var(--background-color);
  color: var(--color);
  border-radius: 0.5rem;
  width: var(--size);
  overflow: hidden;
  text-align: center;
  padding: 1.9rem 2.4rem;
  transition: transform 1s cubic-bezier(0.26, 0.58, 0.65, 1);
}
@media screen and (max-width: 1024px) {
  .btn__cta {
    padding: 1.3rem 1.4rem;
  }
}
.btn__cta__container {
  display: inline-block;
}
.btn__cta:hover .btn__cta__container {
  animation: anim__btn__cta 1s cubic-bezier(0.26, 0.58, 0.65, 1) forwards;
}
.btn__cta:active {
  transform: scale(0.8) !important;
}
.btn__cta--with-ico {
  padding-left: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .btn__cta--with-ico {
    padding-left: 1.4rem;
  }
}
.btn__cta--with-ico .btn__cta__container {
  position: relative;
  display: inline-block;
  padding-left: 3.4rem;
}
.btn__cta__primary--black {
  --background-color: var(--color-black);
  --border-color: var(--color-black);
  --color: var(--color-white);
}
.btn__cta__standard--white {
  --background-color: transparent;
  --border-color: var(--color-white);
  --color: var(--color-white);
}
.btn__cta__standard--black {
  --background-color: transparent;
  --border-color: var(--color-black);
  --color: var(--color-black);
}
.btn__cta span:nth-of-type(2) {
  padding-left: 1rem;
}
.btn__cta .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  color: var(--color);
}
.btn__link, .btn__selector {
  --height: max(.13rem, 2px);
  color: var(--color-black);
  padding-bottom: calc(var(--padding-bottom) + var(--height));
}
.btn__link:after, .btn__selector:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: var(--height);
  background-color: var(--color-black);
  width: 100%;
}
.btn__link:hover:after, .btn__selector:hover:after {
  animation: anim__btn__link 1s cubic-bezier(0.26, 0.58, 0.65, 1) forwards;
}
.btn__link {
  --padding-bottom: .3rem;
}
.btn__link--read-more {
  --padding-bottom: 0rem;
  --height: max(.08rem, 1px);
  text-transform: uppercase;
  padding-right: 1.4rem;
}
.btn__link--read-more:after {
  width: calc(100% - 1.4rem);
}
.btn__link--read-more:hover:after {
  animation: anim__btn__link 1s cubic-bezier(0.26, 0.58, 0.65, 1) forwards;
}
.btn__link--read-more .icon {
  --margin: -.2rem;
  --size: 1.6rem;
  --stroke-width: 0.08rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.btn__link--read-more .icon--less {
  opacity: 0;
}
.btn__link--read-more.active .icon--plus {
  opacity: 0;
}
.btn__link--read-more.active .icon--less {
  opacity: 1;
}
.btn__selector {
  --padding-bottom: .2rem;
}
.btn__rounded {
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
  background-color: var(--background-color);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.26, 0.58, 0.65, 1);
}
.btn__rounded:hover {
  transform: scale(1.2);
}
.btn__rounded:hover .icon {
  transform: scale(0.8);
}
.btn__rounded:active {
  transform: scale(0.8);
}
.btn__rounded:active .icon {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .btn__rounded.no-mobile:hover, .btn__rounded.no-mobile:active {
    transform: scale(1);
  }
  .btn__rounded.no-mobile:hover .icon, .btn__rounded.no-mobile:active .icon {
    transform: translate3d(-50%, -50%, 0);
  }
}
.btn__rounded .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.btn__rounded__play {
  --size: 8rem;
  --background-color: var(--color-white);
}
.btn__rounded__play--black {
  --background-color: #00000030;
  color: var(--color-white);
}
.btn__rounded__play .icon {
  --size: 3.4rem;
}
.btn__rounded__play .icon--pause {
  opacity: 0;
}
.btn__rounded__play.paused .icon--play {
  opacity: 0;
}
.btn__rounded__play.paused .icon--pause {
  opacity: 1;
}
.btn__rounded__close {
  --size: 5rem;
  --background-color: var(--color-white);
}
.btn__rounded__close--black {
  --background-color: #00000030;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .btn__rounded__close {
    --size: 3rem;
  }
}
.btn__rounded__instalike {
  --size: 5rem;
  --background-color: #ffffff35;
}
.btn__rounded__instalike:after {
  content: "";
  width: 28.5714285714%;
  height: 28.5714285714%;
  background-color: var(--color-white);
  border-radius: 33.3333333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 1024px) {
  .btn__rounded__instalike {
    --size: 4.2rem;
  }
  .btn__rounded__instalike:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.input__field__input {
  padding: 1.6rem 1.7rem 1.8rem 1.7rem;
  border: 0.05rem solid var(--color-black);
  border-radius: 0.5rem;
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  
  color: var(--color-black);
  background-color: transparent;
  width: 31.3rem;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .input__field__input {
    border-width: 0.5px;
  }
}
.input__field__label {
  display: none;
}
.input__field--flex__input {
  width: 100%;
}
.input__field--with-icon, .input__field--filled {
  position: relative;
}
.input__field--filled__input {
  padding: 2.4rem 1.6rem 1rem 1.6rem;
}
.input__field--filled__label {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 120%;
  
  text-align: center;
}
.input__field--with-icon__input {
  text-align: left;
  padding: 1.3rem 5.2rem 1.6rem 1.6rem;
}
.input__field--with-icon .icon {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  opacity: 0;
  pointer-events: none;
  stroke-width: 1.3;
}
@media screen and (max-width: 1024px) {
  .input__field--with-icon .icon {
    stroke-width: 0.8;
  }
}
.input__field--with-icon.valid .icon {
  opacity: 1;
}
.input__checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.input__checkbox__input {
  vertical-align: baseline;
  position: relative;
  top: 0.4rem;
  cursor: pointer;
  --size: 1.6rem;
  width: var(--size);
  height: var(--size);
  border: max(0.13rem, 2px) solid var(--color-black);
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
.input__checkbox__input:checked {
  background-repeat: no-repeat;
  background-position: center;
}
.input__checkbox__label {
  padding-left: var(--checkbox-indent);
  text-indent: calc(var(--checkbox-indent) * -1);
  --checkbox-indent: 2.5rem;
}
.input__checkbox__label a {
  cursor: pointer;
  text-decoration: underline;
}
.input__checkbox__label .error-message {
  flex-basis: 100%;
}
.input__checkbox--check .input__checkbox__input:checked {
  background-image: url("/assets/icons/icons-core/checkmark.svg");
  background-size: 75%;
}
.input__checkbox--filter .input__checkbox__input {
  transform: translate3d(0, -0.1rem, 0);
}
.input__checkbox--filter .input__checkbox__input:checked {
  background-image: url("/assets/icons/checkmark-filter.svg");
  background-size: 0.3rem;
}
.input__checkbox--filter .input__checkbox__input:checked ~ .input__checkbox__label {
  font-weight: 500;
}
.input__checkbox--filter .input__checkbox__label {
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 105%;
  will-change: font-weight;
  
}

.error-message {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 120%;
  
  color: var(--color-red);
  text-align: center;
  display: block;
  margin-top: 1rem;
  width: 100%;
}

.dropdown {
  width: 20.6rem;
  position: relative;
  --color: var(--color-black);
}
.dropdown.disabled {
  --color: var(--color-grey);
}
.dropdown:not(.disabled).show .dropdown__select:after {
  transform: rotate(-90deg);
}
.dropdown:not(.disabled).show .dropdown__options {
  opacity: 1;
  pointer-events: all;
}
.dropdown__select {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  
  width: 100%;
  padding-bottom: 1.025rem;
  cursor: pointer;
  position: relative;
  text-align: left;
  color: var(--color);
}
.dropdown__select:before {
  content: "";
  width: 100%;
  height: 0.05rem;
  min-height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.dropdown__select:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  background: var(--color);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url("/assets/icons/icons-core/chevron.svg");
  mask-image: url("/assets/icons/icons-core/chevron.svg");
  transform: rotate(90deg);
}
.dropdown__options {
  width: 100%;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1rem;
  padding: 0 3.1rem;
  background-color: var(--color-cloud);
  opacity: 0;
  pointer-events: none;
}
.dropdown__options__option {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  
  margin-bottom: 3.1rem;
}
.dropdown__options__option:first-child {
  margin-top: 3.1rem;
}
@media screen and (max-width: 1024px) {
  .dropdown {
    width: 100%;
  }
  .dropdown:not(.disabled).show .dropdown__options {
    height: initial;
  }
  .dropdown__select {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
  }
  .dropdown__options {
    padding: 0;
    position: relative;
    background-color: transparent;
    height: 0;
    opacity: 1;
    overflow: hidden;
  }
}

.accordion {
  --accordion-transition-duration: 0.5s;
  --accordion-item-height: 7rem;
  --accordion-item-gutter-x: 3.1rem;
  --accordion-item-border-color: var(--color-black);
  --accordion-item-bg-color-show: var(--color-cloud);
}
.accordion__item__header button {
  font-weight: 400;
  text-transform: uppercase;
}
.accordion__item__content__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--accordion-item-height);
}
.accordion__item__content a {
  text-decoration: none;
}
.accordion__link:matches(li) {
  margin-left: var(--accordion-item-gutter-x);
}
.accordion__link:is(li) {
  margin-left: var(--accordion-item-gutter-x);
}
.accordion__link > *:matches(a, button) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--accordion-item-height);
  width: 100%;
}
.accordion__link > *:is(a, button) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--accordion-item-height);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .accordion__item__content a {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
  }
  .accordion__item {
    transition-property: box-shadow, background-color;
    transition-duration: var(--accordion-transition-duration);
    transition-timing-function: ease;
    box-shadow: var(--accordion-item-gutter-x) 0 0 0 var(--color-white), calc(var(--accordion-item-gutter-x) * -1) 0 0 var(--color-white);
  }
  .accordion__item.country-region.show .accordion__link {
    border-bottom: none;
  }
  .accordion__item__header button {
    pointer-events: auto;
  }
  .accordion__item__header svg line {
    transform-origin: center;
    transition: transform var(--accordion-transition-duration) ease;
  }
  .accordion__item__content {
    transition-property: visibility, max-height, opacity;
    transition-duration: var(--accordion-transition-duration);
    transition-timing-function: ease;
    max-height: 50rem;
    overflow: hidden;
  }
  .accordion__item__content:not(.show) {
    visibility: hidden;
    transition-duration: 0.1s;
    opacity: 0;
    max-height: 0px;
  }
  .accordion__item__content li.accordion__item.accordion__link:last-child {
    border-bottom: none;
  }
  .accordion__item.show {
    background-color: var(--accordion-item-bg-color-show);
    box-shadow: var(--accordion-item-gutter-x) 0 0 0 var(--accordion-item-bg-color-show), calc(var(--accordion-item-gutter-x) * -1) 0 0 var(--accordion-item-bg-color-show);
    border-top: 1px solid var(--accordion-item-bg-color-show);
    margin-top: -1px;
  }
  .accordion__item.show .accordion__item__header svg line:first-child {
    transform: rotate(270deg);
  }
  .accordion__item.show .accordion__item__header svg line:last-child {
    transform: rotate(180deg);
  }
  .accordion__link svg {
    display: block;
  }
  .accordion__link:not(:last-child) {
    border-bottom: 0.5px solid var(--accordion-item-border-color);
  }
}
@media screen and (min-width: 1024px) {
  .accordion {
    --accordion-item-height: auto;
    --accordion-item-gutter-x: 0;
    --accordion-item-header-margin-bottom: 3rem;
    --accordion-link-margin-bottom: 1.5rem;
  }
  .accordion__item__header button {
    pointer-events: none;
  }
  .accordion__item__header.accordion__link {
    margin-bottom: var(--accordion-item-header-margin-bottom);
  }
  .accordion__item__content a {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
  }
  .accordion__link:matches(li):not(:last-child) {
    margin-bottom: var(--accordion-link-margin-bottom);
  }
  .accordion__link:is(li):not(:last-child) {
    margin-bottom: var(--accordion-link-margin-bottom);
  }
  .accordion__link svg {
    display: none;
  }
  .accordion--desktop .accordion__item {
    transition-property: box-shadow, background-color;
    transition-duration: var(--accordion-transition-duration);
    transition-timing-function: ease;
    box-shadow: var(--accordion-item-gutter-x) 0 0 0 var(--color-white), calc(var(--accordion-item-gutter-x) * -1) 0 0 var(--color-white);
  }
  .accordion--desktop .accordion__item.country-region.show .accordion__link {
    border-bottom: none;
  }
  .accordion--desktop .accordion__item__header button {
    pointer-events: auto;
  }
  .accordion--desktop .accordion__item__header svg line {
    transform-origin: center;
    transition: transform var(--accordion-transition-duration) ease;
  }
  .accordion--desktop .accordion__item__content {
    transition-property: visibility, max-height, opacity;
    transition-duration: var(--accordion-transition-duration);
    transition-timing-function: ease;
    max-height: 50rem;
    overflow: hidden;
  }
  .accordion--desktop .accordion__item__content:not(.show) {
    visibility: hidden;
    transition-duration: 0.1s;
    opacity: 0;
    max-height: 0px;
  }
  .accordion--desktop .accordion__item__content li.accordion__item.accordion__link:last-child {
    border-bottom: none;
  }
  .accordion--desktop .accordion__item.show {
    background-color: var(--accordion-item-bg-color-show);
    box-shadow: var(--accordion-item-gutter-x) 0 0 0 var(--accordion-item-bg-color-show), calc(var(--accordion-item-gutter-x) * -1) 0 0 var(--accordion-item-bg-color-show);
    border-top: 1px solid var(--accordion-item-bg-color-show);
    margin-top: -1px;
  }
  .accordion--desktop .accordion__item.show .accordion__item__header svg line:first-child {
    transform: rotate(270deg);
  }
  .accordion--desktop .accordion__item.show .accordion__item__header svg line:last-child {
    transform: rotate(180deg);
  }
  .accordion--desktop .accordion__link svg {
    display: block;
  }
  .accordion--desktop .accordion__link:not(:last-child) {
    border-bottom: 0.5px solid var(--accordion-item-border-color);
  }
}

.tag {
  --padding: .2rem .4rem;
  --background-color: var(--color-black);
  --tag-color: var(--color-white);
  
  font-family: var(--font-family-Paco);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: var(--padding);
  color: var(--tag-color);
  background-color: var(--background-color);
  display: inline-block;
  border-radius: max(0.2rem, 3px);
}
.tag--live {
  --padding: .5rem .7rem .6rem 1.7rem;
  --background-color: var(--color-red);
  position: relative;
}
.tag--live:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translate3d(0, -50%, 0);
  width: max(0.3rem, 3px);
  height: max(0.3rem, 3px);
  background-color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .tag {
    --padding: .2rem .3rem .3rem .3rem;
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 80%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .tag--live {
    --padding: .5rem .7rem .6rem 1.7rem;
  }
}

.availability {
  display: inline-block;
  padding-left: 1rem;
  position: relative;
}
.availability:before {
  content: "";
  position: absolute;
  top: 1.13rem;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--background-color);
}
.availability--available {
  --background-color: var(--color-green);
}
.availability--low {
  --background-color: var(--color-camel);
}
.availability--unavailable {
  --background-color: var(--color-red);
}

.product {
  --container-width: 100%;
  width: var(--container-width);
}
@media screen and (min-width: 1025px) {
  .product--M--desktop {
    padding: 1.2rem 1.8rem 3rem 2.2rem;
  }
  .product--M--desktop > *:last-child {
    margin-bottom: 0 !important;
  }
  .product--M--desktop .product__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product--M--desktop .product__header__tag__container {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .product--M--desktop .product__header__title {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .product--M--desktop .product__header__shop {
    display: flex;
    align-items: center;
  }
  .product--M--desktop .product__header__shop__price {
    flex-shrink: 0;
    margin-left: 1rem;
  }
  .product--M--desktop .product__header__shop__price__symbol:before {
    content: " ";
  }
  .product--M--desktop .product__header__shop__add {
    margin-left: 1rem;
  }
  .product--M--desktop .product__header__description {
    width: 100%;
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-bottom: 0.8rem;
  }
  .product--M--desktop .product__size-color {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    display: block;
    color: var(--color-grey);
    margin-bottom: 0.8rem;
  }
  .product--M--desktop .product__intensity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product--M--desktop .product__intensity__label {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    color: var(--color-grey);
  }
  .product--M--desktop .product__intensity__score {
    display: flex;
    margin-left: 0.5rem;
    transform: translate3d(0, 0.3rem, 0);
  }
  .product--M--desktop .product__intensity__score.intensity--1 .product__intensity__score__square:nth-of-type(1) {
    color: var(--color-black);
  }
  .product--M--desktop .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(1),
.product--M--desktop .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(2) {
    background-color: var(--color-black);
  }
  .product--M--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(1),
.product--M--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(2),
.product--M--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(3) {
    background-color: var(--color-black);
  }
  .product--M--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(1),
.product--M--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(2),
.product--M--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(3),
.product--M--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(4) {
    background-color: var(--color-black);
  }
  .product--M--desktop .product__intensity__score.intensity--5 .product__intensity__score__square {
    background-color: var(--color-black);
  }
  .product--M--desktop .product__intensity__score__square {
    width: max(0.2rem, 2px);
    height: max(0.2rem, 2px);
    background-color: var(--color-grey);
    margin-right: max(0.2rem, 2px);
  }
  .product--M--desktop .product__intensity__score__square:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product--M--mobile {
    padding: 2.2rem 2.2rem 3rem 2.2rem;
  }
  .product--M--mobile > *:last-child {
    margin-bottom: 0 !important;
  }
  .product--M--mobile .product__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product--M--mobile .product__header__tag__container {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .product--M--mobile .product__header__title {
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .product--M--mobile .product__header__shop {
    display: flex;
    align-items: center;
  }
  .product--M--mobile .product__header__shop__price {
    flex-shrink: 0;
    margin-left: 1rem;
  }
  .product--M--mobile .product__header__shop__price__symbol:before {
    content: " ";
  }
  .product--M--mobile .product__header__shop__add {
    margin-left: 1rem;
  }
  .product--M--mobile .product__header__description {
    width: 100%;
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-bottom: 0.8rem;
  }
  .product--M--mobile .product__size-color {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    display: block;
    color: var(--color-grey);
    margin-bottom: 0.8rem;
  }
  .product--M--mobile .product__intensity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product--M--mobile .product__intensity__label {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    color: var(--color-grey);
  }
  .product--M--mobile .product__intensity__score {
    display: flex;
    margin-left: 0.5rem;
    transform: translate3d(0, 0.3rem, 0);
  }
  .product--M--mobile .product__intensity__score.intensity--1 .product__intensity__score__square:nth-of-type(1) {
    color: var(--color-black);
  }
  .product--M--mobile .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(1),
.product--M--mobile .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(2) {
    background-color: var(--color-black);
  }
  .product--M--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(1),
.product--M--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(2),
.product--M--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(3) {
    background-color: var(--color-black);
  }
  .product--M--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(1),
.product--M--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(2),
.product--M--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(3),
.product--M--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(4) {
    background-color: var(--color-black);
  }
  .product--M--mobile .product__intensity__score.intensity--5 .product__intensity__score__square {
    background-color: var(--color-black);
  }
  .product--M--mobile .product__intensity__score__square {
    width: max(0.2rem, 2px);
    height: max(0.2rem, 2px);
    background-color: var(--color-grey);
    margin-right: max(0.2rem, 2px);
  }
  .product--M--mobile .product__intensity__score__square:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .product--S--desktop {
    position: relative;
    padding: 2.2rem 2.2rem 3rem 2.2rem;
  }
  .product--S--desktop > *:last-child {
    margin-bottom: 0 !important;
  }
  .product--S--desktop .product__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product--S--desktop .product__header__tag__container {
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }
  .product--S--desktop .product__header__title {
    order: 2;
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .product--S--desktop .product__header__shop {
    order: 4;
    margin-bottom: 1rem;
  }
  .product--S--desktop .product__header__shop__price {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
  .product--S--desktop .product__header__shop__price__symbol:before {
    content: " ";
  }
  .product--S--desktop .product__header__shop__add {
    position: absolute;
    top: 2.2rem;
    right: 2.2rem;
  }
  .product--S--desktop .product__header__description {
    order: 3;
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
    margin-bottom: 0.5rem;
  }
  .product--S--desktop .product__size-color {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    display: block;
    color: var(--color-grey);
    margin-bottom: 1rem;
  }
  .product--S--desktop .product__intensity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product--S--desktop .product__intensity__label {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    color: var(--color-grey);
  }
  .product--S--desktop .product__intensity__score {
    display: flex;
    margin-left: 0.5rem;
    transform: translate3d(0, 0.3rem, 0);
  }
  .product--S--desktop .product__intensity__score.intensity--1 .product__intensity__score__square:nth-of-type(1) {
    color: var(--color-black);
  }
  .product--S--desktop .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(1),
.product--S--desktop .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(2) {
    background-color: var(--color-black);
  }
  .product--S--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(1),
.product--S--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(2),
.product--S--desktop .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(3) {
    background-color: var(--color-black);
  }
  .product--S--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(1),
.product--S--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(2),
.product--S--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(3),
.product--S--desktop .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(4) {
    background-color: var(--color-black);
  }
  .product--S--desktop .product__intensity__score.intensity--5 .product__intensity__score__square {
    background-color: var(--color-black);
  }
  .product--S--desktop .product__intensity__score__square {
    width: max(0.2rem, 2px);
    height: max(0.2rem, 2px);
    background-color: var(--color-grey);
    margin-right: max(0.2rem, 2px);
  }
  .product--S--desktop .product__intensity__score__square:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product--S--mobile {
    position: relative;
    padding: 1.2rem 1.2rem 2rem 1.6rem;
  }
  .product--S--mobile > *:last-child {
    margin-bottom: 0 !important;
  }
  .product--S--mobile .product__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product--S--mobile .product__header__tag__container {
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }
  .product--S--mobile .product__header__title {
    order: 2;
    
    font-family: var(--font-family-Paco);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
  }
  .product--S--mobile .product__header__shop {
    order: 4;
    margin-bottom: 1rem;
  }
  .product--S--mobile .product__header__shop__price {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
  }
  .product--S--mobile .product__header__shop__price__symbol:before {
    content: " ";
  }
  .product--S--mobile .product__header__shop__add {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
  .product--S--mobile .product__header__description {
    order: 3;
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    
    margin-bottom: 0.3rem;
  }
  .product--S--mobile .product__size-color {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
    display: block;
    color: var(--color-grey);
    margin-bottom: 1rem;
  }
  .product--S--mobile .product__intensity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product--S--mobile .product__intensity__label {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
    
    color: var(--color-grey);
  }
  .product--S--mobile .product__intensity__score {
    display: flex;
    margin-left: 0.5rem;
    transform: translate3d(0, 0.3rem, 0);
  }
  .product--S--mobile .product__intensity__score.intensity--1 .product__intensity__score__square:nth-of-type(1) {
    color: var(--color-black);
  }
  .product--S--mobile .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(1),
.product--S--mobile .product__intensity__score.intensity--2 .product__intensity__score__square:nth-of-type(2) {
    background-color: var(--color-black);
  }
  .product--S--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(1),
.product--S--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(2),
.product--S--mobile .product__intensity__score.intensity--3 .product__intensity__score__square:nth-of-type(3) {
    background-color: var(--color-black);
  }
  .product--S--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(1),
.product--S--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(2),
.product--S--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(3),
.product--S--mobile .product__intensity__score.intensity--4 .product__intensity__score__square:nth-of-type(4) {
    background-color: var(--color-black);
  }
  .product--S--mobile .product__intensity__score.intensity--5 .product__intensity__score__square {
    background-color: var(--color-black);
  }
  .product--S--mobile .product__intensity__score__square {
    width: max(0.2rem, 2px);
    height: max(0.2rem, 2px);
    background-color: var(--color-grey);
    margin-right: max(0.2rem, 2px);
  }
  .product--S--mobile .product__intensity__score__square:last-of-type {
    margin-right: 0;
  }
}
.product--centered {
  padding: 1.2rem 1.6rem 3rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.product--centered .product__description {
  margin-top: 0.5rem;
}
.product--centered .product__price {
  margin-top: 0.5rem;
}
.product--centered .product__price__symbol:before {
  content: " ";
}

.intensity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.intensity__label {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  
  color: var(--color-grey);
}
.intensity--M .intensity__label {
  
  font-family: var(--font-family-DIN-OT);
  font-style: normal;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 140%;
  
  color: var(--color-black);
}
@media screen and (max-width: 1024px) {
  .intensity--M .intensity__label {
    
    font-family: var(--font-family-DIN-OT);
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    
  }
}
.intensity__score {
  display: flex;
  margin-left: 0.5rem;
  transform: translate3d(0, 0.3rem, 0);
}
.intensity--M .intensity__score {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1024px) {
  .intensity--M .intensity__score {
    align-items: flex-end;
    height: 0.8rem;
  }
}
.intensity__score.intensity--1 .intensity__score__square:nth-of-type(1) {
  color: var(--color-black);
}
.intensity__score.intensity--2 .intensity__score__square:nth-of-type(1),
.intensity__score.intensity--2 .intensity__score__square:nth-of-type(2) {
  background-color: var(--color-black);
}
.intensity__score.intensity--3 .intensity__score__square:nth-of-type(1),
.intensity__score.intensity--3 .intensity__score__square:nth-of-type(2),
.intensity__score.intensity--3 .intensity__score__square:nth-of-type(3) {
  background-color: var(--color-black);
}
.intensity__score.intensity--4 .intensity__score__square:nth-of-type(1),
.intensity__score.intensity--4 .intensity__score__square:nth-of-type(2),
.intensity__score.intensity--4 .intensity__score__square:nth-of-type(3),
.intensity__score.intensity--4 .intensity__score__square:nth-of-type(4) {
  background-color: var(--color-black);
}
.intensity__score.intensity--5 .intensity__score__square {
  background-color: var(--color-black);
}
.intensity__score__square {
  width: max(0.2rem, 2px);
  height: max(0.2rem, 2px);
  background-color: var(--color-grey);
  margin-right: max(0.2rem, 2px);
}
.intensity--M .intensity__score__square {
  width: max(0.4rem, 4px);
  height: max(0.4rem, 4px);
  background-color: var(--color-grey);
  margin-right: max(0.4rem, 4px);
}
.intensity__score__square:last-of-type {
  margin-right: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}