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

body {
  font-family: "RethinkSans";
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--black);
  background: #FFFAF5;
}

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

.btn-2 {
  /* font-size: var(--btn-font-size); */
  /* line-height: var(--btn-line-height); */
}

.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;
}
.leftItemsContainer,
.rightItemsContainer {
  display: flex;
  height: 100%;
  width: 100%;
  /* justify-content: left; */
  gap: 24px;
  font-size: var(--menu-font-size);
  align-items: center;
}

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

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

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  margin: 0 auto;
  min-height: 50vh;
  min-width: unset;
  background-color: var(--web-background);
  overflow: visible;
}

#header {
  height: var(--menu-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: #FFFAF5;
}
.headerPromoFijo {
  position: relative;
  background-color: black;
  width: 46%;
  height: 27px;
  float: right;
  display: flex;
  z-index: 10;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4%;
}

.redesImg img {
  height: 15px;
  margin: 3px 6px 0px;
}
#searchBar {
  height: auto;
  width: 70%;
  max-width: 600px;
  margin: auto;
  display: flex;
  background-color: #fcfaf9;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

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

.headerShowLogin {
  margin: 10px;
}

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

.headerPromoText {
  height: 27px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 200;
  /* text-align: left !important; */
  /* padding-left: 4vw; */
}

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

.headerRow {
  height: calc(110px - 29px);
  width: 90%;
  margin-top: 10%;
  +: 170px
  auto;
  display: flex;
  margin: 8px auto 0px;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  transition: all 0.2s;
  align-items: center;
}

.headerCol {
  position: relative;
  height: fit-content;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header ul.submenu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  position: absolute;
  background: var(--secondary);
  padding: 15px 20px;
  border: 1px solid;
  border-top: none;
  z-index: 1;
  top: 123px;
}
.submenuContainer {
  left: 0px;
  box-sizing: border-box;
  display: flex;
  /* gap: 20px; */
  /* height: 228px; */
  flex-direction: column;
  padding: 25px 0px;
  position: relative;
  height: -moz-available;
}

.submenuContainer li {
  padding-right: 125px;
  width: 190px;
  z-index: 2;
  font-size: 13px;
  text-transform: none;
  text-align: left;
  padding: 10px 0px 10px 28px;
  color: var(--base);
}

header ul.submenu li {
  line-height: var(--menu-line-height);
}

.

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

.tr-3:hover > .lineEffectCenter::before {
  width: 100%;
  left: 0%;
}

.sideMenu .tr-3:hover > .lineEffectCenter::before {
  width: 100%;
  left: 0%;
}

.menuArrow {
  width: 17px;
  margin-left: 5px;
  top: 2px;
  position: relative;
}
.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

.lineEffectCenter.categoryTwoTilte::before {
  bottom: 0px;
}

.lineEffectCenter.headerLink::before {
  bottom: 27px;
}

.lineEffectCenter::before {
  content: "";
  background: var(--base);
  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);
}

#searchBar {
  height: auto;
  width: 70%;
  max-width: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  margin-top: 10px;
}

.submenuContainer > li:hover > .sideMenu {
  animation: menuSlideIn 0.2s linear;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 30px 0px;
}

.sideMenu li:hover .sideMenu {
  animation: menuSlideIn 0.2s linear;
  display: flex;
  flex-direction: column;
}

.sideMenu {
  display: none;
  position: absolute;
  left: 46%;
  min-height: -webkit-fill-available;
  border: unset;
  border-top: 0;
  top: 0px;
  border: 3px solid #f3eee8;
  border-bottom: 1px solid #f4eee8;
  background-color: #F3EEE8;
  padding: 25px 0 25px 20px;
  height: -moz-available;
  height: -moz-available;
  /* box-sizing: unset; */
}

.sideMenu .sideMenu {
  min-width: 188px;
  background: #decfbb;
  width: auto;
}




nav.headerCol > ul > li:hover > ul {
  display: grid;
  animation: menuDropdown 0.3s ease-out;
  z-index: 10;
  top: 82px;
  left: -30px;
  /* position: fixed; */
  border: none;
  /* box-sizing: border-box; */
  /* width: 100%; */
  display: flex;
  gap: 20px;
  color: black;
  height: auto;
  min-height: 170px;
  padding: 0px 4%;
  background: #FFFAF5;
  flex-direction: column;
  height: -moz-available;
  transition: all 0.2s;
  border: 2px solid #F3EEE8;
  border-radius: 0px 0px 30px 30px;
}

