body {
  font-family: "CerebriSansPro" !important;
}

#content {
  background-color: #ffffff !important;
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 45px;
  background: transparent;
  content: "";
  opacity: 0;
  -webkit-transition:
    height 0.3s,
    opacity 0.3s,
    -webkit-transform 0.3s;
  -moz-transition:
    height 0.3s,
    opacity 0.3s,
    -moz-transform 0.3s;
  transition:
    height 0.3s,
    opacity 0.3s,
    transform 0.3s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

#header {
  min-width: 1100px;
  height: 158px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background-color: #18355d;
}

.headerPromo,
#headerPromo {
  width: 100%;
  top: 0;
  height: 28px;
  position: relative;
  background: #f2ff2a;
  overflow: hidden;
}

.headerPromoText,
#headerPromoText {
  font-size: 13px;
  color: #18355d;
  text-align: center;
  line-height: 28px;
}

.headerRow {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 132px);
  height: 70px;
  margin: 0 auto;
}

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

.headerCol:first-child {
  width: 25%;
  justify-content: flex-start;
}

.headerCol.desktopElement {
  width: 75%;
  justify-content: flex-end;
}

.headerBottom {
  color: #18355D;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.headerBottom .headerLink {
  font-weight: 400;
  transition: text-shadow 0.18s ease;
}

.headerBottom .headerLink:hover,
.headerBottom .headerLink.headerOptionMenuOpen {
  text-shadow: 0.35px 0 0 currentColor, -0.35px 0 0 currentColor;
}

.categoriesContainer {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: fit-content;
  height: 100%;
}

.rightItemsContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.searchContainer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  max-width: 48vw;
}

.searchButton {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  padding: 0 13px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: text;
}

.searchButton img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.searchInputContainer {
  width: 100%;
  height: 100%;
}

.searchSite,
#searchSite {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 12px;
  border: 0;
  outline: none;
  color: #fff;
  background-color: transparent;
  font-size: 13px;
  letter-spacing: 0;
}

.searchSite::placeholder,
#searchSite::placeholder {
  color: #fff;
  opacity: 0.65;
}

#headerLogoContainer {
  line-height: normal;
}

#headerLogoContainer img {
  display: block;
  max-height: 59px;
  max-width: 45px;
}

.hedeRef {
  text-decoration: none;
  color: #18355d;
  font-weight: 700;
  font-size: 16px;
}

.hedeRef[data-category="16"],
.mobileMenuLink[data-category="16"],
.mobileMenuSeeMore[data-category-id="16"] {
  color: #f66d61;
}

#topHiddenBar {
  background-color: #18355d;
  color: #282828;
  position: fixed;
  left: 0;
  top: -70px;
  width: 100%;
  opacity: 0.8;
  z-index: 10000;
  overflow: visible;
  height: 70px;
  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;
}

#topHiddenBarOptions {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 1300px;
}

#topHiddenBarWrapper {
  display: inline-block;
  min-width: 1100px;
  width: 100%;
  float: left;
}

#headerLogoContainer {
  line-height: 80px;
}

#headerLogo {
  height: auto;
  width: 5%;
  margin: auto;
  display: block;
  float: left;
  margin-left: 8%;
}

#headerLogoImg {
  height: 47px;
  margin-top: 4px;
}

#headerWrapper {
  display: inline-block;
  width: auto;
}

#searchBarContainer {
  position: relative;
  float: right;
  height: 50px;
  width: 175px;
  overflow: hidden;
}

#searchBackground {
  position: fixed;
  height: 88px;
  top: 0;
  width: 169px;
  margin-left: 55px;
}

#searchBarSlider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 52px;
  transition: left 1s;
}

.openSlider {
  left: 0px !important;
}

#headerMessageBar {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  font-size: 13px;
}

.headerOption {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-left: 25px;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  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;
  height: 65px;
  margin-top: 0;
  top: 0;
  line-height: 75px;
}

.headerMark {
  width: 100%;
  background-color: #f2ff2a;
  height: 5px;
  margin: 0 auto;
  margin-top: 57px;
  position: absolute;
  z-index: 9999;
  display: none;
  margin-left: -0.5vw;
}

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

@-webkit-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-moz-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-ms-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@-o-keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

@keyframes sale-effect {
  0% {
    color: #000;
  }

  50% {
    color: rgb(239, 99, 60);
  }

  100% {
    color: #000;
  }
}

