* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins";
  color: var(--base);
  font-weight: 400;
  font-size: 1.6rem;
}

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;
}
::-webkit-scrollbar {
  display: none;
}
.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;
}

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

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

#header.indexStyle {
  background-color: var(--primary);
}

.headerIndex#header {
  color: var(--white);
  background: transparent;
}

.headerIndex#header .searchSite {
  color: var(--base);
}

.headerIndex#header .searchSite::-webkit-input-placeholder {
  /* color: #fff; */
  color: var(--base);
}

.headerIndex#header .searchSite:-moz-placeholder {
  /* color: #fff; */
  color: var(--base);
}

.headerIndex#header .searchSite::-moz-placeholder {
  /* color: #fff; */
  color: var(--base);
}

.headerIndex#header .searchSite:-ms-input-placeholder {
  /* color: #fff; */
  color: var(--base);
}

.headerIndex#header .searchSite::-ms-input-placeholder {
  /* color: #fff; */
  color: var(--base);
}

#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: 20px;
  float: left;
}

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

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

.headerMenuIcon span:nth-child(3),
.headerMenuIcon span:nth-child(4) {
  top: 9px;
  width: 25px;
  left: 15px;
}

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

.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: 13px;
  top: 7px;
  filter: unset !important;
}

.headerMenuIcon.open span:nth-child(2) {
  left: 13px;
  top: 7px;
  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: 3px;
  top: 13px;
  opacity: 0;
}

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

.headerMenuIcon.open .headerRow.headerMainCol {
  display: none;
}

.headerMenuIcon {
  top: 50px;
  width: 5rem;
  height: 2.3rem;
  position: fixed;
  z-index: 15;
  left: 4rem;
  -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: 2.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;
}

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

.topMessageBarContainer {
  width: 100%;
  text-align: center;
  background-color: var(--secondary);
  color: var(--white);
  font-size: 1.3rem;
  line-height: 25px;
  position: relative;
  height: 25px;
}

.topMessageBarRight {
  position: absolute;
  top: 0;
  right: 2%;
  display: none;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 95px;
}

.headerRow {
  width: 96.5%;
  height: calc(100% - 25px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

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

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

.headerLink {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  height: auto;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  transition: font-weight ease-in 200ms;
  min-width: 100px;
  font-weight: 700;
  font-size: 2rem;
  padding: 13px 0;
  align-content: stretch;
  align-items: stretch;
  line-height: 60px;
  font-size: 56px;
  font-family: "Vollkorn";
  border-top: 1px solid var(--base);
}

.headerLink:hover {
  font-weight: 600;
}

.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;
  line-height: 60px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  width: 3rem;
  display: block;
  font-weight: 600;
  font-size: 2rem;
  padding: 0;
}

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

.headerOptionsContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.mobileMenuLink.categoryOneTitle {
  line-height: 60px;
  font-size: 56px;
  font-family: "Vollkorn";
}

.categoryOneTitle + .menuSeeMore {
  font-family: "Vollkorn";
  font-size: 43px;
  margin-left: 7px;
}

.menuSubcategories {
  position: relative;
  width: 76%;
  height: 0;
  margin-left: 0;
  overflow: hidden;
  float: left;
}

.menuSubcategoriesThree {
  position: relative;
  width: calc(100% - 40px);
  height: 0;
  flex-direction: column;
  margin-left: 0;
  overflow: hidden;
  float: left;
  margin-top: 0;
}

.menuSubcategory,
.menuSubcategoryThree {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  border-bottom: none;
  float: left;
  font-weight: 100;
  line-height: 60px;
  height: auto;
  overflow: hidden;
}

.menuSubcategoryThree {
  width: 100%;
}

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

.menuSubcategoryText,
.menuSubcategoryTextThree {
  font-size: 20px;
  margin-right: 5px;
  line-height: 60px;
  float: left;
}

.mobileMenuSubcategoryText + .mobileMenuSeeMore {
  font-size: 2.5rem;
  margin-left: 0.5rem;
  height: fit-content;
  /* float: left */
}

.mobileMenuSeeMore {
  cursor: pointer;
  width: 3rem;
}

.headerMainCol {
  width: calc(100% - 100rem);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  z-index: 5;
}

#headerLogoContainer {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#headerLogoContainer a {
  display: block;
}