header li:hover > ul {
  display: grid;
  /* gap: 20px; */
}

 {
  height: calc(var(--menu-height) - var(--menu-slider));
  display: inline-block;
  overflow: visible;
  line-height: calc(var(--menu-height) - var(--menu-slider));
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

.headerLink > a {
  padding: 0;
  position: relative;
}
header li
header nav a {
  /* padding: 2px 160px 10px 20px; */
  display: block;
  overflow: visible;
  text-decoration: none;
  width: -webkit-fit-content;
  float: left;
  width: -moz-fit-content;
  width: max-content;
  min-width: max-content;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

.submenuContainer a {
    position: relative;
}

.submenuContainer a:hover {
}

.categoriesContainer {
  display: flex;
  height: 100%;
  width: 100%;
  color: var(--menu-font);
  justify-content: flex-start;
  margin: auto;
  font-size: var(--menu-font-size);
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: fit-content;
  height: 100%;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
  color: var(--menu-font);
}
.firstCatDivider {
  position: absolute;
  border-right: 1px solid #00000030;
  height: 100%;
  top: 0px;
  left: 210px;
  z-index: 1;
}

img.cat1Img {
  position: absolute;
  right: -54px;
  height: 100%;
  top: 0px;
  width: 39%;
  object-fit: cover;
  opacity: 0;
}

header ul.submenu li:hover + img {
  opacity: 1;
}

.categoryLevelTwoContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: var(--secondary-font-weight);
  white-space: nowrap;
}

.categoryLevelTwoContainer.lineEffectCenter::before {
  background: #000;
  top: 21px;
}

.searchBarHeader {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  border-top: 1px solid;
  background: var(--web-background);
}

.searchBarHeader.openBar {
  top: 110px;
  z-index: 2;
}

.categoryArrow:after {
  content: "";
  width: 40px;
  background-image: url(../../files/arrow.svg);
  height: 40px;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -35px;
  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;
}

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

#headerLogoContainer {
  position: relative;
  /* width: 160px; */
  /* height: 100%; */
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

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

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


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

.expandedCategory {
  position: fixed;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  grid-template-columns: 1.2fr 1fr;
  background-color: #fff;
  z-index: 2;
  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 {
  flex-basis: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

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

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: var(--submenu-font);
  line-height: calc(var(--submenu-font-size) + 4px);
  font-size: var(--submenu-font-size);
}

.menuSubcategoriesContainer {
  width: calc(30% - 40px);
  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: 100%;
  display: block;
  min-height: 400px;
  /* float: right; */
  overflow: hidden;
  position: relative;
  height: 100%;
  object-fit: cover;
}

.menuSubcategories {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 17px 15px;
  margin-bottom: 20px;
}

.totalCategoryColumn {
  position: relative;
  box-sizing: border-box;
  display: grid;
  width: auto;
  grid-template-columns: auto auto auto;
  grid-template-rows:
    auto auto auto
    auto auto auto
    auto auto auto;
  column-gap: 13px;
  padding: 40px 40px 30px 40px;
}

.categoriesMenuContainer {
  width: 100%;
  height: auto;
}

a.categoryLevelTwoTitle {
  font-size: 15px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.totalCategoryColumn.hasCatLevel3Inside {
  grid-template-columns: 1.3fr 1.7fr;
}

.categoryThreeColumn {
  position: relative;
  box-sizing: border-box;
}

.categoryLevelThreeContainer {
  padding-left: 0rem;
  display: grid;

  =: 1.3fr 1.7fr;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  height: auto;
  /* display: flex; */
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  word-wrap: break-word;
  white-space: nowrap;
  text-transform: lowercase;
}
.categoryLevelThreeTitle::first-letter {
  text-transform: uppercase;
}

.categoryLevelThreeTitle.lineEffectCenter::before {
  background: #000;
  top: 21px;
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 4%;
  opacity: 0;
}

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

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

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

#alertMessageLogo {
  width: 170px;
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

#cartMessageDiv a.alertMessageAceptar {
  background-color: var(--fourth) !important;
  border: 1px solid var(--fourth);
  font-weight: 300;
  opacity: 1;
  color: white;
}

#cartMessageDiv a.alertMessageAceptar:hover {
  font-weight: 500;
  background-color: var(--base) !important;
  border-color: var(--base);
}

.alertMessageAceptar {
  position: relative;
  background-color: var(--fourth);
  border: 1px solid;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: var(
  --thir);
  color: var(
  --white);
  padding: 0 10px;
  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: 50px;
  font-weight: 500;
  border: 1px solid var(--fourth);
}

.alertMessageAceptar:hover {
  color: white;
  border-color: var(--base);
  background-color: var(--base) !important;
  opacity: 1;
}

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

#cartMessageDiv {
  margin-top: 20%;
}

