* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Axiforma";
  color: var(--base);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
body.open {
  overflow: hidden;
}
:root {
  --base: #272727;
  --white: #ffffff;
  --grey: #e3e4df;
  --red: #cc3a32;
  --pink: #e9d1d4;
  --cream: #fdf7ef;
  --secondary: #ffffff;
  --lighter-base: #f2f2f2;
  --web-background: #ffffff;
  --menu-font: #272727;
  --submenu-font: #272727;
  --oldprice: rgba(49, 48, 49, 0.3);
  --submenu-font-size: 14px;
  --menu-font-size: 20px;
  --menu-line-height: 24px;
  --base-font-weight: 400;
  --secondary-font-weight: 600;
  --h1: #313031;
  --h1-font-size: 40px;
  --h2-font-weight: 600;
  --h2-font-size: 35px;
  --h1-line-height: 36px;
  --base-font-size: 15px;
  --base-line-height: 19px;
  --add-to-cart-btn: #313031;
  --add-to-cart-btn-hover: #ffffff;
  --add-to-cart-btn-font: #ffffff;
  --add-to-cart-btn-font-hover: #313031;
  --add-to-cart-btn-border: #313031;
  --add-to-cart-btn-border-hover: #313031;
  --add-to-cart-btn-font-size: 16px;
  --add-to-cart-btn-line-height: 48px;
  --btn: #313031;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #313031;
  --btn-border: #313031;
  --btn-border-hover: #313031;
  --btn-font-size: 16px;
  --btn-line-height: 40px;
  --santander: #e42313;
  --itau: #da7349;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #313031;
  --slider-for-aspect-ratio: 347/401;
  --slider-nav-aspect-ratio: 111.06/912;
  --menu-height: 120px;
  --header-dummy: 29px;
  --menu-height-mobile: 95px;
  --header-dummy-mobile: 27px;
  --font: "Axiforma";
  --secondary-font: "Britanica-Regular";
  --icon-width: 16px;
  --bold: 700;
  --semibold: 600;
  --medium: 500;
  --regular: 400;
}

p {
  margin: 0;
  color: var(--base);
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: 400;
}

.button-1 {
  color: var(--white);
  background-color: var(--base);
  border: 1px solid var(--base);
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.button-1:hover {
  color: var(--base);
  background-color: var(--white);
}

.tr-3 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--white);
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 6;
  opacity: 0;
  display: none;
}

.bkg.openFilter {
  opacity: 1;
  display: block;
}

#header {
  font-size: 1.4rem;
  height: var(--menu-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 6;
  background-color: var(--web-background);
}

.headerIndex#header {
  background: transparent;
}

#headerDummy.headerIndex {
  /* height: 0; */
}

.headerMenuIcon span:nth-child(even) {
  left: 8%;
  border-radius: 0 9px 9px 0;
}

.headerMenuIcon span:nth-child(odd) {
  left: 0;
  border-radius: 13px 0 0 13px;
}

.headerMenuIcon span:nth-child(1),
.headerMenuIcon span:nth-child(2) {
  top: 0;
}

.headerMenuIcon span:nth-child(3),
.headerMenuIcon span:nth-child(4) {
  top: 10px;
}

.headerMenuIcon span:nth-child(5),
.headerMenuIcon span:nth-child(6) {
  top: 19px;
}

.headerMenuIcon.open span:nth-child(1),
.headerMenuIcon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerMenuIcon.open span:nth-child(2),
.headerMenuIcon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerMenuIcon.open span:nth-child(1) {
  left: 4px;
  top: 7px;
}

.headerMenuIcon.open span:nth-child(2) {
  left: calc(10% - 7px);
  top: 7px;
}

.headerMenuIcon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.headerMenuIcon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.headerMenuIcon.open span:nth-child(5) {
  left: 4px;
  top: 6px;
}

.headerMenuIcon.open span:nth-child(6) {
  left: calc(10% - 7px);
  top: 6px;
}

.headerMenuIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 73%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.headerMenuIcon span:nth-child(even) {
  border-radius: 0 0 0 0;
  float: left;
}

.headerMenuIcon span:nth-child(odd) {
  right: 0;
  border-radius: 0 0 0 0;
  width: 6px;
}

.headerMenuIcon span:nth-child(1),
.headerMenuIcon span:nth-child(2) {
  top: 2px;
  float: right;
  left: 0px;
  width: 24px;
}

.headerMenuIcon span:nth-child(3),
.headerMenuIcon span:nth-child(4) {
  top: 10px;
  width: 24px;
  left: 0px;
}

.headerMenuIcon span:nth-child(5),
.headerMenuIcon span:nth-child(6) {
  top: 18px;
  left: 0px;
  width: 24px;
}

.headerMenuIcon.open span:nth-child(1),
.headerMenuIcon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerMenuIcon.open span:nth-child(2),
.headerMenuIcon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerMenuIcon.open span:nth-child(1) {
  left: 0px;
  top: 10px;
  filter: unset !important;
}

.headerMenuIcon.open span:nth-child(2) {
  left: 0px;
  top: 10px;
  filter: unset !important;
}