.headerOptions {
  float: left;
  width: 49%;
  margin-left: 4%;
}

.headerLink {
  position: relative;
  float: left;
  display: block;
  height: 59px;
  overflow: visible;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  font-size: 14px;
  color: #18355D;
  top: 0;
  -moz-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  cursor: pointer;
  text-decoration: none;
  float: left;
  display: flex;
  align-items: center;
  padding-right: 0.5vw;
}

.shopLink {
  text-transform: uppercase;
}

.searchIcon {
  padding-left: 0;
  cursor: pointer;
  float: left;
  margin-top: 14px;
  font-size: 15px;
  position: absolute;
  z-index: 1000;
  left: 18px;
  bottom: 14px;
  color: #fff;
}

#searchIconImg {
  display: block;
  height: 15px;
}

#searchIconImgHover {
  display: none;
  height: 15px;
}

.searchIcon:hover #searchIconImg {
  display: none;
}

.searchIcon:hover #searchIconImgHover {
  display: block;
}

#searchBar {
  position: relative;
  margin-top: 16px;
  margin-left: 10px;
  float: left;
  width: 150px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  z-index: 100;
  transition: width 1.1s;
  overflow: hidden;
  height: 27px;
}

#searchBar.openBar {
  left: 0;
}

.cartIcon {
  float: left;
  margin-right: 35px;
  font-size: 33px;
  color: #fff;
  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;
  height: 61px;
  min-width: 1100px;
  margin-top: 9px;
}

#rightHeaderOptions {
  float: right;
  height: 22px;
  width: 165px;
  margin-right: 8%;
  margin-top: 18px;
}

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

.headerSearchImg {
  position: relative;
  float: left;
  height: 25px;
  margin-top: 20px;
  margin-left: 50px;
  cursor: pointer;
}

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

#headerCart {
  position: relative;
  float: left;
  height: 20px;
  top: 0;
  cursor: pointer;
}

#headerCartHover {
  position: relative;
  float: left;
  height: 20px;
  cursor: pointer;
  display: none;
}

#headerCart2 {
  position: relative;
  float: right;
  height: 21px;
  margin-left: 15px;
  cursor: pointer;
}

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

.profileDiv {
  float: right;
  height: 20px;
  margin-left: 15px;
}

.wishListProductsDiv {
  position: relative;
  float: right;
  height: 21px;
  margin-left: 15px;
  cursor: pointer;
}

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

#headerProfile {
  position: relative;
  float: left;
  height: 20px;
  cursor: pointer;
}

#headerProfileHover {
  position: relative;
  float: left;
  height: 20px;
  cursor: pointer;
  display: none;
}

#heart {
  position: relative;
  float: left;
  height: 20px;
  cursor: pointer;
}

#heartHover {
  position: relative;
  float: left;
  height: 20px;
  cursor: pointer;
  display: none;
}

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

#searchButton {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: 9px;
  color: #12225a;
  cursor: pointer;
}

#searchSite {
  position: relative;
  width: 124px;
  float: left;
  position: relative;
  margin: 0 auto;
  margin-left: 22px;
  height: 100%;
  background-color: transparent;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-align: left;
  text-indent: 10px;
  border: none;
  letter-spacing: 0;
}

#searchBar.shownSearchBar {
  position: absolute;
  top: 120px;
  position: fixed;
}

#searchSite::-webkit-input-placeholder {
  color: #fff;
}

#searchSite:-moz-placeholder {
  color: #fff;
}

#searchSite::-moz-placeholder {
  color: #fff;
}

#searchSite:-ms-input-placeholder {
  color: #fff;
}

#searchSite::-ms-input-placeholder {
  color: #fff;
}

.expandedCategory {
  position: fixed;
  top: 98px;
  left: 0;
  display: none;
  height: 0;
  width: 468px;
  background-color: #fff;
  margin-top: 5px;
  opacity: 1;
  z-index: 100;
  color: #18355D;
  padding: 0;
  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;
}

.totalCategoryColumn {
  display: grid;
  grid-template-columns: 260px 208px;
  align-items: stretch;
  min-height: 212px;
}

.categoryTwoColumn,
.categoryThreeColumn {
  padding: 28px 35px;
}

.categoryThreeColumn {
  background-color: #ECF2F9;
}

.categoryThreeContainer {
  display: none;
}

.categoryThreeContainer.shownCategoryThree {
  display: block;
}

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