.alertMessageMessage {
  font-size: calc(var(--base-font-size) + 2px);
  line-height: calc(var(--base-line-height) + 2px);
  color: #000;
  letter-spacing: 0;
}

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

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

.alertMessageDiv {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}

.wishListProductsDiv {
  height: 21px;
  cursor: pointer;
  position: relative;
  display: flex;
  color: #fff;
  margin: 10px 10px 10px 0px;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
}

.heart {
  position: relative;
  height: 15px;
  cursor: pointer;
}

.wishListQuantity {
     position: relative;
     font-size: 13px;
     line-height: 14px;
     height: 11px;
     display: flex;
     box-sizing: border-box;
     width: 11px;
     min-width: fit-content;
     color: var(--menu-font);
     top: 3px;
     text-transform: lowercase;
     /* border: 1px solid; */
     border-radius: 50px;
     padding: 0px 4px;
     align-items: center;
     justify-content: center;
}

.searchButton {
  display: flex;
  position: relative;
  cursor: pointer;
  margin: 10px;
}

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

.searchSite {
  background: transparent;
  width: 100%;
  height: 39px;
  font-size: 13px;
  text-indent: 29px;
}

#searchBar img {
  position: absolute;
  height: 15px;
  width: 15px;
}

.searchContainer {
  width: 148px;
  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: center;
  top: unset;
  height: 21px;
  margin: 11px 5px;
  min-width: fit-content;
}

.openCloseSearch {
  width: 21px;
  height: 21px;
}

.cart {
  height: 16px;
  display: block;
  position: relative;
}

.cartAmount {
  position: relative;
  font-size: 13px;
  line-height: 14px;
  right: unset;
  height: 11px;
  display: flex;
  box-sizing: border-box;
  /* width: 11px; */
  min-width: fit-content;
  color: var(--menu-font);
  top: 3px;
  text-transform: lowercase;
  /* border: 1px solid; */
  border-radius: 50px;
  padding: 0px 4px;
  align-items: center;
  justify-content: center;
}

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

.languageSelect {
  display: none;
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  font-size: 15px;
  height: 24px !important;
  top: 1px;
  line-height: 25px;
  overflow: hidden;
  z-index: 1;
  font-weight: 300;
  margin-left: 15px;
}

.languageSelect.open {
  overflow: visible;
}

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

.languageRow.selectedLanguage {
  margin-right: 20px;
}

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

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

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

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

.languageSelectArrow {
  position: absolute;
  width: 3.5px;
  height: auto;
  right: 4px;
  top: 7.5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.sideMenuBg {
  width: 100vw;
  height: 100%;
  background: #00000050;
  position: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
}

.fa,
.fas {
  font-weight: 900;
  color: var(--black);
}

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

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

.headerBar {
  width: 100%;
  height: 27px;
  text-align: center;
  color: var(--secondary);
  background: var(--base);
  line-height: 27px;
}

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

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

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--black);
  color: var(--white);
  font-weight: 500;
  border: 1px solid var(--black);
  border-bottom: 0;
}

.profileIcon {
  position: relative;
  display: block;
  height: 16px;
  cursor: pointer;
}

.profile {
  height: 23px;
  width: 23px;
}

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

.lineEffectCenter::before {
  content: "";
  background: var(--base);
  height: 1px;
  width: 0%;
  bottom: -3px;
  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);
}





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

.borderContainer {
  --b: 1px;
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%, var(--secondary) 0;
  background: conic-gradient(
        from 180deg at top var(--b) right var(--b),
        var(--_g)
      )
      var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
    conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0
      var(--_i, 200%) / var(--_i, var(--b)) 200% no-repeat;
  transition: 0.3s, background-position 0.3s 0.3s;
  cursor: pointer;
}

