@charset "UTF-8";
.announcement_slider__component:not(.slick-initialized) > div:nth-child(n+2) {
  display: none !important; }

:root {
  --page-width: 1440px; }

.newcleo .section-announcement-bar {
  z-index: 9999;
  position: relative; }

@media screen and (max-width: 1024px) {
  .newcleo .section-announcement-bar {
    z-index: 8; } }

.newcleo announcement-bar {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.newcleo .announcement-bar__inner {
  width: 100%;
  max-width: var(--page-width);
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .announcement-bar__message {
  color: var(--secondary-color-text);
  font-size: .8rem;
  text-align: center;
  margin: .6rem; }

.newcleo .announcement-bar__content .announcement_slider__component .haravan-block.haravan-app-block {
  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;
  border: 0 !important;
  white-space: nowrap !important; }

@media screen and (max-width: 768px) {
  .newcleo announcement-bar {
    max-height: 30px; } }

.newcleo .section-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 0; }

.newcleo .section-subheading {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0;
  padding: 0; }

.newcleo .discernible_text {
  height: 0;
  width: 0;
  opacity: 0;
  display: inline; }

@media screen and (max-width: 768px) {
  .newcleo .section-heading {
    font-size: 1.5rem; }
  .newcleo .section-subheading {
    font-size: 1rem; }
  .newcleo :root {
    --padding-section: 2rem; } }

.newcleo :is(select) {
  background-color: transparent;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%22292.4%22 height%3D%22292.4%22 viewBox%3D%220 0 292.4 292.4%22%3E%3Cpath fill%3D%22%23333%22 d%3D%22M287 69.4c7.6 7.6 7.6 19.8 0 27.4L163.4 220.4c-7.6 7.6-19.8 7.6-27.4 0L5.3 96.7c-7.6-7.6-7.6-19.8 0-27.4s19.8-7.6 27.4 0L150 186.6 259.6 69.4c7.5-7.6 19.7-7.6 27.4 0z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px 12px;
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis; }

.newcleo header-component {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: sticky; }

.newcleo .li-menu__item, .newcleo .header-menu__item {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: flex; }

@media screen and (min-width: 1023px) {
  .newcleo .li-menu__item, .newcleo .header-menu__item {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 120px; } }

.newcleo body .haravan-pc__banner__dialog {
  padding-top: 1rem;
  text-align: justify;
  padding-bottom: 1rem;
  font-size: 12px; }

.newcleo .haravan-pc__banner__btns.haravan-pc__banner__btns-granular .haravan-pc__banner__btn-accept {
  margin-top: 2px; }

.newcleo .haravan-pc__banner__btns.haravan-pc__banner__btns-granular .haravan-pc__banner__btn-manage-prefs {
  margin-top: 10px; }

@media screen and (min-width: 1023px) {
  .newcleo body .haravan-pc__banner__dialog {
    font-size: 15px; } }

@media screen and (max-width: 1023px) {
  .newcleo .li-menu__item, .newcleo .header-menu__item {
    display: block; } }

@media only screen and (max-width: 1280px) {
  .newcleo body .haravan-pc__banner__dialog button {
    margin: 0; }
  .newcleo .haravan-pc__banner__btns.haravan-pc__banner__btns-granular {
    display: grid;
    row-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto auto;
    justify-content: center; }
  .newcleo .haravan-pc__banner__btn-manage-prefs {
    grid-column: 1 / span 2;
    grid-row: 2; } }

.newcleo .header-component__sticky {
  position: sticky;
  top: 0;
  z-index: 9999; }

.newcleo .section-header__inner {
  width: 100%;
  position: relative;
  z-index: 10;
  background: var(--bg-white-color); }

.newcleo .section-header__inner__content {
  max-width: var(--page-width);
  padding: 1rem 1.8rem;
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto; }

.newcleo .section-header__inner_icons_profile, .newcleo .section-header__inner_icons_cart {
  display: flex;
  height: -moz-fit-content;
  height: fit-content; }

.newcleo .section-header__inner_icons_profile a, .newcleo .section-header__inner_icons_cart button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-end;
  justify-content: center;
  gap: 4px; }

.newcleo .section-header__inner_icons_cart button {
  background-color: transparent;
  border: none;
  cursor: pointer; }

.newcleo .section-header__inner_icons_cart button div {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-end;
  justify-content: center;
  gap: 4px; }

.newcleo .section-header__inner_icons_cart button span {
  color: var(--primary-color);
  font-size: .9rem;
  display: block; }

.newcleo .section-header__inner .section-header__inner__menu__sub-menu {
  top: 30px;
  z-index: 1;
  box-shadow: inherit;
  transform: translateY(0); }

.newcleo .section-header__inner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1; }

@media screen and (max-width: 1025px) {
  .newcleo .header-search-form-container {
    width: 100%;
    max-width: 780px;
    padding: 0 1rem;
    margin-top: 2rem; } }

@media screen and (max-width: 1023px) {
  .newcleo .section-header__inner_icons_search {
    display: block !important; }
  .newcleo .section-header__inner_icons_profile {
    display: none; } }

@media screen and (max-width: 768px) {
  .newcleo .section-header__inner__content .section-header__inner__logo img {
    max-width: 120px; }
  .newcleo .section-header__inner__content {
    padding: .6rem .5rem; }
  .newcleo .section-header__inner__logo {
    justify-content: end;
    max-width: 150px; }
  .newcleo .section-header__inner_icons_profile {
    display: none; }
  .newcleo .section-header__inner__icons {
    gap: 2px !important; }
  .newcleo .section-header__inner_icons_search {
    display: block !important; } }

.newcleo .section-header__inner__logo img {
  width: 100%;
  max-width: 200px; }

.newcleo .section-header__inner__icons {
  display: flex;
  gap: 16px;
  align-items: center; }

.newcleo .section-header__innher__menu-icon button {
  background-color: transparent;
  border: none; }

.newcleo .section-header__inner_icons_search, .newcleo .section-header__inner_menu_img, .newcleo .section-header__inner_menu_social_icons {
  display: none; }

.newcleo .ner__icons .icon, .newcleo .section-header__innher__menu-icon .icon {
  height: 20px;
  width: 20px;
  cursor: pointer; }

.newcleo .section-header__inner__mobile-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 1.8rem 10px; }

.newcleo .section-header__inner__search {
  width: 100%; }

.newcleo .section-header__inner__search__form {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-gray-color);
  width: 100%;
  padding: 4px 10px;
  border-radius: 6px;
  position: relative; }

.newcleo .section-header__inner_button-search {
  background-color: transparent;
  border: none;
  cursor: pointer; }

.newcleo .section-header__inner_button-search svg {
  fill: #000; }

.newcleo .section-header__inner__search__form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 99; }

.newcleo .section-header__inner__search__placeholder {
  color: var(--input-color-text);
  display: flex;
  gap: 2px;
  position: absolute;
  left: 64px;
  width: calc(100% - 72px);
  font-size: .9rem; }

.newcleo .section-header__inner__search__placeholder-static {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.newcleo .section-header__inner__search__form input:not(:-moz-placeholder) + .section-header__inner__search__placeholder {
  opacity: 0; }

.newcleo .section-header__inner__search__form input:focus + .section-header__inner__search__placeholder, .newcleo .section-header__inner__search__form input:not(:placeholder-shown) + .section-header__inner__search__placeholder {
  opacity: 0; }

.newcleo input[type=search]::-webkit-search-decoration, .newcleo input[type=search]::-webkit-search-cancel-button, .newcleo input[type=search]::-webkit-search-results-button, .newcleo input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.newcleo .section-header__inner__search__form input {
  width: 100%;
  padding: 8px;
  color: var(--input-color-text);
  background-color: transparent;
  border: none;
  font-size: 1.1rem;
  z-index: 1; }

.newcleo .section-header__inner__search__form input::-moz-placeholder {
  color: var(--input-color-text);
  opacity: 0; }

.newcleo .section-header__inner__search__form input::placeholder {
  color: var(--input-color-text);
  opacity: 0; }

.newcleo .section-header__inner__search__desktop {
  width: 100%;
  max-width: 600px; }

.newcleo .section-header__innher__menu__desktop {
  width: 100%;
  padding: 6px 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid var(--border-color);
  transition: all .5s ease-in-out;
  background: var(--bg-white-color); }

.newcleo .section-header__innher__menu__desktop[hidden] {
  transform: translateY(-70px);
  z-index: 0; }

.newcleo .section-header__inner__menu {
  display: flex;
  padding: 0; }

.newcleo .section-header__inner__menu a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
  color: var(--text-color);
  padding: 4px;
  transition: color .3s ease-in-out; }

.newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a:first-of-type {
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-wrap: nowrap;
  font-weight: 400; }

@media screen and (max-width: 1024px) {
  .newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block:first-of-type {
    margin-top: 1rem; } }

.newcleo .section-header__inner__menu .section-header__inner__menu__item_block:nth-last-of-type(1) a {
  padding: 4px 0; }

.newcleo .section-header__inner__menu .section-header__inner__menu__item_block a:hover svg path {
  transition: stroke .3s ease-in-out; }

@media screen and (min-width: 1024px) {
  .newcleo .section-header__inner__menu .section-header__inner__menu__item_block a:hover, .newcleo .section-header__inner__menu .section-header__inner__menu__item_block a:hover svg path {
    color: var(--text-hover-color);
    stroke: var(--text-hover-color);
    text-decoration: underline; } }

.newcleo .section-header__inner__menu__sub-menu {
  position: absolute;
  width: 100%;
  background-color: var(--bg-white-color);
  left: 0;
  display: flex;
  align-items: flex-start;
  top: 68px;
  padding: 30px 16px 22px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30%);
  transition: all .2s ease-in-out;
  z-index: -1;
  justify-content: center; }

.newcleo .megamenu_image_block__inner__content__description {
  text-transform: uppercase;
  font-size: .8rem;
  width: 100%;
  max-width: 340px;
  box-sizing: border-box; }

.newcleo .section-header__inner__menu a.megamenu_image_block__inner__content__link {
  text-decoration: none;
  color: var(--text-hover-color);
  text-transform: uppercase;
  padding: 0; }

.newcleo .section-header__inner__menu__sub-menu .megamenu_image_block__inner__image {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto; }

.newcleo .section-header__inner__menu__sub-menu .megamenu_image_block__inner__image img {
  width: 100%;
  min-width: 240px;
  height: auto;
  display: block; }

.newcleo .section-header__inner__menu__item__submenu--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.newcleo .section-header__inner__menu__sub-menu__item_block {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%; }

.newcleo .section-header__inner__menu__inner_sub-menu {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  width: 100%; }

.newcleo .section-header__inner__search_icons_block {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex: 1; }

.newcleo .section-header__inner__menu__inner_sub-menu:has(.section-header__inner__menu__sub-menu__item_block) {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-left: 0; }

.newcleo .section-header__inner__menu__inner_sub-menu__extern {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap; }

.newcleo .section-header__container__sub-menu {
  display: flex;
  gap: 56px;
  width: 1000px; }

.newcleo .section-header__inner__menu__inner_images {
  display: flex;
  gap: 16px;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .newcleo .section-header__inner__menu__inner_images {
    display: none; } }

.newcleo .section-header__inner__menu__inner_sub-menu .section-header__inner__menu__sub-menu__item--has-sub-menu {
  font-weight: 600;
  color: var(--text-hover-color);
  margin-bottom: 8px;
  white-space: nowrap; }

.newcleo .section-header__inner .section-header__inner__menu {
  position: relative;
  flex: 1; }

@media screen and (max-width: 1023px) {
  .newcleo .section-header__inner__menu__item_block:has(.section-header__inner__menu__item__submenu--active) > a:first-of-type :is(svg) {
    transform: rotate(90deg); } }

@media screen and (min-width: 1024px) {
  .newcleo .icon-close, .newcleo .section-header__inner__menu__profile-container {
    display: none !important; } }

.newcleo .section-header__inner__menu__item_block > a:first-of-type .icon-mobile {
  display: none;
  align-items: center;
  justify-content: center; }

.newcleo .section-header__inner__menu__item_block > a:first-of-type .icon-mobile :is(svg) {
  width: 8px;
  height: 12px;
  transition: transform .3s ease-in-out; }

@media screen and (max-width: 1023px) {
  .newcleo .section-header__inner__menu__item_block > a:first-of-type .icon-mobile {
    display: flex;
    justify-content: end; } }

.newcleo .btn-icon__collapse-submenu {
  border: none;
  background-color: transparent;
  min-width: 50px;
  min-height: 30px; }

.newcleo .btn-icon__collapse-submenu svg {
  pointer-events: none; }

.newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a:first-of-type .icon-desktop {
  display: block; }

@media screen and (max-width: 1023px) {
  .newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a:first-of-type .icon-desktop {
    display: none; } }

@media screen and (min-width: 1023px) {
  .newcleo .section-header__innher__menu-icon, .newcleo .section-header__inner__mobile-search {
    display: none; }
  .newcleo #thin-banner-section {
    padding-bottom: 1rem; } }

.newcleo .section-header__inner__menu__sub-menu__item_block {
  width: 100%;
  max-width: 100%; }

.newcleo .section-header__inner__menu__sub-menu .section-header__inner__menu__sub-menu__item_block .section-header__inner__menu__sub-menu__item:is(a) {
  padding-left: 1rem .5rem;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .newcleo .section-header__inner__menu__profile-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .8rem 1rem 1rem; }
  .newcleo .section-header__inner__menu__profile-container .span-login-text {
    font-size: .9rem;
    text-transform: none; }
  .newcleo .section-header__inner__menu__profile-container .span-icon-profile svg {
    width: 16px; }
  .newcleo .section-header__inner__menu__profile-container .section-header__inner__menu__sign-in-profile {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: .5rem; }
  .newcleo [data-icon-close-menu] {
    margin: 0 !important; }
  .newcleo .section-header__inner {
    z-index: unset; }
  .newcleo .section-header__inner__content .section-header__inner__menu {
    display: none; }
  .newcleo .section-header__inner__search__desktop, .newcleo .section-header__inner > .section-header__inner__menu {
    display: none; }
  .newcleo .section-header__inner__menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    transform: translateY(-100%);
    cursor: pointer; }
  .newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block {
    margin: 0;
    border: 1px solid var(--border-color);
    padding: .6rem 1rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 400; }
  .newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a {
    text-transform: uppercase; }
  .newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a:first-of-type {
    padding: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem; }
  .newcleo .section-header__inner__menu__overlay.section-header__inner__menu__overlay--active {
    transform: translateY(0); }
  .newcleo .section-header__innher__menu__desktop {
    transition: all .3s ease-in-out;
    transform: translate(-100%);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 90%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .newcleo .section-header__inner__menu .icon-close {
    cursor: pointer;
    margin-bottom: 1rem;
    align-self: self-end;
    margin: 1rem 1rem 0; }
  .newcleo .section-header__inner__menu .icon-close :is(svg) {
    width: 15px;
    height: 20px; }
  .newcleo .section-header__inner__menu {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .newcleo .section-header__inner_menu_social_icons {
    padding: 1rem;
    display: block;
    border-top: 1px solid var(--border-color); }
  .newcleo .section-header__inner_menu_img {
    padding-top: 2rem;
    width: 100%;
    padding: 20px 20px 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .newcleo .section-header__inner_menu_img img {
    max-width: 400px; }
  .newcleo .section-header__inner__menu__sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 0;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: none;
    z-index: 1; }
  .newcleo .section-header__inner__menu__sub-menu.section-header__inner__menu__item__submenu--active {
    max-height: 100vh;
    overflow: visible; }
  .newcleo .section-header__inner__menu__sub-menu .section-header__inner__menu__inner_sub-menu {
    padding: .5rem 0; }
  .newcleo .section-header__inner__menu__sub-menu .section-header__inner__menu__inner_sub-menu :is(a) {
    padding: .2rem 0;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400; }
  .newcleo .section-header__inner__menu__inner_sub-menu:has(.section-header__inner__menu__sub-menu__item_block) {
    gap: 8px; }
  .newcleo .section-header__inner__menu a {
    text-wrap: wrap; }
  .newcleo .section-header__inner__menu__inner_sub-menu:has(.section-header__inner__menu__sub-menu__item_block) {
    flex-direction: column; }
  .newcleo .section-header__innher__menu__desktop.section-header__innher__menu__desktop--active {
    transform: translate(0);
    overflow: auto; }
  .newcleo .section-header__innher__menu__desktop.section-header__innher__menu__desktop--active::-webkit-scrollbar {
    display: none; }
  .newcleo .section-header__inner__search_icons_block {
    flex: inherit; } }

.newcleo .search-overlay {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto; }

.newcleo .search-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.newcleo .header-search-form__results {
  display: flex;
  align-items: center;
  gap: 1rem; }

.newcleo .predictive-search-results-list {
  max-width: 400px; }

.newcleo .header-search-form__predictive--info {
  display: flex;
  flex-direction: column; }

.newcleo .header-search-form__predictive--price-container {
  display: flex;
  gap: .5rem; }

.newcleo .header-search-form__predictive--compare-at-price {
  color: var(--compare-price-color);
  font-size: var(--price-font-size); }

.newcleo .header-search-form__predictive--price {
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
  color: var(--price-color); }

.newcleo .predictive-search-results-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem; }

.newcleo .predictive-search-results {
  opacity: 0;
  transition: opacity .25s ease-in-out; }

.newcleo .predictive-search-results.visible {
  opacity: 1; }

.newcleo .predictive-search__see-all--container {
  display: flex;
  justify-content: flex-end; }

.newcleo .side-panel-see-all {
  background-color: var(--button-background-color);
  font-weight: 600 !important;
  color: var(--secondary-color-text);
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: all .3s;
  margin-top: 8px; }

@media screen and (max-width: 1025px) {
  .newcleo .side-panel-see-all {
    margin-bottom: 1rem; } }

.newcleo #predictive-search {
  padding: 1rem; }

.newcleo .side-panel-header {
  display: flex;
  justify-content: flex-end; }

.newcleo .side-panel-content {
  padding: .5rem 1rem;
  overflow-y: auto; }

.newcleo .predictive-search-results-list {
  padding: 0; }

.newcleo .side-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  transition: opacity .3s; }

.newcleo .side-panel {
  background: #fff;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  padding: .5rem 1rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  animation: slideIn .3s forwards; }

@keyframes side-panel-slide-in {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(0); } }

.newcleo .side-panel {
  animation: side-panel-slide-in .3s forwards; }

.newcleo .side-panel-close {
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333; }

.newcleo .open-side-panel-btn {
  position: absolute;
  width: 100%;
  z-index: 10000;
  background: transparent;
  height: 100%;
  padding: 10px 20px;
  cursor: pointer; }

@media screen and (max-width: 425px) {
  .newcleo .section-header__innher__menu {
    width: 90%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newcleo .section-header__inner_menu_img img {
    max-width: 600px; } }

.newcleo banner-slider {
  position: relative;
  z-index: 999; }

.newcleo banner-slider .banner-slider__pagination {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px; }

.newcleo banner-slider .banner-slider__pagination :is(button) {
  width: 12px;
  height: 13px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo banner-slider .banner-slider__pagination :is(button).active {
  background-color: #fff;
  width: 40px;
  border-radius: 8px; }

.newcleo .banner-slider__container > div {
  height: -moz-fit-content;
  height: fit-content; }

.newcleo .desktop, .newcleo .desktop-video-slide {
  display: block; }

.newcleo .mobile, .newcleo .mobile-video-slide {
  display: none; }

.newcleo .slide-banner {
  position: relative; }

.newcleo .slideshow-banner__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: var(--page-width);
  margin: auto; }

.newcleo div.text-subtitle p {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0; }

.newcleo div.text-title p {
  font-style: normal;
  font-weight: 800;
  margin: 5px 0;
  line-height: normal; }

.newcleo div.text-body p {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 412px;
  margin: 0; }

.newcleo div.text_button p {
  display: inline-block;
  padding: 10px 24px;
  line-height: normal;
  margin-top: 24px;
  cursor: pointer; }

.newcleo .slideshow-banner .swiper, .newcleo .slideshow-banner__image {
  width: 100%; }

.newcleo .slideshow-banner__video {
  overflow: hidden;
  width: 100%; }

.newcleo .slideshow-banner__video video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .slideshow-banner__image img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill; }

.newcleo .swiper-pagination-banner-carroussel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 44px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border-radius: 35px;
  border: 1.14px solid #FFF;
  background: #FFF; }

.newcleo .swiper-pagination-banner-carroussel span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: .8;
  border-radius: 35px;
  border: 1.14px solid #FFF; }

.newcleo .swiper-button-next:after, .newcleo .swiper-button-prev:after {
  font-size: 30px;
  color: #fff; }

.newcleo .swiper-button-next {
  right: 20px; }

.newcleo .swiper-button-prev {
  left: 20px; }

@media screen and (min-width: 1440px) {
  .newcleo .swiper-button-next {
    right: 80px; }
  .newcleo .swiper-button-prev {
    left: 80px; } }

@media screen and (max-width: 550px) {
  .newcleo .desktop, .newcleo .desktop-video-slide {
    display: none; }
  .newcleo .mobile, .newcleo .mobile-video-slide {
    display: block; } }

@media screen and (max-width: 1024px) {
  .newcleo div.text_button p {
    margin-top: 10px; } }

@media screen and (max-width: 425px) {
  .newcleo .swiper-slideshow .swiper-button-next, .newcleo .swiper-slideshow .swiper-button-prev {
    display: none !important; } }

.newcleo .banner-slider__next, .newcleo .banner-slider__prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--bg-white-color); }

.newcleo .banner-slider__next :is(svg), .newcleo .banner-slider__prev :is(svg) {
  color: var(--bg-white-color);
  width: 2.5rem;
  height: 2.5rem; }

@media screen and (max-width: 1024px) {
  .newcleo .banner-slider__next, .newcleo .banner-slider__prev {
    display: none; } }

.newcleo .banner-slider__next {
  right: 1.5rem; }

.newcleo .banner-slider__prev {
  left: 1.5rem; }

.newcleo .benefit-bar {
  width: 100%;
  height: 100px;
  background-color: var(--primary-color);
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  margin-top: -1px; }

.newcleo .benefit-bar:hover .benefit-bar__content {
  animation-play-state: paused; }

.newcleo .benefit-bar__content {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 16px;
  gap: 2.4rem;
  display: flex;
  animation: 35s slide infinite linear; }

.newcleo .benefit-bar:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white); }

.newcleo .benefit-bar:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }

.newcleo .benefit-bar__content .benefit-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center; }

.newcleo .benefit-bar__content .benefit-block .benefit-image {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .benefit-bar__content .benefit-block .benefit-image img {
  max-width: inherit; }

.newcleo .benefit-bar__content .benefit-block .benefit-title {
  font-weight: 500;
  font-size: 1.1rem;
  white-space: nowrap;
  color: var(--bg-white-color);
  text-transform: uppercase; }

@keyframes slide {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-100%); } }

@media screen and (max-width: 768px) {
  .newcleo .benefit-bar__content {
    animation: 12s slide infinite linear; }
  .newcleo .benefit-bar__content .benefit-block .benefit-title {
    font-size: 1rem; } }

.newcleo collection-list {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  overflow-x: hidden; }

.newcleo collection-list .collection-list__inner {
  max-width: var(--page-width);
  padding: 2rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0; }

.newcleo collection-list .collection-list__inner .collection-list__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 0 2rem; }

.newcleo collection-list .collection-list__inner .collection-list__heading .collection-list__title, .newcleo collection-list .collection-list__inner .collection-list__heading .collection-list__subheading {
  padding: 0;
  margin: 0;
  text-align: center; }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__heading {
    flex-direction: column-reverse; } }

.newcleo collection-list .collection-list__inner .collection-list__collections {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  padding: 2rem; }

.newcleo collection-list .collection-list__inner .collection-list__collections .collection-list__container {
  max-width: 100%;
  padding: 2rem calc(2rem - 10px) 2rem 2rem; }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .collection-list__container {
    padding: 0 2rem; } }

.newcleo collection-list .collection-list__inner .collection-list__collections .collection-list__container.hide-arrows .collection-section__arrow {
  display: none; }

.newcleo collection-list .collection-list__inner .collection-list__collections .banner-slider__component {
  max-width: 100%;
  width: 100%; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track-container {
  max-width: var(--page-width);
  width: 100%; }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track-container {
    padding: 2rem 0; } }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--page-width); }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection {
  display: flex;
  max-width: 25%; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  height: 100%; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) .collection {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) :is(img) {
  display: block;
  z-index: 1;
  transform: scale(1);
  transition: all .4s ease-in-out;
  width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) :is(img).collection-image__desktop {
    display: none; } }

@media screen and (min-width: 769px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) :is(img).collection-image__mobile {
    display: none; } }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) :is(img):hover {
  transform: scale(1.1); }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) .collection-content {
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
  z-index: 2; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) .collection-content .collection-title {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  margin: 0; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) .collection-content .collection-description {
  font-size: .9rem;
  width: 100%;
  font-weight: 300;
  padding: 0;
  margin: 0;
  flex: 1; }

.newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) .collection-content .collection-button {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: .9rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 8px; }

@media screen and (max-width: 1200px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection {
    max-width: 33%; } }

@media screen and (max-width: 1024px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection {
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) {
    max-width: 300px; } }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection {
    max-width: 100%; }
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) {
    max-width: 100%; }
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; } }

@media screen and (max-width: 500px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections .blaze-track.banner-slider__track .collection-list__collection :is(a) {
    max-width: calc(500px - 1rem); } }

@media screen and (max-width: 768px) {
  .newcleo collection-list .collection-list__inner .collection-list__collections {
    padding: 1rem; } }

.newcleo collection-list .collection-list__inner .collection-section__arrow--next, .newcleo collection-list .collection-list__inner .collection-section__arrow--prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0; }

@media screen and (max-width: 1024px) {
  .newcleo collection-list .collection-list__inner .collection-section__arrow--next, .newcleo collection-list .collection-list__inner .collection-section__arrow--prev {
    opacity: .3; } }

.newcleo collection-list .collection-list__inner .collection-section__arrow--next {
  right: 0; }

.newcleo collection-list .collection-list__inner .collection-section__arrow--prev {
  left: 0; }

.newcleo collection-list .collection-list__inner .collection-list__pagination {
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px; }

.newcleo collection-list .collection-list__inner .collection-list__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo collection-list .collection-list__inner .collection-list__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

.newcleo .cards-fluid {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  overflow-x: hidden; }

.newcleo .cards-fluid .collection-list__inner {
  max-width: var(--page-width);
  padding: 2rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections {
  display: flex;
  justify-content: space-evenly;
  gap: 16px;
  max-width: 100%;
  padding: 2rem 4rem;
  flex-wrap: wrap; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__container {
  max-width: 100%;
  padding: 2rem calc(2rem - 10px) 2rem 2rem; }

@media screen and (max-width: 768px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__container {
    padding: 0 2rem; } }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__container.hide-arrows .collection-section__arrow {
  display: none; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .banner-slider__component {
  max-width: 100%;
  width: 100%; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection {
  display: flex;
  max-width: 25%;
  margin-bottom: 50px; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  height: 100%; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) .collection {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) :is(img) {
  display: block;
  z-index: 1;
  transform: scale(1);
  transition: all .4s ease-in-out;
  width: 100%;
  height: auto; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) :is(img):hover {
  transform: scale(1.1); }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) .collection-content {
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
  z-index: 2;
  background-color: #fff; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) .collection-content .collection-title {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  margin: 0; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) .collection-content .collection-description {
  font-size: .9rem;
  width: 100%;
  font-weight: 300;
  padding: 0;
  margin: 0;
  flex: 1; }

.newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) .collection-content .collection-button {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: .9rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 8px; }

@media screen and (max-width: 1200px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection {
    max-width: 33%; } }

@media screen and (max-width: 1024px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection {
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) {
    max-width: 300px; } }

@media screen and (max-width: 768px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection {
    max-width: 100%; }
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) {
    max-width: 100%; }
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; } }

@media screen and (max-width: 500px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections .collection-list__collection :is(a) {
    max-width: calc(500px - 1rem); } }

@media screen and (max-width: 768px) {
  .newcleo .cards-fluid .collection-list__inner .collection-list__collections {
    padding: 1rem; } }

.newcleo collection-section .collection-section-container {
  background-color: var(--bg-white-color); }

.newcleo collection-section .blaze-track--essential-gift-travel-sets {
  justify-content: space-between; }

.newcleo collection-section .collection-section__content {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo collection-section .collection-section-container .collection-section__content .collection-section_texts--inverted {
  display: flex;
  flex-direction: column-reverse; }

.newcleo collection-section .collection-section__content {
  padding: 4rem 2rem;
  width: 100%; }

@media screen and (max-width: 768px) {
  .newcleo collection-section .collection-section__content {
    padding: 2rem 1rem; } }

.newcleo collection-section .collection-section__content .collection-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%; }

.newcleo collection-section .collection-section__content .collection-section__header .collection-section__title {
  width: 100%;
  text-align: center; }

.newcleo collection-section .collection-section__content .collection-section__collection {
  padding: 0 0 2rem;
  width: 100%; }

.newcleo collection-section .collection-section__content .collection-section__collection .blaze-track-container {
  padding: 2rem 0;
  margin: 0 2rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .newcleo collection-section .collection-section__content .collection-section__collection .blaze-track-container {
    margin: 0; } }

.newcleo collection-section .collection-section__arrow--next, .newcleo collection-section .collection-section__arrow--prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (max-width: 1024px) {
  .newcleo collection-section .collection-section__arrow--next, .newcleo collection-section .collection-section__arrow--prev {
    opacity: .3; } }

.newcleo collection-section .collection-section__arrow--next {
  right: 0; }

.newcleo collection-section .collection-section__arrow--prev {
  left: 0; }

.newcleo collection-section .collection-section__pagination {
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px; }

.newcleo collection-section .collection-section__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo collection-section .collection-section__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

.newcleo product-card, .newcleo :is(product-card-js) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 380px; }

@media screen and (max-width: 768px) {
  .newcleo product-card, .newcleo :is(product-card-js) {
    max-width: 100%; } }

.newcleo product-card .product-card__image, .newcleo :is(product-card-js) .product-card__image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .newcleo product-card .product-card__image, .newcleo :is(product-card-js) .product-card__image {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; } }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__image, .newcleo :is(product-card-js) .product-card__image {
    height: 100%;
    max-height: 400px; } }

.newcleo product-card .product-card__image :is(img), .newcleo :is(product-card-js) .product-card__image :is(img) {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all .3s; }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__image :is(img), .newcleo :is(product-card-js) .product-card__image :is(img) {
    height: 300px; } }

.newcleo product-card .product-card__image .product-card__image--hover, .newcleo :is(product-card-js) .product-card__image .product-card__image--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transform: translate(-50%, -50%); }

.newcleo product-card .product-card__image .product-card__image--main, .newcleo :is(product-card-js) .product-card__image .product-card__image--main {
  max-width: 100%; }

@media screen and (min-width: 1024px) {
  .newcleo product-card .product-card__image:has(.product-card__image--hover):hover, .newcleo :is(product-card-js) .product-card__image:has(.product-card__image--hover):hover {
    transition: transform .3s; }
  .newcleo product-card .product-card__image:has(.product-card__image--hover):hover .product-card__image--main, .newcleo :is(product-card-js) .product-card__image:has(.product-card__image--hover):hover .product-card__image--main {
    opacity: 0;
    visibility: hidden; }
  .newcleo product-card .product-card__image:has(.product-card__image--hover):hover .product-card__image--hover, .newcleo :is(product-card-js) .product-card__image:has(.product-card__image--hover):hover .product-card__image--hover {
    opacity: 1;
    visibility: visible; } }

.newcleo product-card .product-card__image .product-card__badge-container, .newcleo :is(product-card-js) .product-card__image .product-card__badge-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 4px; }

.newcleo product-card .product-card__content, .newcleo :is(product-card-js) .product-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%; }

.newcleo product-card .product-card__content :is(a), .newcleo :is(product-card-js) .product-card__content :is(a) {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.newcleo product-card .product-card__content .product-card__collection, .newcleo :is(product-card-js) .product-card__content .product-card__collection {
  text-transform: uppercase;
  font-size: .8rem; }

.newcleo product-card .product-card__content .product-card__title, .newcleo :is(product-card-js) .product-card__content .product-card__title {
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__content .product-card__title, .newcleo :is(product-card-js) .product-card__content .product-card__title {
    font-size: 1rem; } }

.newcleo product-card .product-card__content .product-card__price__container, .newcleo :is(product-card-js) .product-card__content .product-card__price__container {
  display: flex;
  align-items: center;
  gap: .3rem; }

.newcleo product-card .product-card__content .product-card__price, .newcleo :is(product-card-js) .product-card__content .product-card__price {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--price-color); }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__content .product-card__price, .newcleo :is(product-card-js) .product-card__content .product-card__price {
    font-size: 1rem; } }

.newcleo product-card .product-card__content .product-card__price-original, .newcleo :is(product-card-js) .product-card__content .product-card__price-original {
  color: var(--compare-price-color);
  font-size: .8rem;
  margin-top: 1px; }

.newcleo product-card .product-card__content .product-card__variants-price__container, .newcleo :is(product-card-js) .product-card__content .product-card__variants-price__container {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.newcleo product-card .product-card__content .product-card__variants, .newcleo :is(product-card-js) .product-card__content .product-card__variants {
  background-color: transparent;
  max-width: 130px;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.newcleo product-card .product-card__content .product-card__type, .newcleo :is(product-card-js) .product-card__content .product-card__type {
  font-size: 1rem;
  color: var(--light-gray-color-text); }

.newcleo product-card .product-card__content .product-card__description, .newcleo :is(product-card-js) .product-card__content .product-card__description {
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--light-gray-color-text); }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__content .product-card__description, .newcleo :is(product-card-js) .product-card__content .product-card__description {
    -webkit-line-clamp: 3; } }

.newcleo product-card .product-card__content .product-card__description :is(p), .newcleo :is(product-card-js) .product-card__content .product-card__description :is(p) {
  font-size: 1rem;
  color: var(--description-color); }

.newcleo product-card .product-card__content .product-card__description :is(p), .newcleo :is(product-card-js) .product-card__content .product-card__description :is(p) {
  margin: 0; }

.newcleo product-card .product-card__content .klaviyo-button-container, .newcleo :is(product-card-js) .product-card__content .klaviyo-button-container {
  opacity: 1 !important; }

.newcleo product-card .product-card__content .klaviyo-button-container a, .newcleo :is(product-card-js) .product-card__content .klaviyo-button-container a {
  color: #fff;
  height: 100%;
  width: 100%; }

.newcleo product-card .product-card__content .product-card__button, .newcleo :is(product-card-js) .product-card__content .product-card__button {
  background-color: var(--button-background-color);
  font-weight: 500 !important;
  color: var(--secondary-color-text);
  padding: .55rem 4px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  transition: all .3s;
  margin-top: 8px; }

@media screen and (max-width: 768px) {
  .newcleo product-card .product-card__content .product-card__button, .newcleo :is(product-card-js) .product-card__content .product-card__button {
    font-size: 1rem; } }

.newcleo product-card .product-card__content .product-card__button[disabled], .newcleo :is(product-card-js) .product-card__content .product-card__button[disabled] {
  cursor: not-allowed;
  opacity: .5; }

.newcleo product-card .product-card__content .product-card__button.product-card__sold-out, .newcleo :is(product-card-js) .product-card__content .product-card__button.product-card__sold-out {
  cursor: inherit;
  opacity: .5; }

.newcleo product-card .product-card__content .product-card__button:hover, .newcleo :is(product-card-js) .product-card__content .product-card__button:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo product-card .badge, .newcleo :is(product-card-js) .badge {
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2; }

@media screen and (max-width: 768px) {
  .newcleo product-card .badge, .newcleo :is(product-card-js) .badge {
    font-size: 12px; } }

.newcleo product-card .badge--generic, .newcleo :is(product-card-js) .badge--generic {
  background-color: var(--tertiary-color-text);
  color: var(--secondary-color-text);
  left: 0; }

.newcleo product-card .badge--discount, .newcleo :is(product-card-js) .badge--discount {
  background-color: var(--discount-badge-color);
  color: var(--secondary-color-text);
  right: 0; }

@media (max-width: 768px) {
  .newcleo .product-card__variants-price__container {
    flex-direction: column;
    gap: 10px; } }

.newcleo .image-text-section {
  width: 100%;
  position: relative; }

.newcleo .image-text-section .image-text-section__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

.newcleo .image-text-section .image-text-section__background.image-text-section__background-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__background {
    position: relative;
    width: 100%;
    display: block;
    height: 500px; }
  .newcleo .image-text-section .image-text-section__background.image-text-section__background-mobile {
    display: block; }
  .newcleo .image-text-section .image-text-section__background:not(.image-text-section__background-mobile) {
    display: none; } }

.newcleo .image-text-section .image-text-section__container {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  color: var(--secondary-color-text);
  padding: 6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  z-index: 1;
  position: relative; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__container {
    padding: 2rem 1rem;
    background-color: var(--bg-image-text-section);
    color: var(--text-color); } }

.newcleo .image-text-section .image-text-section__container .image-text-section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 12px; }

.newcleo .image-text-section .image-text-section__container .image-text-section__content .rte {
  max-width: 600px; }

.newcleo .image-text-section .image-text-section__container .image-text-section__content .rte :is(p) {
  font-size: 1.2rem; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__container .image-text-section__content :is(h2) {
    font-size: 1.5rem; }
  .newcleo .image-text-section .image-text-section__container .image-text-section__content .rte :is(p) {
    font-size: 1rem; } }

.newcleo .image-text-section .image-text-section__container .image-text-section__button {
  a: hover;
    a-background-color: var(--bg-white-color);
    a-color: var(--text-hover-color); }

.newcleo .image-text-section .image-text-section__container .image-text-section__button :is(a) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color-text);
  text-transform: uppercase;
  border: 1px solid var(--secondary-color-text);
  padding: .75rem 2rem;
  font-size: 1rem;
  transition: all .3s ease-in-out; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__container .image-text-section__button :is(a) {
    border: 1px solid var(--text-color);
    color: var(--text-color); } }

.newcleo .image-text-section .image-text-section__container .image-text-section__blocks {
  display: flex;
  gap: 12px; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 2rem; }
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks:not(:has(.icon_mobile-image-mobile)) {
    display: none; } }

.newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px; }

.newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon :is(img).icon_mobile-image-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon {
    width: 50%; }
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon :is(img).icon_mobile-image-mobile {
    display: flex; }
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon :is(img):not(.icon_mobile-image-mobile) {
    display: none; }
  .newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon:not(:has(.icon_mobile-image-mobile)) :is(h3) {
    display: none; } }

.newcleo .image-text-section .image-text-section__container .image-text-section__blocks .image-text__icon :is(h3) {
  font-weight: 400;
  font-size: 1.1rem; }

.newcleo .image-text__icon img {
  width: 30px;
  height: 30px; }

.newcleo look-book .lookbook__content {
  background-color: var(--bg-white-color);
  position: relative; }

.newcleo look-book .lookbook__content .lookbook_add-to-cart-all--mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook_add-to-cart-all--mobile {
    display: flex; } }

.newcleo look-book .lookbook__content .lookbook__add-to-cart-all {
  width: 100%;
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 0;
  text-transform: uppercase;
  padding: 12px 22px;
  font-size: 1.3rem;
  margin-top: 1rem;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.newcleo look-book .lookbook__content .lookbook__add-to-cart-all:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo look-book .lookbook__content .lookbook__container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: var(--page-width);
  padding: 4rem 2rem;
  gap: 3rem; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container {
    flex-direction: column-reverse;
    position: relative;
    padding: 2rem 1rem; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image-sticky {
  position: relative;
  height: 100%;
  width: 100%; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image {
  top: 0;
  width: 100%;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook__image {
    position: relative;
    width: 100%; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image :is(img) {
  width: 100%; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook__image :is(img).lookbook_image__desktop {
    display: none; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image :is(img).lookbook_image__mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook__image :is(img).lookbook_image__mobile {
    display: block; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image .lookbook_image_pins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image .lookbook_image_pins .lookbook_image_pin {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--bg-white-color);
  border: 10px solid var(--bg-black-color);
  cursor: pointer;
  transition: all .5s ease-in-out; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook__image .lookbook_image_pins .lookbook_image_pin {
    width: 35px;
    height: 35px;
    border: 8px solid var(--bg-black-color); } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image .lookbook_image_pins .lookbook_image_pin.lookbook_image_pin--hover {
  background-color: var(--bg-black-color);
  border: 10px solid var(--bg-white-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook__image .lookbook_image_pins .lookbook_image_pin:hover {
  background-color: var(--bg-black-color);
  border: 10px solid var(--bg-white-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products {
  position: inherit;
  width: 100%; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile {
  background-color: var(--bg-white-color);
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  display: flex;
  z-index: -1;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile.lookbook_products--mobile--active {
    opacity: 1;
    visibility: visible;
    z-index: 999999; } }

@media screen and (max-width: 768px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile {
    padding: 0 1rem; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__component {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook_products--mobile__close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .blaze-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .blaze-track-container {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .blaze-track-container .lookbook-slider__track {
  max-width: 500px; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .blaze-track-container .lookbook-slider__track {
    max-width: 100%; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__slide {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__slide .product-card__link {
  display: flex; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__slide .product-card__link .product-card__image {
  max-height: 100%;
  max-width: 300px;
  margin: 0 auto; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__pagination {
  position: absolute;
  bottom: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  gap: 16px; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__pagination {
    display: flex; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__arrows {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__arrows {
    display: none; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile .lookbook-slider__arrows :is(button) {
  border: none;
  background-color: transparent;
  cursor: pointer; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main {
  display: flex;
  flex-direction: column;
  top: 0;
  position: sticky;
  gap: 1rem; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__content {
  text-align: left; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__content {
    text-align: center; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__content .lookbook_products__content__subheading {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--gray-color-text); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__content .lookbook_products__content__heading {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0; }

@media screen and (max-width: 1024px) {
  .newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks {
    display: none; } }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product {
  display: flex;
  gap: 16px;
  transition: all .3s ease-in-out;
  cursor: pointer; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product.lookbook_product--hover {
  background-color: var(--bg-off-white); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product.lookbook_product--hover :is(button).lookbook__add-to-cart {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 1px solid var(--button-background-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product.lookbook_product--hover :is(button).lookbook__add-to-cart :is(path) {
  fill: var(--bg-white-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product:hover {
  background-color: var(--bg-off-white); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product:hover :is(button).lookbook__add-to-cart {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 1px solid var(--button-background-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product:hover :is(button).lookbook__add-to-cart :is(path) {
  fill: var(--bg-white-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_image {
  width: 100%;
  max-width: 120px; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_image :is(img) {
  width: 100%; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__title {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__variants {
  background-color: transparent;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__price {
  color: var(--price-color);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart {
  background-color: transparent;
  border: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 22px;
  border-radius: 64px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart[disabled] {
  opacity: .5;
  cursor: not-allowed; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart :is(path) {
  transition: all .3s ease-in-out; }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart:hover {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 1px solid var(--button-background-color); }

.newcleo look-book .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart:hover :is(path) {
  fill: var(--bg-white-color); }

.newcleo news-slider .news-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--bg-white-color);
  padding: 2rem; }

@media screen and (max-width: 768px) {
  .newcleo news-slider .news-slider__content {
    padding: 2rem 1rem; } }

.newcleo news-slider .news-slider__content .news-slider__container {
  max-width: var(--page-width);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.newcleo news-slider .news-slider__content .news-slider__container .news-slider__header {
  text-align: center;
  width: 100%; }

.newcleo news-slider .news-slider__content .news-slider__container .news-slider__slides-container {
  width: 100%;
  max-width: 100%; }

.newcleo news-slider .news-slider__content .news-slider__container .news-slider__track-container {
  max-width: 100%;
  width: 100%; }

.newcleo news-slider .news-slider__content .news-slider__container .news-slider__track {
  margin: 0 0 1rem; }

.newcleo news-slider .news-slider__content .news-slider__container .blaze-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px; }

.newcleo news-slider .news-slider__content .news-slider__container .blaze-slide .news-slider__slide-text-content {
  max-width: 600px;
  display: flex;
  flex-direction: column; }

.newcleo news-slider .news-slider__content .news-slider__container .blaze-slide .news-slider__slide-text-content :is(p) {
  font-size: 1.6rem;
  text-align: center; }

@media screen and (max-width: 768px) {
  .newcleo news-slider .news-slider__content .news-slider__container .blaze-slide .news-slider__slide-text-content :is(p) {
    font-size: 1.3rem; } }

.newcleo news-slider .news-slider__content .news-slider__slide-image--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .newcleo news-slider .news-slider__content .news-slider__slide-image--mobile {
    display: block; } }

.newcleo news-slider .news-slider__content .news-slider__arrows {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  svg: nth-child(2);
    svg-display: none; }
  @media screen and (max-width: 768px) {
    .newcleo news-slider .news-slider__content .news-slider__arrows {
      display: none; }
      .newcleo news-slider .news-slider__content .news-slider__arrows svg:nth-child(2) {
        display: flex;
        opacity: .3; }
      .newcleo news-slider .news-slider__content .news-slider__arrows svg:nth-child(1) {
        display: none; } }
  .newcleo news-slider .news-slider__content .news-slider__arrows :is(button) {
    border: none;
    background-color: transparent;
    cursor: pointer; }

.newcleo news-slider .news-slider__content .news-slider__pagination {
  position: absolute;
  bottom: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  gap: 16px; }

@media screen and (max-width: 768px) {
  .newcleo news-slider .news-slider__content .news-slider__pagination {
    display: flex; } }

.newcleo news-slider .news-slider__content .news-slider__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo news-slider .news-slider__content .news-slider__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

.newcleo news-slider .news-slider__content .news-slider__slides-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; }

.newcleo news-slider .news-slider__content .news-slider__slides-images .news-slider__slide-image {
  cursor: pointer;
  transition: all .1s ease-in-out; }

.newcleo news-slider .news-slider__content .news-slider__slides-images .news-slider__slide-image:not(.news-slider__slide-image--active) {
  opacity: .4; }

@media screen and (max-width: 768px) {
  .newcleo news-slider .news-slider__content .news-slider__slides-images {
    display: none; } }

.newcleo steps-slider .steps-slider__content {
  width: 100%;
  background-color: var(--bg-off-white);
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 1024px) {
  .newcleo steps-slider .steps-slider__content {
    padding: 2rem 1rem; } }

.newcleo steps-slider .steps-slider__content .steps-slider__component {
  max-width: 100%;
  width: 100%; }

.newcleo steps-slider .steps-slider__content .steps-slider__container {
  display: flex;
  width: 100%;
  gap: 2rem;
  max-width: var(--page-width); }

@media screen and (max-width: 1024px) {
  .newcleo steps-slider .steps-slider__content .steps-slider__container {
    flex-direction: column-reverse; } }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__image__container {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__image__container:empty {
  display: none; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__image__container .steps-slider__image {
  width: 100%;
  max-width: 500px;
  max-height: 530px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  animation: opacityExit .6s ease-in-out forwards; }

@media screen and (max-width: 1024px) {
  .newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__image__container .steps-slider__image {
    position: static;
    -o-object-fit: contain;
    object-fit: contain;
    animation: none;
    display: none;
    max-height: 450px;
    height: 100%; } }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__image__container .steps-slider__image--active {
  display: block;
  opacity: 1;
  animation: opacityEntry .6s ease-in-out; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps {
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 2rem; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container {
  display: flex; }

@media screen and (max-width: 1024px) {
  .newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container {
    max-width: 100%; } }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-header {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-header .steps-slider__slide-heading {
  font-size: 1.8rem;
  text-transform: inherit; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-header .steps-slider__slide-subheading {
  font-size: 1rem;
  font-weight: 500; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-text {
  padding: 1rem; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide :is(a).steps-slider__slide-link {
  text-transform: uppercase;
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: 16px 4rem;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  margin-top: 2rem; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide :is(a).steps-slider__slide-link:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count {
  gap: 22px;
  border-bottom: 1.5px solid var(--bg-black-color);
  padding-bottom: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--light-gray-color-text);
  cursor: pointer; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step.steps-slider__step-title {
  border-bottom: 2.5px solid transparent;
  transition: border-bottom-color .3s ease-in-out; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step.steps-slider__step--active {
  color: var(--tertiary-color-text); }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step.steps-slider__step--active .steps-slider__step-number {
  background-color: var(--primary-color);
  color: var(--tertiary-color-text); }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step.steps-slider__step--active.steps-slider__step--active.steps-slider__step-title {
  border-bottom-color: #f2aa33; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step .steps-slider__step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--light-gray-color-text);
  transition: all .3s ease-in-out; }

.newcleo steps-slider .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step .steps-slider__step-title {
  text-align: center !important;
  margin-top: 1rem !important;
  background: transparent !important;
  font-size: 1rem !important;
  border-radius: 0 !important; }

@keyframes opacityEntry {
  0% {
    opacity: 0;
    display: none; }
  1% {
    display: block; }
  to {
    opacity: 1; } }

@keyframes opacityExit {
  0% {
    opacity: 1; }
  99% {
    display: block; }
  to {
    opacity: 0;
    display: none; } }

.newcleo .text-with-image-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .text-with-image-section .text-with-image-section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--bg-off-white); }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  max-width: var(--page-width); }

@media screen and (min-width: 1025px) {
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container.text-with-image-section__container--reverse {
    flex-direction: row-reverse; }
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container.text-with-image-section__container--full-height-image {
    padding: 0;
    max-width: unset;
    gap: 0; }
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container.text-with-image-section__container--full-height-image .text-with-image-section__image {
    width: 50%;
    max-width: unset;
    max-width: 50%; }
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container.text-with-image-section__container--full-height-image .text-with-image-section__text {
    padding: 4rem 2rem;
    margin: 0 auto;
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem; } }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__image {
  width: 100%;
  flex: 1;
  max-width: 700px; }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__image :is(img) {
  width: 100%; }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text {
  max-width: 600px;
  width: 100%;
  flex: 1; }

@media screen and (max-width: 1024px) {
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text {
    text-align: center; } }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .section-heading {
  text-transform: inherit; }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .rte :is(p) {
  font-size: 1rem;
  color: var(--description-color); }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .text-with-image-section__button {
  margin-top: 2rem; }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .text-with-image-section__button .text-with-image-section__button {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  max-width: -moz-fit-content;
  max-width: fit-content; }

@media screen and (max-width: 1024px) {
  .newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .text-with-image-section__button .text-with-image-section__button {
    width: 100%;
    max-width: 100%; } }

.newcleo .text-with-image-section .text-with-image-section__content .text-with-image-section__container .text-with-image-section__text .text-with-image-section__button .text-with-image-section__button:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo .newsletter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.newcleo .newsletter .newsletter__background {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0; }

.newcleo .newsletter .newsletter__container {
  z-index: 1;
  display: flex;
  margin: 0 auto;
  padding: 4rem 2rem;
  align-items: center;
  justify-content: center;
  max-width: var(--page-width);
  width: 100%; }

.newcleo .newsletter .newsletter__container .newsletter__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 800px;
  gap: 12px; }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter__header {
  color: var(--secondary-color-text); }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter-header__description {
  font-weight: 300;
  width: 100%;
  max-width: 615px;
  line-height: normal; }

@media screen and (max-width: 768px) {
  .newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body {
    width: 100%; } }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group {
  display: flex;
  align-items: center;
  gap: 12px; }

@media screen and (max-width: 768px) {
  .newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group {
    flex-direction: column;
    margin: auto;
    width: 315px;
    gap: 16px; } }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group :is(input) {
  padding: 14px 15px;
  box-sizing: border-box;
  width: 280px; }

@media screen and (max-width: 768px) {
  .newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group :is(input) {
    padding: 14px 22px;
    width: 100%; } }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group :is(button) {
  padding: 16px 41px;
  color: var(--secondary-color-text);
  background-color: var(--button-background-color);
  border: none;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .3s; }

@media screen and (max-width: 768px) {
  .newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group :is(button) {
    padding: 14px 16px;
    width: 100%; } }

.newcleo .newsletter .newsletter__container .newsletter__content .newsletter--body :is(form) .input-group :is(button):hover {
  background-color: var(--buton-background-hover-color); }

.newcleo .newsletter .klaviyo_messages {
  margin-top: 2rem;
  color: var(--secondary-color-text); }

.newcleo footer .footer__container {
  width: 100%;
  background-color: var(--bg-off-white); }

.newcleo footer .footer__container .footer__content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 4rem 2rem;
  gap: 2rem; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content {
    padding: 2rem 1.2rem; } }

.newcleo footer .footer__container .footer__content .footer__content__top {
  width: 100%;
  display: flex;
  gap: 2rem; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1rem;
    border-bottom: 1px solid var(--bg-black-color);
    background-color: var(--bg-off-white); } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__payment-icons {
  display: flex;
  gap: 27px; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__payment-icons .payment-icon {
  max-width: 50px;
  width: 100%;
  height: 32px; }

@media screen and (max-width: 900px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__payment-icons {
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__payment-icons .payment-icon {
    max-width: 40px;
    width: 100%;
    height: 30px; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons {
  display: flex;
  gap: 17px; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons .shakers-icon, .newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons .haravan-security-icon {
  max-width: 100px;
  width: 100%;
  height: 45px; }

@media screen and (max-width: 900px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons {
    gap: 5px; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons .shakers-icon, .newcleo footer .footer__container .footer__content .footer__content__top .footer_logo-and-security-icons .haravan-security-icon {
    max-width: 80px;
    width: 100%;
    height: 30px; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 50%; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social {
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 2rem; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__logo {
  width: 100%;
  max-width: 300px; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__logo :is(img) {
  width: 80%;
  max-width: 100%; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__newsletter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__newsletter {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__newsletter .footer__content__top__logo_newsletter__newsletter__description {
  font-size: .7rem; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__social {
  display: flex;
  gap: 1rem;
  color: var(--text-hover-color);
  font-size: 1.5rem;
  text-decoration: none; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__top__logo_newsletter_social .footer__content__top__logo_newsletter__social :is(path) {
  fill: var(--text-hover-color); }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menus {
  display: flex;
  justify-content: space-between;
  width: 100%; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menus {
    flex-direction: column; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu {
  flex: 1; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: block; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items {
  list-style: none;
  padding: 0; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items :is(li) {
  margin-bottom: .5rem; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items :is(li) :is(a) {
  color: var(--text-color);
  text-decoration: none;
  transition: color .3s; }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items :is(li) :is(a):hover {
  color: var(--text-hover-color); }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items .accordion-toggle:not(:checked) ~ .menu-items li:last-child {
  border-bottom: 2px solid var(--border-color); }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .accordion-toggle, .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .accordion-icon {
  display: none; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .accordion-icon {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    transform: rotate(45deg);
    transition: transform .3s ease; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .accordion-toggle:checked + .menu-title .accordion-icon {
    transform: rotate(-135deg); }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .accordion-toggle:checked ~ .menu-items {
    max-height: 1000px; }
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .footer__content__top {
    border-bottom: 2px solid var(--border-color); } }

.newcleo footer .footer__container .footer__content .footer_content__bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem; }

.newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .footer_content__payment_icons__icon {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .footer_content__payment_icons__icon :is(img) {
  height: 100%; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .footer_content__payment_icons__icon :is(img) {
    width: 100%;
    height: auto; } }

.newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .haravan_shakers_icons {
  height: 30px; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .haravan_shakers_icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; } }

.newcleo footer .footer__container .footer__content .footer_content__bottom .footer_content__payment_icons .haravan_shakers_icons :is(img) {
  height: 100%; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content {
    padding: 0; } }

.newcleo #benefits-section {
  background-color: var(--bg-white-color);
  overflow: hidden; }

.newcleo benefits-section .blaze-pagination {
  display: none; }

.newcleo benefits-section .main-container__benefits {
  max-width: var(--page-width);
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background-color: var(--bg-white-color);
  padding: 2rem 4rem; }

.newcleo benefits-section .benefits-container__img--mobile {
  display: none; }

.newcleo benefits-section .blaze-slider {
  display: flex;
  position: relative;
  max-height: 500px;
  justify-content: space-between; }

.newcleo benefits-section .blaze-slide.mobile-blaze-slide {
  display: flex;
  align-items: center; }

.newcleo benefits-section .benefits-container {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem; }

.newcleo benefits-section .blaze-track-container {
  width: 100%; }

.newcleo benefits-section .benefit-block {
  height: auto; }

.newcleo benefits-section .blaze-container {
  max-width: 50%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.newcleo benefits-section .benefits-container__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.newcleo benefits-section .benefits-container__texts .section-heading.benefits-heading {
  text-transform: unset;
  font-weight: 600; }

.newcleo benefits-section .benefits-container__texts .benefits-section__paragraph {
  margin: 0;
  padding: 0; }

.newcleo benefits-section .benefits-container__texts .section-text {
  color: var(--text-color);
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  text-transform: unset; }

.newcleo benefits-section .benefits-container__texts .section-text > p {
  margin: 0;
  padding: 0; }

.newcleo benefits-section .benefits-container__img {
  max-width: 100%;
  height: 100%; }

.newcleo benefits-section .blazer-slide__buttons {
  max-width: 82px;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 20px; }

.newcleo benefits-section .benefits-section__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 31px; }

@media screen and (max-width: 1023px) {
  .newcleo benefits-section .blaze-pagination {
    position: absolute;
    top: 450px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px;
    z-index: 1; }
  .newcleo benefits-section .blaze-pagination :is(button) {
    width: 12px;
    height: 14px;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    transition: all .3s ease-in-out; }
  .newcleo benefits-section .blaze-pagination :is(button).active {
    background-color: #000;
    width: 40px;
    border-radius: 8px; }
  .newcleo benefits-section .main-container__benefits {
    padding: 2rem; }
  .newcleo benefits-section .benefits-container__img--mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  .newcleo benefits-section .blazer-slide__buttons, .newcleo benefits-section .hidden-on-mobile__benefits-container {
    display: none; }
  .newcleo benefits-section .benefits-img-mobile {
    display: block;
    width: 100%;
    max-width: 100%; }
  .newcleo benefits-section .mobile-blaze-slide {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content; }
  .newcleo benefits-section .benefits-container {
    max-width: 100%;
    margin: 0 auto; }
  .newcleo benefits-section .blaze-container {
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: unset;
    padding-top: 21px; }
  .newcleo benefits-section .main-container__benefits .blaze-slider {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    max-height: 100%; }
  .newcleo benefits-section .benefits-container__img .benefits-img {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .newcleo benefits-section .benefits-container__texts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 10px;
    margin-top: 10px; }
  .newcleo benefits-section .benefits-container__texts :is(h2).benefits-heading {
    color: var(--text-color);
    font-size: 1.3rem;
    text-transform: unset; }
  .newcleo benefits-section .benefits-container__texts .benefits-section__paragraph {
    gap: 5px;
    display: flex;
    flex-direction: column;
    text-align: left; }
  .newcleo benefits-section .benefits-container__texts .section-text {
    color: var(--text-color);
    font-size: 1.1rem;
    max-width: 711px;
    width: 100%;
    font-weight: 400; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newcleo benefits-section .benefits-container {
    max-width: 50%;
    margin: 0 auto; }
  .newcleo benefits-section .blaze-pagination {
    position: absolute;
    top: 63%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px;
    z-index: 1; }
  .newcleo benefits-section .section-heading .benefits-heading {
    display: none; }
  .newcleo benefits-section .benefits-container__img--mobile {
    display: flex;
    justify-content: center; }
  .newcleo benefits-section .benefits-img-mobile {
    width: auto; }
  .newcleo benefits-section .benefits-container__texts {
    text-align: center;
    gap: 20px; }
  .newcleo benefits-section .benefits-heading {
    padding-top: 10px; } }

.newcleo .benefits-img {
  width: 100%;
  display: none; }

.newcleo .benefits-img.normal {
  animation: fadeIn 1s forwards;
  display: block; }

.newcleo .benefits-img.desactive {
  animation: fadeOut 3s forwards; }

.newcleo .video-with-text {
  --padding: 20px;
  --text-width: 40%;
  --video-width: 60%;
  --gap: 90px; }

.newcleo .video-with-text .main-container-video-section {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--padding); }

.newcleo .video-with-text .video-section {
  display: flex;
  align-items: center;
  gap: var(--gap); }

.newcleo .video-with-text .video-container {
  width: var(--video-width);
  position: relative; }

.newcleo .video-with-text .natura-youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto; }

.newcleo .video-with-text .natura-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .video-with-text .video-container:has(.natura-video) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.newcleo .video-with-text .video-container:has(.natura-video) .natura-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.newcleo .video-with-text .video-section__text {
  width: var(--text-width); }

.newcleo .video-with-text .title-video-with-text-section {
  margin-bottom: 1rem; }

.newcleo .video-with-text .text-video-with-text-section {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

.newcleo .video-with-text .button-collection {
  display: inline-block;
  padding: 12px 32px;
  font-size: 1.125rem;
  background-color: var(--text-hover-color);
  color: var(--bg-white-color);
  text-decoration: none; }

.newcleo .video-with-text .video-section--right {
  flex-direction: row-reverse; }

@media (max-width: 768px) {
  .newcleo .video-with-text .video-section {
    flex-direction: column;
    gap: 28px; }
  .newcleo .video-with-text .video-container, .newcleo .video-with-text .video-section__text {
    width: 100%; }
  .newcleo .video-with-text .video-section__text {
    text-align: center; }
  .newcleo .video-with-text .title-video-with-text-section {
    font-size: 1.5rem; }
  .newcleo .video-with-text .video-section--right {
    flex-direction: column; } }

.newcleo benefits-caroussel .blaze-pagination, .newcleo benefits-caroussel .excessive-block {
  display: none; }

.newcleo benefits-caroussel #benefits-caroussel {
  background-color: var(--bg-white-color); }

.newcleo benefits-caroussel .main-conainer__benefits-caroussel {
  max-width: var(--page-width);
  width: 100%;
  margin: 0 auto;
  padding: 2rem 4rem; }

.newcleo benefits-caroussel .benefits-caroussel__blaze-slide {
  display: flex;
  justify-content: center; }

.newcleo benefits-caroussel .benefits-caroussel__blaze-slide .benefits-caroussel__content {
  max-width: 400px; }

.newcleo benefits-caroussel .heading-and-subheading__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px; }

.newcleo benefits-caroussel .text__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 10px; }

.newcleo benefits-caroussel .text__container .card-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--price-color);
  margin: 0;
  padding: 0; }

.newcleo benefits-caroussel .text__container .card-subheading {
  font-size: .8rem;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
  padding: 0; }

.newcleo benefits-caroussel .collection-page-display {
  display: flex;
  flex-direction: column-reverse; }

@media screen and (max-width: 1024px) {
  .newcleo benefits-caroussel .blaze-pagination {
    margin: 20px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px;
    z-index: 1; }
  .newcleo benefits-caroussel .blaze-pagination :is(button) {
    width: 12px;
    height: 14px;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    transition: all .3s ease-in-out; }
  .newcleo benefits-caroussel .blaze-pagination :is(button).active {
    background-color: #000;
    width: 40px;
    border-radius: 8px; }
  .newcleo benefits-caroussel .main-conainer__benefits-caroussel {
    padding: 2rem; }
  .newcleo benefits-caroussel .heading-and-subheading__container .mobile-benefits-heading {
    font-size: 1.375rem;
    text-align: center; }
  .newcleo benefits-caroussel .text__container .card-heading {
    font-size: 1.125rem; }
  .newcleo benefits-caroussel .text__container .card-subheading {
    font-size: .875rem; }
  .newcleo benefits-caroussel .collection-page-display {
    display: flex;
    flex-direction: column-reverse; } }

.newcleo related-products .related-products-container {
  background-color: var(--bg-white-color); }

.newcleo related-products .related-products__content {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo related-products .related-products__content {
  padding: 4rem 2rem;
  width: 100%; }

@media screen and (max-width: 768px) {
  .newcleo related-products .related-products__content {
    padding: 2rem 1rem; } }

.newcleo related-products .related-products__content .related-products__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%; }

.newcleo related-products .related-products__content .related-products__header .related-products__title {
  width: 100%;
  text-align: center; }

.newcleo related-products .related-products__content .related-products__collection {
  padding: 0 0 2rem;
  width: 100%; }

.newcleo related-products .related-products__content .related-products__collection .blaze-track-container {
  padding: 2rem 0;
  margin: 0 2rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .newcleo related-products .related-products__content .related-products__collection .blaze-track-container {
    margin: 0; } }

.newcleo related-products .related-products__arrow--next, .newcleo related-products .related-products__arrow--prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (max-width: 768px) {
  .newcleo related-products .related-products__arrow--next, .newcleo related-products .related-products__arrow--prev {
    display: none; } }

.newcleo related-products .related-products__arrow--next {
  right: 0; }

.newcleo related-products .related-products__arrow--prev {
  left: 0; }

.newcleo related-products .related-products__pagination {
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 16px; }

.newcleo related-products .related-products__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo related-products .related-products__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

.newcleo .main__container {
  background-color: var(--bg-white-color);
  display: flex; }

.newcleo #open-filters, .newcleo #filter-modal-overlay {
  display: none; }

.newcleo #filters-container :is(input)[type=number]::-webkit-outer-spin-button, .newcleo #filters-container :is(input)[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.newcleo #filters-container :is(input)[type=number] {
  -moz-appearance: textfield; }

.newcleo #filters-container ::-webkit-scrollbar {
  width: 8px; }

.newcleo #filters-container ::-webkit-scrollbar-track {
  background: var(--bg-scroll); }

.newcleo #filters-container ::-webkit-scrollbar-thumb {
  background-color: var(--price-color);
  border-radius: 10px;
  border: 2px solid var(--bg-scroll); }

.newcleo #filters-container ::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); }

.newcleo #filters-container .open-filter {
  display: none; }

.newcleo #filters-container {
  width: 100%; }

.newcleo #filters-container .filter-heading {
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0; }

.newcleo #filters-container .horizontal-filters {
  position: absolute;
  right: 0;
  top: 2rem;
  padding-right: 4rem; }

.newcleo #filters-container .horizontal-filters .filter-group-select {
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  align-items: center; }

.newcleo #filters-container .product-count > p {
  font-size: 1rem;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  font-weight: 500; }

.newcleo #filters-container .filter-shop > .filter-group__label {
  font-size: 1rem;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  font-weight: 500; }

.newcleo #filters-container .filter-grid-columns-mobile, .newcleo #filters-container .filter-grid-columns {
  border-top: 1px solid var(--input-checkbox-color);
  padding: .8rem 1rem;
  margin: 0; }

.newcleo #filters-container .filter-grid-columns-mobile .title-grid-columns, .newcleo #filters-container .filter-grid-columns .title-grid-columns {
  font-weight: 400;
  color: var(--text-color);
  font-size: 1rem; }

.newcleo #filters-container .filter-grid-columns-mobile .select-grid-columns, .newcleo #filters-container .filter-grid-columns .select-grid-columns {
  font-size: 1rem;
  color: var(--select-options-color);
  margin: 0;
  font-weight: 500;
  border: none;
  margin-left: .5rem; }

.newcleo #filters-container .filter-grid-columns-mobile {
  display: block; }

.newcleo #filters-container .filter-grid-columns {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo #filters-container .filter-grid-columns-mobile {
    display: none; }
  .newcleo #filters-container .filter-grid-columns {
    display: block; } }

@media screen and (max-width: 320px) {
  .newcleo #filters-container .filter-grid-columns-mobile {
    display: none; } }

.newcleo #filters-container .filter-group__select {
  font-size: 1rem;
  color: var(--select-options-color);
  margin: 0;
  font-weight: 500;
  border: none; }

.newcleo #filters-container .filter-group__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg-off-white);
  padding: .5rem;
  margin: .5rem 0; }

.newcleo #filters-container .filter-group__summary :is(span).filter-group__label {
  font-weight: 400;
  color: var(--text-color);
  font-size: 1rem; }

.newcleo #filters-container :is(ul).filter-group__list {
  padding: 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
  max-height: 180px;
  height: 100%;
  overflow-y: auto; }

.newcleo #filters-container :is(ul).filter-group__list :is(li).filter-option {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--text-color); }

.newcleo #filters-container :is(ul).filter-group__list .filter-label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: .9rem; }

.newcleo #filters-container .filter-group__price-range {
  display: flex;
  justify-content: space-between; }

.newcleo #filters-container .filter-group__price-range .filter-group__price-range-to, .newcleo #filters-container .filter-group__price-range .filter-group__price-range-from {
  display: flex;
  flex-direction: column;
  font-size: .8rem;
  color: var(--text-color);
  width: 38%; }

.newcleo #filters-container .filter-group__price-range .filter-group__input {
  padding: 7px 18px 7px 10px;
  border: 1px solid var(--input-checkbox-color); }

.newcleo #filters-container .filter-group__price-range .filter-group__input::-moz-placeholder {
  color: var(--text-color);
  font-size: 1.125rem;
  font-weight: 400; }

.newcleo #filters-container .filter-group__price-range .filter-group__input::placeholder {
  color: var(--text-color);
  font-size: 1.125rem;
  font-weight: 400; }

.newcleo .filter.v.price.gte {
  border: 1px solid #e40707; }

.newcleo .custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #B9B9B9;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all .3s ease; }

.newcleo .custom-checkbox:checked {
  background-color: var(--primary-color);
  border-color: var(--price-color); }

.newcleo .container_exit, .newcleo .collection-grid .main__container .filter-group__summary .container_arrow_top {
  display: none; }

.newcleo .collection-grid .main__container .filter-group__summary .container_arrow_down {
  display: block; }

.newcleo .collection-grid .main__container details[open] .filter-group__summary .container_arrow_top {
  display: block; }

.newcleo .collection-grid .main__container details[open] .filter-group__summary .container_arrow_down {
  display: none; }

.newcleo .filter-group__clear .filter-group__apply {
  display: none; }

@media (max-width: 768px) {
  .newcleo .filter-group__clear {
    width: 100%;
    text-align: right;
    padding: 0 1rem; }
  .newcleo .filter-group__clear .filter-group__clear_texts {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .newcleo .filter-group__clear .filter-group__apply {
    display: block;
    color: var(--secondary-color-text);
    background: var(--button-background-color);
    padding: 5px 10px;
    cursor: pointer; }
  .newcleo .filter-group__clear .filter-group__apply:hover {
    background: var(--buton-background-hover-color); } }

.newcleo .filter-group__clear :is(a) {
  color: var(--text-color);
  font-size: 1rem;
  text-decoration: none;
  transition: color .3s ease; }

.newcleo .filter-group__clear :is(a):hover {
  color: var(--primary-color); }

@media (min-width: 768px) {
  .newcleo .collections-filters .mobile-modal-filter {
    max-width: 95%;
    margin: 0 auto; } }

.newcleo #open-filters {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .newcleo #open-filters {
    font-size: 1.2rem; } }

.newcleo .horizontal-filters {
  display: none; }

.newcleo #filters-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  overflow: scroll;
  height: 100%;
  background: white;
  transition: left .3s ease;
  z-index: 1000001;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.newcleo #filters-container::-webkit-scrollbar {
  display: none; }

.newcleo #filter-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.newcleo .mobile-modal-filter {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.newcleo .mobile-counter {
  font-size: .75rem;
  color: var(--text-color);
  font-weight: 400; }

@media screen and (min-width: 768px) {
  .newcleo .mobile-counter {
    font-size: 1rem; } }

.newcleo #filters-container .filter-group__summary {
  background-color: var(--bg-white-color);
  border-bottom: 1px solid var(--input-checkbox-color); }

.newcleo .filter-group:first-of-type .filter-group__summary {
  border-top: 1px solid var(--input-checkbox-color); }

.newcleo #filters-container ul.filter-group__list, .newcleo .filter-group__price-range {
  border-bottom: 1px solid var(--input-checkbox-color);
  padding: .8rem 1rem;
  margin: 0; }

.newcleo #filters-container .filter-group__summary {
  padding: .8rem 1rem;
  margin: 0; }

.newcleo #collection-grid .main__container details[open] .filter-group__summary {
  border-bottom: none; }

.newcleo #filters-container .filter-group__price-range {
  justify-content: normal;
  gap: 20px; }

.newcleo #filters-container .filter-heading {
  display: none; }

.newcleo .container_exit {
  display: flex;
  padding: 1rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }

.newcleo .collection-grid {
  background-color: var(--bg-white-color);
  width: 100%; }

.newcleo .collection-grid .no-results {
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-top: 2rem;
  display: none; }

.newcleo .collection-grid .no-results.active {
  display: flex; }

.newcleo .collection-grid .no-results :is(h2) {
  text-align: center;
  width: 100%;
  font-size: 1.6rem; }

.newcleo .collection-grid .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #696969;
  animation: l20-1 .8s infinite linear alternate,l20-2 1.6s infinite linear;
  display: none;
  left: 50%;
  right: 50%;
  top: 100px;
  z-index: 3;
  position: absolute; }

.newcleo .collection-grid .loader.active {
  display: block; }

.newcleo .collection-grid .products-list {
  position: relative; }

.newcleo .collection-grid .products-list:has(.loader.active) .product-card {
  opacity: .4;
  pointer-events: none; }

.newcleo .collection-grid .products-list:has(.no-results.active) {
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .collection__main-content {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative; }

.newcleo .product-card {
  width: 100%;
  box-sizing: border-box;
  justify-self: center; }

.newcleo .collection-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%; }

.newcleo .collections-filters {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto; }

.newcleo #product-grid {
  width: 100%;
  height: 100%;
  padding-top: 0; }

.newcleo #products-list {
  display: grid;
  gap: 20px;
  justify-content: space-around; }

@media (max-width: 1024px) {
  .newcleo .collection__main-content #products-list {
    display: grid;
    gap: 20px;
    justify-content: space-around; }
  .newcleo .collection__main-content .collection-container {
    gap: 40px; }
  .newcleo .collection__main-content .collections-filters {
    max-width: 100%;
    width: 100%; } }

@media (max-width: 768px) {
  .newcleo .collection__main-content .collections-filters {
    max-width: 100%;
    width: 100%; }
  .newcleo .collection__main-content #product-grid {
    width: 100%;
    padding-top: 0; }
  .newcleo .collection__main-content .product-card {
    max-width: 100%;
    width: 100%; }
  .newcleo .collection__main-content .collection-container {
    display: flex;
    flex-direction: column;
    gap: 20px; } }

.newcleo .collection__main-content #products-list {
  --script-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: var(--script-template-columns); }

@media screen and (max-width: 320px) {
  .newcleo .collection__main-content #products-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media screen and (min-width: 321px) and (max-width: 768px) {
  .newcleo .collection__main-content #products-list {
    --script-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-columns: var(--script-template-columns); } }

.newcleo .container__button-load-more {
  text-align: center;
  margin-top: 50px; }

.newcleo #load-more {
  display: inline-block;
  padding: 15px 25px;
  background-color: var(--text-hover-color);
  color: var(--secondary-color-text);
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500; }

.newcleo #load-more.loading {
  pointer-events: none;
  color: transparent; }

.newcleo #load-more.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%); }

.newcleo :is(fieldset.filter-grid-columns__container) {
  border: none;
  padding: 0;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content; }

.newcleo :is(fieldset.filter-grid-columns__container) :is(legend) {
  position: absolute;
  font-size: 0;
  color: transparent; }

.newcleo .grid-columns-product-count__container {
  display: flex;
  align-items: center;
  gap: 10px; }

.newcleo .filter-grid-columns-mobile, .newcleo .filter-grid-columns {
  display: flex;
  gap: 10px; }

.newcleo .filter-grid-columns-mobile :is(input), .newcleo .filter-grid-columns :is(input) {
  display: none; }

.newcleo .filter-grid-columns-mobile :is(label), .newcleo .filter-grid-columns :is(label) {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer; }

.newcleo .filter-grid-columns-mobile :is(label) :is(span), .newcleo .filter-grid-columns :is(label) :is(span) {
  font-size: 0;
  position: absolute;
  display: inline;
  color: transparent; }

.newcleo .filter-grid-columns-mobile :is(label) :is(svg), .newcleo .filter-grid-columns :is(label) :is(svg) {
  width: 100%;
  height: auto; }

.newcleo .filter-grid-columns-mobile :is(input):not(:checked) + :is(label), .newcleo .filter-grid-columns :is(input):not(:checked) + :is(label) {
  opacity: .4; }

.newcleo .filter-grid-columns-mobile {
  display: flex; }

.newcleo .filter-grid-columns {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo .filter-grid-columns-mobile {
    display: none; }
  .newcleo .filter-grid-columns {
    display: flex; } }

@media screen and (max-width: 320px) {
  .newcleo .filter-grid-columns__container {
    display: none; } }

.newcleo explore-our-collections {
  text-align: center;
  background-color: #fff; }

.newcleo explore-our-collections :is(button) {
  background: none;
  border: none; }

.newcleo explore-our-collections .blaze-container {
  max-width: var(--page-width);
  padding: var(--padding-section);
  margin: 0 auto;
  position: relative; }

.newcleo explore-our-collections .blaze-container .blaze-button {
  position: absolute;
  top: 50%; }

.newcleo explore-our-collections .blaze-container .blaze-prev {
  transform: translate(100%, -50%);
  left: 0; }

.newcleo explore-our-collections .blaze-container .blaze-next {
  transform: translate(-100%, -50%);
  right: 0; }

.newcleo explore-our-collections .blaze-container .blaze-track {
  margin: 0;
  padding: 0;
  height: var(--card-height); }

.newcleo explore-our-collections .blaze-container .blaze-track :is(li) {
  list-style: none; }

.newcleo explore-our-collections .blaze-container .collection-slider__pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 15px; }

.newcleo explore-our-collections .blaze-container .collection-slider__pagination :is(button) {
  padding: 0;
  margin: 0;
  border: 1px solid black;
  color: transparent;
  overflow: hidden;
  height: 12px;
  width: 12px;
  border-radius: 999px;
  font-size: 0; }

.newcleo explore-our-collections .blaze-container .collection-slider__pagination :is(button).active {
  background-color: #000;
  width: 44px; }

.newcleo explore-our-collections .collection-slider__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-self: center;
  position: relative;
  height: 100%;
  color: #fff; }

.newcleo explore-our-collections .collection-slider__card .collection-slider__card-content {
  color: inherit; }

.newcleo explore-our-collections .collection-slider__card .collection-slider__card-content :is(a) {
  color: inherit;
  text-decoration: none; }

.newcleo explore-our-collections .collection-slider__card .collection-slider__card-content :is(h3) {
  font-size: var(--card-title-font-size);
  font-weight: var(--card-title-font-weight);
  color: var(--card-title-color);
  margin: 0;
  text-transform: uppercase; }

.newcleo explore-our-collections .collection-slider__card .collection-slider__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  position: absolute; }

.newcleo explore-our-collections .collection-slider__title {
  font-size: var(--collection-slider-title-font-size);
  font-weight: var(--collection-slider-title-font-weight);
  text-transform: uppercase; }

.newcleo explore-our-collections .collection-slider__subtitle {
  margin: 0;
  font-size: var(--collection-slider-subtitle-font-size);
  font-weight: var(--collection-slider-subtitle-font-weight);
  text-transform: uppercase; }

.newcleo .collection-slider__section-container {
  background-color: #fff;
  padding-top: var(--collection-slider-padding-top);
  padding-bottom: var(--collection-slider-padding-bottom); }

@media screen and (max-width: 375px) {
  .newcleo explore-our-collections .collection-slider__pagination {
    flex-wrap: wrap; } }

@media screen and (max-width: 990px) {
  .newcleo explore-our-collections .blaze-button {
    display: none; } }

.newcleo .special-collection-banner {
  display: flex;
  flex-direction: row;
  background-color: var(--background-color); }

.newcleo .special-collection-banner * {
  color: #000; }

.newcleo .special-collection-banner :is(img) {
  width: var(--image-proportion);
  min-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .special-collection-banner .special-collection-banner__content {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: var(--content-padding);
  text-align: left; }

.newcleo .special-collection-banner .special-collection-banner__content :is(h1) {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 2vw, var(--title-font-size));
  font-weight: var(--title-font-weight); }

.newcleo .special-collection-banner .special-collection-banner__content .special-collection-banner__description :is(strong), .newcleo .special-collection-banner .special-collection-banner__content .special-collection-banner__description :is(b), .newcleo .special-collection-banner .special-collection-banner__content .special-collection-banner__description :is(e) {
  font-weight: var(--strong-font-weight);
  color: var(--strong-color); }

.newcleo .special-collection-banner .special-collection-banner__content .special-collection-banner__description :is(p) {
  font-size: clamp(1rem, 1.2vw, var(--description-font-size)); }

@media screen and (max-width: 1024px) {
  .newcleo .special-collection-banner {
    flex-direction: column; }
  .newcleo .special-collection-banner :is(img) {
    width: 100%;
    height: var(--image-height);
    -o-object-fit: cover;
    object-fit: cover;
    min-height: auto; }
  .newcleo .special-collection-banner .special-collection-banner__content {
    align-items: center;
    text-align: center; }
  .newcleo .special-collection-banner .special-collection-banner__content :is(p) {
    font-size: clamp(12px, 4vw, var(--description-font-size)); } }

.newcleo .collection-featured-product {
  background-color: var(--bg-image-text-section);
  display: flex;
  justify-content: center; }

.newcleo collection-featured-product {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: var(--page-width);
  padding: var(--padding-section);
  padding-top: var(--container-padding-top);
  padding-bottom: var(--container-padding-bottom);
  justify-content: space-between;
  font-size: var(--description-font-size);
  margin: var(--container-margin-top) 0 var(--container-margin-bottom) 0;
  gap: 100px; }

.newcleo collection-featured-product :is(li) strong {
  color: var(--list-title-color);
  font-size: var(--list-title-font-size);
  font-weight: var(--list-title-font-weight);
  text-transform: uppercase; }

.newcleo collection-featured-product .collection-featured-product__list {
  padding: 0;
  margin: 0;
  display: none; }

.newcleo collection-featured-product .collection-featured-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0 auto;
  width: 48%;
  text-align: justify; }

.newcleo collection-featured-product .collection-featured-product__content .collection-featured-product__title {
  order: 2;
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight); }

.newcleo collection-featured-product .collection-featured-product__content .collection-featured-product__subtitle {
  order: 1;
  font-size: var(--subtitle-font-size);
  font-weight: var(--subtitle-font-weight); }

.newcleo collection-featured-product .collection-featured-product__content .collection-featured-product__description {
  order: 3; }

.newcleo collection-featured-product .collection-featured-product__content .collection-featured-product__list {
  display: block;
  order: 4; }

.newcleo collection-featured-product .collection-featured-product__images {
  width: 48%;
  position: relative; }

.newcleo collection-featured-product .collection-featured-product__images :is(img) {
  transform: translateY(-50%);
  position: absolute;
  aspect-ratio: 289/350;
  -o-object-fit: cover;
  object-fit: cover;
  width: 63%; }

.newcleo collection-featured-product .collection-featured-product__images :first-child {
  top: 41%;
  left: 0;
  z-index: 1; }

.newcleo collection-featured-product .collection-featured-product__images :last-child {
  top: 59%;
  right: 0;
  z-index: 2;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px; }

.newcleo collection-featured-product .collection-featured-product__tabs {
  display: none;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1023px) {
  .newcleo collection-featured-product {
    flex-direction: column;
    text-align: center;
    gap: 0; }
    .newcleo collection-featured-product .collection-featured-product__tabs {
      display: flex;
      justify-content: center;
      border-bottom: 1px solid var(--menu-border-color); }
      .newcleo collection-featured-product .collection-featured-product__tabs :is(button) {
        background-color: transparent;
        border: none;
        color: var(--button-color-inactive);
        cursor: pointer;
        font-size: var(--button-font-size);
        font-weight: var(--button-font-weight);
        padding: var(--button-font-size) 0px;
        text-transform: uppercase; }
        .newcleo collection-featured-product .collection-featured-product__tabs :is(button).active {
          color: var(--button-color-active); }
  .newcleo collection-featured-product * {
    width: 100%; }
  .newcleo collection-featured-product .collection-featured-product__list {
    display: block; }
  .newcleo collection-featured-product .collection-featured-product__content {
    width: 100%; }
  .newcleo collection-featured-product .collection-featured-product__content .collection-featured-product__list {
    display: none; }
  .newcleo collection-featured-product .collection-featured-product__images {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content; }
  .newcleo collection-featured-product .collection-featured-product__images :is(img) {
    max-width: 442px;
    width: 45%;
    position: static;
    transform: none; }
  .newcleo collection-featured-product .collection-featured-product__images :first-child {
    display: none; }
  .newcleo collection-featured-product .collection-featured-product__images :last-child {
    top: auto;
    right: auto; } }

.newcleo .text-align-left {
  text-align: left; }

.newcleo .text-align-center {
  text-align: center; }

.newcleo .text-align-right {
  text-align: right; }

.newcleo .collection-text-with-images {
  background-color: var(--bg-white-color);
  display: flex;
  justify-content: center; }

.newcleo .collection-text-with-image {
  max-width: var(--page-width);
  padding: var(--padding-section);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%; }

.newcleo .collection-text-with-image * {
  margin: 0;
  padding: 0; }

.newcleo .collection-text-with-image .collection-text-with-image__content {
  display: flex;
  flex-direction: column; }

.newcleo .collection-text-with-image .collection-text-with-image__content * {
  margin: 0;
  padding: 0; }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__title {
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
  margin-top: calc(var(--title-font-size) / 3);
  line-height: 110%; }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__description {
  margin-top: calc(var(--description-font-size) * .8);
  margin-bottom: calc(var(--description-font-size) * 1.3);
  order: 3;
  font-size: var(--description-font-size); }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__subtitle {
  order: -1;
  font-size: var(--subtitle-font-size);
  font-weight: var(--subtitle-font-weight);
  line-height: 110%; }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__aditional-info {
  order: 4; }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__aditional-info .collection-text-with-image__aditional-info-title {
  font-size: var(--aditional-information-title-font-size);
  font-weight: var(--aditional-information-title-font-weight);
  color: var(--aditional-information-highlighted-color); }

.newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__aditional-info :is(b), .newcleo .collection-text-with-image .collection-text-with-image__content .collection-text-with-image__aditional-info :is(strong) {
  color: var(--aditional-information-highlighted-color); }

.newcleo .collection-text-with-image .collection-text-with-image__image {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media screen and (max-width: 1024px) {
  .newcleo .collection-text-with-image {
    flex-direction: column-reverse; }
  .newcleo .collection-text-with-image .collection-text-with-image__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; } }

.newcleo .image-text-institutional {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.newcleo .image-text-institutional-page-width {
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo .container-image-text-section {
  display: flex;
  align-items: center;
  width: 100%; }

.newcleo .text-content {
  width: 80%;
  padding: 0 20px; }

@media screen and (max-width: 1024px) {
  .newcleo .container-image-text-section {
    flex-direction: column-reverse; }
  .newcleo .text-content {
    width: 90%;
    margin: 20px 0;
    padding: 0; }
  .newcleo .text-first-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 4px; }
  .newcleo .container-image-text-section .text-box .text-content .text-first-content h2, .newcleo .container-image-text-section .text-box .text-content .text-first-content h3, .newcleo .container-image-text-section .text-box .text-content .text-first-content span {
    text-align: center; }
  .newcleo .text-description-institutional {
    margin-bottom: 8px; }
  .newcleo .text-box {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%; }
  .newcleo .image-box {
    width: 100%; } }

@media (max-width: 768px) {
  .newcleo .image-text-institutional {
    width: 100%;
    max-width: 100%; }
  .newcleo .container-image-text-section {
    display: flex;
    flex-direction: column-reverse;
    text-align: center; }
  .newcleo .text-box {
    width: 100%;
    text-align: center; }
  .newcleo .image-box {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .newcleo .desktop-image {
    display: none; }
  .newcleo .mobile-image {
    display: block;
    width: 100%;
    height: auto; } }

.newcleo #offers-card {
  background-color: var(--bg-white-color);
  width: 100%; }

.newcleo #offers-card .main-container-offers-card {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px; }

.newcleo #offers-card .main-container-offers-card .heading-offers-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px;
  max-width: 850px; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .blaze-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.newcleo #offers-card .main-container-offers-card .heading-offers-card .title-offers-card {
  color: var(--bg-black-color);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card {
  width: 100%; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card {
  max-width: 522px;
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card .card-texts-content {
  width: 100%;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card .card-image-offers-card {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card .card-image-offers-card.card-image-offers-card__image-fit {
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain; }

.newcleo #offers-card .card-texts-content {
  padding-bottom: 1rem; }

.newcleo #offers-card .card-heading-offers-card {
  color: var(--bg-white-color);
  background-color: var(--button-background-color);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  padding: .7rem;
  transition: all .3s ease-in-out; }

.newcleo #offers-card .card-heading-offers-card:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo #offers-card .card-content-offers-card {
  padding-bottom: .8rem; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card .card-texts-content .card-content-offers-card :is(p) {
  color: var(--bg-black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0; }

.newcleo .card-texts-content {
  text-align: center; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .offers-card-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 28px; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .offers-card-pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo #offers-card .main-container-offers-card .main-slider-offers-card .offers-card-pagination button.active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

@media (min-width: 768px) {
  .newcleo #offers-card .main-container-offers-card .main-slider-offers-card .card-offers-card .card-image-offers-card {
    width: 100%;
    height: 490px;
    -o-object-fit: cover;
    object-fit: cover; } }

.newcleo cart-drawer.open {
  transform: translate(0);
  transition: transform .3s ease-in-out;
  animation: slide-in .3s ease-in-out;
  z-index: 999999;
  height: 100%; }

.newcleo cart-drawer.empty {
  grid-template-areas: "main";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%; }

.newcleo cart-drawer.empty :is(free-samples) {
  display: none; }

.newcleo cart-drawer.empty [data-cart-related-products], .newcleo cart-drawer.empty [data-cart-shop-summary] {
  display: none; }

.newcleo .open .cart-drawer__before {
  opacity: .3;
  transition: all .3s ease-in-out;
  animation: slow-fade-in .35s ease;
  width: 100vw;
  height: 100vh; }

@keyframes slide-in {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(0); } }

@keyframes slow-fade-in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  to {
    opacity: .3; } }

.newcleo cart-drawer {
  display: grid;
  width: 691px;
  position: fixed;
  flex-direction: row-reverse;
  max-height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  transform: translate(100%);
  transition: transform .3s ease-in-out;
  z-index: 10000;
  --horizontal-padding: 25px;
  --cart-item-title-font-size: 1.125rem;
  --cart-item-price-font-size: 1rem;
  --cart-item-variant-font-size: .875rem;
  --cart-item-image-width: 90px;
  --cart-summary-total-font-weight: 700;
  --cart-summary-button-font-size: 1.25rem;
  --cart-summary-button-padding: 1.125rem 0; }

.newcleo cart-drawer * {
  margin: 0;
  padding: 0; }

.newcleo cart-drawer .cart-drawer__before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: var(--bg-black-color);
  opacity: 0;
  z-index: 999;
  flex-grow: 2;
  z-index: -1; }

.newcleo cart-drawer [data-cart-related-products] {
  background-color: var(--bg-white-color);
  height: 100%;
  flex-grow: 0; }

@media screen and (min-width: 768px) {
  .newcleo cart-drawer [data-cart-related-products] {
    border-right: 1px solid rgba(0, 0, 0, 0.3); } }

.newcleo cart-drawer [data-cart-main] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: var(--bg-white-color);
  flex-grow: 1; }

.newcleo cart-drawer [data-cart-main] :is(styled-scroll) {
  display: block;
  margin-bottom: 1.5rem; }

.newcleo cart-drawer [data-cart-main] [data-cart-empty-message] {
  position: relative;
  bottom: 40%;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  flex-direction: column; }

.newcleo cart-drawer [data-cart-main] [data-cart-empty-message] :is(a) {
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: .75rem 1.5rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.75rem; }

.newcleo cart-drawer [data-cart-main] [data-cart-header] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px var(--horizontal-padding); }

.newcleo cart-drawer [data-cart-main] [data-cart-header] :is(p) {
  font-size: 1.25rem;
  font-weight: 500; }

.newcleo cart-drawer [data-cart-main] [data-cart-header] :is(button) {
  background-color: transparent;
  border: none; }

.newcleo cart-drawer [data-cart-main] [data-cart-header] :is(button) :is(svg) {
  width: 15px;
  height: 15px; }

.newcleo cart-drawer [data-cart-main] [data-cart-product-list] {
  max-height: 67vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 var(--horizontal-padding);
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.newcleo cart-drawer [data-cart-shop-summary] {
  padding-bottom: 2.5rem;
  background-color: #fff; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) {
  padding: 0 var(--horizontal-padding);
  list-style: none; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) :last-child p:not(.gift-wrap-cart-drawer__modal-description) {
  font-weight: var(--cart-summary-total-font-weight); }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) :is(li) {
  display: flex;
  justify-content: space-between;
  padding: 6px 0; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap {
  position: relative; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(input) {
  display: none; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(label) {
  position: relative;
  cursor: pointer;
  padding-left: 1.6rem; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(label):after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%); }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(label):before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--input-color-text);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(input):checked ~ label:before {
  background-color: var(--primary-color);
  border: var(--primary-color); }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(input):checked ~ label:after {
  border-color: var(--bg-white-color);
  background-color: var(--bg-white-color); }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(p) {
  opacity: 0;
  z-index: -10;
  transition: all .3s ease-in-out;
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  background-color: var(--bg-gray-color);
  padding: .25rem .5rem;
  border-radius: 5px; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(span) {
  display: flex;
  align-items: center; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap :is(i) {
  margin-left: 1rem;
  color: var(--input-color-text);
  border: 1px solid var(--input-color-text);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0%; }

.newcleo cart-drawer [data-cart-shop-summary] :is(ul) .cart-drawer__shop-summary-gift-wrap:hover p {
  display: block;
  opacity: 1;
  z-index: 10; }

.newcleo cart-drawer [data-cart-shop-summary] .cart-drawer__checkout {
  width: 100%;
  padding: var(--cart-summary-button-padding);
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  border: none;
  cursor: pointer;
  font-size: var(--cart-summary-button-font-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none; }

.newcleo cart-drawer [data-cart-shop-summary] :is(a) {
  padding-top: .75rem;
  color: var(--light-gray-color-text);
  text-decoration: underline;
  font-size: .875rem;
  text-align: center;
  width: 100%;
  display: block; }

@media screen and (max-width: 768px) {
  .newcleo cart-drawer {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    --cart-item-image-width: 70px;
    --cart-item-title-font-size: 1rem;
    --cart-item-price-font-size: .875rem;
    --cart-item-variant-font-size: .75rem;
    --cart-summary-button-font-size: 1rem;
    --cart-summary-button-padding: .9rem 0; }
  .newcleo cart-drawer .cart-drawer__before {
    display: none; }
  .newcleo cart-drawer [data-cart-main] {
    width: 100%;
    max-width: none;
    max-height: 100vh;
    background-color: var(--bg-white-color); }
  .newcleo cart-drawer [data-cart-main] [data-cart-header] {
    display: flex;
    justify-content: space-between;
    padding: 20px var(--horizontal-padding); }
  .newcleo cart-drawer [data-cart-main] [data-cart-header] :is(p) {
    font-size: 1rem;
    font-weight: 500; }
  .newcleo cart-drawer [data-cart-main] [data-cart-header] :is(button) {
    background-color: transparent;
    border: none; }
  .newcleo cart-drawer [data-cart-main] [data-cart-header] :is(button) :is(svg) {
    width: 12px;
    height: 12px; }
  .newcleo cart-drawer [data-cart-main] [data-cart-product-list] {
    max-height: 40vh; }
  .newcleo cart-drawer [data-cart-main] :is(styled-scroll) {
    margin-bottom: 0;
    display: flex;
    flex-direction: column; }
  .newcleo cart-drawer [data-cart-shop-summary] {
    padding: 1.25rem 0; } }

@media screen and (max-width: 540px) {
  .newcleo cart-drawer [data-cart-main] [data-cart-product-list] {
    max-height: 35vh; } }

.newcleo cart-drawer .styled-scrollbar, .newcleo cart-drawer * {
  scrollbar-width: none; }

.newcleo .styled-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--bg-gray-color); }

.newcleo .styled-scrollbar::-webkit-scrollbar {
  width: 3px; }

.newcleo .styled-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color); }

.newcleo .styled-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--bg-gray-color); }

.newcleo .scrollbar-hidden {
  scrollbar-width: none; }

.newcleo cart-drawer {
  --summary-height: clamp(16rem, 13vw, 16rem) !important;
  grid-template-columns: 243fr 488fr;
  grid-template-rows: auto var(--summary-height);
  grid-template-areas: "related-products main" "related-products summary"; }

.newcleo cart-drawer [data-cart-main] {
  grid-area: main;
  max-width: 100%;
  overflow: hidden; }

.newcleo cart-drawer [data-cart-main] [data-cart-product-list] {
  max-height: calc(100vh - var(--summary-height) - 100px); }

.newcleo cart-drawer [data-cart-shop-summary] {
  grid-area: summary;
  max-height: var(--summary-height); }

.newcleo cart-drawer [data-cart-related-products] {
  grid-area: related-products; }

@media screen and (max-width: 768px) {
  .newcleo cart-drawer {
    grid-template-columns: 1fr;
    grid-template-rows: auto var(--summary-height);
    grid-template-areas: "main" "summary"; }
  .newcleo cart-drawer [data-cart-main] [data-cart-product-list] {
    max-height: calc(100vh - var(--summary-height) - 100px);
    display: flex;
    flex-direction: column; } }

.newcleo .cart-drawer__shipping-message {
  font-size: .875rem;
  font-weight: 600;
  font-style: italic;
  color: var(--light-gray-color-text);
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: .7rem; }

@media screen and (max-width: 1024px) {
  .newcleo cart-drawer {
    --summary-height: 13.2rem !important; }
  .newcleo cart-drawer [data-cart-shop-summary] :is(a):not(.cart-drawer__checkout) {
    display: none; } }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products {
  padding: 0px 1rem;
  max-height: 100vh;
  --list-title-font-size: 1.125rem;
  --list-title-font-weight: 500;
  --card-width: 156px;
  --card-image-width: 100px;
  --card-image-height: 132px;
  --card-title-font-size: .875rem;
  --card-price-font-size: 1rem;
  --card-variant-font-size: .875rem;
  --card-button-font-size: .725rem; }

@media screen and (max-width: 768px) {
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products.cart-drawer__related-products--desktop {
    display: none; } }

@media screen and (min-width: 769px) {
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products.cart-drawer__related-products--mobile {
    display: none; } }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .cart-drawer__related-products-list-title {
  font-size: var(--list-title-font-size);
  font-weight: var(--list-title-font-weight);
  padding: 20px 0;
  text-align: center; }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .related-products-slider-arrow {
  display: none; }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider {
  max-height: 91%;
  width: 100%;
  padding-bottom: 2.5rem;
  max-width: 156px;
  margin: 0 auto;
  overflow-y: scroll; }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider .blaze-track {
  flex-wrap: wrap; }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider * {
  line-height: 120%; }

.newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider .blaze-slide {
  list-style: none;
  text-align: center;
  margin-top: 24px; }

@media screen and (max-width: 768px) {
  .newcleo cart-drawer [data-cart-related-products] {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products.cart-drawer__related-products--mobile .cart-drawer__related-products-list-title {
    text-align: left;
    font-size: 1.2rem; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products {
    padding: 0;
    max-height: none;
    --list-title-font-size: .875rem;
    --list-title-font-weight: 600;
    --card-width: 228px;
    --card-image-width: 52px;
    --card-image-height: 76px;
    --card-title-font-size: .625rem;
    --card-price-font-size: .625rem;
    --card-variant-font-size: .625rem;
    --card-button-font-size: .625rem; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .cart-drawer__related-products-list-title {
    padding: 0;
    padding-top: 1rem; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-container {
    max-width: 100%;
    overflow: hidden; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider {
    max-height: unset;
    flex-direction: row;
    padding-bottom: 20px;
    margin-bottom: 0;
    max-width: 90vw;
    display: flex;
    padding: 0 .875rem 2.5rem;
    position: relative;
    overflow: unset; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider .blaze-track {
    flex-wrap: nowrap; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-slider .blaze-slide {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .related-products-slider-arrow {
    position: absolute;
    border: none;
    background: none;
    z-index: 1;
    display: block;
    top: -2.6rem;
    width: .875rem;
    height: -moz-fit-content;
    height: fit-content;
    right: 0; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .related-products-slider-arrow :is(svg) {
    width: 100%;
    height: auto; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .start .blaze-prev.related-products-slider-arrow {
    opacity: .4; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .blaze-prev.related-products-slider-arrow {
    margin-right: 2.2rem; }
  .newcleo cart-drawer [data-cart-related-products].cart-drawer__related-products .end .blaze-next.related-products-slider-arrow {
    opacity: .4; } }

.newcleo cart-related-product-card {
  list-style: none;
  max-width: var(--card-width);
  text-align: center;
  margin-top: 24px; }

.newcleo cart-related-product-card .cart-drawer__related-product-title {
  font-size: var(--card-title-font-size);
  margin: 10px 0 0; }

.newcleo cart-related-product-card .cart-drawer__related-product-price {
  font-size: var(--card-price-font-size);
  font-weight: 600;
  color: var(--price-color);
  margin-top: 8px; }

.newcleo cart-related-product-card :is(select) {
  border: none;
  color: var(--input-color-text);
  font-size: var(--card-variant-font-size);
  margin-top: 8px;
  max-width: 100%;
  padding-right: 1.5rem; }

.newcleo cart-related-product-card :is(button) {
  display: block;
  margin: 8px auto 0;
  font-size: var(--card-button-font-size);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary-color-text);
  background-color: var(--button-background-color);
  border: none;
  padding: 7px 10px; }

.newcleo cart-related-product-card :is(img) {
  width: var(--card-image-width);
  height: var(--card-image-height);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .newcleo cart-related-product-card {
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%; }
  .newcleo cart-related-product-card :is(div) {
    max-width: calc(100% - var(--card-image-width) - 10px); }
  .newcleo cart-related-product-card .cart-drawer__related-product-title {
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    max-height: 1.1375rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  .newcleo cart-related-product-card .cart-drawer__related-product-price {
    font-size: .875rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 0; }
  .newcleo cart-related-product-card :is(select) {
    border: none;
    color: var(--color-text);
    font-size: .875rem;
    margin-top: 0;
    padding-right: 1.5rem; }
  .newcleo cart-related-product-card :is(button) {
    display: block;
    margin: 0;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color-text);
    background-color: var(--button-background-color);
    border: none;
    padding: 4px 12px;
    margin-top: .25rem; }
  .newcleo cart-related-product-card :is(img) {
    width: 52px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto; } }

.newcleo cart-product-item {
  --cart-item-title-font-size: 1.125rem;
  --cart-item-price-font-size: 1rem;
  --cart-item-variant-font-size: .875rem;
  --cart-item-image-width: 90px; }

@media screen and (max-width: 768px) {
  .newcleo cart-product-item {
    --cart-item-image-width: 70px;
    --cart-item-title-font-size: 1rem;
    --cart-item-price-font-size: .875rem;
    --cart-item-variant-font-size: .75rem; } }

.newcleo cart-product-item {
  max-width: 100%;
  width: 100%;
  display: flex;
  max-height: 119px;
  gap: 5%; }

.newcleo cart-product-item .cart-product-item__image {
  margin: 0;
  aspect-ratio: 90/119;
  width: var(--cart-item-image-width);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px; }

.newcleo cart-product-item .cart-product-item__content {
  display: grid;
  max-height: -moz-fit-content;
  max-height: fit-content;
  gap: .5rem;
  width: 100%;
  grid-template-rows: calc(var(--cart-item-title-font-size) * 1.2) calc(var(--cart-item-price-font-size) * 1.2) calc(var(--cart-item-variant-font-size) * 1.2) 1fr; }

.newcleo cart-product-item .cart-product-item__content * {
  line-height: 120%; }

.newcleo cart-product-item .cart-product-item__content .non_propagation-cart-product-item {
  font-size: var(--cart-item-title-font-size);
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__title {
  font-size: var(--cart-item-title-font-size);
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__price {
  font-size: var(--cart-item-price-font-size);
  font-weight: 600;
  color: var(--price-color); }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__variant {
  font-size: var(--cart-item-variant-font-size);
  color: var(--light-gray-color-text);
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container {
  align-self: end;
  display: flex;
  gap: 1rem;
  grid-row: 4; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container * {
  margin: 0;
  padding: 0; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container :is(div) {
  display: flex;
  border: 1px solid var(--light-gray-color-text); }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container :is(input) {
  border: none;
  max-width: 3.5rem;
  text-align: center;
  font-size: 1rem; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container :is(input).cart-product-item__quantity-input__free {
  padding: .5rem;
  max-width: 100px;
  width: 100%; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container :is(button) {
  background-color: transparent;
  border: none;
  padding: .5rem;
  font-size: 1rem;
  cursor: pointer; }

.newcleo cart-product-item .cart-product-item__content .cart-product-item__quantity-container .cart-product-item__remove-button {
  color: var(--light-gray-color-text);
  font-size: .725rem;
  text-decoration: underline;
  padding: .2rem;
  cursor: pointer; }

.newcleo #benefits-description {
  background-color: var(--bg-white-color);
  width: 100%; }

.newcleo #benefits-description .main-container-benefits-description {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px; }

.newcleo #benefits-description .main-container-benefits-description .heading-benefits-description {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px;
  max-width: 850px; }

.newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .title-benefits-description {
  color: var(--bg-black-color);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .description-benefits-description p {
  color: var(--bg-black-color);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description {
  width: 100%; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description {
  max-width: 335px;
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-texts-content {
  width: 100%;
  gap: 12px;
  display: flex;
  flex-direction: column; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-image-benefits-description {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-texts-content .card-heading-benefits-description {
  color: var(--price-color);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-texts-content .card-content-benefits-description p {
  color: var(--bg-black-color);
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .benefits-description-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 28px; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .benefits-description-pagination button {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .benefits-description-pagination button.active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

@media screen and (max-width: 768px) {
  .newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-image-benefits-description {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover; }
  .newcleo #benefits-description .main-container-benefits-description {
    gap: 50px; }
  .newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .title-benefits-description {
    font-size: 1.3rem; }
  .newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .description-benefits-description p, .newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-texts-content .card-heading-benefits-description {
    font-size: 1rem; }
  .newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-texts-content .card-content-benefits-description p {
    font-size: .7rem; } }

@media screen and (max-width: 490px) {
  .newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .title-benefits-description {
    font-size: 1.1rem; }
  .newcleo #benefits-description .main-container-benefits-description .heading-benefits-description .description-benefits-description p {
    font-size: .8rem; }
  .newcleo #benefits-description .main-container-benefits-description .main-slider-benefits-description .card-benefits-description .card-image-benefits-description {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover; } }

.newcleo .account_access__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: var(--padding-section);
  background: var(--bg-white-color); }

.newcleo .account_section_title {
  color: var(--text-color);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px; }

.newcleo .account_section_subtitle {
  margin-top: 0; }

.newcleo .account_form__container, .newcleo .recover__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  width: 100%;
  height: 100%; }

.newcleo .account_form__container form, .newcleo .recover__container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.newcleo .account_form__container .form__message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0; }

.newcleo .account_form__container .errors ul {
  margin-block: 5px 20px; }

.newcleo .account_form__container .form__message svg {
  width: 20px; }

.newcleo .account_form__container .field, .newcleo .recover__container .field {
  flex-direction: column;
  position: relative;
  margin-top: 21px; }

.newcleo .account_form__container .field.field_accepts_marketing {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: .4rem; }

.newcleo .account_form__container .field.first_field, .newcleo .recover__container .field.first_field {
  margin-top: 0; }

.newcleo .account_form__container .field.field_password, .newcleo .account_form__container .input_account.input_password {
  display: flex !important; }

.newcleo .account_access__content .field_password .icon_password_reveal {
  position: absolute;
  right: 10px;
  top: 53%;
  cursor: pointer; }

.newcleo .register_form__container .field_password .icon_password_reveal {
  top: 58%; }

.newcleo .account_access__content .icon_password_reveal:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #5f5f5f;
  top: 36%;
  transform: rotate(35deg) scale(0);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }

.newcleo .account_access__content .icon_password_reveal[active]:before {
  transform: rotate(35deg) scale(1); }

.newcleo .account_form__container label, .newcleo .recover__container label {
  align-self: flex-start;
  color: var(--text-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.newcleo .account_form__container .input_account, .newcleo .recover__container .input_account {
  border: 1px solid var(--input-color-text);
  color: var(--input-color-text);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 470px;
  width: 100%;
  height: 50px;
  padding: 12px;
  margin-top: 12px; }

.newcleo .account_form__container .input_error .input_account {
  border-color: var(--border-input-error); }

.newcleo .account_form__container .input_password {
  margin-bottom: 8px; }

.newcleo .account_form__container .link_recover {
  align-self: flex-start;
  color: var(--text-color);
  font-size: .875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-block: 8px 0px; }

.newcleo .account_form__container .link_recover:hover {
  text-decoration: underline; }

.newcleo .account_form__container .btn_account_submit, .newcleo .recover__container .btn_account_submit {
  background: var(--button-background-color);
  color: var(--secondary-color-text);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 228px;
  width: 100%;
  height: 52px;
  transition: .3s ease-in-out;
  margin-top: 32px;
  align-self: center; }

.newcleo .account_form__container .btn_account_submit:hover, .newcleo .recover__container .btn_account_submit:hover {
  background: var(--buton-background-hover-color); }

.newcleo .account_form__container .btn_account_submit.submit_register {
  margin-top: 32px; }

.newcleo .account_form__container .span_sign_text {
  color: var(--text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: center;
  margin-top: 20px; }

.newcleo .account_form__container .span_sign_text a {
  color: var(--price-color);
  font-weight: 600; }

.newcleo .account_form__container .span_sign_text a:hover {
  text-decoration: underline; }

.newcleo .account_form__container .floating_message svg {
  width: 15px; }

.newcleo .account_form__container .floating_message {
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
  gap: 5px;
  color: red; }

.newcleo .account_form__container .form_message_register {
  justify-content: center;
  margin: 0 0 20px; }

.newcleo .account_form__container .form_errors, .newcleo .account_form__container .errors {
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 30px; }

.newcleo .account_form__container .form_errors[hidden], .newcleo .account_form__container .errors[hidden] {
  height: 0; }

.newcleo #recover, .newcleo .recover__container {
  display: none; }

.newcleo #recover:target, .newcleo #recover:target + .recover__container {
  display: block; }

.newcleo #recover:target ~ .login_title, .newcleo #recover:target ~ .login_form__container {
  display: none; }

.newcleo .recover__container .recover_password_subtext {
  margin: 0 0 32px;
  color: var(--text-color);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  align-self: center; }

.newcleo .recover__container .btn_cancel {
  color: var(--text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 20px; }

.newcleo .recover__container .btn_cancel:hover {
  text-decoration: underline; }

.newcleo .recover__container .form__message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-block: 0 20px;
  color: var(--border-input-error); }

.newcleo .recover__container .form__message svg {
  width: 25px; }

.newcleo .account_form__container .form__message.message_recover_success {
  margin: 0 0 20px; }

.newcleo div#messageWrapper {
  margin-bottom: 21px;
  background: var(--button-background-color);
  padding: 10px;
  color: var(--secondary-color-text);
  height: -moz-fit-content;
  height: fit-content;
  display: none; }

.newcleo div#messageWrapper :is(p) {
  margin: 0; }

.newcleo .account_form__container .account_invite_submit__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px; }

.newcleo .account_form__container .account_invite_submit__container :is(span) {
  font-size: 1.125rem; }

.newcleo .account_form__container .account_invite_submit__container .btn_account_submit, .newcleo .account_form__container .account_invite_submit__container .recover__container .btn_account_submit {
  font-size: 1rem;
  margin-top: 0; }

.newcleo .account_form__container .accepts_marketing_label {
  font-size: 1rem; }

@media screen and (max-width: 768px) {
  .newcleo .account_section_title {
    font-size: 1.5rem;
    margin-bottom: 24px; }
  .newcleo .account_section_subtitle {
    font-size: .875rem; }
  .newcleo .account_form__container label, .newcleo .recover__container label {
    font-size: 1rem; }
  .newcleo .account_form__container .accepts_marketing_label {
    font-size: .875rem; }
  .newcleo .account_form__container .input_account, .newcleo .recover__container .input_account, .newcleo .account_form__container .link_recover, .newcleo .account_form__container .span_sign_text, .newcleo .recover__container .recover_password_subtext, .newcleo .recover__container .btn_cancel, .newcleo .account_form__container .floating_message, .newcleo .account_form__container .form_errors, .newcleo .account_form__container .errors, .newcleo .account_form__container .form__message.message_recover_success {
    font-size: .75rem; }
  .newcleo .account_form__container .input_account, .newcleo .recover__container .input_account {
    margin-top: 8px; }
  .newcleo .account_form__container .field, .newcleo .recover__container .field {
    margin-top: 16px; }
  .newcleo .account_form__container .btn_account_submit.submit_register {
    margin-top: 24px; }
  .newcleo .account_form__container .link_recover {
    margin-top: 5px; }
  .newcleo .account_form__container .btn_account_submit, .newcleo .recover__container .btn_account_submit {
    max-width: 140px;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 24px;
    height: 37px; }
  .newcleo .account_form__container .span_sign_text {
    font-weight: 400; }
  .newcleo .account_access__content .field_password .icon_password_reveal {
    top: 48%; }
  .newcleo .account_form__container .form_errors, .newcleo .account_form__container .errors {
    gap: 5px; }
  .newcleo .account_form__container .form__message svg {
    width: 15px; }
  .newcleo .register_form__container .field_password .icon_password_reveal {
    top: 53%; }
  .newcleo .account_form__container .form__message svg {
    width: 20px; }
  .newcleo .account_form__container .account_invite_submit__container {
    align-items: center;
    flex-direction: column; }
  .newcleo .account_form__container .account_invite_submit__container :is(span) {
    font-size: 1rem; }
  .newcleo .account_form__container .account_invite_submit__container .btn_account_submit {
    max-width: -moz-fit-content;
    max-width: fit-content; }
  .newcleo div#messageWrapper {
    font-size: .75rem; } }

.newcleo .section-main-product {
  background-color: var(--bg-off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column; }

.newcleo .breadcrumbs.teste-A-B {
  grid-area: breadcrumbs;
  padding: var(--padding-section) !important;
  padding-bottom: 1rem !important;
  max-width: var(--page-width);
  width: 100%;
  margin: auto; }

.newcleo .breadcrumbs.teste-A-B .breadcrumbs__item {
  font-size: 15px; }

.newcleo main-product.teste-A-B {
  padding-top: 0; }

.newcleo main-product.teste-A-B .main-product__form .main-product__form-tag {
  font-size: 15px;
  color: #b1aeaf; }

.newcleo main-product.teste-A-B .main-product__form .main-product__form-price-review {
  gap: 0;
  margin-top: 0; }

.newcleo main-product.teste-A-B .main-product__form .container-select-size-main-product, .newcleo main-product.teste-A-B .main-product__form .container-select-size-main-product-row {
  margin-top: 0; }

.newcleo main-product.teste-A-B .main-product__form .main-product__form-radio {
  display: none; }

.newcleo main-product.teste-A-B .main-product__form .main-product__form-add-to-cart[data-main-product-buy-button] {
  margin-top: 1rem; }

.newcleo main-product {
  --title-font-size: 1.6rem;
  --title-font-weight: 500;
  --tag-font-size: 1rem;
  --tag-font-weight: 400;
  --tag-color: var(--input-color-text);
  --price-font-size: 1.25rem;
  --price-font-weight: 500;
  --star-icon-size: 1.375rem;
  --review-font-size: 1.125rem;
  --review-font-weight: 400;
  --review-bold-font-weight: 500;
  --review-font-size-link-write: 1rem;
  --variant-font-size: 1.375rem;
  --quantity-font-size: 1.375rem;
  --description-font-size: 1rem;
  --add-to-cart-font-size: 1.1rem;
  --add-to-cart-padding: 1rem 1rem;
  --add-to-cart-font-weight: 700;
  --price-discount-radio-font-size: .813rem;
  --price-normal-radio-font-size: .813rem;
  --select-size-font-size: .9rem;
  --radio-font-size: 1.375rem;
  --radio-input-color: var(--button-background-color);
  --grid-template-columns: 498fr 475fr 498fr; }

.newcleo main-product:not(:has(.main-product__infos)) {
  --grid-template-columns: 1fr 1fr; }

.newcleo main-product {
  background-color: var(--bg-off-white);
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  padding: var(--padding-section);
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  max-width: var(--page-width);
  gap: 5vw; }

@media screen and (min-width: 1300px) {
  .newcleo main-product :is(zoom-modal).main-product__images {
    display: none; } }

.newcleo main-product:not(:has(.main-product__infos)) {
  width: 100%; }

.newcleo main-product * {
  margin: 0;
  padding: 0; }

.newcleo main-product :is(li) {
  list-style: none; }

.newcleo main-product :is(details) :is(summary) {
  cursor: pointer; }

.newcleo main-product :is(details) :is(summary)::marker {
  content: none; }

.newcleo main-product .main-product__sustainability-icons {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  gap: 1rem;
  padding-top: 1rem; }

.newcleo main-product .main-product__sustainability-icons :nth-child(1) img {
  width: 60px;
  max-height: none; }

.newcleo main-product .main-product-sustainability-icons p {
  font-size: clamp(8px, 2vw, 16px);
  overflow: hidden; }

.newcleo main-product .main-product__sustainability-icons-container {
  display: flex;
  max-width: 62px;
  align-items: center;
  flex-direction: column; }

.newcleo main-product .main-product__sustainability-icons-container img {
  max-width: 75px;
  max-height: 31px; }

.newcleo main-product .main-product__sustainability-icons-container span {
  font-size: 10px;
  text-align: center; }

@media screen and (max-width: 792px) {
  .newcleo main-product .main-product__sustainability-icons {
    justify-content: space-between;
    gap: .5rem; } }

.newcleo main-product .main-product__form-radio-subscribe-box {
  display: none; }

.newcleo main-product .main-product__form-radio-subscribe-box.main-product__form-radio-subscribe-box--active {
  display: flex;
  flex-direction: column; }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px; }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-title {
  font-size: 1rem; }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-options {
  display: flex;
  gap: 12px;
  justify-content: space-between; }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option:has(input[type=radio]:checked) > label {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border-color: var(--button-background-color); }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option:hover > label {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border-color: var(--button-background-color); }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option .main-product__form-radio-subscribe-option-label {
  text-align: center;
  text-wrap: wrap;
  font-size: .8rem;
  border: 1px solid #979797;
  color: #979797;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
  transition: all .3s; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option .main-product__form-radio-subscribe-option-label {
    font-size: .7rem; } }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option .main-product__form-radio-subscribe-option-label:before, .newcleo main-product .main-product__form-radio-subscribe-box .main-product__form-radio-subscribe .main-product__form-radio-subscribe-option .main-product__form-radio-subscribe-option-label:after {
  content: unset;
  display: none; }

.newcleo main-product .main-product__form-radio-subscribe-box .main-product__replenishment-advice {
  display: flex;
  align-items: flex-start;
  font-size: .7rem;
  color: #979797;
  text-align: left;
  gap: 4px; }

.newcleo main-product .main-product__form {
  --form-biggest-gap: 2rem;
  --form-gap: 1.25rem;
  --form-smallest-gap: .75rem;
  max-width: 500px;
  width: 100%;
  overflow: hidden; }

.newcleo main-product .main-product__form .main-product__form-tag {
  font-size: var(--tag-font-size);
  font-weight: var(--tag-font-weight);
  color: var(--tag-color);
  text-transform: uppercase; }

.newcleo main-product .main-product__form .main-product__form-title {
  line-height: 110%;
  text-transform: uppercase;
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
  margin-top: var(--form-smallest-gap); }

.newcleo main-product .main-product__form .main-product__form--middle {
  display: flex;
  flex-direction: column;
  padding-block: 1rem; }

.newcleo main-product .main-product__form .container-select-size-main-product {
  margin-top: 0 !important; }

.newcleo main-product .main-product__form .main-product__form--middle .bon_preview_point_product {
  background: none !important; }

.newcleo main-product .main-product__form .container-select-size-main-product-row {
  display: flex;
  flex-direction: row;
  padding-top: .5rem;
  padding-bottom: 1rem;
  margin-top: var(--form-biggest-gap);
  gap: .5rem; }

.newcleo main-product .main-product__form .container-select-size-main-product-row .main-product__form-quantity-variant-select-title {
  font-size: var(--select-size-font-size);
  font-weight: 700;
  align-content: center; }

.newcleo main-product .main-product__form .main-product_form-quantity-no-size-offer {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form .main-product_form-quantity-no-size-offer {
    padding-bottom: 0; } }

.newcleo main-product .main-product__form .main-product__form-main-wrapper {
  display: flex;
  flex-direction: column-reverse; }

.newcleo main-product .main-product__form .main-product__form-main-wrapper .main-product__form-description {
  order: 1; }

@media (min-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-main-wrapper .main-product__form-description {
    order: 2; } }

.newcleo main-product .main-product__form .container-select-size-main-product {
  margin-top: var(--form-biggest-gap);
  display: flex;
  flex-direction: column;
  gap: .5rem; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form .container-select-size-main-product {
    gap: .25rem; } }

.newcleo main-product .main-product__form .container-select-size-main-product .title-select-size {
  font-size: var(--select-size-font-size);
  font-weight: 700; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant {
  --border-style: 1px solid var(--border-color);
  --vertical-padding: .9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--variant-font-size);
  border-top: var(--border-style);
  border-bottom: var(--border-style); }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-variant {
  max-width: 50%;
  border: none;
  font-size: 1rem;
  padding: var(--vertical-padding) 0;
  padding-right: 2rem; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity {
  border-left: var(--border-style);
  padding: var(--vertical-padding) 0;
  padding-left: 1rem;
  padding-right: 3rem;
  display: flex;
  button: disabled;
    button-color: var(--input-color-text);
    button-opacity: .7; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(input) {
  font-size: 1.2rem;
  width: 80px;
  text-align: center;
  border: none;
  background: none; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(input)[type=number]::-webkit-outer-spin-button, .newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(input)[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(input)[type=number] {
  -moz-appearance: textfield; }

.newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(button) {
  padding: 0rem .5rem;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .3s;
  display: flex;
  align-items: center; }

.newcleo main-product .main-product__form .main-product__form-price-desktop-original, .newcleo main-product .main-product__form .main-product__form-price-mobile-original {
  color: var(--compare-price-color);
  font-size: .875rem;
  margin-top: 1px; }

.newcleo main-product .main-product__form .main-product__form-price-desktop-original {
  display: flex; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-price-desktop-original {
    display: none; } }

.newcleo main-product .main-product__form .main-product__form-price__container {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-top: .7rem; }

@media (min-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-price__container {
    display: none; } }

.newcleo main-product .main-product__form .main-product__form-price-mobile-original {
  display: none; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-price-mobile-original {
    display: inline; } }

.newcleo main-product .main-product__form .main-product__form-price-review {
  display: flex;
  gap: .5rem;
  flex-direction: column-reverse;
  margin-top: var(--form-gap); }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-price-review__price {
  display: flex;
  gap: .5rem;
  align-items: center; }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: .1rem;
  font-size: var(--review-font-size); }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review {
    justify-content: flex-start;
    gap: .5rem; } }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review :is(b) {
  font-weight: var(--review-bold-font-weight); }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review :is(strong) {
  color: var(--button-background-color); }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review :is(a) {
  display: block;
  color: var(--text-color);
  font-size: var(--review-font-size-link-write);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: color .4s ease;
  text-decoration: underline; }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-review :is(a):hover {
  color: var(--price-color); }

.newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-price-desktop {
  display: inline;
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
  color: var(--price-color); }

.newcleo main-product .main-product__form .main-product__form-price-mobile {
  display: none; }

.newcleo main-product .main-product__form .main-product__form-description {
  font-size: var(--description-font-size);
  margin-top: var(--form-biggest-gap); }

@media screen and (min-width: 768px) {
  .newcleo main-product .main-product__form .main-product__form-description {
    margin-top: calc(var(--form-biggest-gap) - 1rem); } }

.newcleo main-product .main-product__form .main-product__form-description :is(li) {
  display: flex;
  border: none;
  padding: 0; }

.newcleo main-product .main-product__form .main-product__form-description :is(li):before {
  content: "â€¢";
  color: var(--button-background-color);
  display: inline-block;
  width: 1rem; }

.newcleo main-product .main-product__form .main-product__form-radio {
  font-size: var(--radio-font-size);
  display: flex;
  flex-direction: column;
  gap: .625rem;
  label: before;
    label-content: "";
    label-position: absolute;
    label-left: 0;
    label-top: calc((var(--radio-font-size) / 2) + .125rem);
    label-transform: translateY(-50%);
    label-width: var(--checkmark-size);
    label-height: var(--checkmark-size);
    label-border: 1px solid var(--border-color);
    label-border-radius: 50%; }

.newcleo main-product .main-product__form .main-product__form-radio .container-product-normal-radio {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.newcleo main-product .main-product__form .main-product__form-radio .container-product-normal-radio .price-normal {
  font-size: var(--price-normal-radio-font-size);
  color: var(--price-color); }

.newcleo main-product .main-product__form .main-product__form-radio .container-heading-radio {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.newcleo main-product .main-product__form .main-product__form-radio .container-heading-radio .price-percentage-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem; }

.newcleo main-product .main-product__form .main-product__form-radio .container-heading-radio .price-percentage-radio .price-after-percentage {
  font-size: var(--price-discount-radio-font-size);
  color: var(--compare-price-color); }

.newcleo main-product .main-product__form .main-product__form-radio .container-heading-radio .price-percentage-radio .price-before-percentage {
  font-size: var(--price-normal-radio-font-size);
  color: var(--price-color); }

.newcleo main-product .main-product__form .main-product__form-radio :is(label) {
  cursor: pointer;
  --checkmark-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  display: flex; }

.newcleo main-product .main-product__form .klaviyo-bis-trigger.main-product__form-add-to-cart {
  margin-top: 0; }

.newcleo main-product .main-product__form .main-product__form-add-to-cart {
  font-size: var(--add-to-cart-font-size);
  padding: var(--add-to-cart-padding);
  max-width: 500px;
  font-weight: var(--add-to-cart-font-weight);
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  text-transform: uppercase;
  width: 100%;
  margin-top: 2rem; }

.newcleo main-product .main-product__form .main-product__form-add-to-cart:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo main-product .main-product__form .main-product__form-add-to-cart:disabled {
  opacity: .4; }

.newcleo main-product .main-product__infos {
  --border-style: 1px solid var(--border-color);
  --details-list-padding: 1.25rem 0 1.25rem 0;
  --content-max-height: 200px;
  --summary-font-size: 1rem;
  --summary-font-weight: 600;
  --attributes-icon-color: var(--button-background-color);
  --attributes-icon-size: 2rem;
  --attributes-font-size: 1rem;
  --attributes-font-weight: 500; }

.newcleo main-product .main-product__infos .main-product__details :is(li) {
  border-bottom: var(--border-style);
  padding: var(--details-list-padding); }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(summary) {
  display: flex;
  justify-content: space-between;
  font-size: var(--summary-font-size);
  font-weight: var(--summary-font-weight);
  text-transform: uppercase; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details)[open] .main-product__details-content {
  animation: expand .5s ease-out forwards;
  overflow-y: auto;
  margin-top: 1rem;
  max-height: var(--content-max-height);
  opacity: 1; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details)[open] .main-product__details-content :is(span) {
  background-color: transparent !important; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details)[open] .main-product__details--closed {
  display: none; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details)[open] .main-product__details--opened {
  display: inline-block; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details) .main-product__details--closed {
  display: inline-block; }

.newcleo main-product .main-product__infos .main-product__details :is(li) :is(details) .main-product__details--opened {
  display: none; }

.newcleo main-product .main-product__infos .main-product__details :is(li) .main-product__details-content :is(ul) {
  list-style: disc; }

.newcleo main-product .main-product__infos .main-product__details :is(li) .main-product__details-content :is(li) {
  border: none;
  padding: 0; }

.newcleo main-product .main-product__infos .main-product__details :is(li) .main-product__details-content :is(li):before {
  content: "â€¢";
  color: var(--button-background-color);
  display: inline-block;
  width: 1rem; }

.newcleo main-product .main-product__infos .main-product__attributes {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  margin-top: 2rem; }

.newcleo main-product .main-product__infos .main-product__attributes :is(li) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center; }

.newcleo main-product .main-product__infos .main-product__attributes :is(li) :is(img) {
  color: var(--attributes-icon-color);
  height: var(--attributes-icon-size);
  width: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.newcleo main-product .main-product__infos .main-product__attributes :is(li) :is(span) {
  font-size: var(--attributes-font-size);
  font-weight: var(--attributes-font-weight); }

.newcleo main-product .main-product__fixed-bar, .newcleo main-offer .main-offer__fixed-bar {
  --fixed-add-to-cart-font-size: 1.125rem;
  --fixed-add-to-cart-padding: .875rem 1.5rem;
  --fixed-add-to-cart-font-weight: 500;
  --fixed-product-title-font-size: 1.25rem;
  --fixed-product-title-font-weight: 500;
  --fixed-product-price-font-size: 1.25rem;
  --fixed-product-price-font-weight: 500;
  --fixed-product-variant-font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background-color: var(--bg-off-white);
  padding: .675rem 1.875rem; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-width-container, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-width-container, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-width-container, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-width-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1337px;
  margin: 0 auto; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(span), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(span), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(span), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(span) {
  font-size: var(--fixed-product-price-font-size);
  font-weight: var(--fixed-product-price-font-weight);
  color: var(--price-color); }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) {
  display: flex; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) :is(img), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) :is(img), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) :is(img), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) :is(img) {
  aspect-ratio: 64/80;
  width: 64px;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content, .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(p), .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(p), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(p), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(p), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(p), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(p), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(p), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(p) {
  font-size: var(--fixed-product-title-font-size);
  font-weight: var(--fixed-product-title-font-weight);
  margin-right: 1rem;
  text-transform: uppercase; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select) {
  font-size: var(--fixed-product-variant-font-size);
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-product__fixed-bar-content :is(select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(div) .main-offer__fixed-bar-content :is(select) {
    display: none; } }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid var(--text-color);
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart, .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart {
  font-size: var(--fixed-add-to-cart-font-size);
  padding: var(--fixed-add-to-cart-padding);
  font-weight: var(--fixed-add-to-cart-font-weight);
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  max-width: 220px;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  text-transform: uppercase;
  width: 100%; }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:hover, .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:hover, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:hover, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:hover, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:hover, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:hover, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:hover, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:disabled, .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:disabled, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:disabled, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:disabled, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:disabled, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:disabled, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-product__fixed-bar-add-to-cart:disabled, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container .main-offer__fixed-bar-add-to-cart:disabled {
  opacity: .4; }

@media screen and (min-width: 763px) and (max-width: 1300px) {
  .newcleo main-product {
    --grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-areas: "form images" "infos infos"; }
  .newcleo main-product .main-product__form {
    grid-area: form; }
  .newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity {
    padding-left: .5rem;
    padding-right: .5rem; }
  .newcleo main-product .main-product__infos {
    grid-area: infos;
    min-height: -moz-fit-content;
    min-height: fit-content; } }

@media screen and (max-width: 768px) {
  .newcleo main-product {
    --grid-template-columns: 1fr;
    --title-font-size: 1.25rem;
    --title-font-weight: 600;
    --tag-font-size: .875rem;
    --tag-font-weight: 300;
    --tag-color: var(--input-color-text);
    --price-font-size: 1.325rem;
    --price-font-weight: 600;
    --star-icon-size: 1.375rem;
    --review-font-size: .875rem;
    --review-font-weight: 400;
    --review-bold-font-weight: 500;
    --variant-font-size: 1rem;
    --quantity-font-size: 1rem;
    --description-font-size: .875rem;
    --add-to-cart-font-size: 1rem;
    --add-to-cart-padding: .875rem 1.5rem;
    --add-to-cart-font-weight: 500;
    --radio-font-size: 1rem;
    --radio-input-color: var(--button-background-color);
    background-color: var(--bg-white-color);
    padding: 0;
    row-gap: 1.25rem;
    grid-template-areas: "images" "form" "infos"; }
  .newcleo main-product * {
    max-width: 100vw; }
  .newcleo main-product:not(:has(.main-product__infos)) {
    --grid-template-columns: 1fr; }
  .newcleo main-product .main-product__form {
    grid-area: form;
    --form-biggest-gap: 1rem;
    --form-gap: .75rem;
    --form-smallest-gap: .5rem; }
  .newcleo main-product .main-product__form {
    padding: var(--padding-section);
    padding-top: 0;
    padding-bottom: 0;
    height: 95%; }
  .newcleo main-product .main-product__form .main-product__form-quantity-variant {
    --border-style: none;
    padding: 0rem 0rem 1rem; }
  .newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity {
    padding: 0; }
  .newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(input) {
    max-width: 2rem; }
  .newcleo main-product .main-product__form .main-product__form-quantity-variant .main-product__form-quantity :is(button) {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .newcleo main-product .main-product__form .main-product__form-price-review .main-product__form-price-desktop {
    display: none; }
  .newcleo main-product .main-product__form .main-product__form-price-mobile {
    display: block;
    font-size: var(--price-font-size);
    font-weight: var(--price-font-weight);
    color: var(--price-color); }
  .newcleo main-product .main-product__form .main-product__form-add-to-cart {
    display: none; }
  .newcleo main-product .main-product__infos {
    padding: var(--padding-section);
    padding-top: 0;
    padding-bottom: 0;
    grid-area: infos;
    --details-list-padding: 1.125rem 0 .875rem 0;
    --content-max-height: 200px;
    --summary-font-size: 1rem;
    --summary-font-weight: 500;
    --attributes-icon-color: var(--button-background-color);
    --attributes-icon-size: 2rem;
    --attributes-font-size: 1rem;
    --attributes-font-weight: 500; }
  .newcleo main-product .main-product__infos .main-product__details {
    li: first-child;
      li-border-top: var(--border-style); }
  .newcleo main-product .main-product__infos .main-product__attributes {
    display: none; }
  .newcleo main-product .main-product__fixed-bar, .newcleo main-offer .main-offer__fixed-bar {
    --fixed-add-to-cart-font-size: 1.125rem;
    --fixed-add-to-cart-padding: .875rem 1.5rem;
    --fixed-add-to-cart-font-weight: 500;
    --fixed-product-title-font-size: 1.25rem;
    --fixed-product-title-font-weight: 500;
    --fixed-product-price-font-size: 1.25rem;
    --fixed-product-price-font-weight: 500;
    --fixed-product-variant-font-size: 1rem; }
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    overflow: hidden;
    text-overflow: ellipsis; }
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product :is(img), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product :is(img), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product :is(img), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(img) {
    display: none; }
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product .main-product__fixed-bar-content *:not(span, select), .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-product .main-offer__fixed-bar-content *:not(span, select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product .main-product__fixed-bar-content *:not(span, select), .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-product .main-offer__fixed-bar-content *:not(span, select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product .main-product__fixed-bar-content *:not(span, select), .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-product .main-offer__fixed-bar-content *:not(span, select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product .main-product__fixed-bar-content *:not(span, select), .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product .main-offer__fixed-bar-content *:not(span, select) {
    display: none; }
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container {
    border: none;
    min-width: 190px; } }

@media screen and (max-width: 400px) {
  .newcleo main-product .main-product__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-product .main-product__fixed-bar .main-offer__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-product__fixed-bar-button-container, .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container {
    border: none;
    min-width: 150px; } }

.newcleo .styled-scrollbar-black {
  scrollbar-width: thin;
  scrollbar-color: var(--text-color) var(--bg-gray-color); }

.newcleo .styled-scrollbar-black::-webkit-scrollbar {
  width: 3px; }

.newcleo .styled-scrollbar-black::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--text-color); }

.newcleo .styled-scrollbar-black::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--bg-gray-color); }

@media screen and (max-width: 1080px) {
  .newcleo .coupon-info-desktop {
    display: none; } }

@media screen and (min-width: 1080px) {
  .newcleo .coupon-info-desktop {
    display: block; }
  .newcleo .coupon-info-mobile {
    display: none; } }

.newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar {
  display: flex;
  gap: 1rem;
  align-items: center; }

.newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .container-prices-shop-bar {
  display: flex;
  align-items: center;
  gap: .3rem; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .container-prices-shop-bar {
    display: flex; } }

.newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .container-prices-shop-bar .price-container-shop-bar {
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
  color: var(--price-color); }

.newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .container-prices-shop-bar .price-compare-container-shop-bar {
  color: var(--compare-price-color);
  font-size: .875rem; }

.newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .shop-bar-variant-selector {
  border: none;
  font-size: 1rem;
  padding: var(--vertical-padding) 0;
  padding-right: 2rem; }

@media screen and (max-width: 768px) {
  .newcleo main-product .main-product__fixed-bar-product .container-prices-variants-shop-bar .shop-bar-variant-selector {
    display: none; } }

.newcleo carousel-certificates {
  display: block;
  margin: 2rem auto; }

.newcleo #carousel-certificates {
  width: 100%;
  margin: 0 auto;
  background-color: var(--bg-white-color); }

.newcleo .carousel-certificates-page-width {
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo #carousel-certificates .main-container-carousel-certificates, .newcleo #carousel-certificates .main-container-carousel-certificates .container-desktop-carousel-certificates {
  width: 100%; }

.newcleo #carousel-certificates .main-container-carousel-certificates .container-desktop-carousel-certificates .image-desktop-carousel-certificates {
  width: 100%;
  height: 100%;
  display: block; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates {
  display: none; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates .card-carousel-certificates {
  width: 100%; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates .card-carousel-certificates .card-image-carousel-certificates {
  width: 100%;
  height: 100%;
  display: block; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates .carousel-certificates-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 28px; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates .carousel-certificates-pagination button {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates .carousel-certificates-pagination button.active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

@media screen and (max-width: 768px) {
  .newcleo #carousel-certificates .main-container-carousel-certificates .main-slider-carousel-certificates {
    display: block; }
  .newcleo #carousel-certificates .main-container-carousel-certificates .container-desktop-carousel-certificates {
    display: none; } }

.newcleo #benefits-section-wschema {
  background-color: var(--bg-white-color); }

.newcleo benefits-section-wschema .blaze-pagination {
  display: none; }

.newcleo benefits-section-wschema .main-container__benefits {
  max-width: var(--page-width);
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background-color: var(--bg-white-color);
  padding: 2rem 4rem; }

.newcleo benefits-section-wschema .blaze-slider {
  display: flex;
  position: relative;
  max-height: 500px;
  justify-content: space-between; }

.newcleo benefits-section-wschema .benefits-container {
  max-width: 50%;
  display: flex;
  align-items: center; }

.newcleo benefits-section-wschema .blaze-container {
  max-width: 50%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.newcleo benefits-section-wschema .benefits-container__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px; }

.newcleo benefits-section-wschema .benefits-container__texts .section-heading.benefits-heading {
  text-transform: unset;
  font-weight: 600; }

.newcleo benefits-section-wschema .benefits-container__texts .benefits-section__paragraph {
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0; }

.newcleo benefits-section-wschema .benefits-container__texts .section-text {
  color: var(--text-color);
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  text-transform: unset; }

.newcleo benefits-section-wschema .benefits-container__texts .section-text > p {
  margin: 0;
  padding: 0; }

.newcleo benefits-section-wschema .benefits-container__img {
  max-height: 658px;
  max-width: 100%; }

.newcleo benefits-section-wschema .benefits-container__img .benefits-img {
  width: auto;
  max-height: 390px;
  max-width: 390px;
  min-width: 390px; }

.newcleo benefits-section-wschema .blazer-slide__buttons {
  max-width: 82px;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 20px; }

.newcleo benefits-section-wschema .benefits-section__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 31px; }

@media screen and (max-width: 1023px) {
  .newcleo benefits-section-wschema .blaze-pagination {
    position: absolute;
    top: -4%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px;
    z-index: 1; }
  .newcleo benefits-section-wschema .blaze-pagination :is(button) {
    width: 12px;
    height: 14px;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    transition: all .3s ease-in-out; }
  .newcleo benefits-section-wschema .blaze-pagination :is(button).active {
    background-color: #000;
    width: 40px;
    border-radius: 8px; }
  .newcleo benefits-section-wschema .main-container__benefits {
    padding: 2rem; }
  .newcleo benefits-section-wschema .blazer-slide__buttons {
    display: none; }
  .newcleo benefits-section-wschema .benefits-container {
    max-width: 100%;
    margin: 0 auto; }
  .newcleo benefits-section-wschema .blaze-container {
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: unset;
    padding-top: 21px; }
  .newcleo benefits-section-wschema .main-container__benefits .blaze-slider {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    max-height: unset; }
  .newcleo benefits-section-wschema .benefits-container__img .benefits-img {
    width: 100%;
    max-height: 300px;
    max-width: 100%;
    min-width: 100%; }
  .newcleo benefits-section-wschema .benefits-container__texts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px; }
  .newcleo benefits-section-wschema .benefits-container__texts :is(h2).benefits-heading {
    color: var(--text-color);
    font-size: 1.3rem;
    text-transform: unset; }
  .newcleo benefits-section-wschema .benefits-container__texts .benefits-section__paragraph {
    gap: 5px;
    display: flex;
    flex-direction: column; }
  .newcleo benefits-section-wschema .benefits-container__texts .section-text {
    color: var(--text-color);
    font-size: 1.1rem;
    max-width: 711px;
    width: 100%;
    font-weight: 400; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newcleo benefits-section-wschema .benefits-container {
    max-width: 50%;
    margin: 0 auto; }
  .newcleo benefits-section-wschema .benefits-container__texts {
    text-align: center;
    gap: 20px; }
  .newcleo benefits-section-wschema .benefits-heading {
    padding-top: 10px; } }

.newcleo benefits-section-wschema .benefits-img {
  width: 100%;
  display: none; }

.newcleo benefits-section-wschema .benefits-img.normal {
  animation: fadeIn 1s forwards;
  display: block; }

.newcleo benefits-section-wschema .benefits-img.desactive {
  animation: fadeOut 3s forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    display: none; } }

.newcleo .first-container {
  background-color: var(--bg-off-white);
  display: flex;
  justify-content: center; }

.newcleo .affiliate-program__section {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  display: flex; }

.newcleo .affiliate-program__section .left-container {
  width: 100%; }

.newcleo .affiliate-program__section .left-container .title-container {
  max-width: 550px;
  width: 100%; }

.newcleo .affiliate-program__section .left-container :is(h2) {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text-color); }

.newcleo .affiliate-program__section .left-container :is(ul) {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 30px;
  padding: 0; }

.newcleo .affiliate-program__section .left-container :is(li) {
  font-size: 1.125rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 20px; }

.newcleo .affiliate-program__section .left-container :is(span) {
  display: block;
  max-width: 26px;
  width: 100%;
  padding: 1px;
  background-color: var(--price-color);
  text-align: center;
  border-radius: 50%;
  color: var(--secondary-color-text);
  font-size: 1rem; }

.newcleo .affiliate-program__section .left-container :is(a) {
  max-width: 130px;
  width: 100%;
  height: 40px;
  background-color: var(--button-background-color);
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  transition: background-color .3s;
  margin-top: 20px;
  text-transform: uppercase;
  color: var(--secondary-color-text); }

.newcleo .affiliate-program__section .right-container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center; }

.newcleo .affiliate-program__section .right-container .container-afialiate-reasons__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.newcleo .affiliate-program__section .right-container .afialiate-reasons__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.newcleo .affiliate-program__section .right-container .mobile-title-container, .newcleo .affiliate-program__section .right-container .mobile__title {
  display: none; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .newcleo .affiliate-program__section .left-container {
    width: 100%; }
  .newcleo .affiliate-program__section .left-container .title-container {
    max-width: 400px;
    width: 100%; }
  .newcleo .affiliate-program__section .left-container :is(h2) {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-color); }
  .newcleo .affiliate-program__section .left-container :is(ul) {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    padding: 0; }
  .newcleo .affiliate-program__section .left-container :is(li) {
    font-size: .8rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 20px; }
  .newcleo .affiliate-program__section .left-container :is(span) {
    display: block;
    max-width: 26px;
    width: 100%;
    padding: 1px;
    background-color: var(--price-color);
    text-align: center;
    border-radius: 50%;
    color: var(--secondary-color-text);
    font-size: 1rem; }
  .newcleo .affiliate-program__section .left-container :is(button) {
    max-width: 130px;
    width: 100%;
    height: 40px;
    background-color: var(--button-background-color);
    cursor: pointer;
    border: none;
    transition: background-color .3s;
    margin-top: 20px;
    text-transform: uppercase; }
  .newcleo .affiliate-program__section .left-container :is(button) :is(a) {
    color: var(--secondary-color-text); } }

@media (min-width: 1201px) and (max-width: 1300px) {
  .newcleo .affiliate-program__section .left-container {
    width: 100%; }
  .newcleo .affiliate-program__section .left-container :is(li) {
    font-size: 1rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .newcleo .affiliate-program__section {
    display: flex;
    flex-direction: column-reverse; }
  .newcleo .affiliate-program__section .left-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .newcleo .affiliate-program__section .left-container :is(h2) {
    display: none; }
  .newcleo .affiliate-program__section .right-container {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .newcleo .affiliate-program__section .right-container .mobile-title-container {
    display: block;
    max-width: 500px;
    width: 100%; }
  .newcleo .affiliate-program__section .right-container .mobile__title {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500; }
  .newcleo .affiliate-program__section .right-container .afialiate-reasons__img {
    padding-bottom: 5px; } }

@media (min-width: 280px) and (max-width: 490px) {
  .newcleo .affiliate-program__section {
    display: flex;
    flex-direction: column-reverse; }
  .newcleo .affiliate-program__section .left-container :is(h2) {
    display: none; }
  .newcleo .affiliate-program__section .left-container :is(ul) {
    gap: 20px; }
  .newcleo .affiliate-program__section .left-container :is(li) {
    font-size: .75rem;
    gap: 10px; }
  .newcleo .affiliate-program__section .left-container :is(span) {
    max-width: 20px;
    height: 20px;
    font-size: .75rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .newcleo .affiliate-program__section .right-container {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .newcleo .affiliate-program__section .right-container .mobile-title-container {
    display: block;
    max-width: 350px;
    width: 100%; }
  .newcleo .affiliate-program__section .right-container .mobile__title {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500; }
  .newcleo .affiliate-program__section .right-container .afialiate-reasons__img {
    height: 100%;
    padding-bottom: 5px; } }

.newcleo .container {
  background-color: #fff; }

.newcleo nav {
  max-width: 1350px;
  margin: 0 auto;
  max-width: var(--page-width);
  padding: var(--padding-section); }

.newcleo nav :is(ol) {
  list-style: none;
  display: flex;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 20px;
  background: #fff;
  padding: 0; }

.newcleo nav :is(ol) :is(span), .newcleo nav :is(ol) a {
  --cart-item-price-font-size: 1rem; }

.newcleo nav :is(ol) :is(li) {
  padding-right: 5px;
  font-size: .8rem; }

.newcleo nav :is(ol) :is(li).active span {
  font-weight: 700; }

.newcleo cart-page {
  background: #fff;
  display: flex;
  gap: 9%;
  margin: 0 auto;
  max-width: var(--page-width);
  padding: var(--padding-section); }

.newcleo cart-page :is(section).cart {
  width: 60%;
  position: relative; }

.newcleo cart-page .cart-empty {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.newcleo cart-page .cart-empty .cart-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.newcleo cart-page .cart-empty .cart-empty-container :is(p) {
  font-size: 1.2rem;
  margin: 0; }

.newcleo cart-page .cart-empty .cart-empty-container :is(a) {
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: .75rem 1.5rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.75rem; }

.newcleo cart-page .cart-empty-hidden {
  display: none; }

.newcleo cart-page .loading__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  animation: opacityExit .3s ease;
  display: none;
  opacity: 0;
  z-index: 5; }

.newcleo cart-page .loading__container .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; }

.newcleo cart-page .loading__container .loader-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin: 0 10px;
  animation: loader-dot 1.5s infinite ease-in-out;
  animation-delay: .25s; }

.newcleo cart-page .loading__container .loader-dot:nth-child(2) {
  animation-delay: .375s; }

.newcleo cart-page .loading__container .loader-dot:nth-child(3) {
  animation-delay: .5s; }

.newcleo cart-page .loading__active {
  animation: opacityEntry .3s ease;
  display: flex;
  opacity: 1; }

.newcleo cart-page .cart-table {
  border-collapse: collapse;
  width: 100%; }

.newcleo cart-page .cart-table :is(tbody) tr {
  border-bottom: 2px solid #B9B9B9; }

.newcleo cart-page .cart-table :is(th), .newcleo cart-page .cart-table td {
  border: none; }

.newcleo cart-page .cart-table :is(thead) th {
  background-color: var(--primary-color);
  color: var(--secondary-color-text);
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 12px 10px;
  font-weight: 600; }

.newcleo cart-page .cart-table :is(th).product {
  text-align: left;
  padding-left: 20px; }

.newcleo cart-page .cart-table :is(th).qtd {
  text-align: right;
  padding-right: 45px; }

.newcleo cart-page .cart-table :is(th).prize {
  text-align: left; }

.newcleo cart-page .cart-table .cart-table-img {
  display: flex;
  align-items: center; }

.newcleo cart-page .cart-table .cart-table-img .non-propagation-title {
  pointer-events: none; }

.newcleo cart-page .cart-table .cart-table-img :is(img) {
  padding-right: 30px; }

.newcleo cart-page .cart-table .cart-table-img :is(a) {
  font-weight: 600; }

.newcleo cart-page .cart-table .cart-table-img :is(p) {
  font-size: .7rem;
  color: #686868;
  font-weight: 400;
  padding: 0;
  margin: 2px 0 0; }

.newcleo cart-page .cart-table .cart-table-price, .newcleo cart-page .cart-table .cart-table-total {
  color: #c87006;
  font-weight: 600; }

.newcleo cart-page .cart-table .cart-quantity {
  display: flex;
  float: right;
  position: relative;
  align-items: center;
  border: 1px solid #B9B9B9;
  margin: 0 20px; }

.newcleo cart-page .cart-table .cart-quantity :is(input) {
  max-width: 20px;
  text-align: center;
  padding: 0;
  height: 25px;
  font-size: .7rem;
  border: none; }

.newcleo cart-page .cart-table .cart-quantity :is(input).input-quantity__free {
  max-width: 66px; }

.newcleo cart-page .cart-table .cart-quantity .cart-quantity__plus {
  background-color: transparent;
  border: none;
  font-size: .8rem;
  display: flex;
  cursor: pointer;
  height: 16px;
  width: 22px;
  align-items: center;
  justify-content: center; }

.newcleo cart-page .cart-table .cart-quantity .cart-quantity__minus {
  background-color: transparent;
  border: none;
  top: 0;
  left: 1px;
  font-size: 1rem;
  cursor: pointer;
  height: 24px;
  width: 21px;
  display: flex;
  align-items: center; }

.newcleo cart-page .cart-table .cart-item__remove {
  display: flex;
  width: 90%;
  text-align: center;
  background: none;
  border: none;
  color: #b9b9b9;
  text-decoration: underline;
  font-size: .7rem;
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 25px; }

.newcleo cart-page .order-summary {
  width: 30%;
  overflow: hidden; }

.newcleo cart-page .order-summary :is(h2) {
  font-weight: 500;
  font-size: 1.2rem; }

.newcleo cart-page .order-summary .order-summary__checkout {
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: .77rem 4px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: .9em;
  transition: all .3s;
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: space-around; }

.newcleo cart-page .order-summary .order-summary__continue-shopping {
  color: #686868;
  font-size: .7rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
  display: block; }

.newcleo cart-page .order-summary .dynamic-checkout__content .haravan-cleanslate ul {
  display: flex;
  flex-direction: column !important; }

.newcleo cart-page .order-summary .dynamic-checkout__content .haravan-cleanslate ul li {
  flex-basis: 46px !important; }

.newcleo cart-page .order-summary .dynamic-checkout__content .haravan-cleanslate ul li:nth-child(1) {
  order: 2; }

.newcleo cart-page .order-summary .dynamic-checkout__content .haravan-cleanslate ul li:nth-child(2) {
  order: 3; }

.newcleo cart-page .order-summary .dynamic-checkout__content .haravan-cleanslate ul li:nth-child(3) {
  order: 1; }

.newcleo cart-page .order-summary .order-summary-help {
  font-size: .75rem;
  width: 100%;
  text-align: center; }

.newcleo cart-page .order-summary .order-summary-help :is(a) {
  color: var(--primary-color); }

.newcleo cart-page .order-summary .order-summary-info {
  font-size: .75rem;
  font-style: italic;
  font-family: var(--font-body-family);
  padding: 7px 0 0;
  margin: 0; }

.newcleo cart-page .order-summary .order-summary-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }

.newcleo cart-page .order-summary .order-summary-total :is(span) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem; }

.newcleo cart-page .order-summary .order-summary-total .order-summary-total_value {
  color: #c87006; }

.newcleo cart-page .order-summary #message__shipping-free {
  font-size: .8rem;
  padding-bottom: 0;
  margin-bottom: 4px; }

.newcleo cart-page .order-summary .group__shipping-free {
  width: 98%;
  display: block;
  border-radius: 3px;
  background-color: #f6f3ed;
  height: 7px; }

.newcleo cart-page .order-summary .shipping-free__progress-bar {
  background-color: var(--primary-color);
  display: block;
  height: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.newcleo .gift-wrap-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  max-width: var(--page-width);
  padding: var(--padding-section);
  margin: 0 auto; }

.newcleo .gift-wrap-section .container-gift-wrap {
  background: #fff;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  border-top: 2px solid #B9B9B9;
  padding-top: 25px; }

.newcleo .gift-wrap-section :is(input[type=checkbox]) {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 22px;
  z-index: 3;
  left: -4px;
  opacity: 0;
  height: 19px;
  cursor: pointer; }

.newcleo .gift-wrap-section :is(input[type=checkbox]):checked + .checkbox-custom:before {
  background: var(--button-background-color); }

.newcleo .gift-wrap-section .checkbox-custom {
  display: flex;
  font-size: 1.1rem; }

.newcleo .gift-wrap-section .checkbox-custom:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid black;
  border-radius: 50%;
  background: transparent;
  margin-right: 10px;
  transition: background-color .3s ease; }

.newcleo .gift-wrap-section .gift-wrap-form-container {
  display: none;
  flex-direction: column;
  margin-left: 20px;
  transition: opacity .3s ease; }

.newcleo .gift-wrap-section .gift-wrap-form-container :is(textarea) {
  min-height: 100px;
  padding: 10px;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  max-width: 1000px;
  border: 1px solid #e2e2e2 !important; }

.newcleo .gift-wrap-section :is(input[type=checkbox]):checked ~ .gift-wrap-form-container {
  display: flex; }

.newcleo .gift-wrap-section #gift-wrap-note {
  width: 100%;
  margin-top: 10px; }

.newcleo .gift-wrap-section :is(h2) {
  font-weight: 400;
  font-size: 1.5rem; }

.newcleo .gift-wrap-section :is(h5) {
  font-size: .8rem;
  font-weight: 400;
  padding-left: 35px;
  display: block; }

.newcleo .gift-wrap-section .gift-wrap-form-submit {
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: .77rem 4px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-size: .9em;
  transition: all .3s;
  margin-top: 8px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 40px;
  max-width: 1000px; }

.newcleo .page-cart .haravan-section.related-products {
  background-color: #fff;
  padding-left: 46px; }

.newcleo .page-cart .haravan-section.related-products .related-products {
  max-width: 60%; }

.newcleo .pagecart-blaze-slide :is(product-card-js) {
  flex-direction: row; }

.newcleo .pagecart-blaze-slide :is(product-card-js) > a {
  width: 30%; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__image {
  width: 120px;
  height: 120px; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__content {
  width: 70%; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__content .product-card__title {
  font-size: .9rem;
  text-transform: none;
  font-weight: 600; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__content .product-card__description {
  display: none; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__content .product-card__button {
  max-width: 120px;
  font-size: .8rem; }

.newcleo .pagecart-blaze-slide :is(product-card-js) .product-card__content .product-card__variants-price__container {
  flex-direction: column;
  gap: 3px; }

.newcleo .pagecart-blaze-slide .related-products__arrow--next, .newcleo .pagecart-blaze-slide .related-products__arrow--prev {
  width: 21px; }

.newcleo .pagecart-blaze-slide .related-products__pagination {
  display: none; }

.newcleo .page-cart related-products .related-products__header {
  align-items: flex-start; }

.newcleo .page-cart related-products .related-products__header .related-products__title {
  text-align: left;
  font-size: 1.3rem;
  text-transform: none; }

.newcleo .page-cart related-products .related-products__header .related-products__subheading {
  font-size: 1rem;
  text-transform: none;
  text-align: left; }

.newcleo .page-cart .haravan-section.related-products {
  background-color: #fff;
  padding-left: 46px;
  margin-top: -14px; }

.newcleo .page-cart .ls-box-title {
  text-align: left;
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 500; }

.newcleo .page-cart limespot-box {
  background-color: #fff;
  margin: 0; }

.newcleo body .ls-recommendation-box[data-box-type=Upsell] {
  margin: 0 !important;
  max-width: 60%; }

.newcleo body div.ls-recommendation-box, .newcleo limespot-box, .newcleo .page-cart .limespot-recommendation-box {
  margin: 0; }

.newcleo .page-cart .haravan-section {
  background-color: #fff; }

.newcleo limespot-container {
  padding: var(--padding-section);
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo .page-cart [data-box-type=BoughtTogether] {
  display: none !important; }

.newcleo .page-cart :is(button.ls-select__option) {
  display: block; }

.newcleo .page-cart .ftb-div {
  background: #f8f7f3;
  margin-top: 20px; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-ul li {
  background-color: #fff; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .limespot-message {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-message-param {
  width: 100%;
  display: block; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-message-param.money {
  color: var(--price-color); }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .limespot-add-to-cart-container {
  margin: 0; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap .ls-add-to-cart {
  text-transform: uppercase;
  font-size: .7rem;
  color: #fff;
  line-height: 20px;
  letter-spacing: .1rem;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: border .15s ease-in-out;
  border: 0;
  background-color: var(--primary-color);
  font-weight: 700;
  padding: 3px 8px; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap .ls-add-to-cart i {
  vertical-align: text-top; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap select.ls-add-to-cart i {
  display: none; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap select.ls-add-to-cart {
  padding-right: 32px; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap .ls-add-to-cart-arrow {
  border-color: #fdb03c; }

.newcleo .page-cart .ls-recommendation-box[data-box-type=Upsell] .ls-add-to-cart-wrap .ls-add-to-cart-arrow:after {
  border-top: .4em solid #fdb03c; }

.newcleo .page-cart .cart-pageFrom .ls-recommendation-box {
  margin: 10px 0 50px !important; }

.newcleo .page-cart .cart-pageFrom .ls-recommendation-box[data-box-type=Upsell] {
  padding: 1.5rem 2.5rem !important; }

@media (max-width: 768px) {
  .newcleo .page-cart .cart-pageFrom .ls-recommendation-box[data-box-type=Upsell] {
    padding: 1.5rem !important; } }

.newcleo .page-cart [data-box-type=Upsell] .ls-ul-container:before {
  content: "Frequently Bought Together" !important;
  display: block !important;
  text-align: left;
  font-size: 1.3rem;
  text-transform: none;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 500; }

.newcleo .page-cart .template-collages-fragrance-collection [data-box-type=Popular], .newcleo .page-cart .template-fragrance [data-box-type=Popular], .newcleo .page-cart .template-last-chance [data-box-type=Popular] {
  display: none !important; }

.newcleo .page-cart .ls-select__options {
  background-color: #fdb03c !important; }

.newcleo .page-cart :is(button.ls-select__option) {
  background-color: #fdb03c !important;
  border: none; }

.newcleo .page-cart .ls-select__text:before {
  content: "Add ";
  font-weight: 700 !important; }

.newcleo .page-cart :is(limespot-box), .newcleo .page-cart limespot-container {
  background-color: #fff; }

@keyframes loader-dot {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  to {
    transform: scale(1); } }

@keyframes opacityEntry {
  0% {
    opacity: 0;
    display: none; }
  1% {
    display: flex; }
  to {
    opacity: 1; } }

@keyframes opacityExit {
  0% {
    opacity: 1;
    display: flex; }
  99% {
    display: flex; }
  to {
    opacity: 0;
    display: none; } }

.newcleo .first-container__join-affiliate {
  background-color: var(--bg-white-color);
  display: flex;
  justify-content: center; }

.newcleo .join-affiliate-program__section {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  display: flex;
  gap: 50px; }

.newcleo .join-affiliate-program__section .left-container {
  width: 100%; }

.newcleo .join-affiliate-program__section .left-container .mobile-image {
  display: none; }

.newcleo .join-affiliate-program__section .left-container .join-afialiate-reasons__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

.newcleo .join-affiliate-program__section .right-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.newcleo .join-affiliate-program__section .right-container .title-container {
  max-width: 550px;
  width: 100%; }

.newcleo .join-affiliate-program__section .right-container :is(h2) {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 10px; }

.newcleo .join-affiliate-program__section .right-container :is(ul) {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 32px;
  padding: 0; }

.newcleo .join-affiliate-program__section .right-container :is(li) {
  font-size: 1.125rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 15px; }

.newcleo .join-affiliate-program__section .right-container :is(span) {
  display: block;
  max-width: 26px;
  width: 100%;
  padding: 1px;
  background-color: var(--price-color);
  text-align: center;
  border-radius: 50%;
  color: var(--secondary-color-text);
  font-size: 1rem; }

.newcleo .join-affiliate-program__section .right-container :is(a) {
  max-width: 150px;
  width: 100%;
  height: 40px;
  background-color: var(--button-background-color);
  cursor: pointer;
  border: none;
  transition: background-color .3s;
  margin-top: 20px;
  text-transform: uppercase;
  color: var(--secondary-color-text);
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 280px) and (max-width: 490px) {
  .newcleo .join-affiliate-program__section {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .newcleo .join-affiliate-program__section .right-container :is(h2) {
    text-align: center; }
  .newcleo .join-affiliate-program__section .right-container :is(p) {
    text-align: center;
    font-size: .875rem;
    margin-bottom: 5px; }
  .newcleo .join-affiliate-program__section .right-container :is(ul) {
    gap: 22px; }
  .newcleo .join-affiliate-program__section .right-container :is(li) {
    font-size: .875rem;
    gap: 10px; }
  .newcleo .join-affiliate-program__section .right-container :is(a) {
    margin: 15px auto 0; }
  .newcleo .join-affiliate-program__section .left-container .mobile-image {
    display: block;
    width: 100%; }
  .newcleo .join-affiliate-program__section .left-container .join-afialiate-reasons__img {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .newcleo .join-affiliate-program__section {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .newcleo .join-affiliate-program__section .right-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .newcleo .join-affiliate-program__section .right-container :is(h2) {
    text-align: center;
    margin-bottom: 0; }
  .newcleo .join-affiliate-program__section .right-container :is(p) {
    text-align: center;
    margin-bottom: 20px; }
  .newcleo .join-affiliate-program__section .left-container {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .newcleo .join-affiliate-program__section .left-container .afialiate-reasons__img {
    padding-bottom: 5px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .newcleo .join-affiliate-program__section .right-container {
    width: 100%; }
  .newcleo .join-affiliate-program__section .right-container .title-container {
    max-width: 400px;
    width: 100%; }
  .newcleo .join-affiliate-program__section .right-container :is(h2) {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-color); }
  .newcleo .join-affiliate-program__section .right-container :is(ul) {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    padding: 0; }
  .newcleo .join-affiliate-program__section .right-container :is(li) {
    font-size: .8rem;
    color: var(--text-color);
    display: flex;
    align-items: center; } }

@media (min-width: 1201px) and (max-width: 1300px) {
  .newcleo .join-affiliate-program__section .right-container {
    width: 100%; }
  .newcleo .join-affiliate-program__section .right-container :is(li) {
    font-size: 1rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 20px; } }

.newcleo benefits-affiliate-carousel {
  background-color: var(--bg-white-color);
  display: flex;
  justify-content: center; }

.newcleo .benefits-affiliates-carousel__container {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%; }

.newcleo .benefits-affiliates-carousel__container .benefits-affiliate-caroussel__pagination {
  display: none; }

.newcleo .benefits-affiliates-carousel__container .benefits-affiliates-carousel__blazer-slide__buttons {
  width: 100%;
  gap: 40px;
  margin-top: 20px;
  display: flex;
  justify-content: center; }

.newcleo .benefits-affiliates-carousel__container .affiliates-benefits-section__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 31px; }

.newcleo .benefits-affiliates-carousel__container .text__container .card-heading {
  font-size: 1.25rem;
  color: var(--price-color);
  font-weight: 500; }

.newcleo .benefits-affiliates-carousel__container .text__container .card-subheading, .newcleo .benefits-affiliates-carousel__container .text__container p {
  font-size: 1rem;
  color: var(--text-color); }

@media (min-width: 1024px) and (max-width: 1200px) {
  .newcleo .benefits-affiliates-carousel__container .affiliates-benefits-section__arrow :is(svg) {
    width: 12px;
    height: 25px; }
  .newcleo .benefits-affiliates-carousel__container .benefits-affiliates-carousel__blazer-slide__buttons {
    margin-top: 0; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-heading {
    font-size: .925rem; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-subheading, .newcleo .benefits-affiliates-carousel__container .text__container p {
    font-size: .85rem;
    margin-top: 0; } }

@media (min-width: 1201px) and (max-width: 1440px) {
  .newcleo .benefits-affiliates-carousel__container .text__container .card-heading {
    font-size: 1.1rem; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-subheading, .newcleo .benefits-affiliates-carousel__container .text__container p {
    font-size: .95rem;
    margin-top: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .newcleo .benefits-affiliates-carousel__container .blaze-pagination benefits-affiliate-caroussel__pagination {
    display: block; }
  .newcleo .benefits-affiliates-carousel__container .benefits-affiliates-carousel__blazer-slide__buttons {
    display: none; }
  .newcleo .benefits-affiliates-carousel__container .blaze-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .newcleo .benefits-affiliates-carousel__container .text__container {
    max-width: 400px; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-heading {
    font-size: .9rem; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-subheading, .newcleo .benefits-affiliates-carousel__container .text__container p {
    font-size: .8rem;
    margin-top: 0; }
  .newcleo .benefits-affiliates-carousel__container .image__container {
    display: flex;
    justify-content: center; }
  .newcleo .benefits-affiliates-carousel__container .image__container :is(img) {
    max-width: 400px;
    width: 100%; } }

@media (min-width: 280px) and (max-width: 495px) {
  .newcleo .benefits-affiliates-carousel__container .blaze-pagination benefits-affiliate-caroussel__pagination {
    display: block; }
  .newcleo .benefits-affiliates-carousel__container .benefits-affiliates-carousel__blazer-slide__buttons {
    display: none; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-heading {
    font-size: 1rem; }
  .newcleo .benefits-affiliates-carousel__container .text__container .card-subheading, .newcleo .benefits-affiliates-carousel__container .text__container p {
    font-size: .85rem;
    margin-top: 0; } }

.newcleo .institutional_banner__container {
  padding-bottom: 2rem;
  background: #fff; }

.newcleo .institutional_banner__container .container-style-mobile-texts {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.newcleo .institutional_banner__container .container-style-mobile-texts .ib_description {
  font-size: .75rem;
  font-weight: 400;
  line-height: normal; }

.newcleo .institutional_banner__container .container-style-mobile-texts .ib_description :is(p) {
  margin: 0; }

.newcleo .institutional_banner__container .container-style-mobile-texts .ib_button_container {
  display: flex;
  align-items: center; }

.newcleo .institutional_banner__container .container-style-mobile-texts .ib_button_container .ib_button {
  position: relative;
  text-transform: uppercase;
  color: var(--secondary-color-text);
  border: none;
  font-size: .75rem;
  text-align: center;
  padding: 12px 32px;
  background: var(--button-background-color);
  transition: .6s background ease; }

.newcleo .institutional_banner__container .container-style-mobile-texts .ib_button_container .ib_button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .institutional_banner__text_image {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 2rem; }

.newcleo .institutional_banner__text_image .institutional_banner__content {
  position: relative;
  z-index: 1;
  color: var(--secondary-color-text);
  display: flex;
  flex-direction: column; }

.newcleo .institutional_banner__text_image .institutional_banner__content .ib_title {
  font-weight: 600;
  line-height: normal; }

.newcleo .institutional_banner__text_image .institutional_banner__content .ib_description {
  font-size: .75rem;
  font-weight: 400;
  line-height: normal;
  margin-block: 16px 0; }

.newcleo .institutional_banner__text_image .institutional_banner__content .ib_button_container {
  display: flex;
  align-items: center; }

.newcleo .institutional_banner__text_image .institutional_banner__content .ib_button_container .ib_button {
  margin-top: 32px;
  position: relative;
  text-transform: uppercase;
  color: var(--secondary-color-text);
  border: none;
  font-size: .75rem;
  text-align: center;
  padding: 12px 32px;
  background: var(--button-background-color);
  transition: .6s background ease; }

.newcleo .institutional_banner__text_image .institutional_banner__content .ib_button_container .ib_button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .institutional_banner__text_image .ib_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0; }

.newcleo .institutional_banner__text_image:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1; }

.newcleo .institutional_banner__text_image .banner_desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo .institutional_banner__text_image {
    padding-inline: 4rem; }
  .newcleo .institutional_banner__text_image .institutional_banner__content .ib_description {
    font-size: 1rem;
    font-weight: 500;
    width: 40%; }
  .newcleo .institutional_banner__text_image .institutional_banner__content .ib_button_container .ib_button {
    font-size: 1rem; }
  .newcleo .institutional_banner__text_image .banner_mobile {
    display: none; }
  .newcleo .institutional_banner__text_image .banner_desktop {
    display: block; } }

.newcleo .institutional_info__container {
  padding-block: 2rem; }

.newcleo .institutional_info__container .institutional_info__content {
  max-width: var(--page-width);
  margin-inline: auto; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts {
  padding-inline: 2rem;
  color: var(--text-color);
  display: flex;
  flex-direction: column; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_subtitle {
  color: var(--text-hover-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_description {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_description :is(p) {
  margin: 0; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_description :is(p):not(:last-child) {
  margin-bottom: 16px; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_button {
  margin-top: 2rem;
  text-transform: uppercase;
  color: var(--secondary-color-text);
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  padding: 12px 32px;
  background: var(--button-background-color);
  transition: background .6s ease; }

.newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .institutional_info__container .institutional_info__content .image_info__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden; }

.newcleo .institutional_info__container .institutional_info__content .ii_image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.newcleo .institutional_info__container .institutional_info__content .ii_image__desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo .institutional_info__container {
    padding: var(--padding-section); }
  .newcleo .institutional_info__container .institutional_info__content {
    height: 100%; }
  .newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_title {
    font-size: 1.6rem; }
  .newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_subtitle {
    font-size: 1.4rem;
    margin-top: 20px; }
  .newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_description {
    font-size: 1rem;
    margin-top: 20px; }
  .newcleo .institutional_info__container .institutional_info__content .institutional_texts .ii_button {
    font-size: 1rem; }
  .newcleo .institutional_info__container .institutional_info__content .ii_image__desktop {
    display: block; }
  .newcleo .institutional_info__container .institutional_info__content .ii_image__mobile {
    display: none; }
  .newcleo .institutional_info__container .institutional_info__content .image_info__container {
    max-width: 60vw;
    max-height: 100%; } }

.newcleo .thin-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--bg-white-color); }

.newcleo .thin-banner .main-content-thin-banner {
  width: 100%; }

.newcleo .thin-banner .container-thin-banner {
  margin-right: 0;
  margin-left: 0; }

.newcleo .thin-banner .box-thin-banner {
  padding-right: 0;
  padding-left: 0; }

.newcleo .thin-banner .banner-image {
  max-width: 100%;
  display: block;
  width: 100%; }

.newcleo .thin-banner .main-content-thin-banner, .newcleo .thin-banner .container-thin-banner, .newcleo .thin-banner .blaze-slider-thin-banner, .newcleo .thin-banner .blaze-container-thin-banner, .newcleo .thin-banner .blaze-track-container-thin-banner {
  position: relative; }

.newcleo .thin-banner .desktop-banner {
  display: none; }

.newcleo .thin-banner .mobile-banner {
  display: block;
  width: 100%; }

.newcleo .thin-banner .blaze-prev, .newcleo .thin-banner .blaze-next {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all .3s ease; }

.newcleo .thin-banner .blaze-prev {
  left: 20px; }

.newcleo .thin-banner .blaze-next {
  right: 20px; }

.newcleo .thin-banner .blaze-prev svg, .newcleo .thin-banner .blaze-next svg {
  width: 24px;
  height: 24px;
  color: var(--bg-white-color); }

.newcleo .thin-banner .blaze-track-container-thin-banner {
  overflow: hidden; }

.newcleo .thin-banner .blaze-track-thin-banner {
  display: flex;
  transition: transform .3s ease; }

.newcleo .thin-banner .blaze-slide-thin-banner {
  flex: 0 0 100%;
  width: 100%; }

.newcleo .thin-banner .blaze-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  justify-content: center;
  padding: 0 40px;
  width: auto; }

.newcleo .thin-banner .blaze-pagination button {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background-color .3s ease;
  font-size: 0;
  line-height: 0;
  display: none; }

.newcleo .thin-banner .blaze-pagination button:nth-child(-n+2) {
  display: block; }

.newcleo .thin-banner .blaze-pagination button.active {
  background: var(--bg-white-color); }

.newcleo .thin-banner .discernible_text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media (min-width: 768px) {
  .newcleo .thin-banner .desktop-banner {
    display: block; }
  .newcleo .thin-banner .mobile-banner {
    display: none; } }

@media (max-width: 767px) {
  .newcleo .thin-banner .blaze-prev, .newcleo .thin-banner .blaze-next {
    display: none; }
  .newcleo .blaze-slide-thin-banner[style*=padding-bottom] {
    padding-bottom: 1rem !important; }
  .newcleo .thin-banner .blaze-pagination {
    bottom: 40px;
    padding: 0 32px; }
  .newcleo .thin-banner .blaze-pagination button {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px; } }

.newcleo .steps-lookbook-container {
  display: flex;
  background-color: var(--bg-off-white);
  width: 100%;
  align-items: center;
  justify-content: center; }

.newcleo .steps-lookbook-container .steps-lookbook-container__content {
  max-width: var(--page-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: var(--padding-section); }

@media (max-width: 1024px) {
  .newcleo .steps-lookbook-container .steps-lookbook-container__content {
    flex-direction: column-reverse; } }

.newcleo .steps-lookbook-container .steps-lookbook-container__content .steps-slider__steps-container {
  width: 100%; }

.newcleo .steps-lookbook-container .steps-lookbook-container__content .steps-slider__component {
  max-width: 100%;
  width: 100%; }

@media (min-width: 1025px) {
  .newcleo .steps-lookbook-container :is(steps-slider) {
    max-width: 400px;
    width: 100%; } }

@media (max-width: 1160px) {
  .newcleo .steps-lookbook-container :is(steps-slider) {
    max-width: 300px; } }

@media (max-width: 1024px) {
  .newcleo .steps-lookbook-container :is(steps-slider) {
    max-width: 100%; }
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content {
    padding: 0; } }

@media (min-width: 1025px) {
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content {
    padding: 0; }
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container {
    width: 100%; } }

@media (min-width: 1025px) and (max-width: 1160px) {
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container .steps-slider__steps {
    gap: 1rem; }
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container .steps-slider__steps .sets-slider__steps-count .steps-slider__step {
    font-size: .8rem; } }

@media (min-width: 1025px) {
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-header .steps-slider__slide-heading {
    font-size: 1.2rem; }
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide .steps-slider__slide-text {
    padding-top: 0;
    font-size: .8rem; } }

@media (min-width: 1025px) and (max-width: 1160px) {
  .newcleo .steps-lookbook-container :is(steps-slider) .steps-slider__content .steps-slider__container .steps-slider__steps .steps-slider__steps-container .steps-slider__slide :is(a).steps-slider__slide-link {
    font-size: .8rem; } }

.newcleo .steps-lookbook-container :is(look-book) {
  width: 100%; }

.newcleo .steps-lookbook-container :is(look-book) .lookbook__content {
  background-color: var(--bg-off-white); }

@media (min-width: 1025px) {
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container {
    padding: 0;
    align-items: center; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks {
    gap: 1rem; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product:not(:last-of-type) {
    padding-bottom: 8px; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_image {
    max-width: 80px; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container {
    gap: 0px; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__add-to-cart {
    font-size: .7rem; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__title {
    font-size: .9rem; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products .lookbook_products__main .lookbook_products__blocks .lookbook_product .lookbook_product_container .lookbook__price {
    font-size: .8rem; } }

@media (max-width: 1024px) {
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container {
    padding: 0; }
  .newcleo .steps-lookbook-container :is(look-book) .lookbook__content .lookbook__container .lookbook_products.lookbook_products--mobile.lookbook_products--mobile--active {
    top: 120px; } }

.newcleo .section-main-offer {
  background-color: var(--bg-off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.newcleo main-offer {
  --title-font-size: 1.6rem;
  --title-font-weight: 500;
  --tag-font-size: 1rem;
  --tag-font-weight: 400;
  --tag-color: var(--input-color-text);
  --price-font-size: 1.25rem;
  --price-font-weight: 500;
  --star-icon-size: 1.375rem;
  --review-font-size: 1.125rem;
  --review-font-weight: 400;
  --review-bold-font-weight: 500;
  --variant-font-size: 1.375rem;
  --quantity-font-size: 1.375rem;
  --description-font-size: 1rem;
  --select-option-font-size: 1rem;
  --select-option-weight: 500;
  --add-to-cart-font-size: 1.1rem;
  --add-to-cart-padding: 1rem 1rem;
  --add-to-cart-font-weight: 700;
  --radio-font-size: 1.375rem;
  --radio-input-color: var(--button-background-color);
  --grid-template-columns: 498fr 475fr 498fr; }

.newcleo main-offer:not(:has(.main-offer__infos)) {
  --grid-template-columns: 1fr 1fr; }

.newcleo main-offer {
  background-color: var(--bg-off-white);
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  padding: var(--padding-section);
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  max-width: var(--page-width);
  gap: 2rem; }

.newcleo main-offer:not(:has(.main-offer__infos)) {
  width: 100%; }

.newcleo main-offer * {
  margin: 0;
  padding: 0; }

.newcleo main-offer :is(li) {
  list-style: none; }

.newcleo main-offer :is(details) :is(summary) {
  cursor: pointer; }

.newcleo main-offer :is(details) :is(summary)::marker {
  content: none; }

.newcleo main-offer .main-offer__form {
  --form-biggest-gap: 2rem;
  --form-gap: 1.25rem;
  --form-smallest-gap: .75rem;
  max-width: 500px; }

.newcleo main-offer .main-offer__form .main-offer__form-tag {
  font-size: var(--tag-font-size);
  font-weight: var(--tag-font-weight);
  color: var(--tag-color);
  text-transform: uppercase; }

.newcleo main-offer .main-offer__form .main-offer__form-title {
  line-height: 110%;
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
  margin-top: var(--form-smallest-gap); }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button {
  --border-style: 1px solid var(--border-color);
  --vertical-padding: .9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--variant-font-size);
  margin-top: var(--form-biggest-gap); }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity {
  border: none;
  padding: var(--vertical-padding) 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  border-top: var(--border-style);
  border-bottom: var(--border-style);
  button: disabled;
    button-color: var(--input-color-text);
    button-opacity: .7; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(input) {
  font-size: 1.2rem;
  width: 50px;
  text-align: center;
  border: none;
  background: none; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(input)[type=number]::-webkit-outer-spin-button, .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(input)[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(input)[type=number] {
  -moz-appearance: textfield; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(button) {
  padding: 0rem .5rem;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .3s;
  display: flex;
  align-items: center; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-add-to-cart {
  font-size: var(--add-to-cart-font-size);
  padding: var(--add-to-cart-padding);
  max-width: 500px;
  font-weight: var(--add-to-cart-font-weight);
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  text-transform: uppercase;
  width: 100%; }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-add-to-cart:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-add-to-cart:disabled {
  opacity: .4; }

.newcleo main-offer .main-offer__form .main-offer__form-price-review {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-top: var(--form-gap); }

.newcleo main-offer .main-offer__form .main-offer__form-price-review .main-offer__form-review {
  display: inline;
  align-items: center;
  font-size: var(--review-font-size); }

.newcleo main-offer .main-offer__form .main-offer__form-price-review .main-offer__form-review :is(b) {
  font-weight: var(--review-bold-font-weight); }

.newcleo main-offer .main-offer__form .main-offer__form-price-review .main-offer__form-review :is(strong) {
  color: var(--button-background-color); }

.newcleo main-offer .main-offer__form .main-offer__form-price-review .main-offer__form-price-desktop {
  display: inline;
  font-size: var(--price-font-size);
  font-weight: var(--price-font-weight);
  color: var(--price-color); }

.newcleo main-offer .main-offer__form .main-offer__form-price-mobile {
  display: none; }

.newcleo main-offer .main-offer__form .main-offer__form-description {
  font-size: var(--description-font-size);
  padding-right: 2rem;
  margin-top: var(--form-biggest-gap); }

.newcleo main-offer .main-offer__form .main-offer__form-radio {
  font-size: var(--radio-font-size);
  display: flex;
  flex-direction: column;
  margin-top: var(--form-biggest-gap);
  gap: .625rem;
  label: before;
    label-content: "";
    label-position: absolute;
    label-left: 0;
    label-top: calc((var(--radio-font-size) / 2) + .125rem);
    label-transform: translateY(-50%);
    label-width: var(--checkmark-size);
    label-height: var(--checkmark-size);
    label-border: 1px solid var(--border-color);
    label-border-radius: 50%; }

.newcleo main-offer .main-offer__form .main-offer__form-radio :is(p) {
  font-size: var(--select-option-font-size);
  font-weight: var(--select-option-weight); }

.newcleo main-offer .main-offer__form .main-offer__form-radio :is(label) {
  cursor: pointer;
  --checkmark-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  display: flex; }

.newcleo main-offer .main-offer__images {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px; }

.newcleo main-offer .main-offer__images .main-offer__images-main {
  width: 100%;
  aspect-ratio: 430/615;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.newcleo main-offer .main-offer__images .blaze-slider {
  position: relative; }

.newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  top: 50%;
  --arrow-height: 1.75rem; }

.newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  background: none;
  border: none; }

.newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn :is(svg) {
  height: var(--arrow-height);
  width: auto; }

.newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-prev {
  transform: translate(calc(-100% - 13px)); }

.newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-next {
  transform: translate(calc(100% + 13px)); }

.newcleo main-offer .main-offer__images .blaze-container {
  max-width: 100%;
  overflow: hidden; }

.newcleo main-offer .main-offer__images .blaze-container .blaze-track {
  position: relative;
  z-index: 2;
  padding-bottom: .1rem; }

.newcleo main-offer .main-offer__images .blaze-container .blaze-track :first-child {
  border-color: #000; }

.newcleo main-offer .main-offer__images .blaze-container .blaze-slide {
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer; }

.newcleo main-offer .main-offer__images .blaze-container .blaze-slide :is(img) {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/10;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.newcleo main-offer .main-offer__images .blaze-container .blaze-slide:hover {
  border-color: #000; }

.newcleo main-offer .main-offer__infos {
  --title-font-size: 1.5rem;
  --title-font-weight: 500;
  --title-margin-bottom: 2rem;
  --description-font-size: 1.25rem;
  --description-font-weight: 400; }

.newcleo main-offer .main-offer__infos :is(h2) {
  font-size: var(--title-font-size);
  font-weight: var(--title-font-weight);
  margin-bottom: var(--title-margin-bottom); }

.newcleo main-offer .main-offer__infos :is(p) {
  font-size: var(--description-font-size);
  font-weight: var(--description-font-weight);
  font-size: 1rem; }

.newcleo main-offer .main-offer__infos :is(p) :is(span) {
  background-color: transparent !important; }

@media screen and (min-width: 763px) and (max-width: 1300px) {
  .newcleo main-offer {
    --grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-areas: "form images" "infos infos"; }
  .newcleo main-offer .main-offer__form {
    grid-area: form; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-variant .main-offer__form-quantity {
    padding-left: .5rem;
    padding-right: .5rem; }
  .newcleo main-offer .main-offer__images {
    grid-area: images; }
  .newcleo main-offer .main-offer__infos {
    grid-area: infos; } }

@media screen and (max-width: 768px) {
  .newcleo main-offer {
    --grid-template-columns: 1fr;
    --title-font-size: 1.25rem;
    --title-font-weight: 600;
    --tag-font-size: .875rem;
    --tag-font-weight: 300;
    --tag-color: var(--input-color-text);
    --price-font-size: 1.325rem;
    --price-font-weight: 600;
    --star-icon-size: 1.375rem;
    --review-font-size: .875rem;
    --review-font-weight: 400;
    --review-bold-font-weight: 500;
    --variant-font-size: 1rem;
    --quantity-font-size: 1rem;
    --description-font-size: .875rem;
    --add-to-cart-font-size: 1rem;
    --add-to-cart-padding: .875rem 1.5rem;
    --add-to-cart-font-weight: 500;
    --radio-font-size: 1rem;
    --radio-input-color: var(--button-background-color);
    background-color: var(--bg-white-color);
    padding: 0;
    row-gap: 1.25rem;
    grid-template-areas: "images" "form" "infos"; }
  .newcleo main-offer * {
    max-width: 100vw; }
  .newcleo main-offer:not(:has(.main-offer__infos)) {
    --grid-template-columns: 1fr; }
  .newcleo main-offer .main-offer__form {
    grid-area: form;
    --form-biggest-gap: 1rem;
    --form-gap: .75rem;
    --form-smallest-gap: .5rem; }
  .newcleo main-offer .main-offer__form {
    padding: var(--padding-section);
    padding-top: 0;
    padding-bottom: 0; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button {
    --border-style: none;
    padding: 1rem 0; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity {
    padding: 0; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(input) {
    max-width: 2rem; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-quantity :is(button) {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .newcleo main-offer .main-offer__form .main-offer__form-quantity-buy-button .main-offer__form-add-to-cart {
    display: none; }
  .newcleo main-offer .main-offer__form .main-offer__form-price-review .main-offer__form-price-desktop {
    display: none; }
  .newcleo main-offer .main-offer__form .main-offer__form-price-mobile {
    display: block;
    font-size: var(--price-font-size);
    font-weight: var(--price-font-weight);
    color: var(--price-color); }
  .newcleo main-offer .main-offer__images {
    grid-area: images;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 100%; }
  .newcleo main-offer .main-offer__images .main-offer__images-main {
    display: none; }
  .newcleo main-offer .main-offer__images .blaze-slider {
    max-width: 100vw;
    height: 100%;
    aspect-ratio: 391/450; }
  .newcleo main-offer .main-offer__images .blaze-slider .blaze-container {
    height: 100%; }
  .newcleo main-offer .main-offer__images .blaze-slider .blaze-container .blaze-track {
    height: 100%;
    max-width: 100vw; }
  .newcleo main-offer .main-offer__images .blaze-slider .blaze-container .blaze-track .blaze-slide {
    border: none; }
  .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows {
    padding: 0 1rem;
    z-index: 2; }
  .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-prev, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-next {
    transform: translate(0); }
  .newcleo main-offer .main-offer__infos {
    --description-font-size: .875rem;
    --description-font-weight: 300;
    padding: var(--padding-section); }
  .newcleo main-offer .main-offer__infos :is(h2) {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0; }
  .newcleo main-offer .main-offer__infos :is(p) {
    font-size: var(--description-font-size);
    font-weight: var(--description-font-weight); }
  .newcleo main-offer .main-offer__fixed-bar {
    --fixed-add-to-cart-font-size: 1.125rem;
    --fixed-add-to-cart-padding: .875rem 1.5rem;
    --fixed-add-to-cart-font-weight: 500;
    --fixed-product-title-font-size: 1.25rem;
    --fixed-product-title-font-weight: 500;
    --fixed-product-price-font-size: 1.25rem;
    --fixed-product-price-font-weight: 500;
    --fixed-product-variant-font-size: 1rem; }
  .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product {
    display: flex;
    flex-direction: column-reverse;
    align-items: start; }
  .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product :is(img) {
    display: none; }
  .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-product .main-offer__fixed-bar-content *:not(span, select) {
    display: none; }
  .newcleo main-offer .main-offer__fixed-bar .main-offer__fixed-bar-button-container {
    border: none; } }

@keyframes expand {
  0% {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: var(--content-max-height); } }

.newcleo .zoom-container {
  position: relative;
  display: inline-block; }

.newcleo .zoom-lens {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffffff80;
  visibility: hidden;
  pointer-events: none;
  opacity: 0; }

.newcleo .zoom-result {
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  width: 500px;
  height: 500px;
  visibility: hidden; }

.newcleo .zoom-container:hover .lens, .newcleo .zoom-container:hover .result {
  visibility: visible; }

.newcleo .zoom-result {
  max-width: 500px; }

.newcleo main-product .main-product__images, .newcleo main-offer .main-offer__images {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px; }

.newcleo main-product .main-product__images .main-product__images-main, .newcleo main-product .main-product__images .main-offer__images-main, .newcleo main-offer .main-offer__images .main-product__images-main, .newcleo main-offer .main-offer__images .main-offer__images-main {
  width: 100%;
  aspect-ratio: 430/615;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: .75rem; }

.newcleo main-product .main-product__images .blaze-slider, .newcleo main-offer .main-offer__images .blaze-slider {
  position: relative; }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  top: 50%;
  --arrow-height: 1.75rem; }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn, .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  background: none;
  border: none; }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn.hidden, .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn.hidden, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn.hidden, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn.hidden, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn.hidden, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn.hidden, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn.hidden, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn.hidden {
  display: none; }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn :is(svg), .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn :is(svg), .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn :is(svg), .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn :is(svg), .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-product__arrow-btn :is(svg), .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .main-offer__arrow-btn :is(svg), .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-product__arrow-btn :is(svg), .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .main-offer__arrow-btn :is(svg) {
  height: var(--arrow-height);
  width: .625rem; }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .blaze-prev, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .blaze-prev, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .blaze-prev, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-prev {
  transform: translate(calc(-100% - 13px)); }

.newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .blaze-next, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .blaze-next, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .blaze-next, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-next {
  transform: translate(calc(100% + 13px)); }

.newcleo main-product .main-product__images .blaze-container, .newcleo main-offer .main-offer__images .blaze-container {
  max-width: 100%;
  overflow: hidden; }

.newcleo main-product .main-product__images .blaze-container .blaze-track, .newcleo main-offer .main-offer__images .blaze-container .blaze-track {
  position: relative;
  z-index: 2;
  padding-bottom: .1rem; }

.newcleo main-product .main-product__images .blaze-container .blaze-track :first-child, .newcleo main-offer .main-offer__images .blaze-container .blaze-track :first-child {
  border-color: none; }

.newcleo main-product .main-product__images .blaze-container .blaze-track .active, .newcleo main-offer .main-offer__images .blaze-container .blaze-track .active {
  border-color: #000; }

.newcleo main-product .main-product__images .blaze-container .blaze-slide, .newcleo main-offer .main-offer__images .blaze-container .blaze-slide {
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  max-width: 23%; }

.newcleo main-product .main-product__images .blaze-container .blaze-slide :is(img), .newcleo main-offer .main-offer__images .blaze-container .blaze-slide :is(img) {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/10;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.newcleo main-product .main-product__images .blaze-container .blaze-slide:hover, .newcleo main-offer .main-offer__images .blaze-container .blaze-slide:hover {
  border-color: #000; }

@media (max-width: 1299px) {
  .newcleo .zoom-result {
    left: auto;
    right: calc(100% + 15px);
    width: 40vw;
    height: 40vw;
    max-width: none; } }

@media screen and (min-width: 763px) and (max-width: 1300px) {
  .newcleo main-product .main-product__images, .newcleo main-offer .main-offer__images {
    grid-area: images;
    margin-left: auto; } }

@media screen and (min-width: 768px) {
  .newcleo .blaze-container .blaze-track.desktop {
    display: flex; }
  .newcleo .blaze-container .blaze-track.mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .newcleo .blaze-container .blaze-track.desktop {
    display: none; }
  .newcleo .blaze-container .blaze-track.mobile {
    display: flex; }
  .newcleo main-product .main-product__images, .newcleo main-offer .main-offer__images {
    grid-area: images;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 100%; }
  .newcleo main-product .main-product__images .main-product__images-main, .newcleo main-product .main-product__images .main-offer__images-main, .newcleo main-offer .main-offer__images .main-product__images-main, .newcleo main-offer .main-offer__images .main-offer__images-main {
    display: none; }
  .newcleo main-product .main-product__images .blaze-slider, .newcleo main-offer .main-offer__images .blaze-slider {
    max-width: 100vw;
    height: 100%;
    aspect-ratio: 391/450; }
  .newcleo main-product .main-product__images .blaze-slider .blaze-container, .newcleo main-offer .main-offer__images .blaze-slider .blaze-container {
    height: 100%; }
  .newcleo main-product .main-product__images .blaze-slider .blaze-container .blaze-track, .newcleo main-offer .main-offer__images .blaze-slider .blaze-container .blaze-track {
    height: 100%;
    max-width: 100vw; }
  .newcleo main-product .main-product__images .blaze-slider .blaze-container .blaze-track .blaze-slide, .newcleo main-offer .main-offer__images .blaze-slider .blaze-container .blaze-track .blaze-slide {
    max-width: 100%;
    border: none; }
  .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows {
    padding: 0 1rem;
    z-index: 2; }
  .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .blaze-prev, .newcleo main-product .main-product__images .blaze-slider .main-product__slider-arrows .blaze-next, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .blaze-prev, .newcleo main-product .main-product__images .blaze-slider .main-offer__slider-arrows .blaze-next, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .blaze-prev, .newcleo main-offer .main-offer__images .blaze-slider .main-product__slider-arrows .blaze-next, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-prev, .newcleo main-offer .main-offer__images .blaze-slider .main-offer__slider-arrows .blaze-next {
    transform: translate(0); } }

.newcleo .logged-area {
  display: flex;
  justify-content: center;
  background-color: var(--bg-white-color); }

.newcleo .client-logged__container {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section); }

.newcleo .client-logged__container .orders-title__container {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 15px; }

.newcleo .client-logged__container .orders-table {
  width: 100%;
  border-collapse: collapse;
  border-left: none;
  border-right: none;
  table-layout: auto;
  th: first-child, td;
  th: last-child, td;
  th: nth-child(1), td;
  th: nth-child(2), td;
  th: nth-child(4), td; }
  .newcleo .client-logged__container .orders-table :first-child {
    border-left: none; }
  .newcleo .client-logged__container .orders-table :last-child {
    border-right: none; }
  .newcleo .client-logged__container .orders-table :nth-child(1) {
    text-align: left;
    vertical-align: top; }
  .newcleo .client-logged__container .orders-table :nth-child(2), .newcleo .client-logged__container .orders-table th:nth-child(3), .newcleo .client-logged__container .orders-table td:nth-child(3) {
    text-align: center;
    vertical-align: middle; }
  .newcleo .client-logged__container .orders-table :nth-child(4) {
    text-align: right;
    vertical-align: bottom; }

.newcleo .client-logged__container .orders-table :is(th), .newcleo .client-logged__container .orders-table :is(td) {
  text-align: left;
  padding: 15px;
  width: 25%;
  border: 1px solid #dddddd; }

.newcleo .client-logged__container .orders-table :is(td) {
  padding: 15px;
  border-left: none;
  border-right: none;
  font-size: 1rem; }

.newcleo .client-logged__container .orders-table :is(th) {
  border: 1px solid var(--bg-black-color);
  background-color: var(--bg-black-color);
  color: var(--secondary-color-text);
  font-weight: 500;
  font-size: 1rem; }

.newcleo .client-logged__container .order-number a {
  color: var(--text-hover-color); }

@media (min-width: 1024px) and (max-width: 1440px) {
  .newcleo .client-logged__container .orders-title__container {
    font-size: 1.25rem; }
  .newcleo .client-logged__container .orders-table :is(th) {
    font-size: .875rem; }
  .newcleo .client-logged__container .orders-table :is(td) {
    font-size: .875rem; } }

@media (min-width: 280px) and (max-width: 1023px) {
  .newcleo .client-logged__container .orders-title__container {
    font-size: .75rem; }
  .newcleo .client-logged__container .orders-table {
    th: nth-child(1), td;
    th: nth-child(4), td; }
    .newcleo .client-logged__container .orders-table :nth-child(1) {
      vertical-align: middle; }
    .newcleo .client-logged__container .orders-table :nth-child(4) {
      vertical-align: middle; }
  .newcleo .client-logged__container .orders-table :is(th), .newcleo .client-logged__container .orders-table :is(td) {
    padding: 5px; }
  .newcleo .client-logged__container .orders-table :is(th) {
    font-size: .75rem; }
  .newcleo .client-logged__container .orders-table :is(td) {
    font-size: .75rem; } }

.newcleo .account-orders-deatail {
  display: flex;
  justify-content: center;
  background-color: var(--bg-white-color); }

.newcleo .client-orders__container {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  display: flex;
  flex-direction: column;
  align-items: center; }

.newcleo .client-orders__container .header-client, .newcleo .client-orders__container .menu-container {
  width: 100%; }

.newcleo .client-orders__container .container__order-information {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px; }

.newcleo .client-orders__container .container__order-information :is(h3) {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0; }

.newcleo .client-orders__container .container__order-information :is(p) {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
  color: var(--light-gray-color-text); }

.newcleo .client-orders__container .order-list__container {
  width: 100%; }

.newcleo .client-orders__container .order-table {
  width: 100%;
  border-collapse: collapse; }

.newcleo .client-orders__container .order-table :is(th), .newcleo .client-orders__container .order-table :is(td) {
  padding: 15px;
  width: 25%;
  font-weight: 500; }

.newcleo .client-orders__container .order-table :is(th) {
  background-color: var(--bg-black-color);
  color: var(--secondary-color-text); }

.newcleo .client-orders__container .order-table :is(td) {
  border: 1px solid #ddd; }

.newcleo .client-orders__container .order-table :is(h5) {
  font-size: 1rem;
  margin: 0; }

.newcleo .client-orders__container .order-table :is(p) {
  font-size: 1rem;
  margin: 5px 0 0; }

.newcleo .client-orders__container .order-shipping-address, .newcleo .client-orders__container .order-billing-address {
  width: 100%; }

.newcleo .client-orders__container .order-shipping-address {
  width: 35%; }

.newcleo .client-orders__container .order-billing-address {
  width: 65%; }

.newcleo .client-orders__container .complete-order__container {
  margin-top: 80px; }

.newcleo .client-orders__container .complete-order-table {
  width: 100%;
  border-collapse: collapse; }

.newcleo .client-orders__container .complete-order-table :is(th), .newcleo .client-orders__container .complete-order-table :is(td) {
  text-align: left;
  padding: 15px;
  width: 25%;
  border: 1px solid #dddddd; }

.newcleo .client-orders__container .complete-order-table :is(td) {
  padding: 15px;
  border-left: none;
  border-right: none;
  font-size: 1rem; }

.newcleo .client-orders__container .complete-order-table :is(th) {
  border: 1px solid var(--bg-black-color);
  background-color: var(--bg-black-color);
  color: var(--secondary-color-text);
  font-weight: 500;
  font-size: 1rem; }

.newcleo .client-orders__container .complete-order-table :is(th):first-child, .newcleo .client-orders__container .complete-order-table td:first-child {
  border-left: none; }

.newcleo .client-orders__container .complete-order-table :is(th):nth-child(1), .newcleo .client-orders__container .complete-order-table td:nth-child(1) {
  text-align: left;
  vertical-align: top; }

.newcleo .client-orders__container .complete-order-table :is(th):nth-child(2), .newcleo .client-orders__container .complete-order-table td:nth-child(2), .newcleo .client-orders__container .complete-order-table :is(th):nth-child(3), .newcleo .client-orders__container .complete-order-table td:nth-child(3) {
  text-align: center;
  vertical-align: top; }

.newcleo .client-orders__container .complete-order-table :is(th):nth-child(4), .newcleo .client-orders__container .complete-order-table td:nth-child(4) {
  text-align: right;
  vertical-align: top; }

.newcleo .client-orders__container .complete-order-table .table-footer {
  tr: last-child td;
    tr-background-color: var(--bg-black-color);
    tr-color: var(--secondary-color-text); }
  .newcleo .client-orders__container .complete-order-table .table-footer .text-information-footer {
    font-size: .875rem;
    font-weight: 400; }

.newcleo .client-orders__container .table-item__container {
  display: flex;
  gap: 5px; }

.newcleo .client-orders__container .table-item__container :is(h3), .newcleo .client-orders__container .table-item__container p, .newcleo .client-orders__container .table-item__container span, .newcleo .client-orders__container .table-item__container a {
  font-size: .875rem;
  font-weight: 400; }

.newcleo .client-orders__container .image__container {
  width: 100%; }

.newcleo .client-orders__container .image__container :is(img) {
  width: 100%;
  min-width: 100px; }

@media (min-width: 768px) and (max-width: 1440px) {
  .newcleo .client-orders__container .client-menu :is(li) {
    text-align: center; }
  .newcleo .client-orders__container .container__order-information :is(h3) {
    font-size: 1rem; }
  .newcleo .client-orders__container .container__order-information :is(p) {
    font-size: .95rem; }
  .newcleo .client-orders__container .order-table :is(h5) {
    font-size: .875rem; }
  .newcleo .client-orders__container .order-table :is(p) {
    font-size: .875rem; }
  .newcleo .client-orders__container .complete-order-table :is(th), .newcleo .client-orders__container .complete-order-table :is(td) {
    text-align: left;
    padding: 15px;
    width: 25%;
    border: 1px solid #dddddd; }
  .newcleo .client-orders__container .complete-order-table :is(td) {
    padding: 15px;
    border-left: none;
    border-right: none;
    font-size: .85rem; }
  .newcleo .client-orders__container .complete-order-table :is(th) {
    border: 1px solid var(--bg-black-color);
    background-color: var(--bg-black-color);
    color: var(--secondary-color-text);
    font-weight: 500;
    font-size: .9rem; }
  .newcleo .client-orders__container .complete-order-table .table-footer :is(h6) {
    font-size: .85rem; }
  .newcleo .client-orders__container .complete-order-table .table-footer .text-information-footer {
    font-size: .85rem; }
  .newcleo .client-orders__container .table-item__container :is(h3), .newcleo .client-orders__container .table-item__container p, .newcleo .client-orders__container .table-item__container span, .newcleo .client-orders__container .table-item__container a {
    font-size: .85rem; } }

@media (min-width: 280px) and (max-width: 767px) {
  .newcleo .client-orders__container .header-client {
    width: 100%; }
  .newcleo .client-orders__container .client-menu :is(li) {
    text-align: center; }
  .newcleo .client-orders__container .container__order-information :is(h3) {
    font-size: .9rem; }
  .newcleo .client-orders__container .container__order-information :is(p) {
    font-size: .7rem; }
  .newcleo .client-orders__container .order-shipping-address, .newcleo .client-orders__container .order-billing-address {
    font-size: .75rem;
    padding: 2px; }
  .newcleo .client-orders__container .order-table :is(h5) {
    font-size: .7rem; }
  .newcleo .client-orders__container .order-table :is(p) {
    font-size: .5rem; }
  .newcleo .client-orders__container .table-item__container {
    display: flex;
    flex-direction: column; }
  .newcleo .client-orders__container .complete-order__container {
    width: 100%;
    position: relative; }
  .newcleo .client-orders__container .table-main__container {
    width: 100%;
    overflow-x: auto;
    position: relative;
    padding-bottom: 20px; }
  .newcleo .client-orders__container .complete-order-table :is(th), .newcleo .client-orders__container .complete-order-table :is(td) {
    text-align: left;
    width: 25%;
    border: 1px solid #dddddd; }
  .newcleo .client-orders__container .complete-order-table :is(td) {
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    font-size: .75rem; }
  .newcleo .client-orders__container .complete-order-table :is(th) {
    padding: 15px;
    border: 1px solid var(--bg-black-color);
    background-color: var(--bg-black-color);
    color: var(--secondary-color-text);
    font-weight: 500;
    font-size: .75rem; }
  .newcleo .client-orders__container .complete-order-table .table-footer :is(h6) {
    font-size: .75rem; }
  .newcleo .client-orders__container .complete-order-table .table-footer .text-information-footer {
    font-size: .75rem;
    padding: 10px; }
  .newcleo .client-orders__container .table-item__container :is(h3), .newcleo .client-orders__container .table-item__container p, .newcleo .client-orders__container .table-item__container span, .newcleo .client-orders__container .table-item__container div, .newcleo .client-orders__container .table-item__container a {
    margin: 0;
    font-size: .75rem; }
  .newcleo .client-orders__container .image__container :is(img) {
    min-width: unset;
    width: 50%; }
  .newcleo .client-orders__container .complete-order-table :is(th):nth-child(1), .newcleo .client-orders__container .complete-order-table :is(td):nth-child(1) {
    text-align: left;
    vertical-align: middle; } }

.newcleo #client-menu {
  width: 100%; }

.newcleo #client-menu .client-perfil-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.newcleo #client-menu .first-letter-client-name__container {
  background-color: var(--button-background-color);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }

.newcleo #client-menu .first-letter-client-name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: var(--secondary-color-text); }

.newcleo #client-menu .welcome-message {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 3px; }

.newcleo #client-menu .client-email {
  font-size: 1rem;
  font-weight: 400;
  color: var(--light-gray-color-text);
  margin: 0 0 3px; }

.newcleo #client-menu .client-links {
  display: flex;
  justify-content: center;
  gap: 6px; }

.newcleo #client-menu .reset-password, .newcleo #client-menu .logout-button {
  color: var(--price-color);
  text-decoration-line: underline;
  font-weight: 400;
  font-size: .875rem; }

.newcleo #client-menu .client-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 79px;
  padding: 15px;
  border-bottom: 1px solid var(--menu-logged-area-color);
  margin-bottom: 50px; }

.newcleo #client-menu .client-menu :is(li) > a {
  font-size: 1.125rem;
  color: var(--menu-logged-area-color);
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none; }

.newcleo #client-menu .client-menu :is(li) > a:hover {
  color: var(--price-color); }

.newcleo #client-menu .client-menu :is(.active) {
  color: var(--price-color); }

@media (min-width: 1024px) and (max-width: 1440px) {
  .newcleo #client-menu .first-letter-client-name, .newcleo #client-menu .welcome-message {
    font-size: 1.25rem; }
  .newcleo #client-menu .client-email {
    font-size: .875rem; }
  .newcleo #client-menu .reset-password, .newcleo #client-menu .logout-button {
    font-size: .8rem; }
  .newcleo #client-menu .client-menu :is(li) > a {
    font-size: 1rem; } }

@media (min-width: 280px) and (max-width: 1023px) {
  .newcleo #client-menu .first-letter-client-name, .newcleo #client-menu .welcome-message {
    font-size: 1rem; }
  .newcleo #client-menu .client-email, .newcleo #client-menu .reset-password, .newcleo #client-menu .logout-button {
    font-size: .75rem; }
  .newcleo #client-menu .client-menu {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    justify-content: unset;
    padding: 5px; }
  .newcleo #client-menu .client-menu :is(li) {
    width: 100%;
    display: inline-block; }
  .newcleo #client-menu .client-menu :is(li) > :is(a) {
    font-size: .75rem; } }

.newcleo .search-results {
  background-color: var(--bg-white-color);
  padding: 20px; }

.newcleo .search-results .search-results-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 34px 0 15px; }

.newcleo .search-results .main-search-container {
  margin: 0 auto;
  max-width: var(--page-width); }

.newcleo .search-results .search-results-product-card-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 3), minmax(250px, 1fr));
  gap: 20px;
  justify-content: center; }

.newcleo .search-results .search-results-product-card-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }

.newcleo .search-results .product-card {
  width: 100%;
  padding: 20px;
  transition: box-shadow .4s ease; }

.newcleo .search-results .no-results-message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-color-text); }

.newcleo .explore-search-text {
  font-size: 14px; }

@media (max-width: 1024px) {
  .newcleo .search-results .search-results-product-card-grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr)); } }

@media (max-width: 768px) {
  .newcleo .search-results .search-results-product-card-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px; } }

.newcleo .additional-search-bar {
  margin: 20px 0;
  display: flex;
  justify-content: center; }

.newcleo .search-form {
  display: flex;
  width: 100%;
  max-width: 600px; }

.newcleo .search-input {
  flex-grow: 1;
  padding: 12px 11px;
  font-size: 16px;
  border: 1px solid var(--border-color);
  outline: none; }

.newcleo .search-button {
  background-color: var(--button-background-color);
  border: none;
  color: var(--bg-white-color);
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase; }

.newcleo .search-button:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo .product-details__section {
  background-color: var(--bg-white-color); }

.newcleo product-details-tabs .product-details__menu {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-color);
  gap: 1.5rem; }

.newcleo product-details-tabs .product-details__menu :is(li) {
  list-style: none; }

.newcleo product-details-tabs .product-details__menu :is(li):not(.active) {
  opacity: .5; }

.newcleo product-details-tabs .product-details__menu :is(button) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  gap: .75rem; }

.newcleo product-details-tabs .product-details__menu :is(button) :is(h2) {
  text-transform: uppercase; }

.newcleo product-details-tabs .product-details__menu :is(button) :is(img) {
  width: 28px; }

.newcleo product-details-tabs .product-details__content-list {
  max-width: var(--page-width);
  list-style: none;
  padding: var(--padding-section);
  margin: 0; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item:not(.active) {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item:not(.active) * {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  overflow: hidden; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item {
  padding: var(--padding-section);
  padding-top: 1rem;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: all .3s ease-in-out; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item :is(ul) {
  list-style-type: disc; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item :is(ul) :is(ul) {
  list-style-type: circle; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item .metafield-rich_text_field {
  display: flex;
  flex-direction: column;
  gap: .75rem; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item .metafield-rich_text_field * {
  margin: 0; }

.newcleo product-details-tabs .product-details__content-list .product-details__content-item .metafield-rich_text_field :is(ul) li {
  padding-top: .25rem; }

@media screen and (max-width: 768px) {
  .newcleo product-details-tabs .product-details__menu {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-color);
    flex-wrap: wrap; }
  .newcleo product-details-tabs .product-details__menu :is(li) {
    list-style: none;
    min-width: 120px; }
  .newcleo product-details-tabs .product-details__menu :is(button) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    gap: .75rem; }
  .newcleo product-details-tabs .product-details__menu :is(button) :is(h2) {
    text-transform: uppercase;
    font-size: .875rem; }
  .newcleo product-details-tabs .product-details__menu :is(button) :is(img) {
    width: 20px; } }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container {
  background-color: var(--bg-off-white);
  padding: var(--padding-section); }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .blaze-track-container {
  position: relative; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track {
  list-style: none;
  padding: 0;
  margin: 0; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide .multiple-steps-sliders__slide-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide :is(img) {
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  aspect-ratio: 55/66;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 550px; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide :is(steps-slider) {
  max-width: 400px; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .blaze-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 0;
  margin: 0; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .blaze-pagination :is(button) {
  color: #fff0;
  background-color: transparent;
  border: 1px solid var(--bg-black-color);
  border-radius: 999px;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  transition: all .3s ease; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__container .blaze-pagination :is(button.active) {
  width: 44px;
  background-color: var(--bg-black-color); }

.newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--next, .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (max-width: 768px) {
  .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--next, .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--prev {
    display: none; } }

.newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--next {
  right: 0; }

.newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--prev {
  left: 0; }

@media screen and (max-width: 768px) {
  .newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide {
    grid-template-columns: 1fr;
    gap: 1rem; }
  .newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide :is(img) {
    max-width: 80vw; }
  .newcleo multiple-steps-sliders .multiple-steps-sliders__container .multiple-steps-sliders__track .multiple-steps-sliders__slide :is(steps-slider) {
    max-width: 80vw; }
  .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow {
    top: 25%; }
  .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--next, .newcleo multiple-steps-sliders .multiple-steps-sliders__arrow--prev {
    display: block; } }

.newcleo #content__customers__request-invite {
  background: var(--bg-white-color);
  padding: var(--padding-section); }

.newcleo #content__customers__request-invite .rc_form .rc_form__group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative; }

.newcleo #content__customers__request-invite .rc_form .rc_form__group .rc_form__input {
  display: block !important;
  border: 1px solid var(--input-color-text);
  color: var(--input-color-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 470px;
  margin: 0 auto 20px;
  width: 100%;
  height: 50px;
  padding: 12px;
  position: relative; }

.newcleo #content__customers__request-invite .rc_form .rc_form__group:has(.rc_form__input[name=email]):before {
  content: "E-mail";
  display: block;
  align-self: flex-start;
  color: var(--text-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-inline: auto;
  margin-bottom: 12px;
  max-width: 470px;
  width: 100%;
  text-align: left; }

.newcleo #content__customers__request-invite .rc_form .rc_form__group .btn-primary {
  background: var(--button-background-color);
  color: var(--secondary-color-text);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  height: 52px;
  transition: .3s ease-in-out;
  align-self: center; }

.newcleo #content__customers__request-invite .rc_form .rc_form__group .btn-primary:hover {
  background: var(--buton-background-hover-color); }

.newcleo #content__customers__request-invite .rc_form :is(p):last-child {
  margin: 0; }

.newcleo #content__customers__request-invite .rc_form :is(p):last-child :is(a) {
  color: var(--price-color);
  font-weight: 600; }

.newcleo #content__customers__request-invite .rc_form :is(p):last-child :is(a):hover {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .newcleo #content__customers__request-invite .rc_header-settings__title {
    font-size: .8rem; }
  .newcleo #content__customers__request-invite .rc_header-settings__description {
    font-size: 12px; }
  .newcleo #content__customers__request-invite .rc_form {
    p: last-child a; }
  .newcleo #content__customers__request-invite .rc_form .rc_form__group .rc_form__input {
    font-size: 12px; }
  .newcleo #content__customers__request-invite .rc_form .rc_form__group:has(.rc_form__input[name=email]):before {
    font-size: 1rem; }
  .newcleo #content__customers__request-invite .rc_form .rc_form__group .btn-primary {
    font-size: 14px; } }

.newcleo .container-404 {
  padding: 2rem 4rem;
  background-color: var(--bg-white-color);
  text-align: center;
  padding-top: var(--padding-top, 20px);
  padding-bottom: var(--padding-bottom, 20px); }

.newcleo .container-404 h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 500; }

.newcleo .container-404 h2 {
  font-size: 28px;
  margin: 8px 0;
  font-weight: 500; }

.newcleo .container-404 p {
  font-size: 16px;
  margin: 0; }

@media (max-width: 768px) {
  .newcleo .container-404 {
    padding: 0rem 2rem;
    padding-top: var(--padding-top, 10px);
    padding-bottom: var(--padding-bottom, 10px); }
  .newcleo .container-404 h1 {
    font-size: 24px; }
  .newcleo .container-404 h2 {
    font-size: 20px;
    margin: 6px 0; }
  .newcleo .container-404 p {
    font-size: 14px; } }

.newcleo .haravan-app-block .yotpo.yotpo-main-widget {
  background-color: #fff !important; }

.newcleo .haravan-app-block .yotpo.yotpo-main-widget .yotpo-nav-content {
  width: 100%; }

.newcleo .haravan-app-block .yotpo.yotpo-main-widget .yotpo-display-wrapper {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  margin: 0 auto; }

.newcleo .yotpo-display-wrapper {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%; }

.newcleo styled-scroll {
  position: relative; }

.newcleo styled-scroll .styled-scroll__main {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 3px;
  background-color: #d9d9d9;
  border-radius: 3px; }

.newcleo styled-scroll .styled-scroll__main .styled-scroll__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  background-color: #000;
  border-radius: 3px; }

.newcleo .contact__container {
  background: var(--bg-white-color);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.newcleo .contact__container .main-contact__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-inline: 2rem; }

@media screen and (max-width: 500px) {
  .newcleo .contact__container .main-contact__container {
    padding-inline: 0; } }

.newcleo .contact__container .contact__content {
  padding: var(--padding-section); }

.newcleo .contact__container .contact__content .contact__heading {
  text-align: center;
  color: var(--text-color); }

.newcleo .contact__container .contact__content .contact__heading .contact_title {
  font-size: 1.5rem;
  font-weight: 700; }

.newcleo .contact__container .contact__content .contact__heading .contact_description {
  font-size: 1rem;
  margin-block: 1rem 1.5rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form__heading {
  background: var(--button-background-color);
  padding: 10px 1rem;
  color: var(--secondary-color-text);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  grid-template-areas: "form-title first-item" "second-item second-item"; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .contact_form__heading_title {
  font-size: 1.25rem;
  grid-area: form-title; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .first_item {
  grid-area: first-item;
  justify-self: end; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .second_item {
  grid-area: second-item;
  justify-self: center; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .contact_form__heading_item {
  text-align: center;
  font-size: .875rem;
  margin: 0; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form {
  border: 1px solid #D6D6D6;
  border-top: 0px;
  padding: 1rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form:has(.haravan-app-block) {
  padding: 0; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_form_title {
  font-size: 1.25rem;
  margin-bottom: 1rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field {
  display: flex;
  flex-direction: column; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field:not(:last-child) {
  margin-bottom: .75rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(label) {
  text-transform: uppercase;
  font-size: .75rem;
  margin-bottom: 8px; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(label):after {
  content: "(Optional)";
  text-transform: uppercase;
  margin-left: 3px; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(input), .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(select) {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #D6D6D6;
  font-size: .75rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(textarea) {
  height: 100px;
  padding: 8px 10px;
  border: 1px solid #D6D6D6;
  font-size: .8rem; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(textarea)::-moz-placeholder {
  font-family: var(--font-body-family); }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(textarea)::placeholder {
  font-family: var(--font-body-family); }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field:has(input[required]), .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field:has(textarea[required]), .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field:has(select[required]) {
  label: after;
    label-content: "*"; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .submit :is(input) {
  width: 100%;
  background: var(--button-background-color);
  color: var(--secondary-color-text);
  border: none;
  padding: .75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: .6s; }

.newcleo .contact__container .contact__content .contact_form__container .contact_form .submit :is(input):hover {
  background: var(--buton-background-hover-color); }

.newcleo .contact__container .contact__content .contact_form__container .contact_form_gifting {
  border: 1px solid #D6D6D6; }

.newcleo .contact__container .customer-contact__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  height: 100vh; }

@media screen and (max-width: 1023px) {
  .newcleo .contact__container .customer-contact__container {
    display: none; } }

.newcleo .contact__container .customer-contact__container .link_to_information {
  color: var(--text-color);
  font-size: .86667rem;
  text-transform: uppercase;
  text-decoration: none; }

.newcleo .contact__container .customer-contact__container .link_to_information:hover {
  color: var(--primary-color); }

.newcleo .contact__container .customer-contact__container .service-title__container-customer {
  margin-bottom: 1rem; }

.newcleo .contact__container .customer-contact__container .service-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-color); }

.newcleo .contact__container .customer-contact__container .phone-number {
  color: var(--primary-color); }

@media screen and (max-width: 280px) {
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, minmax(0, 50px));
    grid-template-areas: "form-title" "first-item" "second-item"; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .first_item {
    justify-self: start; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .second_item {
    justify-self: start;
    text-align: left; } }

@media screen and (min-width: 768px) {
  .newcleo .contact__container .contact__content {
    max-width: 850px;
    margin-inline: auto; }
  .newcleo .contact__container .contact__content .contact__heading .contact_title {
    font-size: 2.25rem; }
  .newcleo .contact__container .contact__content .contact__heading .contact_description {
    font-size: 1rem;
    margin-block: 1rem 2rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading {
    padding: 1.5rem 2.5rem;
    grid-template-columns: .5fr 1fr;
    grid-row-gap: 1rem;
    grid-template-areas: "form-title first-item" "form-title second-item"; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .first_item, .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .second_item {
    justify-self: start;
    text-align: left; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .contact_form__heading_title {
    font-size: 1.5rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form__heading .contact_form__heading_item {
    font-size: 1rem;
    margin: 0; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form {
    padding: 1.5rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    grid-template-areas: "title_form title_form" "first_name last_name" "email order_number" "about_order about_order" "message message" "submit submit"; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form:has(.haravan-app-block) {
    grid-template-columns: 1fr;
    padding: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    border: none; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_form_title {
    grid-area: title_form;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field:not(:last-child) {
    margin-bottom: 1rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(label) {
    font-size: .85rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(input), .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(select) {
    height: 48px;
    padding: 8px 10px;
    font-size: 1rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field :is(textarea) {
    height: 300px;
    padding: 8px 10px;
    font-size: 1rem; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.first_name {
    grid-area: first_name; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.last_name {
    grid-area: last_name; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.email {
    grid-area: email; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.order_number {
    grid-area: order_number; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.about_order {
    grid-area: about_order; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.message {
    grid-area: message; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.phone {
    grid-area: phone; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .contact_field.company_name {
    grid-area: company_name; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form .submit {
    grid-area: submit; }
  .newcleo .contact__container .contact__content .contact_form__container .contact_form_gifting {
    grid-template-areas: "title_form title_form" "first_name last_name" "email phone" "company_name null" "message message" "submit submit"; } }

.newcleo .haravan-challenge__container {
  height: 40vh;
  background: var(--bg-white-color);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--padding-section); }

.newcleo .haravan-challenge__container .haravan-challenge__button {
  background: var(--button-background-color);
  transition: .6s ease;
  cursor: pointer;
  max-width: 500px;
  width: 100%;
  border: none;
  color: var(--secondary-color-text);
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 4px;
  text-transform: uppercase;
  margin-top: 2rem; }

.newcleo .haravan-challenge__container .haravan-challenge__button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .page-content {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem; }

.newcleo .page-content :is(h1) {
  font-size: 2rem; }

.newcleo .faq-section {
  width: 100%;
  max-width: var(--page-width);
  padding: var(--padding-section);
  margin: 0 auto 50px; }

.newcleo .faq-section h2 {
  text-align: center;
  margin-bottom: 20px; }

.newcleo .faq-item {
  border-bottom: 1px solid #ddd; }

.newcleo .faq-question {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700; }

.newcleo .faq-question :is(h5) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem; }

.newcleo .faq-answer {
  display: none;
  border-top: 1px solid #ddd;
  p: empty;
    p-display: none; }

.newcleo .faq-answer :is(p) {
  padding: 5px 0; }

.newcleo .faq-toggle {
  font-size: 24px;
  transition: transform .3s; }

.newcleo .faq-item.active .faq-answer {
  display: block; }

.newcleo .faq-item.active .faq-toggle {
  transform: rotate(45deg); }

@media (max-width: 600px) {
  .newcleo .faq-question h5 {
    font-size: .875rem; }
  .newcleo .faq-section h2 {
    font-size: 1.1rem; }
  .newcleo .faq-answer p {
    font-size: .85rem; }
  .newcleo .faq-toggle {
    font-size: 1rem; } }

.newcleo .large_image__container {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.newcleo .large_image__container .large_image_texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 4rem; }

@media screen {
  .newcleo .large_image__container .large_image_texts {
    padding-inline: 2rem; } }

.newcleo .large_image__container .large_image_texts .large_image_subtitle {
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1rem); }

.newcleo .large_image__container .large_image_texts .large_image_title {
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.25rem; }

.newcleo .large_image__container .large_image_texts--inverted .large_image_title {
  order: 1;
  margin-bottom: 0; }

.newcleo .large_image__container .large_image_texts--inverted .large_image_subtitle {
  order: 2;
  margin-bottom: 1.25rem; }

.newcleo .large_image__container .large_image_banner__container {
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .large_image__container .large_image_banner__container .large_image_banner {
  height: auto; }

.newcleo .large_image__container .large_image_banner__container .large_image_mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .newcleo .large_image__container .large_image_banner__container .large_image_banner {
    display: none; }
  .newcleo .large_image__container .large_image_banner__container .large_image_mobile {
    display: block; } }

.newcleo .link_button__container {
  padding-inline: 2rem;
  display: flex;
  justify-content: center; }

.newcleo .link_button__container .link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color-text);
  background: var(--button-background-color);
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-block: 1rem 2rem;
  transition: background .6s ease;
  min-width: 150px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: .25rem 1rem; }

.newcleo .link_button__container .link_button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .product-card-toast {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: 1000000; }

.newcleo .product-card-toast.visible {
  opacity: 1; }

.newcleo .product-card-toast-info {
  background-color: #3498db; }

.newcleo .product-card-toast-success {
  background-color: #2ecc71; }

.newcleo .product-card-toast-warning {
  background-color: #f39c12; }

.newcleo .product-card-toast-error {
  background-color: #e74c3c; }

.newcleo .text-image-section {
  max-width: var(--page-width);
  background-color: var(--bg-white-color);
  margin: 0 auto;
  padding: var(--padding-section); }

.newcleo .container__image-with-large-text {
  min-height: 560px; }

.newcleo .text-image__heading-icon {
  margin-bottom: 15px; }

.newcleo .text-image-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%; }

.newcleo .mobile-heading {
  display: none; }

.newcleo .text-content {
  flex: 1; }

.newcleo .text-content .section-title-h2 {
  font-size: 2.7rem;
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: .08rem;
  line-height: 1.2em; }

.newcleo .text-content .h2__styled {
  font-weight: 700;
  color: var(--text-light-dark);
  line-height: 1.5;
  letter-spacing: .05rem;
  font-size: 1rem;
  margin-bottom: 11px; }

.newcleo .text-content .paragraph-container {
  letter-spacing: .05rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color); }

.newcleo .text-content :is(a) {
  color: var(--secondary-color-text);
  text-decoration: none;
  background-color: var(--primary-color);
  font-size: .87rem;
  line-height: 19px;
  letter-spacing: .15em;
  font-weight: 700;
  padding: 13px; }

.newcleo .text-content .paragraph-container__styled {
  color: var(--text-light-dark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05rem; }

.newcleo .image-content {
  flex: 2;
  height: 100%;
  display: flex;
  justify-content: center; }

.newcleo .image-content .mobile-heading__styled {
  display: none; }

.newcleo .flex-row-reverse {
  flex-direction: row-reverse; }

.newcleo .text-left {
  text-align: left; }

.newcleo .text-right {
  text-align: right; }

.newcleo .responsive-image, .newcleo .placeholder-svg {
  max-width: 100%;
  max-height: 560px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.newcleo .heading-icon {
  max-width: 240px;
  width: 100%; }

.newcleo .second-heading__container :is(p) {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0; }

.newcleo .second-paragraph__container :is(p) {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5; }

@media (max-width: 1023px) {
  .newcleo .text-image-wrapper {
    flex-direction: column-reverse;
    gap: 20px; }
  .newcleo .text-content__styled {
    text-align: center; }
  .newcleo .text-content {
    margin: 0; }
  .newcleo .text-content .section-title-h2 {
    display: none; }
  .newcleo .text-content .paragraph-container {
    text-align: center;
    margin: 0; }
  .newcleo .text-content .paragraph-container :is(p) {
    margin: 0; }
  .newcleo .text-content .button-container {
    display: flex; }
  .newcleo .text-content .button-container {
    margin-top: 30px; }
  .newcleo .text-content .button-container :is(a) {
    display: inline-block;
    margin: 0 auto; }
  .newcleo .mobile-heading {
    display: block;
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: 600;
    letter-spacing: .08rem;
    text-align: center;
    margin-bottom: 10px; }
  .newcleo .h2__styled {
    display: block;
    margin-bottom: 10px; }
  .newcleo .mobile-heading__styled {
    display: none; }
  .newcleo .text-content, .newcleo .image-content {
    width: 100%; }
  .newcleo .image-content {
    flex-direction: column; }
  .newcleo .heading-icon {
    margin: 0 auto; }
  .newcleo .second-heading__container :is(p), .newcleo .second-paragraph__container :is(p) {
    text-align: center; } }

@media (min-width: 1024px) and (max-width: 1300px) {
  .newcleo .mobile-heading {
    display: none; }
  .newcleo .text-image-wrapper {
    gap: 20px; }
  .newcleo .responsive-image, .newcleo .placeholder-svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .newcleo .text-content {
    margin: 0; }
  .newcleo .text-content .section-title-h2 {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px; }
  .newcleo .text-content .paragraph-container {
    margin: 0; }
  .newcleo .text-content .paragraph-container :is(p) {
    margin: 0;
    font-size: .775rem; }
  .newcleo .text-content .button-container {
    margin-top: 10px; }
  .newcleo .text-content .button-container :is(a) {
    display: inline-block;
    margin: 0 auto; }
  .newcleo .text-content, .newcleo .image-content {
    width: 100%; }
  .newcleo .image-content {
    flex-direction: column; }
  .newcleo .second-heading__container :is(p) {
    font-size: .9375rem;
    line-height: 1.3; }
  .newcleo .second-paragraph__container :is(p) {
    font-size: .875rem;
    line-height: 1.3; } }

@media (min-width: 1301px) and (max-width: 1440px) {
  .newcleo .mobile-heading {
    display: none; }
  .newcleo .text-image-wrapper {
    gap: 20px; }
  .newcleo .responsive-image, .newcleo .placeholder-svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .newcleo .text-content {
    margin: 0; }
  .newcleo .text-content .section-title-h2 {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px; }
  .newcleo .text-content .paragraph-container {
    margin: 0; }
  .newcleo .text-content .paragraph-container :is(p) {
    margin: 0;
    font-size: 1rem; }
  .newcleo .text-content .button-container {
    margin-top: 15px; }
  .newcleo .text-content .button-container :is(a) {
    display: inline-block;
    margin: 0 auto; }
  .newcleo .text-content, .newcleo .image-content {
    width: 100%; }
  .newcleo .image-content {
    flex-direction: column; } }

.newcleo .blaze-pagination__card-slide-step-by-step, .newcleo .blaze-prev__card-slide-step-by-step, .newcleo .blaze-next__card-slide-step-by-step {
  display: none; }

.newcleo .card-slider-section {
  padding: var(--padding-section);
  max-width: var(--page-width);
  background-color: var(--bg-white-color);
  margin: 0 auto; }

.newcleo .cards-sliders-section-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 300; }

.newcleo .card-slider-section__card-image-container {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem; }

.newcleo .card-slider-section__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .card-slider-section__card-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .5rem; }

.newcleo .card-slider-section__card-phrase {
  font-size: 1rem; }

.newcleo .card-slider-section__footer {
  text-align: center; }

.newcleo .image-card__content {
  display: flex;
  justify-content: center;
  margin-top: 40px; }

.newcleo .image-card__phrase {
  margin: 0 0 0 5px; }

.newcleo .image-cards-step-by-step-section__footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }

.newcleo .image-cards-section__button {
  color: var(--secondary-color-text);
  text-decoration: none;
  background-color: var(--primary-color);
  font-size: .87rem;
  line-height: 19px;
  letter-spacing: .15em;
  font-weight: 700;
  padding: 10px 20px; }

.newcleo .image-card__image-container {
  width: 100%;
  height: auto; }

.newcleo .image-card__image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 1024px) and (max-width: 1366px) {
  .newcleo .card-slider-section__card-image-container {
    width: 100%;
    height: auto; }
  .newcleo .cards-sliders-section-heading {
    font-size: 2rem; }
  .newcleo .image-card__content, .newcleo .image-card__phrase, .newcleo .image-cards-section__span-1, .newcleo .image-cards-section__span-2 {
    font-size: .9rem; } }

@media (max-width: 768px) {
  .newcleo .blaze-pagination__card-slide-step-by-step, .newcleo .blaze-prev__card-slide-step-by-step, .newcleo .blaze-next__card-slide-step-by-step {
    display: block; }
  .newcleo .cards-sliders-section-heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 400; }
  .newcleo .image-cards-step-by-step-section__footer {
    gap: 20px;
    margin-top: 80px; }
  .newcleo .image-cards-section__span-1, .newcleo .image-cards-section__span-2, .newcleo .image-card__phrase {
    text-align: center; }
  .newcleo .image-card__content {
    margin-top: 10px; }
  .newcleo .card-slider-section__card-image-container {
    width: 200px;
    height: 200px; }
  .newcleo .blaze-prev__card-slide-step-by-step, .newcleo .blaze-next__card-slide-step-by-step {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0; }
  .newcleo .blaze-prev__card-slide-step-by-step {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    left: 0; }
  .newcleo .blaze-next__card-slide-step-by-step {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    right: 0; }
  .newcleo .blaze-pagination__card-slide-step-by-step {
    position: absolute;
    top: calc(91% + 7vh);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 16px; }
  .newcleo .blaze-pagination__card-slide-step-by-step :is(button) {
    width: 12px;
    height: 14px;
    display: block;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    transition: all .3s ease-in-out; }
  .newcleo .blaze-pagination__card-slide-step-by-step :is(button).active {
    background-color: #000;
    width: 40px;
    border-radius: 8px; } }

.newcleo .mosaic-section {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  margin: 0 auto; }

.newcleo .inside_heading-mobile {
  display: none; }

.newcleo .mosaic-container {
  display: flex;
  gap: 2em; }

.newcleo .mosaic__left-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 50%; }

.newcleo .left__inside-left-container_up {
  display: flex;
  gap: 3em; }

.newcleo .left__inside-left-container_up .inside_heading {
  max-width: 300px;
  height: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.newcleo .left__inside-left-container_up .inside_heading :is(h2) {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: -1px;
  background: #0c3a28;
  color: #fff;
  padding: 7%;
  max-width: 287px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%; }

.newcleo .left__inside-left-container_up .inside_card {
  display: flex;
  flex-direction: column;
  width: 50%; }

.newcleo .left__inside-left-container_up .inside_card :is(h3) {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 10px; }

.newcleo .left__inside-left-container_up .inside_card :is(p) {
  margin: 0 0 5px; }

.newcleo .left__inside-left-container_up .inside_card :is(button) {
  background: var(--primary-color);
  border: none;
  cursor: pointer; }

.newcleo .left__inside-left-container_up .inside_card :is(a) {
  padding: 5%;
  color: var(--secondary-color-text);
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%; }

.newcleo .left__inside-left-container_down {
  display: flex;
  justify-content: end; }

.newcleo .left__inside-left-container_down .left__inside-cart {
  width: 85%;
  display: flex;
  flex-direction: column; }

.newcleo .left__inside-left-container_down .left__inside-cart :is(h3) {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 10px; }

.newcleo .left__inside-left-container_down .left__inside-cart :is(p) {
  margin: 0 0 5px; }

.newcleo .left__inside-left-container_down .left__inside-cart :is(button) {
  background: var(--primary-color);
  border: none;
  width: 35%;
  cursor: pointer; }

.newcleo .left__inside-left-container_down .left__inside-cart :is(a) {
  padding: 9%;
  color: var(--secondary-color-text);
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%; }

.newcleo .mosaic__right-container {
  display: flex;
  align-items: center;
  max-width: 50%; }

.newcleo .mosaic__right-container .right__inside-container :is(h3) {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 10px; }

.newcleo .mosaic__right-container .right__inside-container :is(p) {
  margin: 0 0 5px; }

.newcleo .mosaic__right-container .right__inside-container :is(button) {
  background: var(--primary-color);
  border: none;
  width: 40%;
  cursor: pointer; }

.newcleo .mosaic__right-container .right__inside-container :is(a) {
  padding: 8%;
  color: var(--secondary-color-text);
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%; }

@media (max-width: 1024px) and (max-width: 1366px) {
  .newcleo .left__inside-left-container_up .inside_heading :is(h2) {
    font-size: 1.3rem; }
  .newcleo .left__inside-left-container_up .inside_card :is(h3) {
    font-size: 1rem; }
  .newcleo .left__inside-left-container_up .inside_card :is(p) {
    font-size: .875rem; }
  .newcleo .left__inside-left-container_up .inside_card :is(button) {
    font-size: .875rem; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(h3) {
    font-size: 1rem; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(p) {
    font-size: .875rem; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(button) {
    font-size: .875rem; }
  .newcleo .mosaic__right-container .right__inside-container :is(h3) {
    font-size: 1rem; }
  .newcleo .mosaic__right-container .right__inside-container :is(p) {
    font-size: .875rem; }
  .newcleo .mosaic__right-container .right__inside-container :is(button) {
    font-size: .875rem; } }

@media (max-width: 767px) {
  .newcleo .inside_heading-desktop {
    display: none; }
  .newcleo .inside_heading-mobile {
    display: block;
    width: 100%;
    text-align: center; }
  .newcleo .inside_heading-mobile :is(h2) {
    font-size: 1.25rem;
    letter-spacing: -1px;
    background: var(--bg-green-color);
    font-weight: 300;
    color: var(--secondary-color-text);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 3%;
    margin-bottom: 15px; }
  .newcleo .img-blazer_slider {
    height: auto; }
  .newcleo .mosaic__blaze--container {
    width: 100%; }
  .newcleo .left__inside-left-container_up {
    display: flex; }
  .newcleo .left__inside-left-container_up .inside_heading-desktop {
    display: none; }
  .newcleo .left__inside-left-container_up .inside_card {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .newcleo .left__inside-left-container_up .inside_card :is(h3) {
    font-size: 1.125rem;
    font-weight: 500; }
  .newcleo .left__inside-left-container_up .inside_card :is(p) {
    font-size: .875rem;
    margin: 7px 0; }
  .newcleo .left__inside-left-container_up .inside_card :is(button) {
    width: -moz-fit-content;
    width: fit-content;
    font-size: .875rem; }
  .newcleo .left__inside-left-container_down .left__inside-cart {
    width: 100%; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(h3) {
    font-size: 1.125rem;
    font-weight: 500; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(p) {
    font-size: .875rem;
    margin: 7px 0; }
  .newcleo .left__inside-left-container_down .left__inside-cart :is(button) {
    width: -moz-fit-content;
    width: fit-content;
    font-size: .875rem; }
  .newcleo .right__inside-container :is(h3) {
    font-size: 1.125rem;
    font-weight: 500; }
  .newcleo .right__inside-container :is(p) {
    font-size: .875rem;
    margin: 7px 0; }
  .newcleo .right__inside-container :is(button) {
    background: var(--primary-color);
    color: var(--secondary-color-text);
    padding: 3%;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: .875rem;
    width: -moz-fit-content;
    width: fit-content; } }

.newcleo .images-slider {
  max-width: var(--page-width);
  margin-inline: auto;
  padding: var(--padding-section); }

.newcleo .images-slider .images_slider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1rem; }

.newcleo .images-slider .images_slider__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo .images-slider .images_slider__pagination :is(button).active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

.newcleo .images-slider .images_slider__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

.newcleo .images-slider .images_slider__arrow--next {
  right: -2rem; }

.newcleo .images-slider .images_slider__arrow--prev {
  left: -2rem; }

.newcleo .images_slider__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.newcleo .images_slider__heading :is(h2) {
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.25rem; }

.newcleo .images_slider__heading :is(h3) {
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1rem); }

.newcleo .images_slider__card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .images_slider__card :is(img) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (min-width: 1024px) {
  .newcleo .images-slider button.images_slider__arrow {
    display: none; } }

.newcleo text-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.newcleo text-section .text-section__content {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

.newcleo text-section .text-section__content .section-heading, .newcleo text-section .text-section__content .section-subheading {
  width: 100%;
  text-align: center; }

.newcleo text-section .text-section__content .text-with-image-section__button {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  font-size: 1rem; }

.newcleo .multirow-section {
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  margin: 0 auto;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .newcleo .multirow-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: repeat(6, 1fr); } }

.newcleo .multirow-section .tile1 {
  grid-area: 1/1/3/2; }

.newcleo .multirow-section .tile2 {
  grid-area: 1/2/4/3; }

.newcleo .multirow-section .tile3 {
  grid-area: 3/1/6/2; }

.newcleo .multirow-section .tile4 {
  grid-area: 4/2/6/3; }

.newcleo .multirow-section .multirow-section__tile {
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 768px) {
  .newcleo .multirow-section .multirow-section__tile {
    padding: 2.3vw; } }

.newcleo .multirow-section .multirow-section__tile :is(img) {
  position: relative;
  width: 100%;
  height: auto; }

.newcleo .multirow-section .large-tile .multirow-section__tile-image-container {
  padding-right: 1.45rem;
  padding-bottom: 1.25rem;
  position: relative; }

@media screen and (max-width: 768px) {
  .newcleo .multirow-section .large-tile .multirow-section__tile-image-container {
    padding-right: .75rem;
    padding-bottom: .4rem; } }

.newcleo .multirow-section .large-tile .multirow-section__tile-image-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  background: var(--primary-color);
  z-index: -1; }

.newcleo .multirow-section .multirow-section_button {
  margin-top: 32px;
  position: relative;
  text-transform: uppercase;
  color: var(--secondary-color-text);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border: none;
  font-size: 1rem;
  text-align: center;
  padding: 12px 32px;
  background: var(--button-background-color);
  transition: .6s background ease; }

.newcleo .multirow-section .multirow-section_button:hover {
  background: var(--buton-background-hover-color); }

.newcleo .multirow-section .multirow-section_button :is(a) {
  color: inherit; }

.newcleo .multirow-section .multirow-section__tile-content {
  margin-top: 1.5rem; }

.newcleo .multirow-section .multirow-section__title {
  text-transform: uppercase;
  font-size: var(--font-size-lg);
  font-weight: 500; }

.newcleo .multirow-section .multirow-section__description {
  color: var(--light-gray-color-text); }

.newcleo .heading__carousel-with-background {
  background-color: var(--bg-white-color);
  max-width: var(--page-width);
  width: 100%;
  padding: var(--padding-section);
  margin: 0 auto; }

.newcleo .heading__carousel-with-background .heading__main--container {
  width: 100%;
  background-color: var(--bg-gray-color);
  display: flex;
  padding: 20px;
  align-items: center;
  margin-bottom: 35px; }

.newcleo .heading__carousel-with-background .main__hair-type {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; }

.newcleo .heading__carousel-with-background .main__hair-type :is(h3) {
  color: var(--text-light-dark);
  font-weight: 700;
  font-size: 1rem; }

.newcleo .heading__carousel-with-background .main__hair-type :is(p) {
  color: var(--text-color);
  font-weight: 400; }

.newcleo .heading__carousel-with-background .line__between {
  border: 1px solid black;
  height: 30px; }

.newcleo .heading__carousel-with-background .main__hair-conditions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; }

.newcleo .heading__carousel-with-background .main__hair-conditions :is(h3) {
  color: var(--text-light-dark);
  font-weight: 700;
  font-size: 1rem; }

.newcleo .heading__carousel-with-background .main__hair-conditions :is(p) {
  color: var(--text-color);
  font-weight: 400; }

@media (min-width: 0px) and (max-width: 899px) {
  .newcleo .heading__carousel-with-background .heading__main--container {
    flex-direction: column;
    padding: 10px; }
  .newcleo .heading__carousel-with-background .main__hair-type {
    justify-content: space-between; }
  .newcleo .heading__carousel-with-background .main__hair-type :is(h3) {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .875rem;
    letter-spacing: -.5px; }
  .newcleo .heading__carousel-with-background .main__hair-type :is(p) {
    margin: 0;
    font-size: .75rem;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: -.5px; }
  .newcleo .heading__carousel-with-background .line__between {
    display: none; }
  .newcleo .heading__carousel-with-background .main__hair-conditions {
    justify-content: space-between; }
  .newcleo .heading__carousel-with-background .main__hair-conditions :is(h3) {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .8rem;
    letter-spacing: -.5px; }
  .newcleo .heading__carousel-with-background .main__hair-conditions :is(p) {
    margin: 0;
    font-size: .75rem;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: -.5px; } }

.newcleo .carousel-with-background__main-container {
  background-color: var(--bg-white-color);
  max-width: var(--page-width);
  width: 100%;
  margin: 0 auto; }

.newcleo .carousel-with-background__main-container .background-and-text {
  width: 100%;
  display: flex;
  z-index: 1; }

.newcleo .carousel-with-background__main-container .background-and-text .image__container {
  width: 100%;
  flex: 1; }

.newcleo .carousel-with-background__main-container .background-and-text .image__container :is(img) {
  display: block; }

.newcleo .carousel-with-background__main-container .background-and-text .text_container {
  width: 100%;
  flex: 1;
  padding: 80px 0 0; }

.newcleo .carousel-with-background__main-container .background-and-text .text_container :is(h2) {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-color);
  padding-inline: 40px; }

.newcleo .carousel-with-background__main-container .background-and-text .text_container :is(p) {
  font-weight: 400;
  font-size: 1rem;
  color: var(--text-color);
  padding-inline: 40px; }

.newcleo .carousel-with-background__main-container .carousel__cards-container {
  z-index: 2;
  width: 100%;
  position: relative;
  bottom: 150px; }

.newcleo .carousel-with-background__main-container .carousel__cards-container :is(ul).blaze-track.blaze-track__ul {
  list-style: none !important;
  padding-inline: 10px !important; }

.newcleo .carousel-with-background__main-container .carousel__cards-container :is(li).blaze-slide.blaze-slide__li {
  list-style: none !important; }

.newcleo .carousel-with-background__main-container .carousel__cards-container .card__background--container {
  background: #fff;
  transition: box-shadow .2s ease-in-out;
  padding: 15px;
  margin-bottom: 1rem; }

.newcleo .carousel-with-background__main-container .carousel__cards-container .card__background--container:hover {
  pointer-events: none; }

.newcleo .carousel-with-background__main-container .carousel__cards-container .blazer-slide__buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 283px;
  width: 103%;
  right: -15px; }

.newcleo .carousel-with-background__main-container .carousel__cards-container .carousel-background-section__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 16px;
  height: 31px; }

@media (min-width: 1024px) and (max-width: 1366px) {
  .newcleo .carousel-with-background__main-container .background-and-text .text_container {
    padding: 40px 0 0; }
  .newcleo .carousel-with-background__main-container .background-and-text .text_container :is(h2) {
    font-size: 1.875rem;
    padding-inline: 40px; }
  .newcleo .carousel-with-background__main-container .background-and-text .text_container :is(p) {
    font-weight: 400;
    font-size: .9375rem;
    padding-inline: 40px; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container {
    bottom: 100px; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container .card__background--container {
    background: #fff;
    transition: box-shadow .2s ease-in-out;
    padding: 15px;
    margin-bottom: 1rem; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container .blazer-slide__buttons {
    top: 283px;
    width: 103%;
    right: -8.415px; } }

@media (max-width: 1023px) {
  .newcleo .carousel-with-background__main-container .background-and-text {
    flex-direction: column; }
  .newcleo .carousel-with-background__main-container .background-and-text .text_container {
    padding: 3%; }
  .newcleo .carousel-with-background__main-container .background-and-text .text_container :is(h2) {
    font-size: 1.8rem;
    padding-inline: 10px;
    text-align: center;
    padding-top: 15px; }
  .newcleo .carousel-with-background__main-container .background-and-text .text_container :is(p) {
    font-size: 1rem;
    padding-inline: 10px;
    text-align: center;
    padding-bottom: 80px; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container {
    bottom: 100px; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container .card__background--container {
    background: #fff;
    transition: box-shadow .2s ease-in-out;
    padding: 15px;
    margin-bottom: 1rem; }
  .newcleo .carousel-with-background__main-container .carousel__cards-container .blazer-slide__buttons {
    top: 283px;
    width: 103%;
    right: -8.415px; } }

@media screen and (max-width: 1023px) and (max-width: 900px) {
  .newcleo .carousel-with-background__main-container .carousel__cards-container .blazer-slide__buttons {
    right: -5.415px; } }

@media screen and (max-width: 500px) {
  .newcleo .carousel-with-background__main-container .carousel__cards-container .blazer-slide__buttons {
    right: .9px; } }

.newcleo .banner-with-column-text {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5%; }

.newcleo .banner-with-column-text .banner-with-column-text__container {
  max-width: var(--page-width);
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: var(--padding-section);
  background: #ffffffed; }

.newcleo .banner-with-column-text .banner-with-column-text__container .heading-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px; }

.newcleo .banner-with-column-text .banner-with-column-text__container .heading-with-icon :is(h2) {
  font-size: 2.4rem;
  font-weight: 700;
  width: 199px;
  line-height: 1.2em; }

.newcleo .banner-with-column-text .banner-with-column-text__container .line-between {
  border: 1px solid black; }

.newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns {
  display: flex;
  gap: 30px; }

.newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column {
  width: 32.5%; }

.newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(h3) {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center; }

.newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(p) {
  text-align: center; }

@media (min-width: 1024px) and (max-width: 1366px) {
  .newcleo .banner-with-column-text .banner-with-column-text__container .heading-with-icon :is(h2) {
    font-size: 2rem;
    line-height: 1.2em; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(h3) {
    font-size: 1.25rem; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(p) {
    font-size: 1rem; } }

@media (max-width: 900px) {
  .newcleo .banner-with-column-text .banner-with-column-text__container .heading-with-icon :is(h2) {
    font-size: 1.875rem; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns {
    flex-direction: column; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column {
    width: 100%; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(h3) {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center; }
  .newcleo .banner-with-column-text .banner-with-column-text__container .banner-with-column-text__columns .banner-with-column-text__column :is(p) {
    text-align: center; } }

.newcleo .banner-slide-with-text {
  padding: 50px 0;
  overflow: hidden; }

.newcleo .main-banner-slide-w-text__container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container {
  display: flex;
  position: relative;
  max-height: 450px;
  height: 100%;
  overflow: hidden; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__left {
  width: 100%;
  position: relative;
  overflow: hidden; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__left :is(img) {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right {
  --inclinacao: .3deg;
  width: 100%;
  position: relative;
  max-width: 41.666%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right .triangulus-maginifius {
  content: "";
  display: block;
  height: 131%;
  position: absolute;
  left: -25%;
  bottom: 0;
  transform: perspective(10px) rotateX(var(--inclinacao));
  transform-origin: bottom;
  width: 210%; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(h2) {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  text-align: start;
  font-weight: 700;
  margin: 0 0 10px;
  width: 70%; }

.newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(p) {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: start;
  margin: 0;
  width: 70%; }

.newcleo .main-banner-slide-w-text__container .blaze-slider {
  position: relative; }

.newcleo .main-banner-slide-w-text__container :is(button).banner-with-text__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

.newcleo .main-banner-slide-w-text__container :is(button).banner-with-text__arrow--next {
  right: 0; }

.newcleo .main-banner-slide-w-text__container .banner-with-text__pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: #3109f9;
  font-size: 1.2rem;
  font-weight: 700; }

.newcleo .main-banner-slide-w-text__container .banner-with-text__pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo .main-banner-slide-w-text__container .banner-with-text__pagination :is(button).active {
  background-color: #000;
  width: 40px;
  border-radius: 8px; }

@media (max-width: 768px) {
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__left {
    width: 100%; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(h2) {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(p) {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center; }
  .newcleo .main-banner-slide-w-text__container :is(button).banner-with-text__arrow {
    display: none; }
  .newcleo .main-banner-slide-w-text__container .banner-with-text__pagination {
    display: none; } }

@media (max-width: 576px) {
  .newcleo .main-banner-slide-w-text__container {
    overflow: hidden; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container {
    flex-direction: column;
    height: auto; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__left :is(img) {
    display: block;
    min-height: 270px; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right {
    padding: 10%;
    max-width: 100%;
    width: 100%; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(h2) {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right .triangulus-maginifius {
    transform: unset;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0; }
  .newcleo .main-banner-slide-w-text__container .banner-slide-with-text__container .banner-slide-with-text__right :is(p) {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-align: center; } }

.newcleo .img_slider__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem; }

.newcleo h3.img_slider__title {
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1rem);
  margin-bottom: .5rem; }

.newcleo h2.img_slider__title {
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0; }

.newcleo .img_slider__container {
  position: relative; }

.newcleo .img_slider__track {
  display: flex;
  justify-content: space-around;
  overflow: hidden; }

.newcleo img-slider.center-aligned .img_slider__track {
  justify-content: center; }

.newcleo .img_slider__slide {
  width: 200px;
  flex-shrink: 0; }

.newcleo .img_slider__thin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.newcleo .img_slider__thin a {
  display: block;
  width: 200px;
  height: 200px; }

.newcleo .img_slider__thin img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .img_slider__description {
  margin-top: 1rem;
  font-size: .9rem;
  text-align: center;
  max-width: 200px; }

.newcleo .img_slider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1rem; }

.newcleo .img_slider__pagination button {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo .img_slider__pagination button.active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

.newcleo .img_slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.newcleo .img_slider__arrow--prev {
  left: -2rem; }

.newcleo .img_slider__arrow--next {
  right: -2rem; }

@media (max-width: 768px) {
  .newcleo .img_slider__track {
    justify-content: flex-start; }
  .newcleo img-slider.center-aligned .img_slider__track {
    justify-content: flex-start; }
  .newcleo .img_slider__arrow--prev {
    left: 0; }
  .newcleo .img_slider__arrow--next {
    right: 0; } }

@media (max-width: 480px) {
  .newcleo .img_slider__track {
    justify-content: center; }
  .newcleo img-slider.center-aligned .img_slider__track {
    justify-content: center; } }

.newcleo .img_slider__pagination:empty + .img_slider__arrow--prev, .newcleo .img_slider__pagination:empty + .img_slider__arrow--prev + .img_slider__arrow--next {
  display: none; }

.newcleo img-slider {
  display: block;
  max-width: var(--page-width);
  margin-inline: auto;
  padding: var(--padding-section);
  position: relative; }

.newcleo .img_slider-btn__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem; }

.newcleo h3.img_slider-btn__title {
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1rem);
  margin-bottom: .5rem; }

.newcleo h2.img_slider-btn__title {
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0; }

.newcleo .img_slider-btn__container {
  position: relative; }

.newcleo .img_slider-btn__track {
  display: flex;
  justify-content: space-around;
  overflow: hidden; }

.newcleo img-slider.center-aligned .img_slider-btn__track {
  justify-content: center; }

.newcleo .img_slider-btn__slide {
  flex-shrink: 0; }

.newcleo .img_slider-btn__thin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.newcleo .img_slider-btn__thin a {
  display: block; }

.newcleo .img_slider-btn__thin img {
  height: auto;
  width: 100%; }

.newcleo .img_slider-btn__description {
  margin-top: 1rem;
  font-size: .9rem;
  text-align: center;
  max-width: 200px; }

.newcleo .img_slider-btn__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1rem; }

.newcleo .img_slider-btn__pagination button {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo .img_slider-btn__pagination button.active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

.newcleo .img_slider-btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.newcleo .img_slider-btn__arrow--prev {
  left: -2rem; }

.newcleo .img_slider-btn__arrow--next {
  right: -2rem; }

.newcleo .img_slider-btn__button {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color);
  color: var(--primary-color-text);
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background-color .3s;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center; }

@media screen and (max-width: 1024px) {
  .newcleo .img_slider-btn__button {
    width: 100%;
    max-width: 100%; } }

.newcleo .img_slider-btn__button:hover {
  background-color: var(--buton-background-hover-color); }

@media screen and (min-width: 1024px) {
  .newcleo img-slider-btn .blaze-track-container {
    width: 80%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 768px) {
  .newcleo .img_slider-btn__thin {
    padding-right: 15px;
    padding-left: 15px; }
  .newcleo .img_slider-btn__track {
    justify-content: flex-start; }
  .newcleo img-slider.center-aligned .img_slider-btn__track {
    justify-content: flex-start; }
  .newcleo .img_slider-btn__arrow--prev {
    left: 0; }
  .newcleo .img_slider-btn__arrow--next {
    right: 0; } }

@media (max-width: 480px) {
  .newcleo .img_slider-btn__track {
    justify-content: center; }
  .newcleo img-slider.center-aligned .img_slider-btn__track {
    justify-content: center; } }

.newcleo .full-width {
  width: 100%;
  display: flex;
  flex-direction: column; }

.newcleo .padding-y {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.newcleo .no-margin-bottom {
  margin-bottom: 0; }

.newcleo .linkMyOwn, .newcleo .linkSomeoneElse {
  font-size: 1rem; }

.newcleo .Link-Se, .newcleo .Link-Mo {
  text-decoration: underline;
  cursor: pointer; }

.newcleo .screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.newcleo .section-content {
  padding: 20px; }

.newcleo .fluid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.newcleo .standard-container {
  max-width: 1140px;
  margin: 0 auto; }

.newcleo .row {
  display: flex;
  flex-wrap: wrap; }

.newcleo .column-sidebar {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 2rem; }

.newcleo .column-main {
  flex: 0 0 66.67%;
  max-width: 66.67%; }

.newcleo .column-full {
  flex: 0 0 100%;
  max-width: 100%; }

.newcleo .hide-on-mobile {
  display: none; }

.newcleo .show-on-desktop {
  display: block; }

.newcleo .padding-bottom {
  padding-bottom: 2rem; }

.newcleo .no-margin {
  margin-bottom: 0; }

.newcleo .margin-bottom {
  margin-bottom: 1rem; }

.newcleo .text-black {
  color: #000; }

.newcleo .text-center {
  text-align: center; }

.newcleo .base-font {
  font-family: Arial,sans-serif; }

.newcleo .natura-font {
  font-family: Natura,sans-serif; }

.newcleo .text-capitalize {
  text-transform: capitalize; }

.newcleo .rich-text {
  margin: 1rem 0; }

.newcleo .hidden {
  display: none; }

.newcleo .visible {
  display: block; }

.newcleo .birthday-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 0 1rem; }

@media (min-width: 640px) {
  .newcleo .birthday-container {
    max-width: 640px; } }

@media (min-width: 1024px) {
  .newcleo .birthday-container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .newcleo .birthday-container {
    max-width: 1280px; } }

@media (min-width: 1536px) {
  .newcleo .birthday-container {
    max-width: 1536px; } }

.newcleo .container-row-adjust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1270px;
  max-height: 492px; }

.newcleo .container-col {
  width: 83.3333%; }

.newcleo .container-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  height: 490px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover; }

.newcleo .image-container {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden; }

@media (min-width: 1024px) {
  .newcleo .image-container {
    display: block;
    width: 50%; } }

.newcleo .image-container-mobile {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

@media (min-width: 1024px) {
  .newcleo .image-container-mobile {
    display: none; } }

.newcleo .col-custom {
  width: 100%;
  position: relative;
  z-index: 1; }

@media (min-width: 1024px) {
  .newcleo .col-custom {
    width: 50%; } }

.newcleo .content-text-center {
  text-align: center;
  padding: 6rem;
  width: 100%;
  height: 100%; }

.newcleo .overlay-gradient, .newcleo .overlay-gradient-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.newcleo .overlay-gradient {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8rem; }

.newcleo free-samples {
  display: block;
  max-width: var(--page-width);
  padding: var(--padding-section);
  margin-inline: auto; }

.newcleo free-samples .free_sample__title {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem; }

.newcleo free-samples .blaze-slider {
  max-width: 60%;
  position: relative; }

.newcleo free-samples .blaze-slider #freeSampleLoader {
  position: absolute;
  background: #fff8;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  opacity: 0;
  animation: loaderFreeSampleExit .3s forwards; }

.newcleo free-samples .blaze-slider #freeSampleLoader .loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #696969;
  animation: l20-1 .8s infinite linear alternate,l20-2 1.6s infinite linear;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  position: absolute; }

.newcleo free-samples .blaze-slider #freeSampleLoader.active {
  animation: loaderFreeSampleEntry .3s forwards;
  opacity: 1;
  display: block; }

.newcleo free-samples .blaze-slider .blaze-track-container {
  margin-inline: 3.75rem; }

.newcleo free-samples .blaze-slider.start .free_sample_arrow.blaze-prev {
  opacity: .3;
  cursor: default; }

.newcleo free-samples .blaze-slider.end .free_sample_arrow.blaze-next {
  opacity: .3;
  cursor: default; }

.newcleo free-samples .blaze-slider .free_sample_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer; }

.newcleo free-samples .blaze-slider .free_sample_arrow :is(svg) {
  width: .625rem;
  height: 1.25rem; }

.newcleo free-samples .blaze-slider .free_sample_arrow.blaze-prev {
  left: 0; }

.newcleo free-samples .blaze-slider .free_sample_arrow.blaze-next {
  right: 0; }

.newcleo free-samples .blaze-slider .free_sample__card {
  display: flex;
  align-items: center;
  gap: 1.5rem; }

.newcleo free-samples .blaze-slider .free_sample__card .free_sample__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem; }

.newcleo free-samples .blaze-slider .free_sample__card .free_sample__content .free_sample__product_title {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none; }

.newcleo free-samples .blaze-slider .free_sample__card .free_sample__content .free_sample__select {
  color: var(--secondary-color-text);
  border: none;
  background: var(--button-background-color);
  padding: .313rem .938rem;
  cursor: pointer;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 600; }

.newcleo free-samples .blaze-slider .free_sample__card .free_sample__content .free_sample__select:hover {
  background: var(--buton-background-hover-color); }

.newcleo free-samples[disabled] .blaze-track {
  opacity: .5; }

.newcleo free-samples[disabled] .blaze-track .free_sample__card .free_sample__select {
  cursor: default; }

.newcleo free-samples[disabled] .blaze-track .free_sample__card .free_sample__select:hover {
  background: var(--button-background-color); }

.newcleo free-samples.cart-drawer__free-samples {
  padding: 20px 0 40px;
  margin-inline: initial;
  width: 100%; }

.newcleo free-samples.cart-drawer__free-samples .free_sample__title {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  text-align: center;
  font-weight: 600; }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider {
  max-width: 100%;
  cursor: grab; }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .blaze-track-container {
  margin-inline: 0; }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample__card {
  gap: clamp(10px, 2vw, 1.5rem); }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample__card :is(img) {
  width: 52px;
  height: 76px; }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample__card .free_sample__content {
  justify-content: flex-start;
  gap: clamp(0.6rem, 2vw, 1.25rem); }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample__card .free_sample__content .free_sample__product_title {
  font-size: clamp(0.625rem, 2vw, 0.875rem); }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample__card .free_sample__content .free_sample__select {
  padding: .313rem .625rem;
  font-size: clamp(0.625rem, 2vw, 0.875rem); }

.newcleo free-samples.cart-drawer__free-samples .blaze-slider .free_sample_arrow {
  display: none; }

@keyframes loaderFreeSampleEntry {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  to {
    display: block;
    opacity: 1; } }

@keyframes loaderFreeSampleExit {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  to {
    display: none;
    opacity: 0; } }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%); }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%); }
  to {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%); } }

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0); }
  49.99% {
    transform: scaleY(1) rotate(135deg); }
  50% {
    transform: scaleY(-1) rotate(0); }
  to {
    transform: scaleY(-1) rotate(-135deg); } }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step {
  display: none; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_step_heading :is(p) {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1rem); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .error-message {
  margin-block: 5px;
  font-size: .875rem;
  color: red; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field {
  display: flex;
  margin-top: 1rem; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(input) {
  border: none;
  padding: 9px 10px;
  max-width: 330px;
  width: 100%; }

@media screen and (min-width: 768px) {
  .newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(input) {
    padding: 18px 26px; } }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(input[type=checkbox]) {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--primary-color);
  padding: .4rem;
  transition: .3s;
  margin: 4px 0 0;
  margin-inline: 8px; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(input[type=checkbox]):checked {
  background: var(--primary-color); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(button) {
  border: none;
  background: var(--button-background-color);
  transition: .3s;
  min-width: clamp(36px, 5vw, 44px);
  cursor: pointer; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(button):hover {
  background: var(--buton-background-hover-color); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(label) :is(p) {
  margin: 0;
  font-size: clamp(12px, 2vw, 14px); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_nav {
  display: flex;
  align-items: center; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_nav .newsletter_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  opacity: .5;
  transition: .3s; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_nav .newsletter_icon:hover {
  opacity: 1; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_nav .newsletter_icon[active] {
  opacity: 1;
  background: var(--bg-white-color); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .btn_not_now {
  align-self: center;
  background: none;
  border: none;
  cursor: pointer; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .btn_not_now:hover {
  text-decoration: underline; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_success_heading :is(p) {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  margin: 0;
  margin-top: .625rem;
  margin-bottom: clamp(0.625rem, 2vw, 1rem); }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_success_description :is(p) {
  margin: 0;
  font-size: clamp(0.875rem, 2vw, 1rem);
  margin-bottom: .625rem; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_success_code {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 600;
  margin: 0;
  margin-bottom: .625rem; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_success_code_description :is(p) {
  margin: 0;
  font-size: clamp(0.625rem, 2vw, 0.75rem);
  margin-bottom: .625rem; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step[active] {
  display: flex;
  flex-direction: column; }

.newcleo .gift-with-purchase {
  display: flex;
  flex-direction: column;
  gap: .5rem; }

.newcleo .gift-with-purchase :is(p) {
  margin: 0; }

.newcleo .gift-with-purchase .gift-with-purchase__product {
  display: flex;
  align-items: center;
  gap: 2rem; }

.newcleo .institutional-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: var(--padding-section);
  flex-direction: column; }

.newcleo .institutional-slider .institutional-slider__arrow--next, .newcleo .institutional-slider .institutional-slider__arrow--prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content; }

@media screen and (max-width: 1024px) {
  .newcleo .institutional-slider .institutional-slider__arrow--next, .newcleo .institutional-slider .institutional-slider__arrow--prev {
    opacity: .3; } }

.newcleo .institutional-slider .institutional-slider__arrow--next {
  right: 0; }

.newcleo .institutional-slider .institutional-slider__arrow--prev {
  left: 0; }

.newcleo .blaze-slider {
  width: 100%; }

.newcleo .institutional-slider-page-width {
  max-width: var(--page-width);
  margin: 0 auto; }

.newcleo #section-image-text-background {
  width: 100%;
  background-color: var(--bg-white-color); }

.newcleo .main-container-image-text-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.newcleo .container-image-text-section {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem; }

.newcleo .container-image-text-section-reverse {
  flex-direction: row-reverse; }

.newcleo .text-box {
  display: flex;
  justify-content: center;
  width: 42%; }

.newcleo .text-first-content {
  margin-bottom: 20px; }

.newcleo .text-title-section {
  line-height: normal;
  font-size: 26px;
  margin-bottom: 8px; }

.newcleo .text-span-cupom {
  color: var(--gray-color-text); }

.newcleo .text-span-desc {
  font-size: 14px;
  color: var(--gray-color-text);
  font-weight: 500; }

.newcleo .text-description-intitutional {
  margin-bottom: 12px;
  font-weight: 500; }

.newcleo .text-content {
  width: 80%;
  padding: 0 20px;
  display: flex;
  flex-direction: column; }

.newcleo .text-content .button {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content; }

.newcleo .image-box {
  width: 60%;
  padding: 0;
  box-sizing: border-box; }

.newcleo .desktop-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .mobile-image {
  display: none;
  width: 100%;
  height: auto;
  margin: 0; }

.newcleo .text-sponsors-institutional {
  color: var(--gray-color-text);
  font-weight: 600; }

.newcleo .text-description-institutional {
  margin-bottom: 8px; }

.newcleo .text-span-cupom p {
  margin: 5px 0; }

@media screen and (max-width: 1024px) {
  .newcleo .container-image-text-section {
    flex-direction: column-reverse;
    height: 100%; }
  .newcleo .text-content {
    width: 90%;
    margin: 20px 0;
    padding: 0; }
  .newcleo .text-first-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 4px; }
  .newcleo .container-image-text-section .text-box .text-content .text-first-content h2, .newcleo .container-image-text-section .text-box .text-content .text-first-content h3, .newcleo .container-image-text-section .text-box .text-content .text-first-content span {
    text-align: center; }
  .newcleo .text-description-institutional {
    margin-bottom: 8px; }
  .newcleo .text-box {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%; }
  .newcleo .image-box {
    width: 100%; } }

@media (max-width: 768px) {
  .newcleo .institutional-slider {
    width: 100%;
    max-width: 100%; }
  .newcleo .text-span-desc {
    text-align: center; }
  .newcleo .container-image-text-section {
    display: flex;
    flex-direction: column-reverse;
    text-align: center; }
  .newcleo .text-box {
    width: 100%;
    text-align: center; }
  .newcleo .image-box {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .newcleo .desktop-image {
    display: none; }
  .newcleo .mobile-image {
    display: block;
    width: 100%;
    height: auto; }
  .newcleo .text-content {
    justify-content: center;
    align-items: center; }
  .newcleo .button {
    border-radius: 25px;
    align-self: center; } }

.newcleo institutional-grid .institutional_grid__content {
  max-width: var(--page-width);
  margin-inline: auto;
  padding: var(--padding-section); }

.newcleo institutional-grid .institutional_grid__content .institutional_grid__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
  grid-area: heading; }

.newcleo institutional-grid .institutional_grid__content .institutional_grid__heading .institutional_grid__heading_description {
  margin: 0;
  font-size: clamp(0.75rem, 2vw, 1rem); }

.newcleo institutional-grid .institutional_grid__content .institutional_grid__heading .institutional_grid__heading_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600; }

.newcleo institutional-grid .institutional_grid__content .institutional-grid__card {
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 900px) {
  .newcleo institutional-grid .institutional_grid__content .institutional-grid__card {
    display: grid; } }

.newcleo institutional-grid .institutional_grid__content .institutional-grid__card :is(img) {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (min-width: 900px) {
  .newcleo institutional-grid .institutional_grid__content .institutional-grid__card :is(img) {
    height: 100%;
    width: 100%; } }

.newcleo institutional-grid .institutional_grid__content .institutional-grid__card .institutional-grid__card_title {
  margin-top: 1rem;
  font-weight: 500; }

.newcleo institutional-grid .institutional_grid__content .institutional-grid__card .institutional-grid__card_description {
  font-size: .875rem; }

.newcleo institutional-grid .institutional_grid__content .institutional_grid_desktop {
  display: none; }

@media screen and (min-width: 900px) {
  .newcleo institutional-grid .institutional_grid__content {
    display: grid;
    grid-template-columns: 50px 0.2fr repeat(3, 0.25fr);
    grid-template-rows: 100px 130px repeat(4, 0.3fr);
    grid-template-areas: ". . card-0 . ." "heading heading card-0 card-2 card-2" ". . card-0 card-2 card-2" ". card-1 card-1 card-2 card-2" ". card-1 card-1 card-2 card-2" ". card-1 card-1 . .";
    gap: 1rem;
    overflow: hidden;
    justify-content: center; }
  .newcleo institutional-grid .institutional_grid__content .institutional_grid__heading {
    align-items: flex-start;
    justify-content: center;
    text-align: left; }
  .newcleo institutional-grid .institutional_grid__content .grid_card--0 {
    grid-area: card-0; }
  .newcleo institutional-grid .institutional_grid__content .grid_card--0 :is(img) {
    max-height: 300px; }
  .newcleo institutional-grid .institutional_grid__content .grid_card--1 {
    grid-area: card-1; }
  .newcleo institutional-grid .institutional_grid__content .grid_card--2 {
    grid-area: card-2; }
  .newcleo institutional-grid .institutional_grid__content .institutional_grid_desktop {
    display: flex;
    justify-content: center; }
  .newcleo institutional-grid .institutional_grid__content .institutional_grid_mobile {
    display: none; } }

.newcleo how-to-join {
  display: flex;
  max-width: var(--page-width);
  margin: 0 auto;
  flex-direction: column;
  padding: var(--padding-section); }

.newcleo how-to-join .container-header {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  text-align: center; }

.newcleo how-to-join .container-header .htj-title {
  color: var(--bg-black-color);
  font-weight: 600;
  line-height: normal;
  font-size: 1.4rem; }

@media screen and (min-width: 768px) {
  .newcleo how-to-join .container-header .htj-title {
    font-size: 1.6rem; } }

.newcleo how-to-join .container-header .htj-description {
  color: var(--bg-black-color);
  font-size: .8rem;
  font-weight: 500;
  line-height: normal; }

@media screen and (min-width: 768px) {
  .newcleo how-to-join .container-header .htj-description {
    font-size: 1rem; } }

.newcleo how-to-join .container-header .htj-description :is(p) {
  margin: 0; }

.newcleo how-to-join .container-header .htj-description :is(p) :is(a) {
  text-decoration: underline;
  color: var(--bg-black-color);
  transition: color .3s ease-in-out; }

.newcleo how-to-join .container-header .htj-description :is(p) :is(a):hover {
  color: var(--primary-color); }

.newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .blaze-track-container-htj-slider .blaze-track-htj-slider {
  justify-content: center;
  gap: 12rem; }

.newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .blaze-track-container-htj-slider .blaze-track-htj-slider .htj-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  width: 100%; }
  .newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .blaze-track-container-htj-slider .blaze-track-htj-slider .htj-card img.htj-card-image {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .blaze-track-container-htj-slider .blaze-track-htj-slider .htj-card .htj-card-text {
    color: var(--bg-black-color);
    font-size: .9rem;
    font-weight: normal;
    text-align: center; }

.newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .htj-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 28px; }

.newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .htj-slider-pagination :is(button) {
  width: 12px;
  height: 14px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--bg-black-color);
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all .3s ease-in-out; }

.newcleo how-to-join .blaze-slider-htj-slider .blaze-container-htj-slider .htj-slider-pagination .active {
  background-color: var(--bg-black-color);
  width: 40px;
  border-radius: 8px; }

.newcleo how-to-join .container-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem; }

@media screen and (max-width: 768px) {
  .newcleo how-to-join .container-buttons {
    flex-direction: column; } }

.newcleo how-to-join .container-buttons .btn-htj {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button-background-color);
  color: var(--bg-black-color);
  max-width: 14rem;
  width: 100%;
  padding: 12px 32px;
  font-size: .8rem;
  font-weight: 500;
  transition: background .3s ease-in-out;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .newcleo how-to-join .container-buttons .btn-htj {
    font-size: 1rem; } }

.newcleo how-to-join .container-buttons .btn-htj:hover {
  background: var(--buton-background-hover-color); }

.newcleo banner-404 {
  display: block;
  width: 100%; }

.newcleo banner-404 .container-images-banner {
  position: relative;
  width: 100%; }

.newcleo banner-404 .container-images-banner .background-image {
  width: 100%;
  position: relative;
  max-height: 33rem;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo banner-404 .container-images-banner .background-image-mobile {
  display: block; }

@media screen and (min-width: 768px) {
  .newcleo banner-404 .container-images-banner .background-image-mobile {
    display: none; } }

.newcleo banner-404 .container-images-banner .background-image-desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo banner-404 .container-images-banner .background-image-desktop {
    display: block; } }

.newcleo banner-404 .container-images-banner .logo-image {
  position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%; }

@media screen and (min-width: 768px) {
  .newcleo banner-404 .container-images-banner .logo-image {
    max-width: 30%; } }

.newcleo discount-section {
  display: flex;
  max-width: var(--page-width);
  margin-inline: auto;
  padding: var(--padding-section); }

.newcleo discount-section .discount-container {
  position: relative;
  padding: 3rem 1rem; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container {
    padding: 3rem 4rem; } }

.newcleo discount-section .discount-container .discount_background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; }

.newcleo discount-section .discount-container .discount_background.discount_image_desktop {
  display: none; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_background.discount_image_desktop {
    display: flex; } }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_background.discount_image_mobile {
    display: none; } }

.newcleo discount-section .discount-container .discount_title {
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_title {
    width: 50%; } }

.newcleo discount-section .discount-container .discount_description {
  text-align: center;
  font-size: clamp(0.875rem, 2vw, 1rem);
  margin-block: .5rem 1.5rem; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_description {
    width: 50%; } }

.newcleo discount-section .discount-container .discount_section_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_section_form {
    width: 50%; } }

.newcleo discount-section .discount-container .discount_section_form .discount_section_input {
  border: none;
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  width: 100%; }

.newcleo discount-section .discount-container .discount_section_form .discount_section_input::-moz-placeholder {
  color: var(--text-color); }

.newcleo discount-section .discount-container .discount_section_form .discount_section_input::placeholder {
  color: var(--text-color); }

.newcleo discount-section .discount-container .discount_section_form .discount_section_terms {
  font-size: .75rem;
  margin-bottom: 1rem;
  text-align: center; }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_section_form .discount_section_terms {
    width: 90%; } }

.newcleo discount-section .discount-container .discount_section_form .discount_section_button {
  background-color: var(--button-background-color);
  color: var(--secondary-color-text);
  padding: .8rem 1rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color .3s;
  font-size: clamp(1rem, 2vw, 1.15rem); }

.newcleo discount-section .discount-container .discount_section_form .discount_section_button:hover {
  background-color: var(--buton-background-hover-color); }

@media screen and (min-width: 768px) {
  .newcleo discount-section .discount-container .discount_section_form .discount_section_button {
    width: 100%; } }

.newcleo discount-section .discount_section_sucess {
  display: none; }

.newcleo discount-section[data-subscribed] .discount_section_sucess {
  display: block; }

.newcleo .everyday-offers-card {
  background-color: var(--bg-white-color);
  width: 100%;
  display: flex;
  align-items: center; }

.newcleo .everyday-offers-card .card-offers-card {
  width: 100%;
  gap: 2rem;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  max-width: 100%; }

.newcleo .everyday-offers-card .card-offers-card .card-image-offers-card {
  display: flex;
  max-width: 300px;
  height: auto; }

.newcleo .everyday-offers-card .card-offers-card .card-content-offers-card {
  font-size: 1.4rem; }

.newcleo .everyday-offers-card .card-offers-card .card-offers-card--button {
  color: var(--text-hover-color);
  font-size: 14px; }

@media (max-width: 768px) {
  .newcleo .everyday-offers-card .card-offers-card .card-image-offers-card {
    width: 100%;
    max-width: 200px; }
  .newcleo .everyday-offers-card .card-offers-card .card-content-offers-card {
    font-size: 1rem; }
  .newcleo .everyday-offers-card .card-offers-card .card-offers-card--button {
    font-size: .8rem; }
  .newcleo .everyday-offers-card .card-offers-card .card-texts-content {
    padding: 15px 15px 15px 0; } }

.newcleo .everyday-offers-card .main-container-offers-card {
  max-width: var(--page-width);
  padding: var(--padding-section);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center; }

.newcleo .everyday-offers-card .main-container-offers-card .heading-offers-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px; }

.newcleo .everyday-offers-card .main-container-offers-card .main-slider-offers-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-self: center; }

.newcleo free-shipping-cart-drawer .container__shipping-free {
  font-size: .875rem;
  padding: 0 var(--horizontal-padding);
  margin-bottom: .875rem;
  box-sizing: border-box; }

.newcleo free-shipping-cart-drawer .group__shipping-free {
  display: flex;
  justify-content: start;
  align-items: center;
  height: .4rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #d9d9d9; }

.newcleo free-shipping-cart-drawer .shipping-free__progress-bar {
  height: 100%;
  background-color: var(--button-background-color);
  transition: all .3s ease; }

.newcleo gift-wrap-cart-drawer :is(input[type=checkbox]) {
  display: none; }

.newcleo gift-wrap-cart-drawer :is(input[type=checkbox]) + .gift-wrap-cart-drawer__label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--bg-white-color);
  border: 1px solid var(--input-checkbox-color); }

.newcleo gift-wrap-cart-drawer :is(input[type=checkbox]:checked) + .gift-wrap-cart-drawer__label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: 50%;
  background-color: var(--button-background-color);
  z-index: 2; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__label {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: var(--bg-white-color);
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: .5rem;
  text-align: center;
  padding-left: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bg-white-color);
  padding: 1rem;
  border-radius: .5rem;
  z-index: 1001;
  display: flex;
  width: 90%;
  flex-direction: column; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box .gift-wrap-cart-drawer__modal-description {
  margin-bottom: .6rem; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box .gift-wrap-cart-drawer__modal-label {
  font-size: 1.2rem;
  margin-bottom: .3rem; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box :is(textarea) {
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  padding: .5rem;
  margin-bottom: .6rem; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box :is(button):not(.gift-wrap-cart-drawer__modal-close-inner) {
  width: 100%;
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 0;
  text-transform: uppercase;
  padding: 12px 22px;
  font-size: 1.3rem;
  margin-top: 1rem;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box :is(button):not(.gift-wrap-cart-drawer__modal-close-inner):hover {
  background-color: var(--buton-background-hover-color); }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-box .gift-wrap-cart-drawer__modal-close-inner {
  border: none;
  background: none;
  margin-left: auto;
  cursor: pointer; }

.newcleo gift-wrap-cart-drawer .gift-wrap-cart-drawer__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0; }

.newcleo gift-with-purchase-cart-drawer {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.newcleo gift-with-purchase-cart-drawer .gift-with-purchase__title {
  font-size: 1.125rem;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  .newcleo gift-with-purchase-cart-drawer .gift-with-purchase__title {
    font-size: 1rem; } }

.newcleo gift-with-purchase-cart-drawer .gift-with-purchase__description {
  font-size: .875rem; }

.newcleo gift-with-purchase-cart-drawer .gift-with-purchase__minimum {
  font-size: .875rem;
  font-weight: 500; }

.newcleo img, .newcleo svg {
  vertical-align: middle; }

.newcleo img {
  border-style: none; }

.newcleo .breadcrumb-content {
  padding-top: 0; }

.newcleo .breadcrumb-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.newcleo .breadcrumb-items-container {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2; }

.newcleo .breadcrumb-items {
  text-transform: uppercase;
  padding-top: .2rem;
  letter-spacing: .1rem;
  font-size: .93334rem;
  padding-right: .8rem; }

.newcleo .breadcrumb-items:last-child {
  padding-right: 0; }

.newcleo .breadcrumb-items:not(:first-child):before {
  display: inline-block;
  padding-right: .8rem;
  color: #707070;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgOC42Nzk5OUw0LjgzOTk5IDQuODRMMSAxLjAwMDAxIiBzdHJva2U9IiM1OTU5NTkiIHN0cm9rZS13aWR0aD0iMS4zNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPgo=); }

.newcleo .breadcrumb-items a:hover {
  color: #fdb03c;
  transition: color .25s ease-in-out; }

.newcleo .section-content {
  padding-top: 5rem; }

.newcleo .blog-main-title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 90px;
  font-family: var(--font-body-family); }

.newcleo .blog-nav-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  padding: 0; }

.newcleo .blog-nav-items {
  display: flex;
  align-items: center; }

.newcleo .blog-nav-items:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%; }

.newcleo .blog-nav-items a {
  font-size: .86667rem;
  padding: .5rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  text-decoration: none;
  transition: color .25s ease-in-out; }

.newcleo .blog-nav-items a:hover, .newcleo .active {
  color: #fdb03c; }

.newcleo .featured-post-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.newcleo .featured-post-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.newcleo .featured-post-content {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.newcleo .featured-post-image-container {
  margin-bottom: 2rem; }

.newcleo .featured-post-image[data-sizes=auto] {
  display: block;
  width: 100%; }

.newcleo .featured-post-image {
  max-width: 100%;
  height: auto; }

.newcleo .featured-post-category-text, .newcleo .blog-card-article-category {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400; }

.newcleo .featured-post-title, .newcleo .blog-card-article-title {
  text-transform: capitalize;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
  transition: color .25s ease-in-out; }

.newcleo .featured-post-title:hover, .newcleo .blog-card-article-title:hover {
  color: #fdb03c; }

.newcleo .featured-post-description, .newcleo .blog-card-article-description {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  letter-spacing: .05rem; }

.newcleo .featured-post-anchor, .newcleo .blog-card-article-anchor {
  text-transform: uppercase;
  font-size: .86667rem;
  letter-spacing: .05rem;
  transition: color .25s ease-in-out; }

.newcleo .featured-post-anchor:hover, .newcleo .blog-card-article-anchor:hover {
  color: #fdb03c; }

.newcleo .blog-grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.newcleo .blog-grid-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 2.5rem; }

.newcleo .blog-grid-container-item {
  display: flex;
  padding: 0 15px;
  margin-bottom: 52px;
  text-align: center;
  flex-direction: column;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.newcleo .blog-card-article {
  display: block; }

.newcleo .article-container {
  padding-bottom: 2rem; }

.newcleo .article-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

.newcleo .article-content-header {
  text-align: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  background-color: #fff; }

.newcleo .artical-caprion {
  margin-top: 0;
  z-index: 1; }

.newcleo .article-content-title {
  transform: capitalize;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400; }

.newcleo .article-content-category {
  margin-top: 0;
  margin-bottom: .8rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400; }

.newcleo .article-content-excerpt {
  color: #343a40;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.newcleo .article-content-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 1.4rem 0; }

.newcleo .article-nav-items {
  display: flex;
  position: relative;
  font-size: .86667rem;
  padding: 0 1rem; }

.newcleo .article-nav-items:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%); }

.newcleo .article-content-border {
  width: 25%;
  border: 1px solid #fdb03c;
  margin: 0 auto;
  margin-bottom: 1.5rem; }

.newcleo .article-content-text {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.newcleo .artilce-content-text-container {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.newcleo .artilce-content-text-container-items p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 15px; }

.newcleo .article-image-container {
  display: block;
  max-width: 100%;
  width: 100%; }

.newcleo .article-image {
  width: 100%;
  height: auto;
  display: block; }

@media screen and (max-width: 1200px) {
  .newcleo .breadcrumb-items {
    font-size: 13px; }
  .newcleo .blog-main-title {
    font-size: 84px; }
  .newcleo .article-container {
    padding-bottom: 5.5rem; } }

@media (min-width: 1200px) {
  .newcleo .article-content, .newcleo .featured-post-container, .newcleo .blog-grid-container {
    max-width: 1270px; } }

@media (min-width: 992px) {
  .newcleo .blog-grid-content {
    margin-top: 5rem; }
  .newcleo .artilce-content-text-container {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media screen and (max-width: 768px) {
  .newcleo .blog-main-title {
    font-size: 46.8px; }
  .newcleo .blog-nav-items a {
    font-size: 11px; }
  .newcleo .featured-post-title {
    font-size: 1.25rem; }
  .newcleo .featured-post-description {
    font-size: .813rem; }
  .newcleo .article-container {
    padding-bottom: 4rem; }
  .newcleo .blog-grid-content {
    margin-top: 3.5rem; }
  .newcleo .blog-grid-container-item {
    flex: 0 0 50%;
    max-width: 50%; }
  .newcleo .artilce-content-text-container-items p {
    margin-bottom: 1.2rem; } }

@media (min-width: 768px) {
  .newcleo .article-content-header {
    padding-left: 1rem;
    padding-right: 1rem; }
  .newcleo .artical-caprion {
    margin-top: -80px;
    z-index: 980; }
  .newcleo .article-content-border {
    margin-bottom: 2.5rem; } }

@media screen and (max-width: 478px) {
  .newcleo .blog-grid-container-item {
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 478px) {
  .newcleo .article-nav-items {
    padding: 0 1.5rem; } }

.newcleo .discount_coupon__heading {
  display: flex;
  gap: 2rem;
  justify-content: space-between; }

.newcleo .discount_cupom_text {
  font-size: .8rem;
  display: flex;
  justify-content: space-between;
  margin-top: .5rem; }

.newcleo .discount_coupon__success {
  margin-top: .5rem;
  flex-direction: column;
  font-size: .7rem; }

.newcleo .discount_coupon__error {
  display: flex;
  margin-top: .5rem;
  flex-direction: column;
  font-size: .7rem; }

.newcleo .discount_coupon__form {
  display: flex;
  margin-bottom: .4rem; }

.newcleo .discount_coupon__input {
  padding: .5rem;
  border: 1px solid var(--border-color);
  border-radius: 4px 0 0 4px;
  outline: none; }

.newcleo .discount_coupon__input:focus {
  border-color: var(--button-background-color); }

.newcleo .applied_coupon {
  font-size: .8rem; }

.newcleo .discount_coupon__button {
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: none;
  padding: .5rem 1rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color .3s ease; }

.newcleo .discount_coupon__button:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo .discount_coupon__heading_btn {
  display: flex; }

.newcleo .remove-coupon {
  border: none;
  font-size: .8rem;
  background: none;
  color: var(--bg-black-color);
  cursor: pointer;
  margin-left: 1rem; }

@media (max-width: 480px) {
  .newcleo .discount_coupon__input, .newcleo .discount_coupon__button {
    width: 100%;
    border-radius: 4px;
    margin-bottom: .5rem; } }

.newcleo .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30.6rem;
  padding-top: 2rem; }

.newcleo .referral-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-color-text);
  background: var(--button-background-color);
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.5vw, 1.25rem);
  margin-block: 1rem 2rem;
  transition: background .6s ease;
  min-width: 150px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: .5rem 2rem; }

.newcleo .referral-button:hover {
  background: var(--buton-background-hover-color); }

@media (max-width: 768px) {
  .newcleo .text-container {
    padding-left: 2rem;
    padding-top: 1rem; } }

@media (max-width: 820px) {
  .newcleo .text-container {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-top: 1rem; } }

@media (max-width: 1024px) {
  .newcleo .text-container {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-top: 1rem; } }

.newcleo .country-language-selectors {
  display: flex;
  justify-content: end;
  align-items: start;
  background: var(--bg-white-color);
  padding: .4rem 1.8rem;
  gap: 1rem; }

.newcleo .country-language-selectors :is(svg) {
  width: 1rem;
  height: auto;
  margin-right: .2rem; }

.newcleo .country-language-selectors .country-language-selectors__details {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.newcleo .country-language-selectors .country-language-selectors__details::marker {
  display: none; }

.newcleo .country-language-selectors .country-language-selectors__details:not(.open) .country-language-selectors__buttons {
  height: 0;
  overflow: hidden;
  opacity: 0; }

.newcleo .country-language-selectors .country-language-selectors__details.open .country-language-selectors__summary {
  padding-bottom: .3rem;
  transition: padding .1s ease; }

.newcleo .country-language-selectors .country-language-selectors__summary {
  padding: .1rem .5rem;
  font-size: clamp(0.6rem, 1vw, 0.675rem);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  font-weight: 500;
  cursor: pointer; }

.newcleo .country-language-selectors .country-language-selectors__summary::marker {
  content: none; }

.newcleo .country-language-selectors .country-language-selectors__buttons {
  --border-top-width: 100%;
  margin: 0;
  padding: .3rem;
  background: var(--bg-white-color);
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  top: calc(100% - 1px);
  z-index: 999999999999;
  list-style: none;
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color); }

.newcleo .country-language-selectors .country-language-selectors__buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--border-top-width);
  height: 1px;
  background: var(--border-color); }

.newcleo .country-language-selectors .country-language-selectors__button {
  text-align: start;
  white-space: nowrap;
  width: 100%;
  background: none;
  border: none;
  padding: .4rem 1rem;
  cursor: pointer;
  color: inherit; }

.newcleo .country-language-selectors .country-language-selectors__button-wrapper {
  font-size: clamp(0.8rem, 1vw, 1rem);
  position: relative;
  color: var(--text-color); }

.newcleo .country-language-selectors .country-language-selectors__button-wrapper:hover {
  color: var(--text-hover-color); }

.newcleo .country-language-selectors .country-language-selectors__button-wrapper.active {
  color: var(--text-color);
  background-color: var(--bg-off-white); }

.newcleo .country-language-selectors .country-language-selectors__button-wrapper.active:hover {
  color: var(--text-hover-color); }

.newcleo .grid-mosaic {
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
  grid-template-rows: auto;
  gap: 10px;
  padding: 20px; }

.newcleo .grid-mosaic__text {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.newcleo .grid-mosaic__text--1 {
  grid-row: 1 / 2;
  grid-column: 1 / 3; }

.newcleo .grid-mosaic__text--2 {
  grid-row: 2 / 3;
  grid-column: 6 / 8; }

.newcleo .grid-mosaic__text--3 {
  grid-row: 3 / 4;
  grid-column: 8 / 11;
  flex-direction: column; }

.newcleo .grid-mosaic__image--1 {
  grid-row: 1 / 2;
  grid-column: 3 / 8; }

.newcleo .grid-mosaic__image--2 {
  grid-row: 1 / 3;
  grid-column: 8 / 11; }

.newcleo .grid-mosaic__image--3 {
  grid-row: 2 / 3;
  grid-column: 1 / 6; }

.newcleo .grid-mosaic__image--4 {
  grid-row: 3 / 4;
  grid-column: 1 / 3; }

.newcleo .grid-mosaic__image--5 {
  grid-row: 3 / 4;
  grid-column: 3 / 8; }

.newcleo .grid-mosaic__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.newcleo .grid-mosaic__img--mobile {
  display: none; }

@media (max-width: 768px) {
  .newcleo .grid-mosaic {
    gap: 0; }
  .newcleo .grid-mosaic__img--desktop {
    display: none; }
  .newcleo .grid-mosaic__img--mobile {
    display: block; }
  .newcleo .grid-mosaic__image--1 {
    grid-row: 1 / 2;
    grid-column: 1 / 11; }
  .newcleo .grid-mosaic__text--1 {
    grid-row: 2 / 3;
    grid-column: 1 / 6; }
  .newcleo .grid-mosaic__image--2 {
    grid-row: 2 / 3;
    grid-column: 6 / 11; }
  .newcleo .grid-mosaic__image--3 {
    grid-row: 3 / 4;
    grid-column: 1 / 7; }
  .newcleo .grid-mosaic__text--2 {
    grid-row: 3 / 4;
    grid-column: 7 / 11; }
  .newcleo .grid-mosaic__image--5 {
    grid-row: 4 / 5;
    grid-column: 5 / 11; }
  .newcleo .grid-mosaic__text--3 {
    grid-row: 4 / 5;
    grid-column: 1 / 5; }
  .newcleo .grid-mosaic__image--4 {
    display: none; } }

.newcleo :root {
  font-family: var(--font-body-family);
  line-height: 1.5;
  font-weight: var(--font-body-weight);
  font-size: var(--font-size-base);
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

.newcleo .base-button {
  width: 100%;
  background-color: var(--button-background-color);
  color: var(--bg-white-color);
  border: 0;
  text-transform: uppercase;
  padding: 12px 22px;
  font-size: 1.3rem;
  margin-top: 1rem;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.newcleo .base-button:hover {
  background-color: var(--buton-background-hover-color); }

.newcleo * {
  box-sizing: border-box; }

.newcleo *:focus-visible {
  outline: none; }

.newcleo html {
  -webkit-tap-highlight-color: transparent; }

.newcleo body {
  margin: 0;
  padding: 0;
  place-items: center;
  min-height: 100vh; }

.newcleo body.no-scroll {
  overflow: hidden; }

.newcleo a {
  text-decoration: none; }

.newcleo h1, .newcleo h2, .newcleo h3, .newcleo h4, .newcleo h5, .newcleo h6 p {
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0; }

.newcleo h1 {
  font-family: var(--font-heading-family);
  font-size: calc(2.5 * var(--font-size-xl));
  line-height: 1.1; }

.newcleo strong {
  font-weight: 700; }

.newcleo .section-header__inner__menu {
  padding: 0;
  margin: 0; }

.product-card__content a {
  color: #000; }

.product-tabs {
  margin-top: 50px; }

.pricpriceflex {
  margin-bottom: 20px; }

.recommendent {
  margin-top: 40px; }
  .recommendent .recommended {
    background: #fff; }
  .recommendent .recommended__title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .recommendent .recommended__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    @media (max-width: 767px) {
      .recommendent .recommended__grid {
        grid-template-columns: repeat(1, 1fr); } }
    .recommendent .recommended__grid > div {
      min-width: 0; }
  .recommendent .recommended__item {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    align-items: flex-start; }
  .recommendent .recommended__image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 12px; }
  .recommendent .recommended__info {
    flex: 1; }
  .recommendent .recommended__name {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px; }
  .recommendent .recommended__desc {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px; }
  .recommendent .recommended__price {
    font-size: 13px;
    margin-bottom: 6px; }
  .recommendent .price-current {
    font-weight: bold;
    margin-right: 6px; }
  .recommendent .price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 6px; }
  .recommendent .price-sale {
    color: #e53935; }
  .recommendent .recommended__rating {
    font-size: 13px;
    color: #ff9800; }
  .recommendent .review-count {
    color: #666;
    margin-left: 4px; }

.sanphamlienquan {
  margin-top: 30px; }

.recommended__titleliqn {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.realclick {
  display: block;
  border: 1px solid #f5f5f5; }

.wao .realclick {
  border: 1px solid #333; }

.newcleo product-card .product-card__content .product-card__title, .newcleo :is(product-card-js) .product-card__content .product-card__title {
  font-size: 15px;
  font-weight: 500; }

.newcleo product-card .product-card__content .product-card__button, .newcleo :is(product-card-js) .product-card__content .product-card__button,
.newcleo product-card .product-card__content .product-card__button, .newcleo :is(product-card-js) .product-card__content .product-card__button:hover {
  background-color: #92D4F6; }

.newcleo product-card .product-card__content .product-card__price, .newcleo :is(product-card-js) .product-card__content .product-card__price {
  color: #92D4F6; }

.fretot {
  /* stylelint-disable selector-pseudo-element-no-unknown */
  /* stylelint-disable selector-pseudo-class-no-unknown */ }
  .fretot .info-icon .icon {
    border-radius: 1.25rem;
    background-color: var(--skin-primary-color-1);
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600; }
  .fretot .info-icon .tooltip {
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: 0;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    transform: translate(-50%, -0.625em);
    left: 50%;
    margin-left: 4px;
    animation: fade-in 0.5s linear forwards; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .fretot .info-icon .tooltip::before {
    content: " ";
    position: absolute;
    display: block;
    height: 1.25em;
    /* 20/16 */
    left: 0;
    bottom: -1.25em;
    width: 100%; }
  .fretot .info-icon .tooltip::after {
    border-left: solid transparent 0.625em;
    /* 10/16 */
    border-right: solid transparent 0.625em;
    /* 10/16 */
    border-top: solid #444 0.625em;
    bottom: -0.625em;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0; }
  .fretot .site-search {
    width: auto; }
  .fretot .search-flyout {
    z-index: 1019; }
  .fretot .search-flyout .modal-content {
    min-height: 164px;
    box-shadow: 0 -10px 0 #fff, 0 10px 20px rgba(0, 0, 0, 0.1); }
  .fretot .search-flyout .modal-dialog {
    max-width: none;
    margin: 0;
    display: flex;
    max-height: 100%; }
  .fretot .search-flyout .modal-close {
    padding: 24px 30px 6px 24px; }
  .fretot .search-flyout .modal-close .close {
    opacity: 0.75; }
  .fretot .search-flyout .modal-close .close:hover {
    opacity: 1; }
  .fretot .search-flyout .modal-close .close:focus-visible {
    opacity: 1; }
  .fretot .search-flyout.modal {
    overflow-y: hidden; }
  .fretot .suggestions {
    position: relative;
    width: auto;
    box-shadow: 0 2px 4px 0 #989898;
    z-index: 1022;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    letter-spacing: -0.5px; }
  @media (max-width: 543.98px) {
    .fretot .suggestions {
      display: block; } }
  @media (max-width: 991.98px) {
    .fretot .suggestions .container {
      max-width: 100%; } }
  .fretot .suggestions .search-flyout {
    min-width: 230px;
    line-height: 1.5;
    padding-bottom: 75px; }
  .fretot .suggestions .search-flyout .h3,
  .fretot .suggestions .search-flyout h3 {
    margin-top: 30px; }
  @media (max-width: 543.98px) {
    .fretot .suggestions .search-flyout .h3,
    .fretot .suggestions .search-flyout h3 {
      margin-top: 0.5rem; } }
  @media (min-width: 992px) {
    .fretot .suggestions .search-flyout {
      min-width: 940px; } }
  @media (min-width: 1200px) {
    .fretot .suggestions .search-flyout {
      min-width: auto;
      width: auto; } }
  .fretot .suggestions .search-sugg-terms a {
    line-height: 1.5;
    font-family: roboto-light, roboto-fallback, sans-serif;
    color: #303e48; }
  .fretot .suggestions .search-sugg-terms a strong {
    font-family: custom-body-font, roboto-fallback, sans-serif; }
  .fretot .suggestions .search-sugg-terms .autocomplete-list-items {
    padding-bottom: 16px; }
  .fretot .suggestions .search-sugg-terms .autocomplete-list-items .btn-link {
    text-decoration: none; }
  .fretot .suggestions .search-sugg-terms .term {
    margin-bottom: -16px; }
  .fretot .suggestions .search-best-product p,
  .fretot .suggestions .search-best-article p,
  .fretot .suggestions .search-best-sellers p {
    font-size: 16px;
    font-family: custom-body-font, roboto-fallback, sans-serif; }
  .fretot .suggestions .search-best-product p a,
  .fretot .suggestions .search-best-article p a,
  .fretot .suggestions .search-best-sellers p a {
    margin-left: 20px;
    text-transform: uppercase;
    color: #303e48; }
  .fretot .suggestions .searh-product-img a {
    font-size: 16px;
    font-family: custom-body-font, roboto-fallback, sans-serif;
    color: #303e48; }
  @media (min-width: 847px) {
    .fretot .suggestions .searh-product-img a {
      font-size: 14px; } }
  .fretot .suggestions .searh-product-img .item {
    margin-bottom: 16px; }
  @media (max-width: 846.98px) {
    .fretot .suggestions .searh-product-img .suggestion-name {
      padding-left: 5px;
      padding-right: 25px; } }
  .fretot .suggestions .searh-product-img .suggestion-name a:focus {
    outline: dashed !important;
    outline-width: 0.095em !important;
    outline-offset: 1px; }
  .fretot .suggestions .search-best-product,
  .fretot .suggestions .search-best-article {
    margin-top: 64px;
    margin-bottom: 16px; }
  .fretot .suggestions .search-best-product .btn-link,
  .fretot .suggestions .search-best-article .btn-link {
    margin-right: 16px; }
  .fretot .suggestions .best-matched {
    display: block;
    font-size: 1.875rem;
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    line-height: 1.2; }
  .fretot .suggestions .search-best-article {
    margin-top: 28px;
    margin-bottom: 20px; }
  .fretot .suggestions .search-best-article p {
    margin-bottom: 0; }
  .fretot .suggestions .search-best-article-img .img-fluid + a {
    display: block; }
  .fretot .suggestions .autocomplete-selected-item .phrase-link {
    outline: 1px dotted #303e48; }
  .fretot .no-results.modal {
    top: 35px !important; }
  .fretot .no-results .suggested-terms {
    border-top: none;
    padding-top: 0;
    justify-content: left !important; }
  .fretot .no-results .suggested-terms .suggested-terms-result {
    font-size: 0;
    text-align: left !important; }
  .fretot .suggestions-wrapper {
    position: relative;
    overflow-y: auto; }
  .fretot .suggestions-wrapper .product-tile .pdp-link {
    min-height: 0; }
  .fretot .suggestions-wrapper .product-tile .tile-body {
    padding-bottom: 8px; }
  .fretot .suggestions-wrapper .product-tile {
    min-height: 0; }
  @media (min-width: 992px) {
    .fretot .suggestions-wrapper .page-product-listing {
      margin-bottom: 0; } }
  .fretot .suggestions-wrapper .suggested-terms .suggested-terms-result {
    font-size: 0; }
  .fretot .suggestions-wrapper .suggested-terms .suggested-terms-result > a {
    margin-bottom: 8px;
    margin-right: 8px; }
  @media (min-width: 847px) {
    .fretot .search-flyout {
      padding-bottom: 0; }
    .fretot .search-flyout .modal-content {
      min-height: 154px; }
    .fretot .search-flyout .modal-content .modal-body {
      padding: 0 30px; }
    .fretot .suggestions .search-best-product,
    .fretot .suggestions .search-best-article {
      display: flex;
      justify-content: space-between;
      margin-bottom: 28px;
      margin-top: 40px; }
    .fretot .suggestions .searh-product-img,
    .fretot .suggestions .search-best-article-img {
      padding-right: 16px; }
    .fretot .suggestions .searh-product-img {
      margin-left: 0;
      margin-right: -40px; }
    .fretot .suggestions .searh-product-img .item {
      padding-left: 0;
      padding-right: 40px;
      margin-bottom: 0; }
    .fretot .suggestions .searh-product-img img {
      margin-bottom: 16px; } }
  .fretot .svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentcolor;
    fill: currentcolor;
    outline: none; }
  .fretot .svg-icon.decorative-icon:focus-visible {
    outline: none; }
  .fretot .svg-icon.checkbox-light-svg, .fretot .svg-icon.checkbox-selected-svg {
    stroke-width: 1px;
    overflow: visible; }
  .fretot span[class^=icon-],
  .fretot span[class*=" icon-"] {
    display: inline-flex; }
  .fretot .icon-checkbox-selected .checkbox-svg,
  .fretot .icon-checkbox-selected .checkbox-light-svg {
    display: none; }
  .fretot .icon-checkbox .checkbox-selected-svg {
    display: none; }
  .fretot .icon-radio-selected .radio-svg {
    display: none; }
  .fretot .icon-radio .radio-selected-svg {
    display: none; }
  .fretot .carousel .icon-prev,
  .fretot .carousel .icon-next {
    background-color: #fff;
    font-size: 1.875em;
    height: 3rem;
    padding-top: 0.24em;
    width: 3rem; }
  .fretot .carousel .icon-prev::before,
  .fretot .carousel .icon-next::before {
    color: black;
    font-family: "FontAwesome"; }
  .fretot .carousel .icon-prev::before {
    content: "\F104"; }
  .fretot .carousel .icon-next::before {
    content: "\F105"; }
  .fretot .carousel .carousel-control-prev {
    justify-content: flex-start; }
  .fretot .carousel .carousel-control-next {
    justify-content: flex-end; }
  .fretot .carousel .carousel-control-next,
  .fretot .carousel .carousel-control-prev {
    width: 3rem; }
  .fretot .carousel .carousel-control-next:focus,
  .fretot .carousel .carousel-control-prev:focus {
    outline: auto black; }
  .fretot .nav-tabs {
    border-bottom: 1px solid #ccc; }
  .fretot .nav-tabs .nav-link {
    font-size: 1.1rem;
    color: #e9ecef #e9ecef #dee2e6; }
  .fretot .nav-tabs .nav-link.active {
    border-bottom: 0.188em solid var(--skin-primary-color-1); }
  .fretot .card {
    margin-bottom: 1em; }
  .fretot .card-header h4 {
    margin-bottom: 0; }
  .fretot .modal .modal-body {
    flex: 0 0 auto; }
  .fretot dt {
    color: #495057;
    font-weight: normal; }
  .fretot .custom-checkbox .custom-control-label::before {
    border: 1px solid black;
    background: #f9f9f9;
    /* For browsers that do not support gradients */
    background: linear-gradient(#f9f9f9, #ccc);
    /* Standard syntax */ }
  .fretot .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .fretot .custom-radio .custom-control-label::before {
    border: 1px solid black;
    background: #ccc;
    /* For browsers that do not support gradients */
    background: linear-gradient(#ccc, #666);
    /* Standard syntax */ }
  .fretot .form-control.is-invalid {
    background-image: none; }
  .fretot .header-banner .country-selector-wrapper {
    display: flex; }
  .fretot .country-selector-body {
    padding: 2rem 24px 0; }
  .fretot .country-selector-body .close-button {
    color: #303e48; }
  .fretot .country-selector-body .country-dropdown {
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    appearance: none;
    background: none;
    border: none;
    width: 100%; }
  .fretot .country-selector-body .country-dropdown span {
    font-size: 1.125rem;
    letter-spacing: -0.5;
    line-height: 1.22; }
  .fretot .country-selector-body .country-dropdown .svg-icon {
    height: 20px;
    width: 20px; }
  .fretot .country-selector-body .country-dropdown .icon-collapse::before, .fretot .country-selector-body .country-dropdown .icon-collapse::after {
    border-width: 0 2px 0 0; }
  .fretot .country-selector-body .countries-list-container .countries-container .country-wrapper {
    padding-top: 6px; }
  .fretot .section-container {
    border-bottom: 1px solid #303e48; }
  .fretot .country-selector-header {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2.125rem;
    letter-spacing: -1px;
    line-height: 0.88;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 1px solid #303e48; }
  .fretot div.country-selector-wrapper {
    min-width: 320px;
    flex-direction: column;
    color: #000; }
  .fretot div.country-selector-wrapper .countries-list {
    list-style: none; }
  .fretot div.country-selector-wrapper .choose-country {
    font-size: 0.75rem;
    line-height: 1.23;
    letter-spacing: 0.7px;
    font-weight: 700;
    position: relative; }
  .fretot div.country-selector-wrapper .choose-country .icon-chevron {
    font-size: 0.75rem;
    position: absolute;
    top: 1px;
    transform: rotate(270deg); }
  .fretot div.country-selector-wrapper .country-wrapper.last {
    margin-bottom: 26px; }
  .fretot div.country-selector-wrapper .country-name {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.21;
    margin-bottom: 20px;
    padding-left: 3px; }
  .fretot div.country-selector-wrapper .country-name:focus-visible {
    outline: 1px dotted #303e48 !important; }
  .fretot div.country-selector-wrapper .close-button:focus-visible {
    outline: 1px dotted #303e48 !important; }
  .fretot div.country-selector-wrapper .country-language::before {
    content: "|";
    padding-left: 4px;
    padding-right: 4px; }
  .fretot div.country-selector-wrapper .country-list:last-child {
    margin-bottom: 0; }
  .fretot div.country-selector-wrapper .country-subhead {
    line-height: 1.2;
    margin-bottom: 8px; }
  .fretot div.country-selector-wrapper .flag-icon {
    margin-right: 13px;
    width: 28px;
    height: 17px; }
  .fretot div.country-selector-wrapper .bag-svg {
    width: 19px;
    height: 23px; }
  .fretot div.country-selector-wrapper .transactional,
  .fretot div.country-selector-wrapper .not-transactional {
    position: relative;
    top: 2px;
    height: 23px;
    margin-right: 13px; }
  .fretot div.country-selector-wrapper .transactional .svg-icon,
  .fretot div.country-selector-wrapper .not-transactional .svg-icon {
    height: 20px;
    width: 20px; }
  .fretot div.country-selector-wrapper .not-transactional .svg-icon {
    visibility: hidden; }
  .fretot .country-selector-container .flag-icon {
    margin-right: 12px; }
  .fretot .country-selector-container .country-text,
  .fretot .country-selector-container .country-h-language {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 12px; }
  .fretot .country-selector-container .country-h-language {
    font-weight: 600; }
  .fretot .country-selector-container button.country-selector-wrapper {
    align-items: flex-end;
    border: none;
    appearance: none;
    background: none;
    padding: 0; }
  .fretot .country-selector-container button.country-selector-wrapper .flag-icon {
    width: 27px;
    height: 14px; }
  @media (min-width: 847px) {
    .fretot .sticky-header .country-selector-container button.country-selector-wrapper {
      display: none; } }
  .fretot .dw-apple-pay-button.apple-pay-cart,
  .fretot .dw-apple-pay-button.apple-pay-cart:hover {
    padding: 0.5em 1em;
    margin: auto;
    border-radius: 0; }
  .fretot .checkout-and-applepay .btn {
    margin: 1%; }
  @media (max-width: 543.98px) {
    .fretot .checkout-continue .checkout-and-applepay {
      padding: 0 15px 1.625em; } }
  .fretot .dw-apple-pay-button.apple-pay-pdp,
  .fretot .dw-apple-pay-button.apple-pay-pdp:hover {
    padding: 0.5em 1em;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: auto;
    border-radius: 0; }
  .fretot .add-to-cart,
  .fretot .add-to-cart-global {
    flex-basis: 0;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media (max-width: 543.98px) {
    .fretot .add-to-cart,
    .fretot .add-to-cart-global {
      max-width: 100%; } }
  .fretot .cart-and-ipay {
    display: flex;
    justify-content: center; }
  .fretot .applepay-tab-wrapper {
    display: none;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-top: 2%; }
  .fretot .applepay-tab-wrapper .dw-apple-pay-logo-white {
    border-radius: 4px !important; }
  .fretot .shipping-section .applepay-tab-wrapper {
    margin-top: 0; }
  .fretot body.apple-pay-enabled .applepay-tab-wrapper {
    display: block; }
  .fretot .apple-pay-btn {
    width: 100%;
    height: 100%;
    margin: 0 !important; }
  .fretot .apple-pay-btn:hover, .fretot .apple-pay-btn:active {
    margin: 0 !important; }
  .fretot .paypal-button {
    min-width: 0 !important; }
  .fretot .paypal-button .zoid-outlet {
    min-width: 0 !important; }
  .fretot .cover-image {
    object-fit: cover;
    object-position: var(--focal-point-x) var(--focal-point-y); }
  .fretot .contain-image {
    object-fit: contain; }
  .fretot .content-module .container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1212px; }
  .fretot .content-module .container-large {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1920px;
    margin: 0 auto; }
  .fretot .content-module .content-tile {
    margin-left: auto;
    margin-right: auto; }
  .fretot .content-module .content-tile > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .fretot .content-module .content-tile .cta a {
    outline-color: inherit; }
  .fretot .content-module ul {
    padding: 0; }
  .fretot .content-module .custom-list-number,
  .fretot .content-module .custom-list-icon,
  .fretot .content-module .custom-list-disc {
    margin-bottom: 12px; }
  .fretot .content-module .custom-list-number:last-of-type,
  .fretot .content-module .custom-list-icon:last-of-type,
  .fretot .content-module .custom-list-disc:last-of-type {
    margin-bottom: 0; }
  .fretot .content-module .custom-list-number li,
  .fretot .content-module .custom-list-icon li {
    display: flex;
    align-items: center; }
  .fretot .content-module .custom-list-number {
    counter-reset: number; }
  .fretot .content-module .custom-list-number li .list-item-counter {
    padding: 4px 48px 0 16px;
    width: 0; }
  .fretot .content-module .custom-list-number li .list-item-counter::before {
    counter-increment: number;
    content: counter(number);
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.75rem;
    line-height: 1; }
  .fretot .content-module .custom-list-icon img {
    margin-right: 20px;
    width: 64px;
    height: 64px; }
  .fretot .content-module .has-panel {
    position: relative; }
  .fretot .content-module .has-panel::before {
    position: absolute;
    width: 100%;
    height: 156px;
    content: "";
    top: 40px;
    left: 0;
    background: var(--panel-background); }
  .fretot .content-module .slider-carousel {
    overflow-x: hidden;
    position: relative; }
  .fretot .content-module .slider-carousel .full-slide {
    width: 100%;
    flex-shrink: 0; }
  .fretot .content-module .slider-carousel .swiper-button.swiper-button-next {
    right: 10px; }
  .fretot .content-module .slider-carousel .swiper-button.swiper-button-prev {
    left: 10px; }
  .fretot .content-module .slider-carousel figure {
    margin: 0; }
  .fretot .content-module .slider-carousel .swiper-scrollbar {
    display: none; }
  .fretot .content-module .explore-collections .view-all[aria-expanded=true] {
    display: none; }
  .fretot .content-module .collections-list {
    list-style: none; }
  .fretot .content-module .collections-list .list-item {
    display: flex; }
  .fretot .content-module .collections-list .title {
    font-size: 1.5rem;
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    letter-spacing: -0.5px;
    display: inline;
    padding-bottom: 4px; }
  .fretot .content-module .collections-list .body {
    font-size: 0.875rem;
    line-height: 1.25;
    margin-top: 8px;
    display: flex; }
  .fretot .content-module .shop-by .title {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 20px;
    letter-spacing: -0.5px;
    line-height: 1.2; }
  .fretot .content-module .shop-by .view-all {
    margin-top: 28px;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px; }
  .fretot .content-module .shop-by .items-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .fretot .content-module .shop-by .item-image {
    margin-bottom: 8px; }
  .fretot .content-module .shop-by ul {
    list-style: none;
    margin-bottom: 0; }
  .fretot .content-module .shop-by .shop-by-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 8px; }
  .fretot .content-module .shop-by .shop-by-item {
    flex: 0 0 100px;
    max-width: 100px;
    margin: 0 7px; }
  .fretot .content-module .shop-by .media-wrapper:hover {
    animation: wiggle 0.5s ease-out; }
  .fretot .content-module .shop-by .media-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 66%;
    height: 66%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #303e48;
    opacity: 0;
    transition: opacity 0.4s linear 0s; }
  .fretot .content-module .shop-by a:focus-visible .list-item {
    outline: 1px dotted #303e48;
    outline-offset: 1px; }
  .fretot .content-module .shop-by img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    transition: filter 0.3s linear 0s, opacity 0.8s ease; }
  .fretot .content-module .shop-by.keep-visible .view-all:not(.collapsed) {
    display: none; }
  .fretot .content-module .shop-by.keep-visible .show-less {
    display: none; }
  .fretot .content-module .shop-by:not(.keep-visible) .view-all:not(.collapsed) .show-more {
    display: none; }
  .fretot .content-module .shop-by:not(.keep-visible) .view-all.collapsed .show-less {
    display: none; }
  .fretot .content-module .banner:not(.content-tile) {
    position: relative; }
  .fretot .content-module .media-wrapper {
    grid-row-start: 1;
    grid-column-start: 1; }
  .fretot .content-module .banner-content {
    grid-row-start: 1;
    grid-column-start: 1;
    top: 0;
    left: 0;
    width: 100%; }
  .fretot .content-module .has-overlay {
    position: relative; }
  .fretot .content-module .has-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--overlay-color);
    opacity: var(--overlay-opacity); }
  .fretot .content-module a:focus-visible .content-tile .banner-content {
    outline: 1px dotted #303e48;
    outline-offset: 2px; }
  .fretot .content-module .side-image:focus-visible .container {
    outline: 1px dotted #303e48;
    outline-offset: 2px; }
  .fretot .content-module .headline-0,
  .fretot .product-recommendations-wrapper .headline-0,
  .fretot .advent .headline-0 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 9rem;
    line-height: 1.1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-1,
  .fretot .product-recommendations-wrapper .headline-1,
  .fretot .advent .headline-1 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-15,
  .fretot .product-recommendations-wrapper .headline-15,
  .fretot .advent .headline-15 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-2,
  .fretot .product-recommendations-wrapper .headline-2,
  .fretot .advent .headline-2 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-25,
  .fretot .product-recommendations-wrapper .headline-25,
  .fretot .advent .headline-25 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -2.5px; }
  .fretot .content-module .headline-3,
  .fretot .product-recommendations-wrapper .headline-3,
  .fretot .advent .headline-3 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-35,
  .fretot .product-recommendations-wrapper .headline-35,
  .fretot .advent .headline-35 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -1px; }
  .fretot .content-module .headline-4,
  .fretot .product-recommendations-wrapper .headline-4,
  .fretot .advent .headline-4 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-45,
  .fretot .product-recommendations-wrapper .headline-45,
  .fretot .advent .headline-45 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .headline-5,
  .fretot .product-recommendations-wrapper .headline-5,
  .fretot .advent .headline-5 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: -2px; }
  .fretot .content-module .subheader-1,
  .fretot .product-recommendations-wrapper .subheader-1,
  .fretot .advent .subheader-1 {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .content-module .subheader-2,
  .fretot .product-recommendations-wrapper .subheader-2,
  .fretot .advent .subheader-2 {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .content-module .subheader-3,
  .fretot .product-recommendations-wrapper .subheader-3,
  .fretot .advent .subheader-3 {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .content-module .subheader-4,
  .fretot .product-recommendations-wrapper .subheader-4,
  .fretot .advent .subheader-4 {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .content-module .subheader-5,
  .fretot .product-recommendations-wrapper .subheader-5,
  .fretot .advent .subheader-5 {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .content-module .subheader-6,
  .fretot .product-recommendations-wrapper .subheader-6,
  .fretot .advent .subheader-6 {
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.5px; }
  .fretot .plp-top-banner {
    height: 98px;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden; }
  .fretot .plp-top-banner .d-md-inline * {
    font-weight: 300;
    line-height: 1.25;
    display: inline; }
  .fretot .plp-top-banner .cta {
    display: inline !important; }
  .fretot .plp-top-banner .btn {
    vertical-align: inherit; }
  .fretot .plp-top-banner .banner-content {
    left: 50%;
    z-index: 1; }
  .fretot .plp-top-banner .banner-content p {
    margin-bottom: 1rem !important; }
  .fretot .offset-grid {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px; }
  .fretot .offset-grid .product {
    padding: 0 10px;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 32px; }
  .fretot .offset-grid .product:nth-of-type(2n + 1) {
    transform: translateY(-60px); }
  .fretot .offset-grid .product-tile {
    height: auto; }
  .fretot .content-tile .media-wrapper {
    position: static; }
  .fretot .content-tile .banner-content {
    position: absolute;
    height: 100%; }
  .fretot .text-over-image {
    height: 473px; }
  .fretot .billboard-slider .banner,
  .fretot .billboard-slide .banner {
    position: relative; }
  .fretot .billboard-slider .media-wrapper,
  .fretot .billboard-slide .media-wrapper {
    padding-bottom: 125%; }
  .fretot .billboard-slider .swiper-slide a {
    margin: 5px;
    display: inline-block;
    width: calc(100% - 10px); }
  .fretot .billboard-slider .swiper-slide a:focus-visible {
    outline-width: 3px; }
  .fretot .billboard-slider .swiper-slide a .billboard-slide {
    margin: -5px;
    z-index: -1; }
  .fretot .billboard-slider .swiper-slide .banner-content {
    position: absolute;
    height: 100%; }
  .fretot .billboard-hero {
    overflow: hidden; }
  .fretot .billboard-hero .banner {
    height: 100%; }
  .fretot .billboard-hero .video-controls {
    top: auto;
    bottom: 10px; }
  .fretot .billboard-products {
    padding-bottom: 150px;
    overflow: hidden; }
  .fretot .billboard-products .banner {
    height: 375px;
    position: relative; }
  .fretot .billboard-products .container-large {
    padding-top: 64px; }
  .fretot .billboard-products .carousel-wrapper {
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    max-width: 1018px;
    overflow-x: hidden;
    padding: 40px 0 100px; }
  .fretot .billboard-products .carousel-wrapper .swiper-slide {
    width: 110px;
    margin: 0 8px;
    flex-shrink: 0;
    position: relative; }
  .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active {
    margin: 0 48px; }
  .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .media-wrapper,
  .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .media-before {
    transition: transform 0.3s linear 0s;
    transform: scale(1.7); }
  .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .product-name {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear 0s, visibility 0s linear 0s; }
  .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active > a:focus-visible .media-wrapper {
    outline: 1px dotted #303e48; }
  .fretot .billboard-products .carousel-wrapper .media-wrapper {
    transform: scale(1);
    transition: transform 0.3s linear 0s;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px; }
  .fretot .billboard-products .carousel-wrapper .media-before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(4px);
    transform: scale(1); }
  .fretot .billboard-products .product-name {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s;
    position: absolute;
    letter-spacing: -0.5px;
    text-align: center;
    width: 186px;
    left: -38px;
    bottom: -95px; }
  .fretot .billboard-products .video-controls {
    top: 10px;
    bottom: auto; }
  .fretot .product-plp .page-designer-asset {
    height: 100%;
    position: relative; }
  .fretot #sub-nav .homepage-nav-module {
    width: 100%;
    display: flex; }
  .fretot #sub-nav .homepage-nav-module ul {
    padding: 12px 0;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .fretot #sub-nav .homepage-nav-module ul li {
    padding: 0 4px; }
  .fretot #sub-nav .homepage-nav-module ul::-webkit-scrollbar {
    display: none; }
  .fretot #sub-nav .homepage-nav-module .btn {
    font-size: 0.875rem;
    padding: 8px 15px; }
  .fretot #sub-nav .homepage-nav-module .btn-outline-primary:not(:hover), .fretot #sub-nav .homepage-nav-module .modal-footer .button-wrapper .btn.decline:not(:hover), .fretot .modal-footer .button-wrapper #sub-nav .homepage-nav-module .btn.decline:not(:hover) {
    border-color: var(--nav-bar-cta-border-color, inherit);
    background-color: var(--nav-bar-cta-background-color, inherit);
    color: var(--nav-bar-cta-text-color, inherit); }
  .fretot #sub-nav .homepage-nav-module .btn-outline-primary:hover, .fretot #sub-nav .homepage-nav-module .modal-footer .button-wrapper .btn.decline:hover, .fretot .modal-footer .button-wrapper #sub-nav .homepage-nav-module .btn.decline:hover {
    border-color: var(--nav-bar-cta-hover-border-color, inherit);
    background-color: var(--nav-bar-cta-hover-background-color, inherit);
    color: var(--nav-bar-cta-hover-text-color, inherit); }
  .fretot .promo-banner-module .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px; }
  .fretot .promo-banner-module .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none; }
  .fretot .promo-banner-module .cta a {
    min-width: auto !important;
    width: auto !important; }
  .fretot .shop-categories {
    position: relative;
    width: 100vw; }
  .fretot .shop-categories .peek-carousel ~ .swiper-button {
    top: 50%;
    transform: translateY(-50%); }
  .fretot .shop-categories .peek-carousel ~ .swiper-button.swiper-button-prev {
    left: 0; }
  .fretot .shop-categories .peek-carousel ~ .swiper-button.swiper-button-next {
    right: 0; }
  .fretot .shop-categories.peek-carousel {
    margin: 0; }
  .fretot .shop-categories .media-wrapper {
    width: 150px; }
  .fretot .shop-categories img {
    border-radius: 100%; }
  .fretot .shop-categories .peek-carousel .swiper-slide {
    margin: 0 10px; }
  .fretot .shop-categories .container .title {
    padding-bottom: 24px;
    text-align: center; }
  .fretot .shop-categories .list-item .title {
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase; }
  .fretot .fixed-video-player-wrapper {
    position: fixed;
    opacity: 0;
    transform: scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background: black;
    transition: opacity 0.3s 0s ease, transform 0.3s 0s ease, visibility 0s 0.3s ease;
    z-index: 1020;
    visibility: hidden; }
  .fretot .fixed-video-player-wrapper.shown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s ease, transform 0.3s 0s ease, visibility 0s 0s ease; }
  .fretot .fixed-video-player-wrapper .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
    opacity: 1;
    z-index: 1; }
  .fretot .fixed-video-player-wrapper .close:focus-visible {
    outline-color: #fff;
    opacity: 1 !important; }
  .fretot .animated-play-btn {
    display: flex;
    justify-content: center;
    align-items: center; }
  .fretot .animated-play-btn .circle-loader {
    width: 52px;
    height: 52px;
    transition: transform 0.3s 0s ease; }
  .fretot .animated-play-btn circle {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    stroke: white; }
  .fretot .animated-play-btn .icon-play {
    position: absolute;
    margin-left: 5px; }
  .fretot .animated-play-btn .svg-icon {
    width: 14px;
    height: 20px; }
  .fretot .animated-play-btn:hover .circle-loader {
    transform: scale(0.9); }
  .fretot .animated-play-btn:focus-visible {
    outline-color: #fff; }
  .fretot .clean-layout {
    position: relative; }
  .fretot .image-column a:focus-visible .media-wrapper,
  .fretot .image-column a:focus-visible img {
    outline: 1px dotted #303e48;
    outline-offset: 2px; }
  .fretot .swiper1x4-container .text-area {
    padding-left: 8px; }
  .fretot .swiper1x4-container .peek-carousel {
    margin: 0; }
  .fretot .swiper1x4-container .peek-carousel .swiper-wrapper {
    padding: 0; }
  .fretot .swiper1x4-container .peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
    margin-left: 8px; }
  .fretot .swiper1x4-container .peek-carousel:not(.swiper-container-initialized) .swiper-slide:last-of-type {
    margin-right: 8px; }
  .fretot .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
    width: calc(75vw - 16px); }
  .fretot .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square:not(.caption-container) {
    padding-bottom: 100%; }
  .fretot .swiper1x4-container .peek-carousel .swiper-slide p {
    margin: 0; }
  .fretot .swiper1x4-container .peek-carousel .image-container {
    margin-bottom: 10px; }
  .fretot .swiper1x4-container .peek-carousel .image-caption ul {
    padding-left: 18px; }
  .fretot .swiper1x4-container .peek-carousel .image-caption-on-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fretot .swiper1x4-container .peek-carousel ~ .swiper-scrollbar {
    display: none; }
  .fretot .swiper1x4-container .peek-carousel ~ .swiper-button.swiper-button-prev {
    left: 0; }
  .fretot .swiper1x4-container .peek-carousel ~ .swiper-button.swiper-button-next {
    right: 0; }
  .fretot .autoplay .swiper-slide .pause-play-btn {
    opacity: 0;
    transition: opacity 0.3s 0s ease;
    border: none;
    padding: 0;
    background: transparent;
    appearance: none;
    color: #fff;
    margin-left: 8px;
    display: flex; }
  .fretot .autoplay .swiper-slide .pause-play-btn:focus-visible {
    opacity: 1; }
  .fretot .autoplay .swiper-slide .pause-play-btn[data-status=pause] .icon-play {
    display: none; }
  .fretot .autoplay .swiper-slide .pause-play-btn[data-status=play] .icon-pause {
    display: none; }
  @media (max-width: 846.98px) {
    .fretot .content-module .cta a {
      width: 100%; }
    .fretot .content-module .content-column + .image-column {
      order: -1; }
    .fretot .content-module .collections-list {
      max-width: 480px;
      margin-left: auto !important;
      margin-right: auto !important;
      flex-direction: column;
      padding-right: 16px; }
    .fretot .content-module .collections-list::before {
      content: "";
      position: absolute;
      left: calc((100% - 32px) / 2);
      width: 1px;
      height: 100%;
      background: #afb4b7;
      z-index: -1; }
    .fretot .content-module .collections-list li:nth-of-type(2n) .list-item {
      justify-content: flex-start; }
    .fretot .content-module .collections-list li:nth-of-type(2n) .list-item > div:last-of-type {
      order: -1; }
    .fretot .content-module .collections-list li:nth-of-type(2n + 1) .list-item {
      justify-content: flex-end; }
    .fretot .content-module .collections-list .list-item {
      align-items: center;
      margin-bottom: 16px; }
    .fretot .content-module .collections-list .list-item > div {
      max-width: 33.33%;
      flex: 0 0 33.33%; }
    .fretot .content-module .collections-list .item-content {
      padding-left: 16px; }
    .fretot .content-module .collections-list .long-description {
      display: none; }
    .fretot .content-module .img-full .image-column {
      padding-left: 0;
      padding-right: 0;
      margin-left: -1px;
      margin-right: -1px;
      width: 100vw; }
    .fretot .content-module .img-full .image-column img {
      width: 100%; }
    .fretot .content-module .content-tile.img-full {
      position: relative;
      margin-left: -16px;
      margin-right: -16px; }
    .fretot .content-module .content-tile.img-full img {
      width: 100vw !important;
      max-width: 100vw; }
    .fretot .offset-grid .product:nth-last-child(-n+2) {
      margin-bottom: 0; }
    .fretot .explore-collections .peek-carousel {
      width: 100%;
      margin: 0; }
    .fretot .shop-categories.peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
      margin: 0; }
    .fretot .shop-categories .swiper-wrapper {
      overflow-x: hidden;
      display: block; }
    .fretot .shop-categories .swiper-wrapper .swiper-slide {
      width: 50%;
      max-width: 50%;
      display: inline-block;
      margin: 0;
      padding-bottom: 24px; }
    .fretot .shop-categories .swiper-wrapper .swiper-slide .item-image {
      display: flex; }
    .fretot .shop-categories .swiper-wrapper .swiper-slide .media-wrapper {
      margin: auto; }
    .fretot .shop-categories .swiper-wrapper .swiper-slide .media-wrapper.ratio-square {
      padding-bottom: 150px; }
    .fretot .tile-size-1x2.full-img {
      padding: 0;
      margin-left: -8px;
      margin-right: -8px;
      width: 100vw;
      max-width: 100vw; } }
  @media (min-width: 544px) {
    .fretot .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
      width: calc(50vw - 16px); } }
  @media (max-width: 991.98px) {
    .fretot .tile-size-1x2 .content-tile {
      padding-bottom: 96%; } }
  @media (min-width: 847px) and (max-width: 991.98px) {
    .fretot .tile-size-1x2:not(.edit-mode) {
      max-width: 80%; } }
  @media (min-width: 847px) {
    .fretot .content-module .cta a {
      min-width: 280px; }
    .fretot .content-module .plp-top-banner {
      height: auto;
      min-height: 200px; }
    .fretot .content-module .content-tile .cta a {
      min-width: auto; }
    .fretot .content-module .content-column {
      display: flex;
      flex-direction: column; }
    .fretot .content-module .content-column > div {
      width: 100%;
      max-width: 480px; }
    .fretot .content-module .image-column + .content-column {
      align-items: center; }
    .fretot .content-module .custom-list-number li .list-item-counter {
      padding: 20px 60px 0 20px; }
    .fretot .content-module .custom-list-icon img {
      width: 80px;
      height: 80px; }
    .fretot .content-module .collections-list li {
      max-width: 183.33px;
      flex: 0 0 183.33px;
      filter: blur(0);
      opacity: 1;
      transition: 0.6s filter ease 0s, 0.6s opacity ease 0s;
      will-change: filter; }
    .fretot .content-module .collections-list li.blured {
      filter: blur(2px);
      opacity: 0.7;
      will-change: filter;
      transition: 0.6s filter ease 0s, 0.6s opacity ease 0s; }
    .fretot .content-module .collections-list li.collapse {
      display: block;
      height: auto !important;
      visibility: visible; }
    .fretot .content-module .collections-list .list-item {
      flex-direction: column;
      padding: 0 12px; }
    .fretot .content-module .collections-list .item-content {
      position: relative;
      text-align: center;
      padding-left: 0;
      padding-bottom: 120px; }
    .fretot .content-module .collections-list .item-image {
      margin-bottom: 8px; }
    .fretot .content-module .collections-list .body {
      position: absolute;
      font-size: 1rem;
      margin-top: 16px;
      width: 100%;
      justify-content: center; }
    .fretot .content-module .collections-list .short-description {
      position: absolute; }
    .fretot .content-module .collections-list .long-description {
      position: absolute; }
    .fretot .content-module .slider-carousel .swiper-scrollbar {
      display: block; }
    .fretot .content-module .headline-md-0,
    .fretot .product-recommendations-wrapper .headline-md-0,
    .fretot .advent .headline-md-0 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 9rem;
      line-height: 1.1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-1,
    .fretot .product-recommendations-wrapper .headline-md-1,
    .fretot .advent .headline-md-1 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 5rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-15,
    .fretot .product-recommendations-wrapper .headline-md-15,
    .fretot .advent .headline-md-15 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 4.5rem;
      line-height: 1.1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-2,
    .fretot .product-recommendations-wrapper .headline-md-2,
    .fretot .advent .headline-md-2 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 3.75rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-25,
    .fretot .product-recommendations-wrapper .headline-md-25,
    .fretot .advent .headline-md-25 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 3.5rem;
      line-height: 1.1;
      letter-spacing: -2.5px; }
    .fretot .content-module .headline-md-3,
    .fretot .product-recommendations-wrapper .headline-md-3,
    .fretot .advent .headline-md-3 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 2.5rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-35,
    .fretot .product-recommendations-wrapper .headline-md-35,
    .fretot .advent .headline-md-35 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 2rem;
      line-height: 1.1;
      letter-spacing: -1px; }
    .fretot .content-module .headline-md-4,
    .fretot .product-recommendations-wrapper .headline-md-4,
    .fretot .advent .headline-md-4 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 1.875rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-45,
    .fretot .product-recommendations-wrapper .headline-md-45,
    .fretot .advent .headline-md-45 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 1.5rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .headline-md-5,
    .fretot .product-recommendations-wrapper .headline-md-5,
    .fretot .advent .headline-md-5 {
      font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
      font-size: 1.375rem;
      line-height: 1;
      letter-spacing: -2px; }
    .fretot .content-module .subheader-md-1,
    .fretot .product-recommendations-wrapper .subheader-md-1,
    .fretot .advent .subheader-md-1 {
      font-size: 1.875rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .content-module .subheader-md-2,
    .fretot .product-recommendations-wrapper .subheader-md-2,
    .fretot .advent .subheader-md-2 {
      font-size: 1.25rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .content-module .subheader-md-3,
    .fretot .product-recommendations-wrapper .subheader-md-3,
    .fretot .advent .subheader-md-3 {
      font-size: 1.125rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .content-module .subheader-md-4,
    .fretot .product-recommendations-wrapper .subheader-md-4,
    .fretot .advent .subheader-md-4 {
      font-size: 1rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .content-module .subheader-md-5,
    .fretot .product-recommendations-wrapper .subheader-md-5,
    .fretot .advent .subheader-md-5 {
      font-size: 0.875rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .content-module .subheader-md-6,
    .fretot .product-recommendations-wrapper .subheader-md-6,
    .fretot .advent .subheader-md-6 {
      font-size: 0.75rem;
      line-height: 1.2;
      letter-spacing: -0.5px; }
    .fretot .offset-grid {
      padding-top: 120px; }
    .fretot .offset-grid .product {
      max-width: 33.33%;
      flex: 0 0 33.33%; }
    .fretot .offset-grid .product:nth-of-type(2n + 1) {
      transform: translateY(0); }
    .fretot .offset-grid .product:nth-of-type(3n + 1) {
      transform: translateY(-60px); }
    .fretot .offset-grid .product:nth-of-type(3n + 2) {
      transform: translateY(-120px); }
    .fretot .offset-grid .product:nth-last-child(-n+3) {
      margin-bottom: 0; }
    .fretot .offset-grid .product.collapse {
      display: block;
      height: auto !important;
      visibility: visible; }
    .fretot .text-over-image {
      height: 630px; }
    .fretot .billboard-slider .media-wrapper,
    .fretot .billboard-slide .media-wrapper {
      padding-bottom: 34.375%; }
    .fretot .billboard-products .banner {
      height: 465px; }
    .fretot .billboard-products .carousel-wrapper {
      bottom: -140px;
      padding: 70px 0 120px; }
    .fretot .billboard-products .carousel-wrapper .swiper-slide {
      width: 150px;
      margin: 0 16px; }
    .fretot .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active {
      margin: 0 70px; }
    .fretot .billboard-products .product-name {
      width: 255px;
      left: -50px; }
    .fretot .billboard-products .video-controls {
      bottom: 10px;
      top: auto; }
    .fretot #sub-nav .homepage-nav-module ul {
      padding: 20px 0; }
    .fretot .shop-categories .media-wrapper {
      width: 230px; }
    .fretot .shop-categories .container .title {
      padding-bottom: 32px; }
    .fretot .shop-categories .list-item .title {
      padding-top: 24px;
      line-height: 20px; }
    .fretot .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
      width: calc(33.3333333333vw - 16px); } }
  @media (max-width: 689px) {
    .fretot .content-module .shop-by.container {
      padding: 0; }
    .fretot .content-module .shop-by .items-container {
      max-width: 400px; } }
  @media (min-width: 690px) {
    .fretot .content-module .shop-by .title {
      font-size: 1.25rem;
      margin-bottom: 40px; }
    .fretot .content-module .shop-by .view-all {
      font-size: 1.125rem; }
    .fretot .content-module .shop-by .shop-by-items {
      padding: 0; }
    .fretot .content-module .shop-by .shop-by-item {
      flex: 0 0 180px;
      max-width: 180px;
      margin: 0 10px; }
    .fretot .search-results .content-module .shop-by .shop-by-item {
      flex: 0 0 179px;
      max-width: 179px; } }
  @media (min-width: 690px) and (max-width: 1212px) {
    .fretot .content-module .shop-by .items-container {
      max-width: 700px; } }
  @media (min-width: 992px) {
    .fretot .content-module .shop-by .shop-by-item:first-child {
      margin-left: 0; }
    .fretot .content-module .shop-by .shop-by-item:last-child {
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .fretot .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
      width: calc(25vw - 16px); } }

@keyframes wiggle {
  25% {
    transform: rotate(-3deg); }
  75% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
  @media (max-width: 846.98px) {
    .fretot body.has-toolbar {
      padding-bottom: 66px; } }
  .fretot .toolbar-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
    z-index: 100; }
  .fretot .toolbar-menu ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 16px; }
  .fretot .toolbar-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 300; }
  @media (max-height: 350px) {
    .fretot #toolbar-menu .toolbar-menu {
      position: static;
      transform: none; }
    .fretot body.has-toolbar {
      padding-bottom: 0; } }
  .fretot .form-group {
    position: relative; }
  .fretot .form-group input.form-control::input-placeholder,
  .fretot .form-group textarea.form-control::input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  .fretot .form-group input.form-control:placeholder,
  .fretot .form-group textarea.form-control:placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  .fretot .form-group input.form-control::placeholder,
  .fretot .form-group textarea.form-control::placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  .fretot .form-group input.form-control:input-placeholder,
  .fretot .form-group textarea.form-control:input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; }
  .fretot fieldset .row {
    margin-left: -10px;
    margin-right: -10px; }
  .fretot fieldset [class^=col-] {
    padding-right: 10px;
    padding-left: 10px; }

.vtitle {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 18px; }

@media screen and (max-width: 480px) {
  body {
    padding-top: 0px; } }

@media (max-width: 768px) {
  .newcleo .product-card__variants-price__container {
    flex-direction: row;
    gap: 10px; } }

.newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-items {
  list-style: none;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .newcleo footer .footer__container .footer__content .footer__content__top .footer__content__menu .menu-title {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .newcleo .section-header__inner__icons {
    gap: 16px !important; } }

.newcleo .section-header__innher__menu__desktop .section-header__inner__menu .section-header__inner__menu__item_block > a:first-of-type {
  padding: 10px 12px; }

.newcleo footer .footer__container,
.newcleo footer .footer__container .footer__content .footer__content__top {
  background-color: #fff; }

.newcleo steps-newsletter .steps_newsletter_form .newsletter_step .newsletter_field :is(input) {
  border: 1px solid #d98f15; }

.rte.iphull-omg img {
  width: 100%; }