#headerLogoContainer img {
  display: block;
  margin: 0 1.7rem;
  max-width: 10rem;
}

.rightItemsContainer {
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.expandedCategory {
  position: fixed;
  top: 95px;
  left: 0;
  box-shadow: 0 4px 9px rgb(0 0 0 / 5%);
  display: none;
  height: 0;
  background-color: #f1eeed;
  z-index: 10;
  width: 100%;
  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;
  overflow: hidden;
}

.categoryColumn {
  position: relative;
  height: auto;
  float: left;
  width: 100%;
  display: flex;
  min-height: 437px;
  overflow: hidden;
}

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

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

.columnCatContainer {
  width: 16%;
  position: relative;
  height: auto;
  float: left;
  display: flex;
  overflow: scroll;
  flex-direction: column;
  padding: 40px 70px;
  box-sizing: border-box;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.columnCatContainer::-webkit-scrollbar,
.columnLeft::-webkit-scrollbar,
.columnRight::-webkit-scrollbar {
  display: none;
}

.columnCatThree {
  position: relative;
  overflow: hidden;
  float: left;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  width: 40%;
  justify-items: center;
  display: none;
  background: #e9e4e2;
  /* height: -webkit-fill-available; */
}

.columnCatThree.selected {
  display: grid;
  display: -ms-grid;
}

.columnLeft {
  padding: 40px 0;
  z-index: 2;
  background: #e9e4e2;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.columnRight {
  padding: 40px 0;
  flex-direction: column;
  overflow: scroll;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #f1eeed;
  left: 0%;
  position: absolute;
  -webkit-transition: left 0.5s ease-in-out, opacity 1s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 1s ease-in-out;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.columnRight.shown {
  left: 50%;
}

.categoryLevelTwoTitle {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  width: fit-content;
  display: block;
  float: left;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.categoryLevelTwoTitle:first-child {
  padding-top: unset;
}

.selected.categoryLevelTwoTitle::after {
  width: 100%;
}

.selected.categoryLevelThreeTitle::after {
  width: 100%;
}

.inspirationContainer .categoryLevelTwoTitle {
  font-weight: 400;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
}

.categoryLevelThreeTitle:first-child {
  padding-top: unset;
}

.categoryLevelFourTitle {
  position: relative;
  font-size: 15px;
  line-height: 5px;
  width: fit-content;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  display: block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.categoryLevelFourTitle {
  padding-top: unset;
}

.categoryLevelThreeTitle:hover::after,
.categoryLevelTwoTitle:hover::after,
.categoryLevelFourTitle:hover::after,
.categoryLevelFourTitle:hover::after {
  width: 100%;
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after,
.categoryLevelFourTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--base);
  transition: width 0.3s;
}

.categoryLevelFourTitle::after {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  transform: translateY(9px);
}

#containerImgMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 44%;
}

.categoryLevelTwoImage {
  width: 49%;
  height: 100%;
  overflow: hidden;
}

.itemsContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 40px;
}

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

.menuCategoriesContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 9.5rem 0 3.2rem;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 1%;
  height: 95%;
  box-sizing: border-box;
}

.expandedCategory img {
  float: right;
  height: 100%;
  position: relative;
  object-fit: cover;
  width: 100%;
}

.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: 0 0 0 20px;
  width: 100%;
}

.whatsAppWebContainer {
  width: 75px;
  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: 150px;
  margin-bottom: 20px;
}

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

#alertMessageLogo {
  width: 160px;
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

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

.alertMessageAceptar {
  position: relative;
  background-color: var(--base);
  border: 1px solid var(--base);
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  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: 0;
}

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

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

#cartMessageDiv {
  margin-top: 20%;
}

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

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

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