.categoryColumn {
  width: 160px;
  position: relative;
  float: left;
  margin: 0 auto;
  margin-top: 1px;
  height: auto;
  overflow: visible;
  margin-left: 50px;
  margin-top: 30px;
}

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

.categoryLevelTwoTitle {
  position: relative;
  width: fit-content;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  font-weight: 500;
  text-transform: none;
  overflow: visible;
  color: #18355d;
  padding-left: 5px;
}

.categoryLevelTwoTitle::after,
.categoryLevelThreeTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}

.categoryLevelOneTitle {
  margin-bottom: 10px;
}

.categoryLevelOneTitle:hover {
  font-weight: 900;
}

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

.categoriesMenuContainer,
.categoryThreeContainer {
  margin-bottom: 20px;
}

.categoriesMenuContainer:last-child,
.categoryThreeContainer:last-child {
  margin-bottom: 0;
}

.categoryTwoTitle,
.categoryThreeTitle,
.categoryLevelThreeTitle {
  position: relative;
  display: block;
  width: fit-content;
  color: #18355D;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  transition: text-shadow 0.18s ease;
}

.categoryTwoTitle:hover,
.categoryThreeTitle:hover {
  text-shadow: 0.35px 0 0 currentColor, -0.35px 0 0 currentColor;
}

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

#topHiddenBar.shownBar {
  top: 0;
}

.expandedCategory.shownExpandedCategory {
  position: fixed;
  top: 158px;
}

#searchBar.shownSearchBar {
  position: absolute;
  top: 120px;
  position: fixed;
}

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

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

#language {
  background-color: #fff;
  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: #000;
  text-align: center;
}

.cart {
  float: left;
}

.alertMessageLogo {
  width: 100px;
}

.alertCloseIcon {
  color: #928e8e;
}

.alertMessageMessage {
  font-size: 16px;
  color: #928e8e;
}

#cartMessageButtonsWrapper {
  width: 370px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  float: unset;
}
#cartMessageContinue {
  margin-top: 0;
  line-height: 28px;
}

.cartMessageAceptar {
  width: 55%;
}

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

#alertMessageLogo,
.alertMessageLogo {
  max-width: 189px;
  width: 19%;
  max-height: 262px;
  filter: invert(1);
}

.alertMessageAceptar {
  background-color: #18355d;
  border: 1px solid #18355d;
  margin-top: 25px;
  text-transform: uppercase;
}

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

.alertMessageAceptar:hover {
  background-color: #fff;
  color: #18355d !important;
  border: 1px solid #18355d;
}

.alertMessageClose {
  right: 10px;
  color: #000;
}

.cartMessageAceptar {
  line-height: 28px;
  text-transform: initial;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 0;
  width: 46%;
  font-weight: 900;
  margin-top: 0;
}

#alertMessageMessage,
.alertMessageMessage {
  margin-bottom: -3px;
  margin-top: 20px;
}

.headerCategoryMarker {
  width: 6px;
  position: absolute;
  margin-left: -12px;
  margin-top: -2px;
  display: none;
}

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

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

  #headerLogoImg {
    margin-left: 25px;
  }

  .headerOptions {
    margin-left: 35px;
  }

  .headerLink {
    margin-left: 5px;
    margin-right: 5px;
  }

  .profileIcon {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#covidFixedContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  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: #fff;
  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;
}

#dialogIconTriangle {
  right: 2px;
  top: 40px;
}

#myProfileUser,
#logoutUser {
  position: relative;
  line-height: 29px;
  color: #313131;
  border: 1px solid var(--base);
}

#myProfileUser:hover,
#logoutUser:hover {
  background-color: #18355d;
}

#accountOptions,
#accountOptions:hover {
  position: relative;
  width: 15px;
  align-self: flex-start;
  float: right;
  overflow: visible;
}

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

.checkBalanceDiv {
  position: relative;
  float: right;
  height: 21px;
  margin-left: 15px;
  cursor: pointer;
}

.checkBalanceIcon {
  position: relative;
  height: 100%;
  width: auto;
  display: block;
}

#checkBalanceHover {
  display: none;
}

.checkBalanceDiv:hover .checkBalanceIcon {
  display: none;
}

.checkBalanceDiv:hover #checkBalanceHover {
  display: block;
}

.whatsAppWebContainer {
  width: 117px;
  height: 68px;
  bottom: 80px !important;
}