.borderContainer:hover {
  --_i: 100%;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  -o-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

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

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

.look-slider-left-arrow,
.look-slider-right-arrow {
  top: calc(50% + 20px) !important;
  border-radius: 50%;
}

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

@media screen and (max-width: 768px) {
  :root {
    --menu-height: 95px;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }
  header#header {
    height: 95px !important;
  }

  .headerMobileMenuIcon.open span {
    background: #000;
  }
  .headerPromo {
    width: 100% !important;
  }

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

  .headerPromoFijo {
    display: none;
  }

  .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);
  }
  .redesImg {
    height: 45px;
    display: flex;
    justify-content: center;
    padding: 7px 0px;
  }

  .redesImg .redImg {
    filter: invert(1);
    margin: 10px 10px;
    height: 20px;
  }
  .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: 0;
  }

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

  #header .right {
    /* position: absolute; */
    right: 1px;
    display: flex !important;
    align-items: center;
    height: 67px;
  }

  .headerRow {
    display: flex;
    width: 92%;
    height: 68px !important;
    margin: auto auto;
    flex-direction: row-reverse;
  }

  .headerPromoText {
    font-size: 14px;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    padding-left: 5vw;
  }

  #headerMobileMenu img.cart,
  #headerMobileMenu img.heart {
    /* filter: invert(1); */
    height: 16px;
  }

  div#headerMobileMenu .cartAmount,
  div#headerMobileMenu .wishListQuantity {
    color: var(--base);
  }

  div#mobileSearchBar img {
    filter: invert(1);
  }

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

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

  .cart {
    position: relative;
  }

  .cartContainer {
    height: 22px;
  }

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

  .cartAmount {
    position: relative;
    right: unset;
    margin-left: 5px;
    /* top: -5px; */
    line-height: 14px;
    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: 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: 6px;
    float: right;
    left: 0;
    width: 20px;
  }

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

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 20px;
    left: 0;
    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: 0;
    top: 13px;
  }

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

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

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

  .languageRow.notSelected {
    left: -4px;
    font-size: 13px;
    width: 70%;
  }

  .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: absolute;
    margin: 63px auto 0;
    overflow: hidden;
    right: 0px;
  }

  .mobileMenuItems {
    overflow: auto;
    box-sizing: border-box;
    height: calc(100dvh - 92px);
    margin-top: 67px;
    border-top: 1px solid #d6d6d6;
    z-index: 10;
    position: relative;
    background: var(--web-background);
  }

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

  .topHeaderMobileIcons {
    width: calc(87% - 15px);
    position: absolute;
    right: 4%;
    top: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .topHeaderMobileIcons .left {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row-reverse;
  }

  .topHeaderMobileIcons .right {
    display: flex;
    height: auto;
    /* margin-right: 9px; */
    align-items: center;
  }

  .languageSelect {
    margin-left: 10px;
  }

  .languageRow.selectedLanguage p {
    color: #000;
    margin-right: 25px;
    font-size: 13px;
  }

  .userMobile {
    /* margin-right: 8px; */
    height: auto;
    display: flex;
    flex-direction: row;
    height: 18px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    line-height: 23px;
  }

  .userMobile span {
    position: relative;
    font-size: 15px;
    margin-right: 0;
  }

  .userMobile a:first-of-type {
    display: flex;
    align-items: center;
    /* margin-right: 10px; */
    text-align: center;
    line-height: 18px;
    /* margin-top: 2px; */
  }
  .left .userMobile a:first-of-type {
    margin-right: 6px;
  }

  #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: 5px;
    height: auto;
    top: 6.5px;
    right: 18px;
  }

  .headerBar {
    font-size: calc(var(--base-font-size) - 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;
    height: calc(100dvh - 27px);
    width: 100%;
    border-top: 1px solid #000;
    left: -100%;
    background-color: var(--web-background);
    z-index: 5;
    overflow: hidden;
    top: 27px;
    -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;
    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: 48px;
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 6;
    left: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    cursor: pointer;
  }

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


  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 21px;
    background: var(--black);
    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;
    /* border-bottom: 1px solid #d6d6d6; */
  }

  .mobileMenuItem:first-of-type {
    border-top: none;
  }

  .menuMobileLine {
    width: 100%;
    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: 70px;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(72%);
    font-size: 13px;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
    color: var(--base);
    padding-left: 8vw;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    text-transform: uppercase;
  }

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

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    /* text-transform: uppercase; */
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    padding: 0px 15px;
    line-height: 60px;
    height: auto;
    width: 30px;
    font-size: 17px;
    text-align: center;
    /* font-weight: var(--secondary-font-weight); */
    color: var(--base);
  }

  .mobileMenuSeeMore.two {
    height: 40px;
    line-height: 40px;
    margin-right: -5px;
  }

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

  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 60px;
    height: 60px;
    font-weight: 400;
    text-transform: initial;
    padding-left: 60px;
    width: calc(100% - 120px);
  }

 .mobileMenuItem.open > .mobileMenuLink {
    font-weight: 700;
}

