body {
  background: var(--web-background);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;

  font: inherit;
  color: inherit;
  cursor: pointer;

  box-shadow: none;
  outline: none;
}
::-webkit-scrollbar {
  display: none;
}
#content {
  background-color: var(--web-background) !important;
  min-height: 58vh;
  overflow: visible;
}
.main-tr {
  -webkit-transition: all var(--transitionTime);
  -o-transition: all var(--transitionTime);
  transition: all var(--transitionTime);
}
.btn-1 {
  color: var(--button-font-color);
  background-color: var(--secondary);
  text-transform: uppercase;
  border-radius: var(--border-radius);
  display: flex;
  width: auto;
  padding: 19px 20px;
  font-size: var(--base-font-size);
}
.btn-1 img {
  margin-left: 16px;
  filter: invert(1);
}

.btn-2 {
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  color: var(--base);
}

.rightSection {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 100%;
}

div#rightHeaderOptions img {
  height: var(--header-icons-height);
  display: block;
}

#header {
  min-width: unset;
  width: 100%;
  transition: background 0.18s;
  display: block;
  background-color: var(--web-background);
  position: fixed;
  box-shadow: none;
  z-index: 9;
  font-size: var(--menu-font-size);
}

#headerPromoText {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 8px 0px;
  font-weight: 100;
}

#headerPromo {
  text-align: center;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: var(--base);
}

.hedeRef {
  text-decoration: none;
  color: white;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  grid-template-columns: 1fr auto 1fr;
  margin: auto;
  width: var(--web-container);
  display: grid;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--menu-height) - var(--promo-height));
}

#headerLogoImg {
  width: 88px;
}

#headerWrapper {
  display: inline-block;
  width: auto;
}
/* Inicio del search */

body.openSearchBar {
  overflow: hidden;
}

#searchBarContainer {
  top: 50%;
  left: 50%;
  z-index: 10;
  height: auto;
  position: absolute;
  transform: translate(-50%);
}
input.searchSite {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
}

input.searchSite::placeholder {
  color: white;
}

#searchBarSlider {
  width: 100%;
  height: 100%;
}

.searchBackground {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: rgba(33, 31, 29, 0.2);
  transition: opacity 0.2s;
  opacity: 0;
}
.searchBackground.openSearchBar {
  opacity: 1;
  z-index: 10;
}

.searchIcon {
  float: left;
  font-size: 15px;
  z-index: 1000;
  height: 25px;
  width: auto;
  cursor: pointer;
  left: 13px;
  position: absolute;
}

#searchBar {
  width: 48vw;
  max-width: 860px;
  position: absolute;
  margin: auto;
  z-index: 100;
  height: 50px;
  left: 50%;
  background: var(--web-background);
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  margin-top: -10vh;
}

div#searchBar.openSearchBar {
  margin-top: calc(var(--menu-height) + (var(--menu-height) / 3));
}

#searchBarIconDesktop {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer;
}
.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer;
}
#searchButton {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer;
}

#searchSite {
  width: 100%;
  margin: auto 0px;
  height: 100%;
  padding: 0px;
  font-size: 14px;
  line-height: 27px;
  background: transparent;
  text-align: left;
  border: none;
  text-indent: 43px;
  letter-spacing: 0px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--lighter-base);
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--lighter-base);
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--lighter-base);
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--lighter-base);
}

#searchSite::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--lighter-base);
}

.searchIconContainer {
  float: right;
  width: 32px;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-left: 8px;
  height: 40px;
}
/* Fin del search */

#alertMessageMessage {
  letter-spacing: 0px !important;
  font-size: 13px;
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: white;
  color: black;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 13px;
}

.headerMark {
  width: 100%;
  background-color: #245472;
  height: 8px;
  margin: 0px auto;
  margin-top: 79px;
  position: absolute;
  z-index: 9999;
  display: none;
  margin-left: -10px;
}

.headerLink:hover .headerMark {
  display: block;
}

@-webkit-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@-o-keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

@keyframes sale-effect {
  0% {
    color: black;
  }
  50% {
    color: rgb(239, 99, 60);
  }
  100% {
    color: black;
  }
}

.headerOptions {
  float: left;
  display: flex;
  gap: 30px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.headerLink {
  font-size: var(--menu-font-size);
  text-transform: uppercase;
  color: var(--base);
  line-height: 23px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
}

.shopLink {
  text-transform: none;
}

.cartIcon {
  float: left;
  /* margin-left: 36px; */
  margin-right: 35px;
  font-size: 33px;
  color: white;
  margin-top: 21px;
}

.profileIcon {
  float: left;
  margin-left: 26px;
  margin-right: 20px;
  margin-top: 21px;
}

.profileIcon:hover {
  cursor: pointer;
}

.rightContent {
  width: fit-content;
  float: right;
}

#headerSeparatorBar {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  height: 50px;
  margin-top: 16px;
}

#headerMainBar {
  width: 100%;
  float: left;
  min-width: 1100px;
}

.headerLogoContainer {
  display: flex;
  justify-content: center;
}