.cartMessageAceptar {
  width: 100%;
  font-size: 1.3rem;
  margin-left: 0%;
}

#cartMessageDiv {
  overflow: hidden;
  width: 380px;
  padding: 0 0 0 0;
  height: fit-content;
  margin-top: 0;
  padding-top: 25px;
  border: none;
  padding-bottom: 62px;
  /* border-radius: 8px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainMessage {
  width: unset;
}

.alertColumn1 {
  width: unset;
}

.alertColumn2 {
  float: unset;
  width: 50%;
}

#cartProductPrice {
  float: unset;
}

.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;
  height: 1ppx;
  width: 19px;
  cursor: pointer;
}

.wishListQuantity {
  position: relative;
  top: -5px;
  right: -3px;
  text-transform: lowercase;
  color: var(--base);
  font-size: 1rem;
}

.searchButton {
  display: flex;
  position: absolute;
  cursor: pointer;
  right: -12.6rem;
  -webkit-transition: right 0.7s;
  -o-transition: right 0.7s;
  transition: right 0.7s;
}

.searchButton img {
  display: block;
  width: 1.6rem;
  height: 1.8rem;
  position: relative;
}

.searchSite {
  background: transparent;
  width: 12rem;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--base);
}

.searchContainer {
  width: 14.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

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

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

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

.cartAmount {
  position: relative;
  font-size: 1rem;
  right: -3px;
  top: -5px;
  text-transform: lowercase;
  color: var(--base);
}

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

.languageSelect {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  font-size: 1.5rem;
  height: 2.5rem;
  top: 0.1rem;
  line-height: 2.5rem;
  overflow: hidden;
  z-index: 1;
}

.languageSelect.open {
  overflow: visible;
}

.languageRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 2.4rem;
  cursor: pointer;
}

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

.languageRow.notSelected {
  margin-top: 0.3rem;
  background: var(--white);
  color: var(--base);
  padding: 0 0.4rem;
  left: -4px;
}

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

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

.languageSelectArrow {
  position: absolute;
  width: 14px;
  height: 1.2rem;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 21px;
  display: block;
  height: 14px;
  overflow: visible;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
}

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

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

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 11px;
  right: 4px;
  z-index: 1;
  color: var(--base);
}

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: var(--white);
  border-radius: 0;
  right: 10px;
  font-size: 12px;
  color: var(--base);
  position: relative;
  border: 1px solid var(--base);
  width: 120px;
}

#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  right: 10px;
  font-size: 12px;
  background-color: var(--white);
  border: 1px solid var(--base);
  color: var(--base);
  border-radius: 0 !important;
  border-top: none;
  width: 120px;
}

#logoutUser {
  border-top: 1px solid var(--base);
}

#logoutUser2:hover {
  background-color: var(--base);
  color: #fff;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--base);
  color: var(--white);
}

.profileIcon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  display: block;
  cursor: pointer;
}

.currencySelectContainer {
  position: relative;
  float: left;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: auto;
  display: none;
  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;
}

.mobileMenuSubcategories {
  position: relative;
  width: calc(100% - 20px);
  height: 0;
  padding-left: 20px;
  overflow: hidden;
  background: #f4f4f4;
}

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

  .headerRow {
    width: 100%;
  }

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

  #topHiddenBar {
    min-width: unset;
  }

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

  #headerLogoContainer {
    width: 223px;
    left: calc(8% + 40px);
  }

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

@media screen and (max-width: 768px) {
  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }

  .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: 15rem;
  }

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

  .headerMainCol {
    border: none;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  #header {
    height: 95px;
    width: 100%;
    z-index: 5;
  }

  .headerRow {
    height: calc(100% - 25px);
  }

  .headerIndex#header {
    background-color: transparent;
  }

  .headerIndex#header span {
    -webkit-filter: none;
    filter: none;
  }

  #headerDummy {
    height: 75px;
  }

  #headerDummy.headerIndex {
    height: 0;
  }

  #headerLogoContainer img {
    max-width: 180px;
    width: 70%;
    margin: 10px auto;
  }

  #headerCart {
    height: 20px;
    margin-right: 10px;
    margin-top: -10px;
  }

  .cartContainer {
    height: 22px;
  }

  .cartAmount {
    float: right;
    line-height: unset;
    position: relative;
    right: -2px;
    top: 2px;
    font-size: 10px;
  }

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

  .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: 0;
    float: right;
    left: 15px;
    width: 22px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 7px;
    width: 22px;
    left: 15px;
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 14px;
    left: 15px;
    width: 22px;
    color: #fff;
  }

  .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: 13px;
    top: 7px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    left: 13px;
    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: 3px;
    top: 13px;
    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 {
    width: 100%;
    position: relative;
    margin: 6rem auto 0;
    overflow: hidden;
  }

  .mobileMenuItems {
    overflow: auto;
    padding-top: 1rem;
    margin-top: 2rem;
    box-sizing: border-box;
    height: calc(94vh - 16rem);
  }

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

  .topHeaderMobileIcons {
    width: calc(100% - 79px);
    position: absolute;
    right: 2.5rem;
    top: 26px;
    display: flex;
    justify-content: space-between;
  }

  .topHeaderMobileIcons .right {
    display: flex;
    width: 72px;
    height: auto;
    /* filter: invert(1); */
    /* flex-direction: row; */
    flex-wrap: nowrap;
    align-items: center;
  }

  .wishListProductsDiv img {
    top: 0;
    position: relative;
    width: 100%;
    display: block;
    height: inherit;
  }

  .languageSelect {
    margin-left: 10px;
    top: -2px;
    display: none;
  }

  .languageRow.selectedLanguage p {
    color: var(--base);
    margin-right: 25px;
  }

  .userMobile {
    margin-right: 20px;
    height: 18px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  #logoutMobile {
    padding-top: 1px;
  }

  .menuCartMobile {
    margin-right: 1.5rem;
  }

  .userMobile a {
    display: flex;
    align-items: center;
  }

  .userMobile img {
    width: 17px;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 1rem;
  }

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

  #dialogIconTriangle {
    display: none !important;
  }

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

  .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: -6px;
    right: -8px;
  }

  #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: 25px;
    height: calc(100vh - 2.5rem);
    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: 53px;
    width: 5rem;
    height: 2.3rem;
    position: fixed;
    z-index: 6;
    -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;
    color: var(--white);
  }

  .headerIndex.headerMobileMenuIcon span {
    background: #fff;
  }

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

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1.7px;
    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;
    margin-bottom: 1rem;
    color: #000;
  }

  .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: calc(100% - 91px);
    font-size: 1.4rem;
    letter-spacing: 1px;
    height: 4rem;
    line-height: 4rem;
    color: var(--base);
    padding-left: 3rem;
    word-break: break-all;
    overflow: hidden;
    text-transform: capitalize;
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: capitalize;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 2.2rem;
    line-height: 4rem;
    width: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
    color: var(--base);
  }

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

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

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }

  .mobileMenuSubcategory.open {
    border-bottom: 0;
  }

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }

  #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 {
    position: relative;
    float: left;
    width: 100%;
    height: 4.5rem;
    padding: 0;
    border-radius: 0;
    text-indent: 6rem;
    font-size: 1.4rem;
    background-color: transparent;
    color: #000;
  }

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

  #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: 80%;
  }

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

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    min-width: unset;
    right: 1rem;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    color: var(--base);
  }

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

  .wishListQuantity {
    position: absolute;
    right: -9px;
    top: 2px;
    font-size: 10px;
  }

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

  #content {
    min-height: calc(100vh - 60px);
    height: auto;
  }

  #cartMessageMessage {
    margin-bottom: 15px;
  }

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

  .whatsAppWebContainer.open {
    bottom: 10px;
  }

  .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%;
    padding: 75px 40px 0;
    box-sizing: border-box;
  }
}