@media screen and (min-width: 769px) {
  #header {
    height: 158px;
  }

  .headerRow {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 132px);
    height: 70px;
    margin: 0 auto;
  }

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

  .headerCol:first-child {
    width: 25%;
    justify-content: flex-start;
  }

  .headerCol.desktopElement {
    width: 75%;
    justify-content: flex-end;
    position: static;
  }

  #headerLogoContainer {
    display: flex;
    align-items: center;
    line-height: normal;
  }

  #headerLogoContainer img {
    display: block;
    max-height: 52px;
    width: auto;
  }

  .rightItemsContainer {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: 100%;
  }

  .rightItemsContainer .profileIcon,
  .rightItemsContainer .wishListProductsDiv,
  .rightItemsContainer #headerCart,
  .rightItemsContainer .headerWallet,
  .rightItemsContainer .languageSelect {
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    height: 70px;
    margin: 0;
  }

  .rightItemsContainer .profileIcon img,
  .rightItemsContainer .heart,
  .rightItemsContainer .cart,
  .rightItemsContainer .wallet {
    display: block;
    width: 16px;
    height: 16px;
    /* filter: brightness(0) invert(1); */
  }

  .rightItemsContainer .wishListQuantity,
  .rightItemsContainer .cartAmount {
    position: static;
    display: inline-flex;
    width: auto;
    height: auto;
    min-width: max-content;
    margin: 0;
    padding: 0;
    float: none;
    background: none;
    border-radius: 0;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .rightItemsContainer .wishListQuantity::before,
  .rightItemsContainer .cartAmount::before {
    content: "(";
  }

  .rightItemsContainer .wishListQuantity::after,
  .rightItemsContainer .cartAmount::after {
    content: ")";
  }

  .searchContainer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 572px;
    max-width: 48vw;
  }

  .searchButton {
    display: flex;
    align-items: center;
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    padding: 0 13px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: text;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    flex-direction: row;
  }

  .searchButton img {
    position: static;
    float: none;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    color: inherit;
  }

  .searchInputContainer {
    width: 100%;
    height: 100%;
  }

  .searchSite,
  #searchSite {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 12px;
    border: 0;
    outline: none;
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    text-align: left;
    text-indent: 0;
    letter-spacing: 0;
  }

  .searchSite::placeholder,
  #searchSite::placeholder {
    color: #fff;
    opacity: 0.65;
  }

  .headerBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }

  .categoriesContainer {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: fit-content;
    height: 100%;
  }

  .headerBottom .headerLink {
    float: none;
    display: flex;
    align-items: center;
    height: 56px;
    margin: 0;
    padding: 0;
    color: #18355D;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .expandedCategory,
  .expandedCategory.shownExpandedCategory {
    top: 158px;
  }
}