.headerMenuIcon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.headerMenuIcon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.headerMenuIcon.open span:nth-child(5) {
  left: 0px;
  top: 13px;
  opacity: 0;
}

.headerMenuIcon.open span:nth-child(6) {
  left: 3.5px;
  top: 8px;
  opacity: 0;
}

.mobileMenuItem .lineEffectCenter {
  position: relative;
}
.expandedSubmenu {
  cursor: pointer;
}
.menuSeeMoreCat3 {
  cursor: pointer;
}
.headerMenuIcon.open .headerRow.headerMainCol {
  display: none;
}

.headerMenuIcon {
  top: 68px;
  width: 2rem;
  height: 2.3rem;
  position: fixed;
  z-index: 15;
  top: 50px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
  cursor: pointer;
}

.headerIndex.headerMenuIcon span {
  background: var(--white);
}

.open.headerIndex.headerMenuIcon span {
  background: var(--base);
}

.headerMenuIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: var(--base);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#headerMenu {
  position: fixed;
  top: 25px;
  height: calc(100vh - 3rem);
  width: 100%;
  left: -100%;
  background-color: #fff;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#headerMenu.open {
  left: 0;
  top: 25px;
  box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
  z-index: 5;
}

#header.headerIndex .categoryArrow:after {
  background-image: url(../../files/arrowWhite.svg);
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -26px;
}

.headerPromo {
  text-align: center;
  line-height: 27px;
  font-size: calc(var(--base-font-size) - 2px);
  font-weight: var(--base-font-weight);
  height: 27px;
  overflow: hidden;
}

.headerPromoText {
  height: 27px;
  overflow: hidden;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--menu-height);
}

.headerRow {
  width: 90%;
  height: -webkit-fill-available;
  display: grid;
  grid-template-columns: 380px auto 380px;
  align-items: center;
  margin: 0 auto;
  align-content: center;
  justify-content: space-between;
}

.headerCol {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  z-index: 5;
}

.headerCol:nth-child(1) {
  width: 2rem;
}

.categoriesContainer {
  display: flex;
  height: 100%;
  margin-left: 3rem;
  width: 80%;
  max-width: 30rem;
  justify-content: space-between;
}
.mobileMenuItem.headerOptionsContainer.headerLink.open {
  overflow: visible;
}

.mobileMenuItem.headerOptionsContainer.headerLink.open .mobileMenuSubcategories {
  display: block;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  height: 100%;
  width: fit-content;
  position: relative;
  /* overflow: hidden; */
  letter-spacing: 1px;
  transition: font-weight ease-in 200ms;
  /* min-width: 100px; */
  font-size: 2rem;
  margin: 0px 0;
  align-content: stretch;
  line-height: var(--menu-font-size);
  font-size: var(--menu-font-size);
  align-items: stretch;
  font-weight: 700;
}
.mobileMenuSubcategory.open .lineEffectCenter::before {
  width: 100%;
  left: 0%;
}

.mobileMenuSubcategory.open .mobileMenuCategoryLevelThreeText.lineEffectCenter::before,
.mobileMenuSubcategory.open .cat2Container .lineEffectCenter::before {
  width: 0%;
  left: 0%;
}
.mobileMenuSubcategory.open .mobileMenuCategoryLevelThreeText.lineEffectCenter:hover::before,
.mobileMenuSubcategory.open .cat2Container .lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}
.mobileMenuLink.lineEffectCenter:hover::before,
.headerLink.lineEffectCenter:hover::before,
.mobileMenuLink.lineEffectCenter:hover::before,
.mobileMenuItem .lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
  top: 22px;
}

.lineEffectCenter.headerLink::before,
.lineEffectCenter.mobileMenuLink::before,
.mobileMenuItem .lineEffectCenter::before {
  bottom: -2px;
}

.lineEffectCenter.mobileMenuSubcategoryText::before {
  /* bottom: 10px; */
}