#rightHeaderOptions,
.topMenuItems {
  height: 100%;
  color: var(--base);
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  justify-content: flex-end;
}
.headerPromoText {
  padding: 5px 0;
  line-height: var(--base-line-height);
}

.leftSection {
  display: flex;
  align-items: center;
  gap: 110px;
}

@media screen and (min-width: 1201px) {
  /* Desktop header visual update */
  #header {
    background: linear-gradient(#ff5b00 0 16px, var(--web-background) 16px 100%);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  }

  #headerLogo {
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    padding-top: 16px;
    box-sizing: border-box;
  }

  #headerLogoImg {
    width: 42px;
  }

  .headerLogoContainer {
    justify-content: flex-start;
  }

  .leftSection {
    gap: 26px;
    width: 100%;
  }

  .headerOptions {
    gap: 26px;
    justify-content: flex-start;
  }

  .headerLink {
    font-size: 12px;
    line-height: 16px;
  }

  #rightHeaderOptions {
    gap: 14px;
  }

  #searchBarIconDesktop {
    width: clamp(180px, 25vw, 360px);
    height: 36px;
    padding: 0 14px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    justify-content: flex-start;
    gap: 10px;
  }

  #searchBarIconDesktop span {
    color: #787878;
    font-size: 12px;
    text-transform: none;
  }

  .searchIconBar {
    width: 14px;
    height: 14px;
    opacity: 0.75;
  }

  #headerMessageBar {
    background-color: #111111;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 0;
  }
}

.mediaLogoContainer {
  width: 25px;
  float: left;
  margin-left: 3px;
  margin-right: 8px;
  margin-top: 18px;
  transition: margin 0.5s;
}

.mediaLogoImg {
  width: 25px;
}

.mediaLogoContainer:hover {
  margin-top: 10px;
}

#headerFacebook,
#headerInstagram {
  position: relative;
  float: left;
  height: 27px;
  margin-top: 20px;
  margin-left: 60px;
  cursor: pointer;
}

#headerCart {
  position: relative;
  float: left;
  top: unset;
  min-width: 75px;
  height: unset;
}

#headerCart:hover {
  font-weight: 600;
}

#headerCartHover {
  position: relative;
  vertical-align: top;
  float: left;
  height: 22px;
  margin-top: 4px;
  cursor: pointer;
  margin-left: 15px;
  display: none;
}

#headerCart2:hover #headerCart {
  display: none;
}

#headerCart2:hover #headerCartHover {
  display: inline-block;
}

#headerCart2 {
  position: relative;
}

#headerWishlist2,
#headerCart2 {
  position: relative;
  float: left;
  gap: 6px;
  display: flex;
  font-size: 11px;
  height: var(--header-icons-height);
}

.discountsContainer {
  position: fixed;
  top: -190px;
  transition: top 1s ease;
  z-index: 4;
  justify-content: space-between;
  display: flex;
  height: 210px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100vw;
  padding: 80px 4vw 20px;
  box-sizing: border-box;
  background: var(--gris);
  border-radius: 30px;
  align-items: flex-start;
}

.discountsContainer.openDiscount {
  top: 55px;
}

.viewMoreDiscounts {
  color: var(--base);
  display: flex;
  gap: 60px;
  width: fit-content;
  font-size: 12px;
  padding-left: 7px;
  cursor: pointer;
  transition: gap 0.5s ease-out;
}

.viewMoreDiscounts:hover {
  gap: 80px;
}

.discountBrand {
  background: var(--white);
  display: flex;
  width: 120px;
  padding: 0px 5px;
  height: 70px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid var(--crema);
}

.discountBrand img {
}

.viewMoreDiscounts img {
  width: 20px;
}

.discountLeft {
  color: var(--base);
  margin-top: 8px;
}

.discountTitle {
  font-family: var(--secondary-font-family);
  font-size: 50px;
}

.discountText {
  font-size: 14px;
  margin-top: 15px;
}
.discountRight {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.discountBrands {
  display: flex;
  gap: 20px;
}

.cartAmount {
  display: inline-block;
  position: absolute;
  background: none;
  background-color: #ffffff;
  width: 13px;
  border-radius: 92px;
  text-align: center;
  font-size: 11px;
  margin-top: 9px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding: 0px;
  font-weight: bold;
  color: #132357;
  margin-left: 3px;
  float: right;
  right: 21px;
  height: 13px;
  line-height: 12px;
  top: 7px;
}

.profileDiv {
  cursor: pointer;
}

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

#accountOptions1:hover #dialogIconTriangle1 {
  display: block;
}

.myProfile {
  float: left;
  letter-spacing: 2px;
  font-size: 11px;
  color: #b4a193;
  margin-top: 7px;
  margin-left: 20px;
  cursor: pointer;
}

.profileDiv:hover #headerProfile {
  display: none;
}

.profileDiv:hover #headerProfileHover {
  display: inline-block;
}

#headerProfile {
  position: relative;
  float: left;
  height: 22px;
  margin-top: 17px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 15px;
  display: inline-block;
}