@media screen and (max-width: 1100px) {
  #header {
    position: fixed;
    min-width: 0;
  }

  .headerRow {
    width: 90%;
    height: 70px;
  }

  .headerCol:first-child {
    width: 100%;
    justify-content: space-between;
  }

  #headerLogoContainer {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #headerLogoContainer img {
    display: block;
    width: auto;
    max-width: 120px;
    max-height: 45px;
  }

  .headerCol .right.mobileElement {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    margin-left: auto;
  }

  .menuCartMobile {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  #header .desktopElement {
    display: none !important;
  }

  #header .mobileElement,
  .headerMobileMenuIcon.mobileElement,
  #headerMobileMenu.mobileElement {
    display: block !important;
  }

  .alertMessageMessage {
    margin-bottom: 16px;
    margin-top: 13px;
  }

  .mediaLogoImg {
    height: 18px;
    margin-left: 0;
    margin-top: 25px;
    float: left;
  }

  #heart {
    height: 18px;
    margin-left: 0;
    margin-top: 25px;
    float: left;
  }

  #headerCart {
    position: relative;
    cursor: pointer;
    height: 18px;
    margin-left: 0;
    margin-top: 25px;
    float: left;
  }

  .cartAmount {
    float: none;
    margin-top: 30px;
    text-indent: 0;
    right: -6px;
    font-size: 10px;
    color: #18355d;
  }
  #cartMessageFixedContainer.recommendedProductsPopup #cartCloseButton {
    font-size: 25px;
  }
  .wishListQuantity {
    width: 13px;
    height: 13px;
    float: none;
    margin-top: 30px;
    line-height: 13px;
    text-indent: 0;
    color: #18355d;
  }

  #headerMobileIcons {
    width: 140px;
    margin: auto;
    float: right;
    display: flex !important;
    flex-direction: row-reverse;
    gap: 5px;
    margin-right: 14px;
  }

  .cartContainer {
    float: right;
    width: 51px;
  }

  .cartIcon {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
  }

  #headerMobileMenuIcon {
    width: 15px;
    height: 15px;
    position: fixed;
    top: 58px;
    left: 5%;
    margin: 0;
    -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: 999;
  }

  #headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    background: #fff;
    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: 49%;
  }

  #headerMobileMenuIcon span:nth-child(odd) {
    left: 0;
  }

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

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

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

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

  #headerMobileMenuIcon.open span:nth-child(2) {
    left: calc(50% - 0px);
    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: 5px;
    top: 10px;
  }

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

  #headerMobileMenuIcon.open {
    top: 50px;
    left: 5%;
    z-index: 9999;
  }

  #headerLogo {
    width: 65px;
    height: auto;
    margin-top: 11px;
    display: block;
    position: absolute;
    left: 30%;
  }

  .cart {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
  }

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

  #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 {
    position: fixed;
    top: 28px;
    height: calc(100dvh - 28px);
    width: 100%;
    left: -100%;
    background-color: #fff;
    z-index: 9998;
    padding-top: 0;
    box-sizing: border-box;
    overflow: scroll;
    overflow-y: scroll;
    -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;
  }

  #headerMobileMenu .topHeaderMobileIcons,
  #headerMobileMenu .searchMobileContainer {
    background-color: var(--base);
  }

  #headerMobileMenu .topHeaderMobileIcons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    height: 60px;
    margin: 0;
    padding: 0 5% 0 13%;
    margin-bottom: -1px;
    box-sizing: border-box;
    color: #fff;
  }

  #headerMobileMenu .userMobile {
    margin-right: auto;
  }

  #headerMobileMenu .userMobile,
  #headerMobileMenu .userMobile a,
  #headerMobileMenu #logoutMobile {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
  }

  #headerMobileMenu .languageSelect {
    display: none;
  }

  #headerMobileMenu .wishListProductsDiv,
  #headerMobileMenu .menuCartMobile {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    height: 32px;
    margin: 0;
    color: #fff;
    text-decoration: none;
  }

  #headerMobileMenu .searchMobileContainer {
    padding: 0 5% 12px;
    box-sizing: border-box;
  }

  #headerMobileMenu .mobileMenuItems {
    background-color: #fff;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    color: var(--base);
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    display: inline-block;
    font-weight: 400;
    width: calc(100% - 48px);
    font-size: var(--base-font-size);
    max-width: none;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: var(--base);
    word-break: normal;
    overflow: hidden;
    box-sizing: border-box;
  }

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

  .mobileMenuCategoryLevelThreeText {
    text-indent: 0;
    padding-left: 40px;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: left;
    margin-right: 0;
    height: 50px;
    line-height: 50px;
    width: 48px;
    text-align: left;
    color: var(--base);
    font-size: var(--base-font-size);
    font-weight: 500;
  }
  #cartMessageFixedContainer.recommendedProductsPopup .cartMessageAceptar {
    width: 100%;
  }
  #cartMessageFixedContainer.recommendedProductsPopup #cartMessageContinue {
    margin: 0;
  }
  #cartMessageFixedContainer.recommendedProductsPopup
    #cartMessageButtonsWrapper {
    width: 250px;
  }

  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }

  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    min-height: 35px;
    color: #18355d;
    overflow: hidden;
    padding-left: 0;
    background-color: #fff;
    text-indent: 20px;
    box-sizing: border-box;
  }

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

  .mobileMenuCategoryLevelThree {
    background-color: var(--category-background);
    color: var(--base);
    border-bottom: 0;
  }

  #mobileSearchBar {
    position: relative;
    width: 100%;
    margin: 0;
    height: 47px;
    overflow: hidden;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
  }

  #mobileSearchImg {
    position: relative;
    flex: 0 0 auto;
    width: 14px;
    height: 24px;
    margin: 0 0 0 24px;
    filter: brightness(0) invert(1);
  }

  #mobileSearch {
    position: relative;
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    padding: 0 16px;
    font-size: 12px;
    color: #fff;
    background-color: transparent;
  }

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

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

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

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

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

  .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: 0;
    margin-bottom: 0;
  }

  .profileDiv {
    float: right;
    width: auto;
    margin-left: 0;
  }

  .profileIcon {
    float: right;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 15px;
  }

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

  #cartMessageDiv {
    width: 95%;
  }

  .cartMessageAceptar {
    margin-bottom: 14px;
    margin-top: 17px;
    margin-left: 2px;
    width: 98%;
  }

  #searchBackground {
    height: 61px;
    margin-right: 32px;
    z-index: -5;
    margin-left: 0;
    width: 115px;
  }

  .mobileMenuSubcategoryText {
    font-size: var(--base-font-size);
    font-weight: 400;
    min-height: 50px;
    line-height: 50px;
    color: var(--base);
  }

  .mobileSkyblue {
    background-color: #eef4fb;
    color: #18355d;
  }

  .headerPromoText,
  #headerPromoText {
    font-size: 13px;
  }

  .whatsAppWebContainer {
    width: 64px;
    height: 73px;
    right: 10px;
    bottom: 10px !important;
  }

  .checkBalanceDiv {
    position: relative;
    cursor: pointer;
    height: 18px;
    margin-left: 0;
    margin-top: 25px;
    float: left;
  }

  .wishListProductsDiv {
    margin: unset;
  }

  #header {
    height: 98px;
  }

  #headerDummy {
    height: 98px;
  }
  .cartContainerMobile {
    position: relative;
  }
}