.mobileMenuLink.lineEffectCenter::before,
.headerLink.lineEffectCenter::before,
.mobileMenuLink.lineEffectCenter::before,
.mobileMenuItem .lineEffectCenter::before {
  content: "";
  background: #3f3f3f70;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  top: 22px;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.categoryArrow:after {
  content: "";
  width: 30px;
  background-image: url(../../files/arrow.svg);
  height: 30px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  top: 25px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.categoryArrow:hover:after {
  opacity: 1;
}

.menuSeeMore {
  text-align: center;
  /* float: left; */
  position: relative;
  cursor: pointer;
  margin-left: 0;
  width: 1rem;
  display: block;
  font-weight: var(--semibold);
  font-size: var(--menu-font-size);
  padding: 0;
  margin-left: 7px;
}

.menuSeeMoreTwo {
  text-align: center;
  line-height: 30px;
  float: right;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  width: 3rem;
  display: block;
  font-weight: var(--regular);
  font-size: 2rem;
}

.headerOptionsContainer {
  width: calc(100vw / 3);
  box-sizing: border-box;
  padding-left: 15%;
  position: unset;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  gap: 40px;
}

.mobileMenuLink.categoryOneTitle {
  line-height: 60px;
  font-size: var(--h1-font-size);
  text-transform: uppercase;
  position: relative;
}

.categoryOneTitle + .menuSeeMore {
  font-size: var(--h1-font-size);
  margin-left: 0;
}

.menuSubcategories {
  padding-left: 40px;
  display: none;
  position: absolute;
  width: calc(100vw / 3);
  padding-top: 0;
  height: 0;
  margin-left: 0;
  background: #f2f2f2;
  overflow: hidden;
  left: 100%;
  float: left;
  top: 0px;
  font-size: 18px;
  /* margin-top: 0.5rem; */
}

.menuSubcategory {
  letter-spacing: 0;
  position: relative;
  width: 100%;
  text-transform: capitalize;
  border-bottom: none;
  float: left;
  font-weight: 600;
  /* line-height: 62px; */
  height: auto;
  display: flex;
  position: unset;
  /* flex-direction: column; */
}

.menuSubcategory:first-of-type {
  margin-top: 0;
  padding-top: 40px;
}

.menuSubcategoryText {
  margin-right: 5px;
  float: left;
  position: relative;
  width: fit-content;
  color: #3f3f3f;
}

.cat2Container .menuCat3 {
  width: 100%;
  max-height: 0;
  display: none;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.3s ease;
  color: #3f3f3f;
  gap: 0px;
}
.menuCat3.open {
  display: flex;
  max-height: unset;
  height: fit-content;
}
.mobileMenuSubcategory.menuSubcategory.open .menuSubcategories {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
  overflow-y: auto;
}
.cat2Container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  color: #3f3f3f;
}
.cat2Container .mobileMenuSeeMore {
  float: right;
}
.mobileMenuSubcategories {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
a.mobileMenuLink.mobileMenuCategoryLevelThreeText {
  margin-left: 5%;
}
.mobileMenuSubcategory.este.mobileMenuCategoryLevelThree {
  padding-left: 40px;
}
.menuSubcategories .mobileMenuSubcategory.menuSubcategory {
  flex-direction: column;
  font-weight: 400;
  gap: 0;
  gap: 40px;
}
.mobileMenuSubcategory.menuSubcategory.cat2 {
  gap: 0;
}
.mobileMenuSubcategory.menuSubcategory.cat2:last-child {
  padding-bottom: 40px;
}
.mobileMenuSubcategory.mobileMenuCategoryLevelThree {
  padding: 40px 0 0;
}
.mobileMenuSubcategory.mobileMenuCategoryLevelThree:last-child {
  padding-bottom: 12px;
}
open.menuSubcategoryText a {
  font-weight: 400;
}
.menuLink.menuSubcategoryText.lineEffectCenter.secondMenuLink {
  margin-left: 30px;
}

a.menuLink.menuSubcategoryText.lineEffectCenter::before {
  background: #3f3f3f70;
  width: 0%;
  left: 0%;
}
a.menuLink.menuSubcategoryText.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
  top: 22px;
}
.mobileMenuSubcategoryText + .mobileMenuSeeMore {
  margin-left: 0.5rem;
  font-size: 20px;
  font-weight: var(--semibold);
  width: fit-content;
}

.mobileMenuSeeMore {
  cursor: pointer;
  float: left;
}
.headerMainCol #headerCart {
  display: none;
}
.headerMainCol {
  box-sizing: border-box;
  display: flex;
  z-index: 5;
  float: right;
  right: 0;
  position: relative;
  width: fit-content;
  justify-content: flex-end;
}
.headerIndex div#headerLogoContainer {
  filter: invert(1) !important;
}
#headerLogoContainer {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#headerLogoContainer a {
  display: block;
}

#headerLogoContainer img {
  display: block;
  width: 175px;
  max-width: 22rem;
}

.rightItemsContainer {
  position: relative;
  height: 100%;
  filter: unset !important;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  align-content: center;
}
.headerIndex .headerMenuIcon span {
  background: white;
}

.headerIndex .rightItemsContainer {
  filter: invert(1) !important;
}
.expandedCategory {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  font-size: 1.4rem;
  background-color: var(--web-background);
  z-index: 5;
  color: var(--base);
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
}

.categoryColumn {
  width: 100%;
  /* padding: 0 20px 0 36px; */
  overflow-y: auto;
  max-height: 80vh;
  height: 100%;
}

.categoryColumn::-webkit-scrollbar {
  display: none;
}

.categoryColumn {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.columnCatContainer {
  float: left;
  position: relative;
  width: 100%;
}

.categoryTwoTilte {
  display: block;
  padding-bottom: 2.5rem;
}

.menuCategoriesContainer {
  width: calc(100vw / 3);
  position: relative;
  /* overflow: hidden; */
  margin: 120px 0 5.2rem;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 0%;
  height: auto;
  box-sizing: border-box;
  overflow: visible;
}

.expandedCategory img {
  width: calc(100vw / 3);
  float: right;
  height: calc(100vh - var(--menu-height));
  top: var(--menu-height);
  position: relative;
  object-fit: cover;
}

.menuSocialMedia img {
  width: 100%;
  object-fit: contain;
  height: auto;
  top: unset;
  -webkit-filter: invert(22%) sepia(3%) saturate(7%) hue-rotate(335deg) brightness(34%) contrast(86%);
  filter: invert(22%) sepia(3%) saturate(7%) hue-rotate(335deg) brightness(34%) contrast(86%);
}

.menuCategories {
  display: block;
  display: flex;
  /* padding: 1px 0 0 20px; */
  overflow: visible;
}

.whatsAppWebContainer {
  display: none;
  width: 60px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 5;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 10rem;
  margin-bottom: 20px;
}

.alertMessageDiv {
  position: relative;
  margin: 0 auto;
  margin-top: 7%;
  padding-bottom: 40px;
  width: 370px;
  background-color: #fff;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

#alertMessageLogo {
  width: 50%;
}

#cartMessageDiv #cartMessageMessage {
  margin-top: 35px;
  width: 217px;
  margin-bottom: 30px;
}

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

