@media (max-width: 767px) {
  br.no-mob {
    display: none;
  }
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
  width: 100%;
}

.ferrero-main {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ferrero-theme-content {
  padding-top: 6.25rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.block-local-tasks {
  width: 100%;
  border-bottom: 1px solid var(--brown);
  margin-top: 1em;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .user-logged-in .block-local-tasks {
    position: fixed;
    bottom: 0;
    display: block;
    left: 0;
    width: 100%;
  }
}
.block-local-tasks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-local-tasks ul li {
  margin: 0 1px;
}
.block-local-tasks ul a {
  padding: 5px 20px;
  color: #fff;
  background: var(--brown);
  display: block;
  position: relative;
  border: 1px solid var(--brown);
}
.block-local-tasks ul .is-active a {
  background: #fff;
  color: var(--brown);
  top: 1px;
  border-bottom: 1px solid #fff;
}

.button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.13;
  padding: 5px 2.19rem;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.13rem;
  transition: all 0.4s ease;
  border: 1px solid var(--button-bg-color);
  font-weight: 700;
  border-radius: 3.13rem;
  background-color: var(--button-bg-color);
  color: var(--button-color);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .button {
    padding: 5px 20px;
    min-width: 7rem;
  }
}
.button:hover {
  color: var(--button-hover-color);
}
.button:hover span {
  padding-right: 30px;
}
.button:hover span .icon {
  opacity: 1;
}
.button i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.button sup {
  margin-right: 0.5rem;
}
.button--secondary {
  --button-color: #fff;
  --button-bg-color: transparent;
}
.button span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: all 0.4s ease;
}
.button span .icon {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.88rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.button span.icon {
  margin-left: 0.63rem;
}
.button:disabled {
  pointer-events: none;
  --button-color: var(--grey-medium);
}

#block-nutella60y-primary-local-tasks {
  border-bottom: 1px solid var(--red);
  margin-top: 1em;
  position: relative;
  display: none;
  z-index: 999;
}
@media (min-width: 768px) {
  .toolbar-horizontal #block-nutella60y-primary-local-tasks {
    position: fixed;
    bottom: 0;
    display: block;
    left: 0;
    width: 100%;
  }
}
#block-nutella60y-primary-local-tasks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#block-nutella60y-primary-local-tasks ul li {
  margin: 0 1px;
}
#block-nutella60y-primary-local-tasks ul a {
  padding: 5px 20px;
  color: #fff;
  background: var(--red);
  display: block;
  position: relative;
  border: 1px solid #e20019;
}
#block-nutella60y-primary-local-tasks ul .is-active a {
  background: #fff;
  color: var(--red);
  top: 1px;
  border-bottom: 1px solid #fff;
}

.onescroll {
  max-height: 100vh;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
}

body {
  background-color: #fff;
  padding-top: 0 !important;
}

:root {
  font-size: 1.3136288998vw;
}
@media (min-width: 1218px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.menu-gugcmc {
  position: absolute;
  top: 9.38rem;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .menu-gugcmc {
    top: 85px;
  }
}
.menu-gugcmc--items {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .menu-gugcmc--items {
    overflow: auto;
  }
}
.menu-gugcmc--item {
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .menu-gugcmc--item {
    margin: 0 10px;
  }
}
.menu-gugcmc--link {
  color: #fff;
}
@media (max-width: 767px) {
  .menu-gugcmc--link {
    white-space: nowrap;
  }
}

.smile-card {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.smile-card:before {
  content: "";
  padding-bottom: 145.454545455%;
  display: block;
}
.smile-card img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.modal-preview {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6.6499199867px);
  --webkit-backdrop-filter: blur(6.6499199867248535px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 999;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all 0.6s ease;
}
.modal-preview.show {
  display: -ms-flexbox;
  display: flex;
}
.modal-preview.active {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-preview-image {
  position: relative;
}
.modal-preview-image .close {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 100%;
  top: 0;
  background: transparent;
  font-size: 2.5rem;
}
.modal-preview-image img {
  width: auto;
  height: 80vh;
  object-fit: contain;
}

#loader {
  position: fixed;
  background-color: rgba(226, 0, 25, 0.6);
  background-image: url("../images/loading.svg");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

.main-menu nav > ul > li .aria-button {
  display: none;
}

.region-footer .menu--footer > .menu > li > .aria-button,
.region-footer .menu--main > .menu > li > .aria-button {
  display: none;
}

*:focus,
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 3px dotted black !important;
  outline-offset: 5px;
}

:focus:not(:focus-visible) {
  outline: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.totem-page .menu-main {
  display: none;
}

.logo-totem {
  position: absolute;
  width: 5rem;
  top: 1.25rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

.footer-cl-note {
  background: #000;
}
.footer-cl-note .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-cl-note .container {
    font-size: 10px;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer-cl-note .container img {
  height: 2.5em;
  width: auto;
  margin-right: 1.875em;
}
@media (max-width: 767px) {
  .footer-cl-note .container img {
    height: 30px;
  }
}
.footer-cl-note .container span {
  padding-top: 0.2em;
}
@media (max-width: 767px) {
  .footer-cl-note .container span {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
