* {
  margin: 0;
  padding: 0
}

body {
  font-family: "Mark Pro";
  color: var(--base);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height)
}

html {
  scroll-behavior: smooth
}

:root {
  --base: #1d1d1b;
  --lighter-base: #FFFFFF;
  --secondary: #FFFFFF;
  --web-background: #FFFFFF;
  --menu-font: #000000;
  --line: #D8D8DA;
  --menu-background: #FFFFFF;
  --footerColumn-titleColor: #767676;
  --menu-font-size: 13px;
  --menu-line-height: 18px;
  --submenu-font: #000000;
  --submenu-font-size: 13px;
  --base-font-size: 13px;
  --base-line-height: 17px;
  --h1: #000000;
  --h1-font-size: 50px;
  --h1-line-height: 54px;
  --breadcrumb-font-size: 35px;
  --breadcrumb-line-height: 39px;
  --groups-font-size: 50px;
  --groups-line-height: 54px;
  --slider-font-size: 50px;
  --slider-line-height: 54px;
  --base-font-weight: 400;
  --secondary-font-weight: 700;
  --add-to-cart-btn: #000000;
  --add-to-cart-btn-hover: #FFFFFF;
  --add-to-cart-btn-font: #ffffff;
  --add-to-cart-btn-font-hover: #000000;
  --add-to-cart-btn-border: #000000;
  --add-to-cart-btn-border-hover: #000000;
  --add-to-cart-btn-font-size: 25px;
  --add-to-cart-btn-line-height: 48px;
  --btn: #000000;
  --btn-hover: #FFFFFF;
  --btn-font: #FFFFFF;
  --btn-font-hover: #000000;
  --btn-border: #1d1d1b;
  --btn-border-hover: #000000;
  --btn-font-size: 25px;
  --btn-line-height: 43px;
  --santander: #e42313;
  --itau: #da7349;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #1d1d1b;
  --slider-for-aspect-ratio: 183/274;
  --slider-nav-aspect-ratio: 111.06/912;
  --menu-height: 100px;
  --menu-slider: 27px;
  --font1: "Mark Pro";
  --font2: "Idlewild";
  --font3: "Lato";
  --font4: "Almarai";
  --web-container: 90%;
  --prueba: 1.19;
  --white: #fff;
  --black: #000000;
  --mobileColor: #313130
}

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
}

::-webkit-scrollbar {
  display: none
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none
}

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

.btn-2 {
  color: var(--btn-font);
  font-size: 15px;
  line-height: var(--btn-line-height);
  text-transform: lowercase;
  border-bottom: 1px solid var(--btn-font)
}

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

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

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out
}

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

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

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

body.open {
  overflow: hidden
}

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

#header {
  height: var(--menu-height);
  position: fixed;
  overflow: visible;
  z-index: 5;
  font-size: var(--menu-font-size);
  line-height: var(--menu-line-height);
  background-color: var(--secondary);
  box-sizing: border-box;
  width: 100%
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

header li {
  display: inline-block;
  overflow: visible;
  line-height: calc(var(--menu-height) - var(--menu-slider));
  cursor: pointer
}

.wishListProductsDiv {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer
}

.account {
  height: 58px
}

.wishListProductsDiv img {
  height: 16px;
}

header nav a {
  display: flex;
  align-items: center;
  overflow: visible;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-transform: uppercase
}

.cartImg img {
  height: 17px
}

.cartAmount {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 5px
}

.wishListQuantity {
  font-size: 9px;
  margin-left: 4px;
  margin-bottom: 5px;
  height: auto;
}

.headerShowLogin {
  display: flex;
  line-height: 10px;
}

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
}

nav.headerCol>ul>li:hover>ul {
  display: grid;
  animation: menuDropdown 0.3s ease-out
}

header li:hover>ul {
  display: grid;
  gap: 10px
}

.account .submenu {
  gap: 0;
  border-top: 1px solid var(--black);
  right: 10px;
  top: 84%;
  padding: 0
}

.account .submenu li {
  height: fit-content;
  padding: 10px 15px;
  text-align: center
}

.account .submenu li:hover {
  background-color: var(--black);
  color: var(--white)
}

.headerLink>.submenu {
  max-width: 85%;
  background: unset;
  padding: 0;
  border: none
}

.submenuContainer {
  left: -25px;
  position: absolute;
  border-top: 1px solid;
  width: 100vw;
  display: flex;
  box-sizing: border-box;
  top: -3px;
  left: -5vw;
  gap: 10px;
  height: -webkit-fill-available;
  min-height: 57vh;
  padding: 40px 0 30px 5vw;
  background: var(--secondary);
  flex-direction: column
}