#cartMessageDiv a.alertMessageAceptar:hover {
  color: var(--base);
  background-color: #fff;
}

.alertMessageAceptar {
  position: relative;
  background-color: var(--base);
  border: 1px solid var(--base);
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  border-radius: 20px;
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: var(--base);
  font-weight: 600;
  border: 1px solid var(--base);
}

.alertMessageClose {
  right: 10px;
  font-size: 40px;
  color: #000;
}

#cartMessageDiv {
  margin-top: 20%;
}

.cartMessageAceptar {
  line-height: 3rem;
  text-transform: initial;
  margin-left: 20%;
  margin-right: 5px;
  border-radius: 0;
  padding: 5px 10px;
  color: var(--grey);
  letter-spacing: 0;
  box-sizing: border-box;
}

.alertMessageMessage {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  overflow-y: hidden;
}

#cartMessageButtonsWrapper {
  float: none;
  width: 189px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px;
}

.cartMessageAceptar {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 40px;
  margin: 0;
}

#cartMessageDiv {
  overflow: hidden;
  width: 380px;
  padding: 0 0 0 0;
  height: fit-content;
  top: calc(50% - 232px);
  margin-top: 0;
  padding-top: 25px;
  border: none;
  padding-bottom: 2rem;
  border-radius: 4px;
}

.wishListProductsDiv {
  height: auto;
  cursor: pointer;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
}

.heart {
  position: relative;
  width: auto;
  height: 18px;
  cursor: pointer;
}

.wishListQuantity {
  position: relative;
  top: -5px;
  right: -3px;
  text-transform: lowercase;
  font-size: 11px;
}

.homeContainer {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}

.homeContainer img {
  height: var(--icon-width);
  width: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}


.searchButton {
  cursor: pointer;
}



input.searchSite::placeholder {
  color: var(--base);
}

#searchBar img {
  position: absolute;
  height: 21px;
  width: 21px;
  cursor: pointer;
}

.searchContainer.open .searchButton {
  right: 0;
}


.searchContainer {
  position: relative;
  float: right;
  display: block;
  width: initial;
  overflow: hidden;
}

.searchButton img {
  padding-left: 0;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 18px;
}


.searchButton {
  position: relative;
  display: block;
  left: 14px;
  -webkit-transition: left 1.1s;
  -o-transition: left 1.1s;
  transition: left 1.1s
}

.searchButton.open {
  left: 0px !important;
}

.searchInputContainer {
  position: relative;
  margin-left: 20px;
  float: left;
  width: 13px;
  border-radius: 23px;
  z-index: 100;
  transition: all 1.1s;
  overflow: hidden;
  -webkit-transition: all 1.1s;
  -o-transition: all 1.1s;
  transition: all 1.1s
}

.searchButton.open .searchInputContainer {
  width: 160px;
}


.searchSite {
  background: transparent;
  color: var(--base);
  width: 100%;
  float: left;
  position: relative;
  margin: 0 auto;
  margin-left: 5px;
  height: 100%;
  font-size: 12px;
  text-align: left;
  text-indent: 10px;
  border: none;
  letter-spacing: 0;
  padding-left: 0;
}

input.searchSite::placeholder {
  color: var(--base);
}


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

.closeSearch {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: auto;
  height: 20px;
  cursor: pointer;
}

#headerCart {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: unset;
}

.cart {
  height: 18px;
  width: auto;
}

.cartAmount {
  position: relative;
  font-size: 11px;
  right: -3px;
  top: -5px;
  text-transform: lowercase;
}

.languages {
  position: relative;
  float: left;
}

.languageSelect {
  position: relative;
  float: left;
  width: 38px;
  cursor: pointer;
  font-size: 15px;
  height: var(--icon-width);
  line-height: 2.5rem;
  overflow: hidden;
  z-index: 1;
}

.languageSelect img {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  margin: 0;
  left: 23px;
  top: 2px;
}

.languageSelect.open {
  overflow: visible;
}

.languageRow {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 44px;
  height: 20px;
  line-height: 23px;
  cursor: pointer;
  font-weight: 400;
}

.languageRow.selectedLanguage p {
  color: var(--base);
}

.languageRow.notSelected p {
  width: 100%;
  color: var(--base);
}