#headerProfileHover {
  position: relative;
  display: none;
  float: left;
  height: 22px;
  margin-top: 17px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.categoriesCentered {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  width: 230px;
  padding: 40px 30px 60px 60px;
}

.levelThreeContainer a:not(.seeAll) {
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.levelThreeContainer:hover {
  display: block;
}

.categoryLevelTwoContainer {
  width: 180px;
  padding: 20px 0px;
}

a.categoryLevelThreeTitle:hover,
a.seeAll:hover {
  font-weight: bold;
}
.levelThreeContainer .seeAll {
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-weight: 600;
}

.categoryLevelTwoImage {
  float: left;
  width: 300px;
  margin-top: 24px;
  margin-left: 40px;
}

.verticalSeparatorHeader {
  width: 1px;
  float: left;
  height: 90%;
  background-color: white;
  margin-top: 16px;
}

.categoryLevelTwoTitle {
  position: relative;
  width: 180px;
  text-align: left;
  margin-top: 0;
  cursor: pointer;
  text-transform: none;
}

.categoryLevelOneTitle {
  position: relative;
  width: 90%;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  background-color: #245472;
  cursor: pointer;
  font-weight: bold;
  text-transform: none;
}

.categoryLevelOneTitle {
  position: relative;
  width: 95%;
  text-align: left;
  color: #efb463;
  padding-left: 10px;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  cursor: pointer;
  font-weight: bold;
  text-transform: none;
  overflow: visible;
}

#categoryBlock {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  padding-left: 11px;
  /*border: 1px solid;*/
  height: 20px;
  margin-top: 10px;
}

#discountIcon {
  cursor: pointer;
  height: var(--header-icons-height);
}

#categoryBlock {
  display: inline-block;
  width: 154px;
  margin-right: 7px;
  padding-left: 7px;
  /*border: 1px solid;*/
  height: 20px;
  margin-top: 6px;
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
  display: block;
  width: 0;
  height: 7px;
  background: white;
  transition: width 0.3s;
}

.showMore {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #808285;
}

.categoryLevelTwoTitle:hover {
  font-weight: bold;
}

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

.topRightBar {
  float: right;
  width: fit-content;
  margin-top: 12px;
  margin-right: 20px;
}

.languages {
  float: left;
  color: black;
  margin-top: 4px;
}

#language {
  background-color: white;
  width: 30px;
  border: none;
  font-size: 12px;
}

.signInContainer {
  font-size: 13px;
  width: auto;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 6px;
  cursor: pointer;
  color: black;
  text-align: center;
}

.cart {
  float: left;
  margin-left: 16px;
}

.alertMessageLogo {
  width: 100px;
}

.alertCloseIcon {
  color: #000000;
}

.alertMessageMessage {
  font-size: 13px;
  color: #928e8e;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

#cartMessageButtonsWrapper {
  float: none;
  width: 370px;
  margin: 0 auto;
}

.cartMessageAceptar {
  width: 55%;
  font-size: 12px;
}

#cartMessageDiv {
  overflow: hidden;
  width: 420px;
  padding: 0 0 0 0;
  height: 350px;
  top: calc(50% - 252px);
  margin-top: 0px;
  padding-top: 25px;
  border: none;
  padding-bottom: 20px;
}

#alertMessageLogo,
.alertMessageLogo {
  max-width: 120px;
  content: url("../../files/logo.svg");
}

.alertMessageAceptar {
  background-color: var(--base);
  border: 1px solid var(--base);
  color: #ffffff;
  line-height: 36px;
  border-radius: 0px;
  margin-top: 25px;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: none;
  -webkit-transition: all var(--transitionTime);
  -o-transition: all var(--transitionTime);
  transition: all var(--transitionTime);
}

#alertMessageDiv {
  border: none;
  padding-top: 20px;
}

.alertMessageAceptar:hover {
  background-color: transparent;
  border: 1px solid var(--base);
  color: var(--base);
  opacity: 1;
}

.alertMessageClose {
  right: 10px;
}

.cartMessageAceptar {
  line-height: 35px;
  height: 35px;
  margin: 0 auto;
  text-transform: none;
  border-radius: 0px;
  font-weight: 300;
  display: block;
  float: none;
  text-transform: uppercase;
  margin-top: 13px;
}

#cartMessageButtonsWrapper {
  width: 364px;
}
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;
}
.headerCategoryMarker {
  width: 6px;
  position: absolute;
  margin-left: -12px;
  margin-top: -2px;
  display: none;
}

.categoryLevelTwoTitle:hover .headerCategoryMarker {
  display: block;
}

.headerBanner {
  width: 100%;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 11px 0px 10px 0px;
  color: #ffffff;
  font-weight: 500;
  background: var(--base);
  align-items: center;
}

.categorySecondColumn {
  float: left;
  width: 0;
  margin-top: 60px;
}

.categoryLevelTwoHeaderContainer {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 4%;
}

