* {
  margin: 0;
  padding: 0;
}

body {
  color: var(--base);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  background: var(--web-background);
}

html {
  scroll-behavior: smooth;
}


input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

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

input[type="search"]::-ms-clear {
  display: none;
}

.btn-1 {
  color: var(--btn-font);
  background-color: var(--btn);
  border: 1px solid var(--btn-border);
  cursor: pointer;
  box-sizing: border-box;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
}

.btn-2 {
  color: var(--btn-font-hover);
  background-color: var(--btn-hover);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  font-weight: var(--secondary-font-weight);
}

.tr-2 {
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

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

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

body.open {
  overflow: hidden;
}

.sliderTitleContainer,
.groupItemTitle,
.group-look-slider-title,
.newsletterHeading,
.categoriesUrlContainer,
#productTitle,
.titleCustom,
#customPageTitle,
#localTitle,
#categoryReference,
#favTitle {
  font-family: var(--secondary-font-family);
  font-weight: 400;
  text-transform: inherit;
}

#content {
  width: 100%;
  min-height: 75vh;
  min-width: unset;
  background-color: var(--web-background);
}

#header {
  font-size: 14px;
  height: var(--menu-height);
  /* background: var(--secondary); */
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
}

.headerPromo {
  background: #00DDD2 !important;
}

.headerPromoText {
  /* font-size: 11px; */
}

.headerPromoText span {
  font-weight: 700;
  line-height: 20px;
}

.headerIndex .searchButton {
  background-color: #f4eadb80;
  border-radius: 8px;
}

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

#headerCart img,
.wishListProductsDiv img,
.profileIcon img {
  height: 20px;
}

.headerIndex#header .searchSite::-webkit-input-placeholder {
  color: var(--variable);
}

.headerIndex#header .searchSite:-moz-placeholder {
  color: var(--variable);
}

.headerIndex#header .searchSite::-moz-placeholder {
  color: var(--variable);
}

.headerIndex#header .searchSite:-ms-input-placeholder {
  color: var(--variable);
}

.headerIndex#header .searchSite::-ms-input-placeholder {
  color: var(--variable);
}

.topMessageBarContainer {
  width: 100%;
  text-align: center;
  background-color: var(--secondary);
  color: var(--variable);
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
}

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

#headerDummy {
  position: relative;
  width: 100%;
  height: 158px;
  transition: all 0.5s;
}

.searchMobileContainer {
    display: none;
}

.headerRow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #4200C1;
  /* height: calc(var(--menu-height) - var(--header-promo-height)); */
  height: calc(100% - var(--header-promo-height));
}

.headerCol {
  width: fit-content;
  position: relative;
  height: 100%;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: center;
}

.categoriesContainer {
  display: block;
  width: 100%;
  background: white;
  padding: 2px 0px 2px 0px;
  height: 49px;
  border-bottom: 1px solid #4140421A;
}

.categories {
  display: flex;
  flex-direction: row;
  width: 80%;
  height: 49px;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 40px;
}

.headerOptionMenuOpen::before {
  left: 0 !important;
  width: 100% !important;
}

.headerLink {
  line-height: 30px;
  position: relative;
  width: auto;
  display: block;
  overflow: visible;
  transition: font-weight ease-in 200ms;
  font-weight: 500;
}

.headerLink:hover {
  color: var(--secondary);
}

.headerMainCol {
  width: auto;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
}

#headerLogoContainer a {
  display: block;
}

#headerLogoContainer img {
  display: block;
  width: 130px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  width: fit-content;
  gap: 20px;
}

.firstRowContainer {
  display: flex;
  width: 92%;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  height: calc(var(--menu-height) - var(--header-promo-height));
}

.expandedCategory {
  position: fixed;
  /* top: 12%; */
  display: none;
  width: auto;
  font-size: 14px;
  z-index: 5;
  padding: 0px 0;
  /* height: 200px !important; */
  color: var(--white);
  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 {
  padding-right: 50px;
  padding-left: 10px;
}

.categoriesMenuContainer {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 25px;
}

.menuSubcategoriesContainer {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 35px 0 12px;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 10%;
  height: auto;
  box-sizing: border-box;
}

.expandedCategory img {
  width: 196px;
  float: right;
  margin-top: 0px;
  height: 100%;
}

.menuSubcategories {
  display: block;
}

.whatsAppWebContainer {
  width: 60px;
  height: auto;
  right: 30px;
  opacity: 0;
  margin-bottom: 10px;
}

.whatsAppWebContainer.open {
  bottom: 10px;
  opacity: 1;
  z-index: 3;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 150px;
  margin-bottom: 20px;
  /* filter: brightness(0); */
}

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

#alertMessageLogo {
  width: 169px;
  /* filter: brightness(0); */
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

#cartMessageDiv a.alertMessageAceptar {
  background-color: var(--base);
  border: 1px solid var(--base);
  color: #fff;
}