.submenuContainer li {
  padding-right: 25px
}

.submenuContainer li a {
  text-transform: capitalize
}

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

#headerDummy.headerIndex {
  height: 0
}

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

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

header ul.submenu li {
  line-height: normal;
  color: var(--submenu-font);
  padding: 15px 0
}

img.cat1Img {
  position: absolute;
  top: 0;
  right: 0;
  height: -webkit-fill-available
}


.headerIndex#headerDummy {
  height: 0
}

.menuArrow {
  width: 17px;
  margin-left: 5px
}

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

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

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

.sideMenu {
  display: none;
  position: absolute;
  left: 22vw;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  min-height: 220px;
  border: unset;
  border-top: 0;
  top: 0;
  background-color: #F5F5F5;
  padding: 36px 0 25px 40px
}

.sideMenu .sideMenu {
  background: #decfbb
}

.headerPromo {
  text-align: center;
  line-height: var(--menu-slider);
  font-size: var(--base-font-size);
  height: var(--menu-slider);
  overflow: hidden
}

.headerPromoText {
  height: 27px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  padding-top: 2px;
  font-family: var(--font4)
}

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

.headerRow {
  height: calc(100% - var(--menu-slider));
  width: var(--web-container);
  grid-template-columns: 1fr 120px 1fr;
  display: grid;
  margin: 0 auto;
  color: var(--menu-font)
}

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

.headerLogo,.headerLogo a,.headerLogo img {
  display: block;
  overflow: hidden;
  margin: auto
}

.leftItemsContainer,.rightItemsContainer {
  display: grid;
  height: 100%;
  width: 100%;
  justify-content: left;
  grid-auto-flow: column;
  gap: 5%;
  font-size: var(--menu-font-size);
  align-items: center
}
.lineEffectCenter.headerLink a:hover::before {
  opacity: 1;
}
.lineEffectCenter.headerLink a::before {
  bottom: 20px;
}
.lineEffectCenter.headerLink a::before {
  content: "";
  background: var(--black);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.submenu .submenuContainer li a::before{
  bottom: 0px;
}

.rightItemsContainer {
  justify-content: right
}

.searchBarHeader {
  width: 100%;
  position: fixed;
  opacity: .5;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
  z-index: 2;
  background: var(--secondary);
  top: calc(var(--menu-height));
  border-bottom: 1px solid var(--base)
}

.searchBarHeader.openBar {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0)
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
  z-index: 30;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1
}

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

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

.headerShowLogin img {
  height: 16px;
}

.searchSite {
  background: transparent;
  width: 100%;
  color: var(--base);
  height: 45px;
  font-size: var(--base-font-size);
  text-indent: 36px
}

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

.languages {
  position: relative;
  float: left
}

.languageSelect {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  font-size: 15px;
  height: 24px;
  top: 1px;
  line-height: 25px;
  overflow: hidden;
  z-index: 1;
  display: none;
  font-weight: var(--secondary-font-weight);
  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(--base)
}

.languageRow.notSelected {
  background: var(--secondary);
  color: var(--base);
  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)
}

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

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

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

#alertMessageLogo {
  width: 98px
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px
}

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

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

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

.alertMessageAceptar:hover {
  background-color: var(--secondary);
  color: var(--base);
  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: 0;
  top: 50%;
  transform: translateY(-50%)
}