.mobileMenuSubcategories .mobileMenuLink {
    padding-left: 10vw;
    width: fit-content;
}



.mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuLink {
    padding-left: 14vw;
}

.mobileMenuItems > .mobileMenuItem {
    border-bottom: 1px solid #F3EEE8;
}
  .mobileMenuSubcategory .mobileMenuSubcategory {
    background: white;
  }

  .mobileMenuSubcategory
    .mobileMenuSubcategories
    .mobileMenuSubcategory
    .mobileMenuLink.mobileMenuSubcategoryText {
    /* padding-left: 85px; */
  }
  a.mobileMenuLink.mobileMenuSubcategoryText.bold {
    font-weight: 800;
  }
.mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuSubcategories, .mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuSubcategory {
    background: #F3EEE8;
}

.mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuSubcategories .mobileMenuLink {
    padding-left: 17vw;
}
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
    background: #F3EEE8;
  }

  .mobileMenuSubcategories.two {
    width: 80%;
    padding-left: 40px;
  }

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

  .categoryLevelThreeContainer .mobileMenuSubcategory {
    padding: 10px 0;
  }

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

  .mobileMenuCategoryLevelThree {
    border-bottom: none;
  }

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

  #mobileSearchImg {
    position: absolute;
    float: left;
    height: 14px;
    margin-right: 10px;
    left: 7%;
  }

  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 22px);
    height: 59px;
    padding: 0;
    border-radius: 0;
    text-indent: 60px;
    font-size: 14px;
    background-color: transparent;
    color: var(--menu-font);
  }

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

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

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

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

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

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

  .menuCartMobile {
    margin-right: 8px;
    min-width: fit-content;
    position: relative;
    margin-left: 11px;
    display: flex !important;
    align-items: flex-start;
  }

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

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    position: relative;
    height: 19px;
    width: fit-content;
    margin-left: 10px;
    margin-right: 6px;
    overflow: visible;
    font-size: 13px;
  }

  .wishListQuantity {
    position: relative;
    right: unset;
    /* margin-left: 5px; */
    top: unset;
    line-height: 14px;
    font-size: 13px;
  }

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

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

  #cartMessageMessage {
    margin-bottom: 15px;
  }

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

  .whatsAppWebContainer.open {
    bottom: 10px;
  }

  .profileImgMobile {
    height: 16px;
    position: relative;
    /* padding-right: 10px; */
    margin-right: 7px;
  }

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

  #logoutMobile {
    text-align: center;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 8px;
  }

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

  #headerLogoContainer a {
    width: fit-content;
  }

  #headerLogoContainer {
    overflow: hidden;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-bottom: 0px !important;
    top: 0px;
    height: 67px;
    align-items: center;
  }
  .headerRow #logoutMobile {
    display: none;
  }

  .headerRow .profileImgMobile {
    filter: unset;
    height: 14px;
    margin-right: 0px;
  }

  .searchBarHeader.tr-4.openBar {
    top: 95px !important;
  }

  .searchBarHeader {
    position: relative;
    border-top: 0px;
    border-bottom: 1px solid #d6d6d6;
  }

  div#searchBar {
    margin: auto;
    margin-top: 6px;
    border-bottom: 0px;
    width: 85%;
    margin-bottom: 6px;
  }

  input.searchSite {
    height: 36px;
    text-indent: 28px;
  }

  #searchBar img {
    height: 14px;
    width: auto;
  }

  .topHeaderMobileIcons {
    width: 80%;
    /* right: 13%; */
    margin-top: 12px;
  }

  .headerCol {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin-left: 2%;
    height: -webkit-fill-available;
    justify-items: center;
    align-items: center;
  }
}

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

  #headerMobileMenu {
    height: 100%;
    padding: 75px 40px 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1100px) {
  .btn-1:hover {
    color: var(--btn-font-hover);
    background-color: var(--btn-hover);
    border: 1px solid var(--btn-border-hover);
  }
}