#cartMessageDiv a.alertMessageAceptar:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.alertMessageAceptar {
  position: relative;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  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;
  font-weight: 400;
  border-radius: 400px;
}

.alertMessageAceptar:hover {
  background-color: #fff;
  color: var(--secondary);
  font-weight: bold;
}

.alertMessageClose {
  right: 15px;
  font-size: 23px;
  color: #000;
  top: 12px;
}

#cartMessageDiv {
  margin-top: 20%;
}

.cartMessageAceptar {
  line-height: 30px;
  text-transform: initial;
  margin-left: 20%;
  margin-right: 5px;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0;
}

.alertMessageMessage {
  font-size: 15px;
  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: 13px;
  margin-left: 0%;
  border-radius: 5px;
}

#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: 0;
  top: 50%;
  transform: translateY(-50%);
}

.alertMessageDiv {
  top: 50%;
  transform: translateY(-50%);
}

.wishListProductsDiv {
  height: auto;
  cursor: pointer;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  justify-content: space-between;
  /* margin-right: 30px; */
}

.heart {
  position: relative;
  height: 17px;
  width: 19px;
  cursor: pointer;
}

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

.searchButton {
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  background: white;
  align-items: center;
  border: 1px solid var(--variable);
  color: var(--variable);
  width: 575px;
  height: 47px;
}

.searchButton img {
  display: block;
  height: 20px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

/* .searchButton input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

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

.searchSite {
  /* margin-left: 15px; */
  height: 35px;
  font-size: 12px;
  color: #414042;
  width: 90%;
}

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

.searchContainer {
  width: 14px;
  height: 18px;
  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: baseline;
  top: unset;
  /* margin-right: 30px; */
}

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

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

.languageSelect {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  font-size: 15px;
  height: 24px;
  top: 0.1px;
  line-height: 25px;
  overflow: hidden;
  z-index: 1;
}

.languageSelect.open {
  overflow: visible;
}

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

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

.languageRow.notSelected {
  background: var(--white);
  color: var(--base);
  padding: 0 4px;
  left: -8px;
  top: 2px;
}

.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: 12px;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  left: 30px;
  font-size: 12px;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  border-radius: 0 !important;
  border-top: none;
  width: 120px;
  z-index: 1;
  border: 1px solid var(--secondary);
  color: var(--secondary);
}

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

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

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

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

.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: 20px;
  float: left;
  margin-right: 20px;
  top: 0.2px;
}

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

.selectedOption {
  width: 70%;
}

.pageCurrencySelect {
  height: 0;
  overflow: hidden;
  top: 25px;
  text-align: left;
  width: 120px;
  right: 17px;
  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: 11px 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;
}

.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

.lineEffectCenter.headerLink::before {
  bottom: -12.5px;
  height: 2px;
}

.lineEffectCenter::before {
  content: "";
  background: var(--secondary);
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -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);
  bottom: 5px;
}

.headerIndex#header .lineEffectCenter.headerLink::before {
  background: var(--secondary);
  height: 2px;
}

.expandedCategory.headerIndex {
  top: 158px;
}

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

.totalCategoryColumn {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  /* min-height: 270px; */
  background: white;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 0;
  /* width: 185px; */
  border-radius: 0 0 0 40px;
  border-bottom: 1px solid #4140421A;
  border-left: 1px solid #4140421A;
  border-right: 1px solid #4140421A;
}

.totalCategoryColumn a {
  color: var(--white);
}

.TwoCategorieContainer {
  width: fit-content;
  margin: 0 auto;
}

.categoryLevelTwoTitle {
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  padding: 5px 40px;
  font-weight: 500;
}

.categoriesMenuContainer:last-of-type {
    padding-bottom: 40px;
}



.categoryLevelTwoTitle.lineEffectCenter::before {
  bottom: 0;
}

.categoryLevelTwoContainer.lineEffectCenter::before {
  bottom: 0;
  height: 2px;
}

.categoryLevelTwoContainer {
  height: 30px;
  line-height: 30px;
  position: relative;
  display: flex;
  justify-content: start;
  width: 100%;
}