.alertMessageDiv {
  top: 50%;
  transform: translateY(-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-font-size:14px;
      --menu-line-height: 18px;
      --submenu-font-size: 14px;
      --base-font-size: 13px;
      --base-line-height: 17px;
      --h1-font-size: 50px;
      --h1-line-height: 54px;
      --breadcrumb-font-size: 35px;
      --breadcrumb-line-height: 39px;
      --groups-font-size: 30px;
      --groups-line-height: 34px;
      --slider-font-size: 30px;
      --slider-line-height: 34px;
      --add-to-cart-btn-font-size: 25px;
      --add-to-cart-btn-line-height: 48px;
      --btn-font-size: 18px;
      --btn-line-height: 45px;
      --menu-height: 95px;
      --menu-slider: 27px;
      --web-container: 90%
  }

  .colorMobile {
      color: var(--black)
  }

  .menuMobile {
      width: 22px;
      height: 20px;
      margin: 0;
      #openCloseMenu {
          position: absolute;
          left: -9999px
      }

      .menuIcon {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%;
          cursor: pointer;
          align-items: flex-end
      }

      .menuMobileLine {
          height: 2px;
          background-color: var(--base);
          opacity: 1;
          transform: translateY(0) rotate(0);
          transition: all 0.3s;
          width: 100%;
          border-radius: 10px
      }

      #openCloseMenu:checked~label .menuMobileLine {
          &: nth-child(1) {
              transform:translateY(9px) rotate(45deg)
          }

          &:nth-child(2) {
              opacity: 0
          }

          &:nth-child(3) {
              transform: translateY(-9px) rotate(-45deg)
          }
      }
  }

  .headerIndex#header {
      background: transparent;
      border-bottom-color: var(--secondary)
  }

  .headerIndex#header span {
      background: var(--secondary);
      margin-bottom: 2px;
  }

  .headerIndex.header img {
      filter: invert(1) brightness(100);
  }
  .headerIndex.header .cartAmount {
      filter: invert(1) brightness(100);
  }
  .filterMobile {
      color: var(--black);
      filter: brightness(0)!important
  }

  .left .userMobile .profileImgMobile {
      filter: none;
  }

  .cartMobile {
      position: absolute;
      right: 0
  }

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

  #header .right {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end
  }

  .headerRow {
      grid-template-columns: 120px 1fr;
      align-items: center
  }

  .headerPromo {
      background: var(--mobileColor)!important
  }

  #headerLogoContainer img {
      max-width: 180px;
      width: 90%;
      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 {
      float: right;
      line-height: 14px;
      position: absolute;
      right: -5px;
      top: 0;
      font-size: 9px;
  }

  #headerPromo {
      width: 100%;
      top: 0;
      z-index: 999;
      height: 24px;
      overflow: hidden;
      position: fixed;
      box-shadow: 0 4px 34px rgba(0,0,0,.09)
  }

  #headerPromoText {
      font-size: 10px;
      line-height: 23px;
      text-align: center;
      line-height: 24px;
      height: 24px;
      letter-spacing: .5px
  }

  header nav img {
      height: 19px;
      margin-right: 3px
  }

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

  .languageRow.notSelected {
      left: -4px
  }

  #topHiddenBarOptions {
      width: 100%
  }

  .hiddenBarLogoContainer {
      overflow: hidden;
      position: relative;
      display: flex;
      margin: auto;
      width: 30%;
      height: 85px;
      margin-top: 15px
  }

  .openMenu #headerLogo2 {
      display: none
  }

  #headerLogoHiddenBar {
      width: 100%
  }

  #headerLogo {
      width: 70px;
      height: auto;
      position: relative;
      display: block;
      margin: 5px auto 0
  }

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

  .mobileMenuItems {
      overflow: auto;
      box-sizing: border-box;
      height: calc(94dvh - 120px)
  }

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

  header.open .topHeaderMobileIcons {
      opacity: 1;
      left: 5%;
      height: calc(100% - var(--menu-slider));
      display: flex !important;
      justify-content: center;
      align-items: center;
  }

  .topHeaderMobileIcons {
      width: auto;
      opacity: 0;
      position: absolute;
      left: -100%;
      display: flex;
      -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;
      justify-content: space-between
  }

  .topHeaderMobileIcons .left {
      display: flex;
      margin: auto 0;
  }

  .topHeaderMobileIcons .right {
      display: flex;
      height: auto;
      margin-right: calc(5% + 10px)
  }

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

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

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

  .userMobile span {
      position: relative;
      font-size: 20px;
      margin-right: 4px
  }

  .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: 8px;
      height: auto;
      top: 5.5px;
      right: 22px
  }

  .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 - var(--menu-height));
      width: 100%;
      left: -100%;
      background-color: var(--secondary);
      z-index: 5;
      overflow: hidden;
      top: var(--menu-height);
      -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
  }
  .headerMobileMenuIcon {
    width: 2rem;
    height: 2.3rem;
    position: relative;
    z-index: 6;
    /* -webkit-transform:rotate(0deg); */
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    /* transform:rotate(0deg); */
    /* -webkit-transition:0.5s ease-in-out; */
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    /* transition:0.5s ease-in-out; */
    /* -webkit-transition:margin-top 0.2s ease-in-out; */
    -moz-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    /* transition:margin-top 0.2s ease-in-out; */
    /* cursor:pointer; */
  }
  #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: 18px;
    float: right;
    left: 7px;
    width: 20px
}

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

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

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

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

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

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

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




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

  .headerIndex#header {
      background: transparent;
      border-bottom-color: var(--secondary)
  }

  .headerIndex.header .rightItemsContainer>li,.headerIndex.header .leftItemsContainer>li {
      color: var(--secondary)
  }

  .headerIndex.header .right>div {
      color: var(--secondary)
  }

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

  .bkgMobile {
      background: var(--white)!important
  }

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

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

  .mobileMenuItem.open>.mobileMenuLink {
      font-weight: var(--secondary-font-weight)
  }

  .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(var(--web-container) - 20px);
      height: 60px;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 60px;
      color: var(--base);
      padding-left: 5%;
      word-break: break-all;
      overflow: hidden
  }

  .mobileMenuItem:nth-last-child(-n+2) {
      border-top: 1px solid var(--line)
  }

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

  .mobileMenuSeeMore {
      position: relative;
      float: right;
      margin-right: 5%;
      line-height: 60px;
      width: 15px;
      font-size: 17px;
      text-align: center;
      font-weight: var(--secondary-font-weight);
      color: var(--base)
  }

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

  .mobileMenuLink.mobileMenuSubcategoryText {
      line-height: 40px;
      height: 40px;
      text-transform: initial
  }
  .mobileMenuLink.mobileMenuSubcategoryText:hover {
      font-weight:600;
  }
  .mobileMenuLink.mobileMenuSubcategoryText+.mobileMenuSeeMore {
      line-height: 40px
  }

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

  .mobileMenuSubcategory.open {
      border-bottom: 0
  }

  .mobileMenuCategoryLevelThree {
      border-bottom: none
  }

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

  #mobileSearchImg {
      position: absolute;
      float: left;
      height: 18px;
      width: 18px;
      margin-right: 13px;
      left: 5%;
  }

  #mobileSearch {
      position: relative;
      float: left;
      width: 100%;
      height: 50px;
      padding: 0;
      border-radius: 0;
      text-indent: 54px;
      background-color: transparent;
      color: var(--menu-font)
  }

  #mobileSearch::-webkit-input-placeholder {
      color: var(--menu-font)
  }

  #mobileSearch:-moz-placeholder {
      color: var(--menu-font)
  }

  #mobileSearch::-moz-placeholder {
      color: var(--menu-font)
  }

  #mobileSearch:-ms-input-placeholder {
      color: var(--menu-font)
  }

  #mobileSearch::-ms-input-placeholder {
      color: var(--menu-font)
  }

  .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: 18px;
      width: auto;
      position: relative;
      margin-left: 6px;
      display: flex;
      align-items: center
  }

  .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 {
      display: none;
      position: relative;
      overflow: visible
  }

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

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

  #cartMessageMessage {
      margin-bottom: 15px
  }

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

  .whatsAppWebContainer.open {
      bottom: 10px
  }

  .profileImgMobile {
      width: 18px;
      height: 18px;
      margin-top: 6px;
      position: relative;
      padding-right: 6px;
  }

  .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;
      line-height: 40px
  }

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

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

  .headerLogo img {
      width: 100%;
  }

  header.open .headerLogo {
      opacity: 0;
      pointer-events: none
  }

  #headerLogoContainer a {
      width: fit-content
  }

  #headerLogoContainer {
      overflow: hidden;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: auto
  }

  .headerCol {
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto
  }
  .rightElement {
    width:fit-content;
    position: absolute;
    right: 5%;
  }
}

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

  .btn-2:hover {
      color: var(--lighter-base);
      border-bottom: 1px solid var(--lighter-base)
  }

  .headerIndex#header:not(:hover) {
      background: transparent;
      border-bottom-color: var(--secondary)
  }
  

  .headerIndex.header:not(:hover) .rightItemsContainer>li,
  .headerIndex.header:not(:hover) .leftItemsContainer>li {
      color: var(--white);
  }

  .headerIndex#header:not(:hover) {
      background: transparent;
      border-bottom-color: var(--secondary)
  }

  .headerIndex.header:not(:hover) .rightItemsContainer>li,.headerIndex.header:not(:hover) .leftItemsContainer>li {
      color: var(--secondary)
  }

  .headerIndex.header:not(:hover) img { 
      -webkit-filter: invert(91%) sepia(2%) saturate(951%) hue-rotate(331deg) brightness(109%) contrast(91%);
      filter: invert(100%) sepia(2%) saturate(951%) hue-rotate(331deg) brightness(203%) contrast(91%)
  }

  .account img {
      width: 17px;
      margin-bottom: 2px;
  }
}