a.cateogoryLevelTwoHeader {
  display: flex;
  margin-left: 20px;
  flex-direction: column;
  width: 305px;
  align-items: center;
  margin-top: 64px;
  color: black;
}

a.cateogoryLevelTwoHeader div:last-child:hover {
  font-weight: 700;
}

.titleAndCategoriesContainer {
  /* width: fit-content; */
  height: 100%;
  float: left;
  max-width: 590px;
}

.cateogryImgTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

a.cateogoryLevelTwoHeader div:nth-child(3) {
  font-size: 14px;
  text-decoration: underline;
}

.categoryImg {
  top: 11%;
  right: 0%;
  float: unset;
  top: 0;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.categoryOneTitle {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #bdbdbd;
}

.categoryImg img {
  height: 100%;
  /* width: 93%; */
}

.headerSeparatorLine {
  width: 1px;
  float: left;
  margin: 35px calc(5% - 2px) 0px;
  height: 88%;
  background-color: #b3b3b3;
}

.categoryColumTop {
  display: none !important;
  display: grid;
  grid-template-columns: auto;
  height: auto;
}

.categoryColumBottom {
  width: fit-content;
  display: grid;
  grid-template-columns: auto;
  height: auto;
  margin-top: 13px;
}

.categoryColumBottom .categoryLevelTwoTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 0px;
}

.btnColor {
  color: #ffffff;
  border: 1px solid var(--base);
  background: var(--base);
  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;
}

.btnColor:hover {
  background: transparent;
  color: var(--base);
}

.tr-all {
  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;
}

#covidFixedContainer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#covidMessageDiv {
  position: relative;
  width: 600px;
  height: auto;
  overflow: hidden;
  background-color: white;
  max-width: 90%;
  border-radius: 5px;
}

#covidPopupImg {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

#covidCloseDiv {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #039149;
  cursor: pointer;
}

#dialogIconTriangle1 {
  right: 0px;
  top: 6px;
  color: var(--base);
  position: absolute;
  text-transform: uppercase;
}

#myProfileUser1,
#logoutUser1,
#myProfileUser2,
#logoutUser2 {
  top: 14px;
  line-height: 30px;
  color: var(--base);
  border: 1px solid var(--base);
  font-size: unset;
}
#myProfileUser1,
#myProfileUser2 {
  width: 130px;
  border-radius: 5px 5px 0px 0px;
}

#logoutUser1,
#logoutUser2 {
  width: 130px;
  border-radius: 0px 0px 5px 5px;
}
.levelThreeContainer {
  display: none;
  position: absolute;
  width: 610px;
  background: #ffffff10;
  left: 100%;
  top: 0px;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 44px;
}
.categoryLevelThreeTitle {
}

#myProfileUser1:hover,
#logoutUser1:hover,
#myProfileUser2:hover,
#logoutUser2:hover {
  background-color: var(--base);
  font-weight: var(--base-font-weight);
}

#headerPromoText p {
  display: inline-block;
}

#headerWishlist {
  position: relative;
  float: left;
  margin: 0 10px;
  min-width: 80px;
}

#headerWishlist:hover {
  font-weight: 600;
}

.headerWishlistIcon {
  position: absolute;
  top: 2.5px;
  height: 20px;
  left: 2.5px;
}

.headerWishlistIcon.hoverIcon {
  opacity: 0;
  height: 22px;
  top: 2px;
  left: 1px;
}

#headerWishlist:hover .headerWishlistIcon.hoverIcon {
  opacity: 1;
}

.alertMessageDiv {
  border-radius: 0px;
}

.alertMessageInput {
  border-radius: 0px;
}

/* top hidden bar */

.searchHeaderContainer {
  position: relative;
  width: 42%;
  color: white;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #000000;
  z-index: 100;
  transition: width 1.1s;
  height: 43px;
  margin: 15px 9%;
}

.searchBarHeader {
  z-index: 1;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  z-index: 1;
  color: black;
  width: unset;
  font-size: unset;
  height: unset;
}

#accountOptions1:hover {
  height: unset;
}

.profileHeader,
.headerLogout {
  width: auto;
  position: absolute;
  right: -30px;
  text-transform: uppercase;
  font-size: calc(var(--menu-font-size) - 3px);
}

.profileHeader {
  top: 10px;
}

.headerLogout {
  top: 41px;
}

.headerOption.selectedCategoryOne {
  border-bottom: 1px solid;
}