.categoryLevelTwoContainer:hover .arrowCat {
  opacity: 1;
}

.categoryLevelTwoTitle:hover {
  color: var(--secondary);
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0px;
  display: none;
  flex-direction: column;
  background: #F8F8F8;
  height: auto;
  width: fit-content;
  height: 240px;
  padding: 20px 10px 0;
  min-width: 220px;
  box-sizing: border-box;
  /* border-left: 1px solid; */
  border-radius: 0 0 40px 0;
  border-right: 1px solid #4140421A;
  border-bottom: 1px solid #4140421A;
  border-left: 1px solid #4140421A;
}

.hideCat {
  display: none !important;
}

.categoryLevelThreeContainer {
  width: 100%;
  display: flex;
  padding-top: 0;
  padding-left: 20px;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 14px;
  width: max-content;
  font-weight: 500;
  padding: 5px 5px;
  padding-left: 0;
  display: flex;
  height: 30px;
  align-items: center;
}

.categoryLevelThreeTitle:hover {
  color: var(--secondary);
}

.categoryLevelThreeTitle.lineEffectCenter::before {
  bottom: 0;
}

.categoryLevelThreeContainer.lineEffectCenter::before {
  bottom: 0;
  height: 2px;
}

.categoryLevelForthTitle {
  font-size: 12px;
  text-indent: 20px;
  position: relative;
  width: fit-content;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@keyframes rotate360 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate320 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.lineEffectLeft::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--base);
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