.languageRow.notSelected {
  padding-top: 0.3rem;
  background: var(--white);
  color: var(--base);
  padding: 0 6px;
  top: 4px;
  height: 28px;
  line-height: 28px;
  width: 35px;
  right: 0px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.languageRow.notSelected:hover {
  background: var(--base);
  color: var(--white);
}

.languageRow.notSelected:hover p {
  color: var(--white);
}
.headerMenuIcon.desktopElement.headerOptionMenuOpen.open span {
  background: black;
}

.languageSelectArrow {
  position: absolute;
  width: 14px;
  height: 1.2rem;
  left: 18px;
  margin-top: 2px;
  top: -2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 15px;
  display: block;
  height: 19px;
  overflow: visible;
}
.headerMainCol #accountOptions {
  display: none;
}
#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 0;
}

#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 19px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
  color: black;
}
#accountOptions:hover #myProfileUser,
#accountOptions:hover #dialogIconTriangle {
  display: block;
}
.headerIndex #myProfileUser,
.headerIndex #myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 0;
  right: -30px;
  top: 9px;
  font-size: 12px;
  color: var(--base);
  position: relative;
  border: 1px solid var(--base);
  border-bottom: none;
  width: 120px;
  box-shadow: none;
}
#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: var(--white);
  border-radius: 0;
  right: -30px;
  top: 9px;
  font-size: 12px;
  color: var(--base);
  position: relative;
  border: 1px solid var(--base);
  border-bottom: none;
  width: 120px;
  box-shadow: none;
}
.headerIndex #logoutUser,
.headerIndex #logoutUser1 {
  line-height: 28px;
  height: 28px;
  top: 9px;
  right: -30px;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 0 !important;
  border-top: 1px solid;
  width: 120px;
  box-shadow: none;
}
#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  top: 9px;
  right: -30px;
  font-size: 12px;
  background-color: var(--white);
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 0 !important;
  border-top: 1px solid;
  width: 120px;
  box-shadow: none;
}
#logoutUser {
  border-top: 1px solid var(--base);
}
#accountOptions:hover #logoutUser,
#accountOptions:hover #dialogIconTriangle {
  display: block;
}
#logoutUser2:hover {
  background-color: var(--base);
  color: #fff;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: black;
  color: var(--white);
  font-weight: 400;
}

.profileIcon {
  position: relative;
  width: 15px;
  width: -moz-fit-content;
  display: block;
  cursor: pointer;
  height: 17px;
  display: flex;
  margin-bottom: 2px;
}

.profileIcon img {
  height: 18px;
  width: auto;
}

.currencySelectContainer {
  position: relative;
  float: left;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: auto;
  color: var(--base);
}

.currencySelectImg {
  display: block;
  position: relative;
  height: 2.1rem;
  float: left;
  margin-right: 2rem;
  top: 0.2rem;
}

.currencyArrow {
  float: right;
  position: relative;
  top: 4px;
  height: 1.2rem;
  right: 0;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selectedOption {
  width: 70%;
}

.menuSocialMedia {
  width: 35px;
  height: auto;
  display: block;
  margin-top: 18px;
}

.pageCurrencySelect {
  height: 0;
  overflow: hidden;
  top: 26px;
  text-align: left;
  width: 120px;
  right: 0;
  position: absolute;
}

.pageCurrencySelect.open {
  display: block;
  height: auto;
  background: var(--white);
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: #000;
  color: var(--white);
  cursor: pointer;
}

.currencySelectOption {
  padding: 8px 0;
  padding-left: 10px;
}

.currencySelectOption:not(.titleOption) {
  cursor: pointer;
}

.currencySelectOption[is-selected="true"] {
  background: var(--base);
  color: var(--white);
}

.currencySelectOption:nth-child(1) {
  padding-left: 5px;
  text-transform: uppercase;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  #searchBar {
    width: 31%;
  }

  #content {
    max-width: unset;
    min-width: unset;
  }

  #topHiddenBar {
    min-width: unset;
  }

  #headerLogoHiddenBar {
    width: 115px;
    float: left;
  }

  #headerLogoContainer {
    width: fit-content;
  }

  .hiddenBarLogoContainer {
    width: 150px;
    left: 12%;
  }
}