.expandedCategory {
  position: fixed;
  top: calc(var(--menu-height) - 1px);
  display: none;
  width: 100%;
  height: auto;
  border-top: 1px solid var(--lines-border-color);
  left: 0px;
  color: var(--lighter-base);
  font-size: var(--menu-font-size);
  text-transform: uppercase;
  justify-content: space-between;
  background-color: var(--web-background);
  z-index: 5;
  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;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
figure.expandedMedia {
  padding: 40px calc((100% - var(--web-container)) / 2) 40px;
}

.menuSubcategoriesContainer {
  width: fit-content;
  padding: 40px calc((100% - var(--web-container)) / 2) 40px;
  float: left;
  height: auto;
  box-sizing: border-box;
  position: relative;
  max-width: 60%;
}
.menuSubcategories {
  display: grid;
  grid-template-rows: repeat(var(--cols), 1fr);
  grid-auto-flow: column;
  gap: 34px 38px;
  width: 100%;
}
.categoryColumn {
  cursor: pointer;
  height: auto;
  width: auto;
  overflow: hidden;
  justify-content: space-between;
}
.categoryColumn img {
  margin-left: 10px;
  opacity: 0;
}

.categoryTwoTilte {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: var(--submenu-font-size);
}
.categoryThreeContainer {
  position: absolute;
  left: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 0px;
  padding-left: 4vw;
  border-left: 1px solid var(--lines-border-color);
  box-sizing: border-box;
  display: none;
  height: 100%;
}
@supports (-webkit-appearance: none) {
  .categoryThreeContainer {
    width: clamp(280px, 60vw, 900px);
  }
}

.categoryThreeContainer.open {
  display: block;
}

.categoryThree {
  display: grid;
  width: auto;
  gap: 20px 38px;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
      justify-content: start;
}

a.categoryThreeTitle {
  min-width: max-content;
  height: auto;
  width: fit-content;
  position: relative;
}
/* custom popups */
.popupCustomContainer {
  position: fixed;
  display: flex;
  z-index: 10;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  inset: 0px;
  transition: all var(--transitionTime);
  background: rgba(33, 31, 29, 0.2);
}

.popupCustomContainer.show {
  opacity: 1;
  visibility: visible;
}
.popupData {
  max-width: var(--web-container);
  box-sizing: border-box;
  display: flex;
  width: fit-content;
  overflow-x: auto;
  pointer-events: none;
  font-size: var(--base-font-size);
  color: var(--base);
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
}

.search-results {
  box-sizing: border-box;
  position: fixed;
  max-width: 860px;
  width: 48vw;
  margin: 0 auto;
  top: calc((var(--menu-height) + (var(--menu-height) / 3)) + 60px);
  left: 0;
  background: white;
  right: 0;
  max-height: calc(100vh - calc((var(--menu-height) + (var(--menu-height) / 2)) + 100px));
}
.search-hit:not(.marca-hit) {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 60px 1.2fr 0.7fr 70px;
  margin: 0 auto;
  gap: 10px;
}
.search-hit-info {
  width: 100%;
  display: grid;
  gap: 3px;
}
.search-buy-button {
  height: auto;
  background: transparent;
  color: var(--base);
  width: auto;
  text-decoration: underline;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 0;
}
.search-hit-price {
  margin-right: 0;
  text-align: left;
  font-size: var(--base-font-size);
}
.search-hit-view-all {
  font-weight: 400;
}
.search-hit-img {
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
.search-hit-sku {
  display: none;
}
.search-hit-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.brand-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
  width: calc(100% - 40px);
  margin: 0px auto;
}
.brand-results.noResults,
.product-results.noResults {
  text-align: center;
  grid-template-columns: repeat(1, 1fr);
}
.algolia-products-title {
  grid-column: 1 / 6;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--aux-font-weight);
  background: var(--base);
  color: var(--base-aux);
}
.marca-hit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-results .search-hit:first-of-type {
  border-top: 1px solid #d9d9db;
}
.marca-hit .marca-hit-title {
  display: none;
}
.marca-hit {
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 20px 0;
  border: unset;
}
.algolia-products-title:not(.algolia-brands-title) {
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--aux-font-weight);
  border-bottom: 1px solid var(--lines-border-color);
  padding-bottom: 10px;
  margin-top: 10px;
  display: none;
}
.search-hit-client {
  font-weight: var(--base-font-weight);
  line-height: 16px;
  font-size: 12px;
  margin: 0;
  height: auto;
}
.algolia-brands-title.algolia-products-title {
  padding-bottom: 10px;
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
  display: none;
}
.search-hit-title {
  height: auto;
  overflow: hidden;
  max-height: 45px;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .mobileCartTxt {
    font-size: 12px;
  }

  #headerPromo {
    height: 30px;
  }
  .cerrar.mobileElement {
    color: var(--base);
    position: absolute;
    right: 40px;
    top: 24px;
    font-size: 13px;
  }
  .search-results {
    width: 90vw;
    top: calc((var(--menu-height) + (var(--menu-height) / 3)) + 50px);
    margin-top: 6px;
  }
  .viewMoreDiscounts {
    background: var(--white);
    border-radius: 40px;
    border: 1px solid var(--crema);
    padding: 0px 23px;
    justify-content: space-between;
  }
  #headerPromoText,
  .headerBanner {
    padding: 0px;
    height: 20px;
  }
  #content {
    top: 0px;
    max-width: unset;
    min-width: unset;
  }
  .right input.searchSite {
    color: black;
  }
  .discountsContainer {
    width: 90%;
    margin-left: 5%;
    height: 80dvh;
    flex-direction: column;
    padding: 45px 34px 34px 34px;
    justify-content: flex-start;
    gap: 40px;
    top: -84vh;
  }

  .discountsContainer.openDiscount {
    top: 110px;
  }

  .discountBrands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .discountRight {
    width: 100%;
    justify-content: space-between;
    height: 100%;
  }

  .discountBrand {
    width: 100%;
    box-sizing: border-box;
  }
  .right input.searchSite::placeholder {
    color: black;
  }
  #headerPromoText p {
    display: inline-block;
  }
  #header {
    position: fixed;
  }
  #headerMobileLogo {
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
  }
  .alertMessageMessage {
    margin-bottom: 16px;
    margin-top: 13px;
  }
  .mediaLogoImg {
    width: 18px;
    margin-left: 15px;
    margin-top: 19px;
  }
  #headerCart {
    position: relative;
    width: 18px;
    margin-top: 16px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    height: auto;
  }
  .cartAmount {
    width: 12px;
    float: none;
    margin-top: 30px;
    background: #dacec3;
  }
  #headerMobileIcons {
    float: right;
    width: fit-content;
    display: flex !important;
    margin-right: 60px;
    text-align: right;
    gap: 16px;
    color: white;
    z-index: 100;
    position: relative;
    margin-top: 28px;
    align-items: center;
  }
  .cartContainer {
    float: right;
    width: 51px;
  }
  .cartIcon {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
  }
  #headerMobileMenuIcon {
    width: 19px;
    height: 20px;
    position: fixed;
    float: left;
    top: 54px;
    right: calc((100% - var(--web-container)) / 2 - 4px);
    -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;
    cursor: pointer;
    z-index: 11;
  }
  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    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;
  }
  #headerMobileMenuIcon span:nth-child(even) {
    left: 40%;
  }
  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0px;
    /*  border-radius: 9px 0 0 9px; */
  }
  #headerMobileMenuIcon span:nth-child(1),
  #headerMobileMenuIcon span:nth-child(2) {
    top: 0px;
  }
  #headerMobileMenuIcon span:nth-child(3),
  #headerMobileMenuIcon span:nth-child(4) {
    top: 6px;
  }
  #headerMobileMenuIcon span:nth-child(5),
  #headerMobileMenuIcon span:nth-child(6) {
    top: 12px;
    left: 7px;
  }
  #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: 1px;
    top: 3px;
  }
  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 3px;
  }
  #headerMobileMenuIcon.open span:nth-child(3) {
    left: -40%;
    opacity: 0;
  }
  #headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #headerMobileMenuIcon.open span:nth-child(5) {
    left: 1px;
    top: 9px;
  }
  #headerMobileMenuIcon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 9px;
  }
  #headerLogo {
    height: auto;
    margin: 0 0 0 calc((100% - var(--web-container)) / 2);
    grid-template-columns: auto 1fr;
    justify-items: self-end;
  }
  .leftSection {
    display: none;
  }
  .headerLogoContainer {
    width: fit-content;
  }
  #headerLogoImg,
  #submenuLogo {
    width: 65px;
    margin: 10px 0;
  }
  .cart {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
  }
  #rightHeaderOptions,
  .topMenuItems {
    width: fit-content;
    justify-content: space-between;
    margin-right: 30px;
    gap: 15px;
  }

  #headerMobileMenu .topMenuItems > * {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.4s ease-out;
  }

  #headerMobileMenu.open .topMenuItems > * {
    opacity: 1;
  }

  #headerWishlist2,
  #headerCart2 {
    gap: 3px;
    height: var(--header-icons-height);
  }
  #headerProfile {
    margin-top: 8.5px;
    margin-right: 7px;
  }
  #headerMobileProfile {
    position: relative;
    float: right;
    height: 30px;
    margin-top: 17px;
    cursor: pointer;
    margin-right: 2px;
  }
  #headerCartMobile {
    position: relative;
    float: left;
    margin-left: 5px;
    height: 29px;
    margin-top: 8.5px;
    display: block;
  }
  #headerMobileMenu {
    top: calc(var(--base-line-height) + 10px);
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    z-index: 0;
    height: calc(100svh - calc(var(--base-line-height) + 10px));
  }
  #headerMobileMenu.open {
    visibility: visible;
    right: 0px;
    z-index: 10;
  }

  #headerMobileMenu.open .menu-background {
    transform: scale(85);
    transition: transform 1.5s ease;
  }
  #headerMobileMenu.closing {
    visibility: visible;
    right: 0px;
    z-index: 10;
  }
  #headerMobileMenu .menu-background {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease;
  }

  .topHeaderMobileIcons {
    position: relative;
    display: flex;
    color: var(--base);
    margin-left: 27px;
    height: 78px;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    z-index: 2;
    /* opacity: 0; */
    /* transition: opacity 0.3s; */
  }
  .topHeaderMobileIcons .left {
    opacity: 0;
    transition: opacity 0.5s;
  }

  #headerMobileMenu.open .mobileMenuItems {
    opacity: 1;
    transition: opacity 0.18s ease-out 0.5s;
    height: calc(100dvh - 10px - var(--menu-height));
  }
  #headerMobileMenu.closing .mobileMenuItems {
    opacity: 0;
    transition: opacity 0.18s ease-out 0s;
  }
  div#headerMobileMenu.open .left {
    -webkit-animation: fade-in-rightright0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  }

  div#headerMobileMenu.open .right {
    -webkit-animation: fade-in-rightright0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  }

  .topHeaderMobileIcons .right {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .topHeaderMobileIcons img {
    height: 13px;
    /* filter: invert(1); */
    margin-right: 4px;
  }

  .userMobile {
    color: var(--base);
    display: flex;
    align-items: center;
    position: relative;
    font-size: var(--menu-font-size);
    line-height: var(--menu-line-height);
  }
  #headerWishlistMobile {
    position: relative;
    display: flex;
    font-size: 11px;
    line-height: 11px;
    gap: 3px;
    align-items: flex-end;
  }
  #headerWishlistMobile img {
    height: calc(var(--header-icons-height) - 2px);
  }
  .userMobile a {
    display: flex;
    align-items: center;
  }
  .profileImgMobile {
    position: absolute;
    left: -20px;
  }
  .userMobile > span {
    margin: 0 4px;
  }
  .right div#headerMobileIcons {
    margin-top: 0px;
    color: var(--base);
  }

  img.profileImgMobile.headerShowLogin {
    margin-right: 8px;
    margin-bottom: 3px;
  }

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

  .mobileMenuItem {
    position: relative;
    width: 100%;
    padding-bottom: 19px;
    display: table;
    height: auto;
    color: var(--base);
    float: left;
  }
  .mobileMenuItem:first-child {
    padding-top: 15px;
  }

  .mobileMenuItem:last-of-type {
    margin-bottom: 25px;
  }
  .carritoHeaderMobileOpen {
    position: absolute;
    margin: auto;
    width: calc(100% - 8% - 90px);
    margin-left: 8%;
    height: 42px;
    margin-top: 11px;
    background: white;
    z-index: 100;
    color: black;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    display: inline-block;
    font-weight: 500;
    width: auto;
    max-width: 180px;
    height: 42px;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.2s;
    line-height: 42px;
    padding-left: calc((100% - var(--web-container)) / 2);
    word-break: break-all;
    overflow: hidden;
  }
  .mobileMenuItem.open .mobileMenuSubcategory {
    height: auto;
  }

  a.mobileMenuLink.mobileMenuCategoryLevelThreeText {
    font-size: 12px;
  }

  .mobileMenuItem.open .mobileMenuSubcategory:last-of-type {
    padding-bottom: 8px;
    border: unset;
  }
  .mobileMenuItems {
    float: left;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    will-change: opacity;
    overflow: auto;
  }

  .mobileMenuSubcategory:first-of-type {
    padding-top: 13px;
  }

  .mobileMenuLink.underline {
    font-weight: 500;
    text-underline-offset: 4px;
    padding-bottom: 13px;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: calc((100% - var(--web-container)) / 2);
    height: 42px;
    line-height: 42px;
    width: 10px;
    text-align: center;
  }
  .mobileMenuSubcategory.open .mobileMenuSeeMore,
  .mobileMenuSubcategory .mobileMenuSubcategories,
  .mobileMenuSubcategory .mobileMenuSeeMore {
    margin-right: 0;
    padding: 0;
  }
  .mobileMenuSubcategory .mobileMenuSeeMore {
    color: var(--lighter-base);
  }
  .mobileMenuSubcategory .mobileMenuSeeMore.open {
    color: var(--base);
  }

  .mobileMenuItem.selectedCategoryOne {
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 4px;
  }
  .mobileMenuItem.selectedCategoryOne .mobileMenuSubcategories {
    height: auto !important;
  }
  .mobileMenuItem.selectedCategoryTwo a {
    font-weight: 900;
  }
  .mobileMenuSubcategories {
    position: relative;
    width: 100%;
    background: var(--gris);
    height: 0px;
    overflow: hidden;
    box-sizing: border-box;
    padding-inline: calc((100% - var(--web-container)) / 2);
  }
  .mobileMenuSubcategory.open .mobileMenuSubcategoryText {
    color: var(--base);
  }
  .mobileMenuSubcategories .mobileMenuLink {
    text-transform: inherit;
    color: var(--lighter-base);
    padding-left: 0;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: 0px;
    text-transform: uppercase;
    overflow: hidden;
  }
  .mobileMenuSubcategory.open {
    border-bottom: 0px;
  }
  .mobileMenuCategoryLevelThree {
    font-size: 12px;
  }
  .searchHeaderContainer {
    width: calc(100% - 40px);
    margin: 13px 20px;
    height: 38px;
  }
  #mobileSearchImg {
    position: relative;
    float: right;
    margin-right: 10px;
    height: 14px;
    margin-top: 12px;
  }
  .flex {
    display: flex !important;
  }
  #mobileSearch {
    position: relative;
    float: left;
    width: calc(100% - 60px);
    height: 38px;
    padding-left: 14px;
    font-size: 12px;
    color: #000000;
    display: flex;
    background-color: transparent;
    align-items: center;
  }
  #mobileSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
  }
  #mobileSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
  }
  #mobileSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
  }
  #mobileSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
  }
  #mobileSearch::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
  }
  .mobileMenuCategoryArrow {
    position: relative;
    float: right;
    height: 10px;
    top: 0px;
    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;
  }
  .profileDiv {
    float: right;
    width: auto;
    margin-left: 0px;
  }
  .profileIcon {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 15px;
  }
  .profileIcon img {
    height: 33px;
    width: auto;
  }
  #cartMessageDiv {
    width: 90%;
    margin: 0 auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 21px;
  }
  #cartMessageButtonsWrapper {
    width: 204px;
  }
  .cartMessageAceptar {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 2px;
    width: 98%;
  }

  .mobileMenuSubcategoryText {
    padding-left: 0;
  }
  .mobileSkyblue {
    background-color: white;
  }
  #headerWishlist {
    /* float: left; */
    width: max-content;
    height: auto;
    margin: 0px;
    min-width: unset;
  }
  .profileContainer {
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: 400;
    display: flex;
  }

  .profileContainer a {
    width: max-content;
  }

  .separatorVertical {
    margin: 0px 5px;
  }

  #mobileProfile {
    position: relative;
    width: calc(100% - 40px);
    /* margin: 0px 20px; */
    float: none;
    color: #000000;
    overflow: hidden;
    display: block;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
  }
  #mobileProfileImg {
    position: relative;
    float: left;
    margin-top: 0px;
    height: 16px;
    top: 1px;
  }
  #mobileProfileText {
  }
  .wishlistContainer {
    /* width: calc(100% - 40px); */
    /* margin: 10px 20px 20px; */
    /* overflow: hidden; */
  }
  .myWishlist,
  .mobileCartTxt {
    float: right;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .headerWishlistIcon {
    position: relative;
    top: 2px;
    margin-right: 12px;
    height: 15px;
    left: unset;
    float: left;
  }
  .openSearchContainer {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: none;
  }
  .openSearchImg {
    width: 19px;
  }
  .searchBarHeader {
    top: 94px;
    width: 100%;
    height: 65px;
    float: left;
    background: white;
    z-index: 6;
    border-bottom: 1px solid;
    box-shadow: unset;
    z-index: 100;
  }

  .lineSeparatorHeader {
    width: 0;
    height: 1px;
    background-color: var(--lines-border-color);
    overflow: hidden;
    position: relative;
    transition: width 0.3s;
    transition-delay: 0s;
    float: right;
  }

  #headerMobileMenu.open .lineSeparatorHeader {
    width: 100%;
    transition-delay: 0.3s;
    float: left;
  }
  #header.open {
    box-shadow: none;
  }
  body.open {
    overflow: hidden;
  }
  div#searchBar {
    width: 90vw;
  }

  div#headerMobileIcons img {
    height: 14px;
  }

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

  div#header.open #headerPromo {
    background: var(--base);
  }

  .carritoHeaderMobileOpen {
    margin-left: 14%;
    width: calc(100% - 11% - 90px);
  }
  div#searchBarIcon {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    color: var(--base);
  }

  div#searchBarIcon p {
    margin: 0px;
  }
  div#headerMobileMenuIcon.open span {
    background: var(--base) !important;
  }
  .mobileMenuItem:last-of-type {
    margin-bottom: 15px;
  }
  .sumbenuMobileItems {
    width: var(--web-container);
    display: grid;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0 0 0 calc((100% - var(--web-container)) / 2);
    grid-template-columns: auto 1fr;
    justify-items: self-end;
  }
  #mobileSubmenuLogo {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
  #headerMobileMenu.open .menu-background {
    transform: scale(55);
  }
  .btn-1 {
    padding: 12px 15px;
  }
  .brand-results {
    grid-template-columns: repeat(3, 1fr);
  }
  .algolia-products-title {
    grid-column: 1 / 4;
  }
  .search-hit:not(.marca-hit) {
    grid-template-columns: 50px 1.6fr 0.4fr 55px;
    padding: 0px 2%;
  }
  .search-hit-title,
  .search-hit-price,
  .search-buy-button {
    font-size: 12px;
    line-height: 16px;
  }
  .search-hit-client {
    font-size: 11px;
    line-height: 15px;
  }
  .search-hit-price {
    text-align: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-1:hover {
    color: var(--base);
    background: var(--base-aux);

    filter: invert(0);
  }
  .btn-1:hover img {
    filter: invert(0);
  }
  .expandedCategory a {
    transition: all var(--transitionTime);
  }
  .expandedCategory a:hover {
    color: var(--base);
  }
  .categoryColumn:hover img {
    opacity: 1;
  }
  a.search-hit-view-all:hover {
    background: var(--base);
    color: var(--base-aux);
  }
  .search-hit:not(.marca-hit):hover {
    background: var(--lines-border-color);
  }
}