.lineEffectLeft:hover::after {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #content {
    max-width: unset;
    min-width: unset;
  }

  #topHiddenBar {
    min-width: unset;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }

  #mobileSearch::placeholder {
    color: white;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: var(--menu-height-mobile);
  }

  #mobileSearch::placeholder {
    color: white;
  }

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

  .cartMobile {
    position: absolute;
    right: 17%;
  }

  .headerMainCol {
    border: none;
    right: 0px;
    width: 97%;
    /* position: relative; */
    display: flex;
    align-items: center;
    /* margin-left: 35%; */
    height: fit-content;
  }

  #headerDummy {
    height: 93px;
  }

  #headerLogoContainer img {
    max-width: 180px;
    width: 110px;
    margin: 0 auto;
  }

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

  .cartContainer {
    height: 22px;
  }

  #alertMessageDiv {
    margin-top: 0;
    top: 50%;
  }
  .headerRow {
    transition: all 0.5s;
    height: 76px;
  }

  .searchButton {
    width: 100%;
    margin: auto;
    margin-top: 9px;
    /* margin: 9px; */
    margin: 9px 0 5%;
    display: none;
  }

  .searchButton.mostrar {
  }

  #fastAddToCartPopup {
    width: 40%;
    line-height: 20px;
    height: 25px;
  }

  .firstRowContainer {
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    height: auto;
  }

  input.searchSite {
    height: 40px;
  }

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

  #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: 11px;
    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: 31px;
    float: right;
    left: 15px;
    width: 20px;
  }

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

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

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

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

  .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: 70px;
    height: auto;
    position: relative;
    display: block;
    margin: 5px auto 0;
  }

  .searchMobileContainer {
    width: 100%;
    position: relative;
    /* margin: 70px auto 0px; */
    overflow: hidden;
  }

  .mobileMenuItems {
    overflow: auto;
    /* padding-top: 10px; */
    /* margin-top: 20px; */
    box-sizing: border-box;
    height: calc(100vh - 148px);
    /* margin-top: 75px; */
  }

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

  .topHeaderMobileIcons {
    /* width: calc(100% - 50px - 30px); */
    /* position: absolute; */
    top: 23.5px;
    display: flex;
    justify-content: flex-start;
    left: 20px;
    align-items: center;
    width: 100%;
    height: 76px;
    background: #4200C1;
    padding-left: 5%;
  }

  .topHeaderMobileIcons img {
    /* filter: invert(); */
  }

  .topHeaderMobileIcons .left {
    display: flex;
    align-items: flex-start;
    width: fit-content;
  }

  .topHeaderMobileIcons .right {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    width: fit-content;
  }

  .wishListProductsDiv img {
    position: relative;
    display: block;
    height: 20px;
  }

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

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

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

  #logoutMobile {
    margin-top: 2px;
    opacity: 0.7;
    color: white;
  }

  .headerShowLogin.login {
    margin-top: 2px;
    opacity: 0.7;
    color: white;
  }

  .userMobile img {
    height: 20px;
    display: block;
    top: 1px;
    position: relative;
  }

  #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: 35px;
    height: 35px;
    position: absolute;
    top: -6px;
    right: -8px;
  }

  .languageSelectArrow {
    filter: unset;
    width: 35px;
    height: 35px;
    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: 20px;
    height: 100vh;
    width: 100%;
    right: -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 {
    right: 0;
    box-shadow: 5px -3px 20px 5px rgb(0 0 0 / 5%);
    z-index: 5;
    background-color: white;
    top: 20px;
  }

  #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: 33px;
    right: 10px;
    width: 50px;
    height: 50px;
    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;
  }

  .searchMobileContainer {
    display: block;
    background: white;
  }

  .headerMobileMenuIcon.mobileElement.open {
    /* filter: invert(1); */
    top: 33px;
  }

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

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

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1.7px;
    width: 21px;
    background: white;
    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.open span {
    /* background: black; */
  }

  #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;
    border-bottom: 1px solid #4140424D;
    overflow: auto;
  }

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

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

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

  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    font-size: 16px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
    color: var(--base);
    padding-left: 30px;
    word-break: break-all;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 600;
  }

  .mobileMenuSubcategory:first-of-type {
    /* padding-top: 10px; */
  }

  .mobileMenuSubcategory:last-of-type {
    /* padding-bottom: 20px; */
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 22px;
    line-height: 60px;
    width: 15px;
    font-size: 14px;
    text-align: center;
    color: var(--white);
  }

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

  .mobileMenuSubcategory.open .mobileMenuSubcategories {
    background: #4140420D;
  }

  .mobileMenuSubcategory .mobileMenuSubcategories {
    padding-left: 0px;
    /* width: 100%; */
  }

  .open > a.mobileMenuLink.mobileMenuSubcategoryText {
    color: #4200C1;
  }

  .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-bottom: 1px solid #A3A7A8;
    margin: auto;
    display: flex;
    align-items: center;
  }

  #mobileSearchImg {
    position: absolute;
    float: left;
    height: 20px;
    left: calc(5% + 2px);
    /* filter: invert(); */
  }

  form#searchForm {
    width: calc(100% - 22px);
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: 100%;
    height: 53px;
    padding: 0;
    border-radius: 0;
    text-indent: 46px;
    font-size: 12px;
    background-color: transparent;
    color: var(--white);
  }

  #mobileSearch::placeholder {
    color: white;
  }

  #mobileSearch::-webkit-input-placeholder {
    color: var(--white);
    opacity: 0.7;
  }

  #mobileSearch:-moz-placeholder {
    color: var(--white);
    opacity: 0.7;
  }

  #mobileSearch::-moz-placeholder {
    color: var(--white);
    opacity: 0.7;
  }

  #mobileSearch:-ms-input-placeholder {
    color: var(--white);
    opacity: 0.7;
  }

  #mobileSearch::-ms-input-placeholder {
    color: var(--white);
    opacity: 0.7;
  }

  .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: 90%;
  }

  .cartMessageAceptar {
    width: calc(100% - 4px);
    margin-left: 0;
    margin-right: 0;
    line-height: 38px;
    height: 38px;
    border-radius: 6px;
  }

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    min-width: unset;
    margin-right: 22px;
    position: relative;
    display: block;
    padding-right: 2px;
    margin-top: 1px;
  }

  .cart {
    height: 17px;
  }

  .cartMobile .cart {
    /* filter: invert(); */
  }

  .menuCartMobile img {
    filter: invert(0);
  }

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

  .wishListQuantity {
    position: absolute;
    right: -8px;
    top: 2px;
    font-size: 13px;
  }

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

  .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: 40px;
    width: calc(80% - 40px);
    display: block;
    height: auto;
    font-size: 14px;
  }

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

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

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

  .headerLogo {
    width: 100px;
  }

  .viewAll {
    margin-top: 15% !important;
  }

  .mobileMenuSeeMore.open {
    color: var(--secondary);
  }

  .mobileMenuItem.open.active .mobileMenuLink:first-child {
    /* color: var(--secondary); */
  }

  .mobileMenuSubcategoryText {
    /* color: white !important; */
  }

  .mobileMenuItem.active .mobileMenuLink,
  .mobileMenuItem.active .mobileMenuSeeMore {
    /* font-weight: 500; */
  }

  a.menuCartMobile.mobileElement {
    margin-top: 2px;
  }

  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 50px;
    height: 50px;
    font-weight: var(--base-font-weight);
    text-transform: initial;
    font-size: var(--base-font-size);
  }
}

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

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