#header .profileIcon img,
#header .heart,
#header .cart,
#headerMobileMenu .profileImgMobile,
#headerMobileMenu .heart,
#headerMobileMenu .cart {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

#header .wallet {
  cursor: pointer;
  width: 21px;
  height: 14px;
}

#header .wishListQuantity,
#header .cartAmount,
#headerMobileMenu .wishListQuantity,
#headerMobileMenu .cartAmount {
  position: static;
  display: inline-flex;
  width: auto;
  height: auto;
  min-width: max-content;
  margin: 0;
  padding: 0;
  float: none;
  background: none;
  border-radius: 0;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
}

#header .wishListQuantity::before,
#header .cartAmount::before,
#headerMobileMenu .wishListQuantity::before,
#headerMobileMenu .cartAmount::before {
  content: "(";
}

#header .wishListQuantity::after,
#header .cartAmount::after,
#headerMobileMenu .wishListQuantity::after,
#headerMobileMenu .cartAmount::after {
  content: ")";
}

@media screen and (max-width: 1100px) {
  #header .headerCol .right.mobileElement {
    display: flex !important;
    align-items: center;
    height: 100%;
    margin-left: auto;
  }

  #header .menuCartMobile {
    display: inline-flex;
    /* align-items: center; */
    justify-content: right;
    gap: 1px;
    /* min-width: 54px; */
    height: 44px;
    margin: 0;
  }

  #header .menuCartMobile .cart {
    display: block;
    float: none;
    width: 16px;
    height: 16px;
    margin: 0;
  }

  #header .menuCartMobile .cartAmount {
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
  }

  #header .headerWishlistMobile {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    gap: 2px;
    min-width: 54px;
    height: 44px;
    margin: 0;
  }

  #header .headerWishlistMobile .heart {
    display: block;
    float: none;
    width: 16px;
    height: 16px;
    margin: 0;
  }

  #header .headerWishlistMobile .wishListQuantity {
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
  }

  #headerMobileMenu .profileImgMobile,
  #headerMobileMenu .heart,
  #headerMobileMenu .cart {
    width: 15px;
    height: 15px;
    margin: 0;
  }

  #headerMobileMenu .wishListQuantity,
  #headerMobileMenu .cartAmount {
    align-items: center;
    height: 32px;
    font-size: var(--body-font-size);
    line-height: 24px;
  }

  .headerSearchMobile {
    width: 90%;
    margin: 0 auto 14px;
  }

  #mobileSearchBarHeader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 47px;
    padding: 0 14px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    /* border-radius: 4px; */
  }

  .mobileSearchIconHeader {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    cursor: pointer;
    filter: brightness(0) invert(1);
  }

  #mobileSearchHeader {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    border: 0;
    outline: none;
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0;
  }

  #mobileSearchHeader::placeholder {
    color: #fff;
    opacity: 0.65;
  }

  #header {
    height: 154px;
  }

  #headerDummy {
    height: 154px;
  }
}