@media screen and (max-width: 768px) {
  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }
  .mobileMenuSubcategory.open .lineEffectCenter::before {
    width: 0% !important;
    left: 0%;
  }
  .headerIndex #myProfileUser,
  .headerIndex #myProfileUser1 {
    right: -16px;
    color: white;
    border-color: white;
  }
  .headerIndex #logoutUser,
  .headerIndex #logoutUser1 {
    right: -46px;
    color: white;
    border-color: white;
  }
  .loginText {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 6px;
  }
  #myProfileUser,
  #myProfileUser1 {
    right: 0px;
  }
  .expandedCategory {
    display: none !important;
  }
  .headerMainCol #accountOptions {
    display: block;
    margin-right: 12%;
    height: 18px;
  }
  .mobileMenuSubcategory.menuSubcategory.open .menuSubcategories {
    left: 0;
    height: auto !important;
    padding: 0;
    gap: 0;
  }
  .searchBarHeader {
    top: 100px;
    right: calc(-100vh - 2rem);
  }

  .searchBarHeader.openBar {
    top: 100px;
    right: 0;
    border-top: 1px solid var(--base);
    z-index: 5;
  }

  .closeSearch {
    width: fit-content;
    top: unset;
    bottom: 7rem;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: underline;
    font-size: 15px;
  }

  .searchBarMobile {
    margin: auto;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 12px 5%;
    height: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .searchBarMobile img {
    height: 17px;
    width: auto;
    margin-bottom: 4px;
  }
  .clickSearchText {
    font-size: 1rem;
    position: relative;
    right: 0;
    margin-bottom: 20%;
  }

  .searchSite {
    height: 36px;
    text-indent: 15px;
    font-size: 14px;
    margin: 0;
    margin-top: 6px;
  }

  .searchSite::placeholder {
    color: #272727;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
    border-radius: 13px 0 0 13px;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 10px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 19px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    left: 4px;
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(10% - 7px);
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    left: 4px;
    top: 6px;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(10% - 7px);
    top: 6px;
  }

  #headerLogoContainer {
    width: fit-content;
  }
  .profileIcon {
    margin-right: 12%;
  }

  .profileIcon img {
    height: 19px;
    width: auto;
  }
  .headerIndex .headerRow .headerMainCol .profileIcon {
    filter: invert(1) !important;
  }

  .cartMobile {
    position: absolute;
    right: 4rem;
  }

  .homeContainerMobile {
    position: absolute;
    left: 3rem;
    top: 15px;
  }

  .left .homeContainerMobile {
    position: relative;
    top: 0px;
    left: 0;
  }

  .homeContainerMobile img {
    height: 18px;
  }

  .headerMainCol {
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cat2Container {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  #header {
    height: 95px;
    width: 100%;
    z-index: 5;
  }

  .headerRow {
    grid-template-columns: 1fr;
  }

  #headerDummy,
  #headerDummy.headerIndex {
    height: 95px;
  }

  #headerLogoContainer img {
    width: 120px;
    margin: 0;
  }

  #headerCart {
    height: 32px;
    margin-right: 16%;
  }
  .headerIndex #headerCart {
    filter: invert(1);
    margin-right: 16%;
  }
  .headerMainCol #headerCart {
    display: flex;
  }
  .cart {
    height: 15px;
    width: auto;
  }
  .cartContainer {
    height: 22px;
  }

  .cartAmount {
    float: right;
    line-height: unset;
    position: relative;
    right: -3px;
    top: 0px;
    font-size: 12px;
    font-weight: 600;
  }

  #headerPromo {
    width: 100%;
    top: 0;
    z-index: 999;
    height: 24px;
    overflow: hidden;
    position: fixed;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.09);
  }

  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0.5px;
  }

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  #headerMobileIcons {
    width: fit-content;
    right: 0;
    display: flex !important;
    align-items: center;
    position: absolute;
    margin-right: 5%;
    margin-top: 0;
    top: 0;
    height: 100px;
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 73%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    border-radius: 0 0 0 0;
    float: left;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    right: 0;
    border-radius: 0 0 0 0;
    width: 6px;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 9px;
    float: right;
    left: 6px;
    width: 24px;
    height: 2px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 17px;
    width: 24px;
    left: 6px;
    height: 2px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 25px;
    left: 6px;
    width: 24px;
    height: 2px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    left: 5px;
    top: 18px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    left: 5px;
    top: 18px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    left: 3px;
    top: 20px;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    left: 3.5px;
    top: 8px;
    opacity: 0;
  }

  #topHiddenBarOptions {
    width: 100%;
  }

  .hiddenBarLogoContainer {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: auto;
    width: 30%;
    height: 85px;
    margin-top: 15px;
  }

  .openMenu #headerLogo2 {
    display: none;
  }

  #headerLogoHiddenBar {
    width: 100%;
  }

  #headerLogo {
    width: 7rem;
    height: auto;
    position: relative;
    display: block;
    margin: 5px auto 0;
  }

  .searchMobileContainer {
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
  }

  .mobileMenuItems {
    overflow: auto;
    margin-top: 96px;
    box-sizing: border-box;
    height: calc(100svh - 95px);
    border-top: 1px solid #000000;
  }

  #rightHeaderOptions {
    position: relative;
    float: right;
    width: 85px;
    right: 0;
  }

  .topHeaderMobileIcons {
    width: 90%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .topHeaderMobileIcons .left {
  }

  .topHeaderMobileIcons .right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0px;
    margin-right: 16%;
  }

  .wishListProductsDiv img {
    position: relative;
    display: block;
    height: 15px;
    width: auto;
  }

  .languageSelect {
    display: block;
    font-size: 18px;
    height: 20px;
    width: 40px;
  }

  .languageRow.selectedLanguage p {
    color: var(--base);
    margin-right: 23px;
    line-height: 20px;
    height: 16px;
  }

  .userMobile {
    height: 19px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 100;
    position: relative;
  }

  .userMobile a {
    text-decoration: none;
    margin-right: 6px;
  }

  #logoutMobile {
    font-weight: 600;
    color: var(--base);
    display: none;
  }

  .userSelectArrow {
    cursor: pointer;
  }

  #logoutMobile {
    display: none;
    position: absolute;
    top: 24px;
    right: 2%;
    width: max-content;
    background-color: #ffffff;
    padding: 5px 10px;
    z-index: 1;
  }

  .menuCartMobile {
    display: flex !important;
    align-items: center;
  }

  .menuCartMobile img {
    height: 15px;
  }

  .userMobile img {
    height: 15px;
    top: 0px;
    display: block;
    position: relative;
  }

  .myProfileUser {
    font-weight: 600;
    color: var(--base);
    line-height: 24px;
  }

  .userSelectArrow {
    width: fit-content;
    height: 18px;
    transform: rotate(90deg);
    margin-left: 0;
  }

  #headerProfile {
    top: -12px;
    height: 21px;
    width: 21px;
  }

  #dialogIconTriangle {
    display: none !important;
  }

  #logoutUser {
    margin-left: -110px;
  }

  .logoutUser {
    font-weight: 400;
    font-size: 12px;
    color: var(--base);
    margin-top: 2px;
  }

  .notLogged {
    display: none;
  }

  .show {
    display: block !important;
  }

  .currencyArrow {
    filter: unset;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: -6px;
    right: -8px;
  }

  .languageSelectArrow {
    filter: unset;
    width: 3.5rem;
    height: 3.5rem;
    top: -2px;
  }

  #decoHeader {
    display: none;
  }

  #headerMobileProfile {
    position: relative;
    float: right;
    height: 25px;
    margin-top: 5px;
    cursor: pointer;
    margin-right: 5px;
    display: none;
  }

  .rightHeaderHidden {
    position: absolute;
    top: 0;
    right: 5%;
  }

  #headerCartMobile {
    position: relative;
    float: left;
    top: 2px;
    display: block;
  }

  #headerCartMobile svg {
    margin-right: 8px;
    height: 23px;
  }

  #headerCartMobile path {
    stroke: #000;
  }

  #headerMobileMenu {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 5;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #headerMobileMenu.open {
    left: 0;
    box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
    z-index: 5;
  }

  #headerMobileLogo {
    margin: auto;
    position: absolute;
    float: left;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: calc(50% - 50px);
  }

  .headerMobileMenuIcon {
    top: 29px;
    width: 34px;
    height: 2rem;
    position: fixed;
    z-index: 6;
    right: 5%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    transition: margin-top 0.2s ease-in-out;
    cursor: pointer;
  }

  .headerIndex.headerMobileMenuIcon span {
    background: var(--base);
    filter: invert(1);
    height: 3px;
  }

  .open.headerIndex.headerMobileMenuIcon span {
    background: var(--btn);
    filter: invert(0);
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 21px;
    background: var(--base);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #headerMobileLogo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    margin: auto;
    display: block;
    overflow: visible;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: #000;
    padding: 15px 0;
  }

  .menuMobileLine {
    width: 90%;
    margin: 1em auto;
  }

  .mobileMenuItem:last-child {
    margin-bottom: 50px;
  }

  .user {
    width: 20px;
    margin-left: 0;
    margin-bottom: 0;
    height: 20px;
    float: right;
    position: relative;
    display: block;
    margin-right: 20px;
    z-index: 94;
  }

  .highlightTitle {
    font-size: 7rem;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: auto;
    font-size: 20px;
    font-weight: var(--regular);
    letter-spacing: 0px;
    color: var(--base);
    /* padding-left: 0%; */
    word-break: break-all;
    overflow: hidden;
    text-transform: capitalize;
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    width: 85%;
  }

  .mobileMenuSeeMore {
    position: relative;
    margin-left: 12px;
    width: 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: var(--base);
    display: flex;
    align-items: center;
  }

  .mobileMenuSubcategoryText + .mobileMenuSeeMore {
    font-size: 1.4rem;
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    /* background: #f4f4f4; */
    padding: 0;
  }

  .searchMobileContainer .searchButton {
    position: relative;
  }
  .menuSubcategory:first-of-type {
    padding-top: 0px;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
    /* align-items: center; */
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .menuSubcategories .mobileMenuSubcategory.menuSubcategory {
    flex-direction: column;
    font-weight: 400;
    gap: 0px;
  }
  .mobileMenuSubcategory.menuSubcategory.cat2:last-child {
    padding-bottom: 0px;
  }
  .mobileMenuSubcategory a,
  .mobileMenuSubcategory .mobileMenuDiv {
    width: calc((100% - 20px) - 12%);
    padding: 20px 0;
    padding-left: 20px;
    line-height: 30px;
    margin: 0;
    text-indent: 0;
    font-size: 15px;
    font-weight: var(--base-font-weight);
    position: relative;
    text-transform: none;
    /* white-space: nowrap; */ /* Evita que el texto se divida en varias lÃ­neas */
    /* overflow: hidden; */ /* Oculta el texto que se desborda del contenedor */
    /* text-overflow: ellipsis; */
  }
  .open.menuSubcategory .mobileMenuDiv {
    font-weight: 700;
  }
  .open.mobileMenuSubcategory a {
    font-weight: 600;
  }
  .open.mobileMenuSubcategory .menuSubcategory a {
    font-weight: 400;
    text-indent: 0;
    position: relative;
    font-size: 14px;
    width: 94%;
  }
  a.mobileMenuLink.mobileMenuCategoryLevelThreeText {
    width: 100%;
  }
  .menuSeeMoreCat3 {
    cursor: pointer;
    position: relative;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    color: var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: auto;
  }
  .mobileMenuSubcategory .menuLink {
    width: 100%;
    color: #3f3f3f;
  }
  .menuLink .menuSubcategoryText {
    text-indent: 0px;
  }
  .menuLink.menuSubcategoryText.secondMenuLink {
    margin-left: 5%;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0;
  }

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }
  .mobileMenuSubcategory.mobileMenuCategoryLevelThree {
    padding: 0;
  }
  #mobileSearchBar {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--base);
    border-top: 1px solid #d6d6d6;
    margin: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
  }

  #mobileSearchImg {
    position: absolute;
    float: left;
    height: 1.7rem;
    margin-right: 1rem;
    left: 2.7rem;
  }

  #mobileSearch {
    height: 34px;
    text-indent: 15px;
    font-size: 14px;
    margin: 0;
    margin-top: 2px;
    background: #ffffff;
  }

  #mobileSearch::-webkit-input-placeholder {
    color: #3f3f3f;
  }

  #mobileSearch:-moz-placeholder {
    color: #a6a6a6;
  }

  #mobileSearch::-moz-placeholder {
    color: #a6a6a6;
  }

  #mobileSearch:-ms-input-placeholder {
    color: #a6a6a6;
  }

  #mobileSearch::-ms-input-placeholder {
    color: #a6a6a6;
  }

  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0;
    right: 5px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  .mobileMenuCategoryArrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #cartMessageDiv {
    width: 95%;
    margin-top: 15vw;
  }

  .cartMessageAceptar {
    width: calc(100% - 4px);
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    line-height: 2.4rem;
    height: 2.5rem;
  }

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    min-width: unset;
    position: relative;
    display: flex;
    margin: 0 12px 0 5px;
  }

  .wishListProductsDiv .heart .svgHeart {
    width: 20px;
    height: 20px;
  }

  .wishListQuantity {
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 12px;
    font-weight: 600;
  }

  .customMobile {
    margin-top: 12px;
    margin-bottom: 7px;
  }

  #content {
    height: auto;
  }

  #cartMessageMessage {
    margin-bottom: 15px;
  }

  .whatsAppWebContainer {
    width: 56px;
    z-index: 3;
    right: 10px;
  }

  .whatsAppWebContainer.open {
    bottom: 40px;
  }

  .profileImgMobile {
    padding-left: 20px;
    width: 17px;
    position: relative;
    padding-right: 20px;
    top: 3px;
  }

  .userAccount {
    font-size: 14px;
    margin-left: 6px;
    color: #000;
    display: none;
  }

  .logoutMobile {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #cartMessageDiv #cartMessageMessage {
    margin-top: 40px;
  }

  .mobileMenuCategoryLevelThreeText {
    padding-left: 4rem;
    width: calc(80% - 4rem);
    display: block;
    height: auto;
    font-size: 1.4rem;
  }

  .headerScrolled .headerMobileMenuIcon {
    margin-top: 26px;
  }

  .mediaContainer {
    padding-left: 35px;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    bottom: 0;
    display: none;
  }

  .mediaContainer p {
    width: 100%;
    margin-bottom: 20px;
  }

  .mediaContainer a:first-of-type {
    margin-left: 0;
  }

  .heart {
    margin-right: 8px;
    height: 18px;
    width: 18px;
    display: block;
  }

  .rightTopItems {
    width: 380px;
    float: right;
    height: 30px;
    margin-top: 25px;
    color: #000;
    margin-right: 3%;
    display: none !important;
  }

  #topHiddenBar .heart {
    margin-right: 8px;
    height: 21px;
  }

  #topHiddenBar .heart svg {
    height: 20px;
    width: 24px;
  }

  #topHiddenBar.shownBar {
    top: 0;
    min-width: unset;
    height: 60px;
  }

  .headerMobileMenuIconHiddenBar {
    margin-left: calc(3% - 7px);
    margin-top: 22px;
  }

  .currencySelectContainer::before {
    background-size: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(0%) hue-rotate(43deg) brightness(88%) contrast(105%);
  }

  .pageCurrencySelect.open {
    left: -20px;
    top: 37px;
  }

  .selectedOption {
    position: relative;
    left: 4px;
  }

  #header.openMenu #headerMobileIcons {
    display: none !important;
  }

  .headerLogo {
    width: 100px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #headerPromoText {
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  a.mobileMenuLink.mobileMenuSubcategoryText:hover {
    color: #fff;
  }

  #headerMobileProfile {
    height: 42px;
  }

  #cartMessageMessage {
    font-size: 19px;
  }

  .wishListProductsDiv .heart .svgHeart {
    width: 28px;
    height: 28px;
  }

  #cartMessageDiv {
    width: 50%;
  }

  #mobileSearchBar {
    width: 90%;
  }

  #headerMobileMenu {
    height: 100%;
    box-sizing: border-box;
  }
}
