* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arimo";
  color: var(--base);
  font-weight: var(--base-font-weight);
  background-color: var(--secondary);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

:root {
  --secondary-font-family: "Arimo";
  --web-container: 90%;
  --base: black;
  --lighter-base: #d9d9d9;
  --secondary: #7b1f1a;
  --web-background: #ffffff;
  --footer-background: #ffffff;
  --logo-width: 82px;
  --menu-font: black;
  --menu-background: white;
  --menu-font-size: 16px;
  --menu-line-height: 20px;
  --menu-font-weight: 100;
  --menu-height: 189px;
  --menu-text-transform: inherit;
  --headerPromo: 24px;
  --headerPromo-color: #e65546;
  --headerPromo-font-size: 12px;
  --expandedCategory-width: 507px;
  --submenu-font: #black;
  --submenu-font-size: 16px;
  --submenu-line-height: 18px;
  --submenu-hover-weight: 500;
  --base-font-size: 18px;
  --base-line-height: 18px;
  --border-radius: 0px;
  --h1: #7b1f1a;
  --h1-font-size: 23px;
  --h1-line-height: 30px;
  --h2: #7b1f1a;
  --h2-font-size: 22px;
  --h2-line-height: 32px;
  --h3: #7b1f1a;
  --h3-font-size: 14px;
  --h3-line-height: 15px;
  --h3-font-weight: 500;
  --lookbook-font-size: 16px;
  --lookbook-line-height: 22px;
  --oldPrice: #d9d9d9;
  --oldPrice-font-size: 18px;
  --oldPrice-line-height: 20px;
  --price: black;
  --price-font-size: 18px;
  --price-line-height: 20px;
  --price-font-weight: 500;
  --breadcrumb: #c7c5c5;
  --breadcrumb-active: #000000;
  --breadcrumb-font-size: 14px;
  --breadcrumb-line-height: 21px;
  --groups-font-size: 35px;
  --groups-line-height: 44px;
  --groups-font-weight: 400;
  --groups-text-color: #f9f9f9;
  --groups-text-transform: inherit;
  --slider-font-size: 23px;
  --slider-line-height: 30px;
  --footer: #7b1f1a;
  --footerLinks-font-size: 16px;
  --footerHeading-font-size: 40px;
  --footerHeading-line-height: 1.2;
  --copyright: #7b1f1a;
  --custom-font-size: 25px;
  --custom-line-height: 34px;
  --base-font-weight: 100;
  --secondary-font-weight: 500;
  --semibold-font-weight: 600;
  --add-to-cart-btn: #7b1f1a;
  --add-to-cart-btn-hover: #ffffff;
  --add-to-cart-btn-font: #ffffff;
  --add-to-cart-btn-font-hover: #7b1f1a;
  --add-to-cart-btn-border: #7b1f1a;
  --add-to-cart-btn-border-hover: #7b1f1a;
  --add-to-cart-btn-font-size: 15px;
  --add-to-cart-btn-line-height: 49px;
  --btn: #7b1f1a;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #7b1f1a;
  --btn-border: #7b1f1a;
  --btn-border-hover: #7b1f1a;
  --btn-font-size: 25px;
  --btn-line-height: 34px;
  --btn-border-radius: 100px;
  --santander: #e42313;
  --itau: #1a5493;
  --bbva: #1a5493;
  --scotia: #ed0722;
  --scotiaBlack: #1d1d1b;
  --white: #ffffff;
  --slider-for-aspect-ratio: 434/562;
  --slider-nav-aspect-ratio: 1/1;
  --slider-products-aspect-ratio: 206/248;
  --opacity-hover: #00000066;
  --bkg-blur: #1928465c;
  --letter-spacing: 0.1em;
  --placeholder-color: #9e9e9e;
}

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

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

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

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

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

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

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

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

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

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

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

body.open {
  overflow: hidden;
}

.sliderTitleContainer,
.groupItemTitle,
.group-look-slider-title,
.newsletterHeading,
.categoriesUrlContainer,
.titleCustom,
#customPageTitle,
#localTitle,
#categoryReference,
#favTitle {
  font-family: var(--secondary-font-family);
  font-weight: 400;
  text-transform: inherit;
}
#customPageTitle {
  display: none;
}
#content {
  width: 100%;
  min-height: 75vh;
  min-width: unset;
  background-color: var(--web-background);
}

#header {
  height: var(--menu-height);
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--menu-background);
}

.editorialSubmenu {
  display: none;
  position: absolute;
  width: fit-content;
  top: 60px;
  background: var(--secondary);
  color: white;
  left: 22px;
  padding: 10px 0px 0px 10px;
}

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

.editorialSubmenu a {
  position: relative;
  width: 98px;
  height: 60px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  margin: auto 13px;
  padding-bottom: 13px;
  text-align: initial;
  cursor: pointer;
  float: left;
  font-weight: 400;
  align-items: center;
}

.editorialSubmenu a:hover {
  font-weight: 100;
}

.firstRowContainer {
  display: flex;
  width: var(--web-container);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-block: 37px;
}

.logoTitulo {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: var(--groups-font-weight);
  color: var(--secondary);
}

a#headerCart img,
img.heart,
.headerShowLogin img,
.contactoHeader img {
  height: 18px;
}

.searchButton {
  max-width: 600px;
  box-sizing: border-box;
  font-size: var(--menu-font-size);
  line-height: var(--menu-line-height);
  background-color: transparent;
  align-items: center;
  display: flex;
  cursor: pointer;
  border: 1px solid #ccc6c6;
  width: 260px;
  height: 34px;
  padding-inline: 8px 9px;
  box-sizing: border-box;
  margin-right: 27px;
}

.searchButton img {
  display: block;
  height: 15px;
  position: relative;
  margin-right: 9px;
}

.searchSite {
  width: -webkit-fill-available;
  background: transparent;
  font-size: 15px;
  color: var(--menu-font);
  letter-spacing: 1px;
}

.searchSite::placeholder {
  font-size: 15px;
  color: var(--menu-font);
}

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

.headerPromo {
  text-align: center;
  line-height: var(--menu-line-height);
  font-size: var(--headerPromo);
  height: var(--headerPromo);
  overflow: hidden;
  display: none !important;
}

.headerPromoText {
  line-height: var(--headerPromo);
  overflow: hidden;
  font-size: var(--headerPromo-font-size);
}

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

.headerRow {
  height: calc(100%);
  width: 100%;
  color: var(--menu-font);
  /* display: flex; */
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.categoriesContainer {
  display: block;
  width: 100%;
  border-top: 1px solid #f9f9f94d;
  justify-content: center;
  font-size: var(--menu-font-size);
  font-weight: var(--menu-font-weight);
}

.expandedCategory {
  position: absolute;
  top: calc(var(--menu-height) + 0px);
  display: none;
  width: auto;
  /* min-width: 440px; */
  background: #7b201a;
  padding: 10px 0px 0 16px;
  z-index: 3;
  flex-direction: row;
  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;
  border-radius: var(--border-radius);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.menuSubcategory {
  margin-bottom: 16px;
}
.categoryTwoTilte {
  position: relative;
  display: block;
  width: 98px;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  margin: auto 13px;
  padding: 15px 0;
  text-align: initial;
  /* font-family: 'IBMPlexSans' !important; */
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.categoryTwoTilte:hover {
  font-weight: 100;
}
.categories {
  display: grid;
  flex-direction: row;
  height: 60px;
  margin: auto;
  align-items: center;
  text-transform: var(--menu-text-transform);
  /* gap: 1rem; */
  grid-template-columns: repeat(5, minmax(0, 120px));
  justify-content: space-evenly;
  width: 62%;
  padding-top: 20px;
}

.headerLink:hover {
  font-weight: 400;
}

.headerLink {
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-weight: 100;
  overflow: visible;
  width: 100%;
  text-transform: uppercase;
  /* min-width: 160px; */
  display: flex;
  line-height: var(--menu-line-height);
  font-size: 16px;
}

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

.lineEffectCenter::before {
  bottom: -4px;
}

.lineEffectCenter::before {
  content: "";
  background: var(--menu-font);
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

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

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

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

#headerLogoContainer img {
  display: block;
  width: var(--logo-width);
  height: auto;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--menu-font-size);
}

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

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

.mobileMenuOptions {
  display: none;
  height: auto;
  width: 122px;
}

.searchMobileContainer {
  display: none;
}

.logoutDiv {
  display: none;
}

a#headerCart img,
img.heart,
.profileIcon img,
.contactoHeader img {
  height: 18px;
}

.whatsAppWebContainer {
  opacity: 0;
  background-color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  bottom: 70px !important;
  right: 64px;
  bottom: 23px !important;
  padding: 14px;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  /* margin-right: 0.5%; */
  opacity: 1;
  z-index: 5;
}

.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;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

#alertMessageLogo {
  width: 80px;
}

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

#cartMessageLunaEventFixedContainer #cartMessageMessage {
  width: 281px;
}

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

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

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

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

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

#cartMessageDiv {
  margin-top: 20%;
}

.alertMessageMessage {
  font-size: 20px;
  line-height: 29px;
  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%);
}

.wishListProductsDiv {
  height: 21px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: 21px;
  align-items: center;
  justify-content: space-between;
}

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

.wishListQuantity {
  position: absolute;
  text-transform: lowercase;
  font-size: 11px;
  line-height: 11px;
  right: -12px;
  bottom: 4px;
}

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

.searchContainer {
  width: 148px;
  height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.searchContainer.open .searchButton {
  right: 0;
}

#headerCart {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: unset;
  height: 21px;
}

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

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

.cartAmount {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  right: -12px;
  bottom: 2px;
  text-transform: lowercase;
}

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

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 21px;
  display: block;
  height: 21px;
  overflow: visible;
  z-index: 1;
}

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

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

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

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 13px;
  right: 10%;
  z-index: 1;
  color: var(--menu-font);
}

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

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

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

#logoutUser {
  /* border-top: 1px solid var(--menu-font); */
}

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

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--secondary);
  color: #fff;
  font-weight: 400;
}

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

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

.currencySelectContainer {
  position: relative;
  float: left;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  height: auto;
  color: var(--menu-font);
}

.currencySelectImg {
  display: block;
  position: relative;
  height: 20px;
  float: left;
  margin-right: 20px;
  top: 2px;
}

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

.selectedOption {
  width: 70%;
}

.pageCurrencySelect {
  height: 0;
  overflow: hidden;
  top: 25px;
  text-align: left;
  width: 120px;
  right: 17px;
  position: absolute;
}

.pageCurrencySelect.open {
  display: block;
  height: auto;
  background: var(--white);
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.pageCurrencySelect.open .currencySelectOption:not(.titleOption):hover {
  background: #000;
  color: var(--white);
  cursor: pointer;
}

.currencySelectOption {
  padding: 11px 0;
  padding-left: 10px;
}

.currencySelectOption:not(.titleOption) {
  cursor: pointer;
}

.currencySelectOption[is-selected="true"] {
  background: var(--menu-font);
  color: var(--white);
}

.currencySelectOption:nth-child(1) {
  padding-left: 5px;
  text-transform: uppercase;
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

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

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

.viewAll {
  position: relative;
  text-align: center;
  line-height: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  letter-spacing: 0;
  color: var(--base);
  font-size: 18px;
  font-family: "Arimo";
  font-weight: 300;
  /* background: var(--base); */
  padding: 10px 22px;
  border-radius: 100px;
  /* border: 1px solid var(--base); */
}

.viewAll:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
a.viewAll.catalogo {
  margin-bottom: 3rem;
}
.viewAll.lineEffectLeft::after {
  bottom: 0px;
  background: var(--base);
}

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

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

.news.blogPostRegular:nth-child(4n-2),
.news.blogPostRegular:nth-child(4n-1),
.blogsContent .news.blogPostRegular:nth-child(4n-1),
.blogsContent .news.blogPostRegular:nth-child(4n-2),
.news.blogPostRegular:nth-child(3n-1) {
  border-left: none;
  border-right: none;
  border-color: unset;
}

@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 {
    --headerPromo: 27px;
    --menu-font-size: 15px;
    --menu-line-height: 20px;
    --menu-font-weight: 400;
    --menu-height: 88px;
    --menu-text-transform: uppercase;
    --submenu-font-size: 16px;
    --base-font-size: 14px;
    --base-line-height: 18px;
    --h1-font-size: 54px;
    --h1-line-height: 58px;
    --h2-font-size: 25px;
    --h2-line-height: 32px;
    --h3-font-size: 14px;
    --h3-line-height: 15px;
    --lookbook-font-size: 16px;
    --lookbook-line-height: 22px;
    --oldPrice-font-size: 15px;
    --oldPrice-line-height: 20px;
    --price-font-size: 15px;
    --price-line-height: 20px;
    --breadcrumb-font-size: 18px;
    --breadcrumb-line-height: 22px;
    --groups-font-size: 35px;
    --groups-line-height: 35px;
    --slider-font-size: 25px;
    --slider-line-height: 32px;
    --footerLinks-font-size: 15px;
    --custom-font-size: 25px;
    --custom-line-height: 32px;
    --add-to-cart-btn-font-size: 15px;
    --add-to-cart-btn-line-height: 53px;
    --btn-font-size: 15px;
    --btn-line-height: 22px;
    --web-container: 90%;
    --slider-for-aspect-ratio: 206/248;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    left: 8%;
    border-radius: 0 9px 9px 0;
  }

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

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
  }

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

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 19px;
  }

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

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

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

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

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

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

  .headerMobileMenuIcon.open span:nth-child(5) {
    left: 4px;
    top: 6px;
  }

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

  .cartMobile {
    position: absolute;
    right: 0;
  }

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

  #header .right {
    position: absolute;
    right: 52px;
    display: flex !important;
    align-items: center;
  }

  .headerRow {
    display: block;
    width: auto;
    height: 108px;
    background: white;
    margin-top: 12px;
  }

  .firstRowContainer {
    display: flex;
    align-items: center;
    padding-block: 0px;
  }

  #headerLogoContainer img {
    width: 50px;
    margin: 0;
  }

  .logoutDiv {
    display: none;
  }

  .mobileMenuOptions {
    width: 0px;
    height: auto;
    position: absolute;
    display: none;
    align-items: flex-start;
  }

  #headerCart {
    height: 15px;
  }

  .cart {
    position: relative;
    width: auto;
    height: 16px;
  }

  .cartContainer {
    height: 22px;
  }

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

  .cartAmount {
    float: right;
    line-height: 20px;
    position: absolute;
    right: -11px;
    top: 0;
    font-size: 10px;
  }

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

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

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  #headerLogoHiddenBar {
    width: 100%;
  }

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

  .searchButton {
    display: none;
  }

  .searchMobileContainer {
    width: 100%;
    position: fixed;
    overflow: hidden;
    display: block;
    z-index: -1;
    top: 50px;
    height: 65px;
    transition: all 0.3s;
    background: white;
  }

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

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

  #logoutMobile {
    margin-left: 0;
    height: 15px;
    display: none;
  }

  .headerShowLogin {
    line-height: 16px;
  }

  .topHeaderMobileIcons {
    width: 74%;
    position: absolute;
    left: 18%;
    top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .topHeaderMobileIcons .left {
    display: flex;
    align-items: flex-end;
  }

  .topHeaderMobileIcons .right {
    display: flex;
  }

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

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

  .userMobile {
    height: auto;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    line-height: 23px;
    margin-right: 20px;
  }

  .userMobile span {
    position: relative;
    font-size: 14px;
    margin-right: 6px;
    line-height: 15px;
  }

  .userMobile a {
    line-height: 15px;
    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: white;
    z-index: 5;
    overflow: hidden;
    top: 110px;
    padding-top: 65px;
    -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;
    color: var(--menu-font);
  }

  #headerMobileMenu.open {
    left: 0;
    height: 100%;
  }

  #headerMobileLogo {
    margin: auto;
    position: absolute;
    float: left;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: calc(50% - 50px);
  }

  .headerMobileMenuIcon {
    top: 57px;
    width: 50px;
    height: 20px;
    position: fixed;
    z-index: 6;
    right: 2%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    cursor: pointer;
  }

  .headerMobileMenuIcon.open {
    /* left: 10px; */
    top: 55.5px;
  }

  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 1.2px;
    width: 21px;
    background: var(--menu-font);
    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: 0;
    float: right;
    left: 15px;
    width: 24px;
  }

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

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

  .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: 13px;
    top: 7px;
    width: 20px;
  }

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

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

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

  .languageRow.notSelected {
    left: -4px;
  }

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

  #headerMobileLogo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: block;
    overflow: visible;
  }

  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: white;
  }

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

  .mobileMenuItem:last-child {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .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: -webkit-fill-available;
    width: 95%;
    font-size: 21px;
    letter-spacing: 0;
    color: var(--menu-font);
    font-weight: 100;
    text-transform: uppercase;
    height: 60px;
    line-height: 80px;
    word-break: break-all;
    overflow: hidden;
    padding-left: 5%;
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 22px;
    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% - 0px);
    height: 0;
    /* padding-left: 20px; */
    overflow: hidden;
    background-color: #7b201a;
    color: #fff;
  }
  .mobileMenuSubcategory .mobileMenuLink {
    color: #fff;
  }
  .mobileMenuSubcategoryText {
    font-size: 16px;
  }
  .searchMobileContainer.open {
    top: 120px;
  }
  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    height: 60px;
    line-height: 60px;
    color: var(--base);
    /* padding-left: 30px; */
    word-break: break-all;
    overflow: hidden;
  }
  #mobileSearchBar {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
  }

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

  #mobileSearch {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #bdbdbd;
    text-indent: 49px;
    font-size: 22px;
    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 {
    width: auto;
    position: relative;
    margin-right: 25px;
    display: block;
  }

  .mobilePersonalPages {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #cartMessageDiv {
    width: 90%;
  }

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

  #forMeBtn {
    margin-right: 7px;
  }

  #forGiftBtn {
    margin-right: 7px;
  }

  .wishListProductsDiv {
    position: relative;
    display: block;
    overflow: visible;
    height: 15px;
  }

  .wishListQuantity {
    position: absolute;
    right: -8px;
    top: 0;
    line-height: 20px;
    font-size: 10px;
  }

  .heart {
    position: relative;
    cursor: pointer;
    width: auto;
    height: 15px;
    /* filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%); */
  }

  header#header {
    height: 110px;
    background-color: var(--secondary);
    position: fixed;
    z-index: 6;
  }

  div#headerDummy {
    height: 110px;
  }

  .logoTitulo {
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 2px;
    height: 107px;
    line-height: 107px;
  }

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

  #content {
    margin-top: 12px;
    min-height: 85vh;
    height: auto;
  }

  #cartMessageMessage {
    margin-bottom: 15px;
  }

  .whatsAppWebContainer {
    /* width: 52px; */
    z-index: 3;
    right: 10px;
  }

  .whatsAppWebContainer.open {
    bottom: 10px;
    right: 10px;
  }

  .profileImgMobile {
    width: 17px;
    height: 17px;
    position: relative;
  }

  a.contactoMobile {
    margin-right: 20px;
  }

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

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

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

  .headerCol {
    position: absolute;
    height: auto;
    right: 18%;
  }

  .viewAll {
    padding: 9.5px 23px;
    /* font-size: 10px; */
    margin: 45px auto 0;
  }
}

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

  .santanderLogo {
    height: 11px;
    margin-top: 7px;
    margin-left: 4px;
  }

  a.mobileMenuLink.mobileMenuSubcategoryText:hover {
    color: #fff;
  }

  #headerMobileProfile {
    height: 42px;
  }

  #cartMessageMessage {
    font-size: 19px;
  }

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

  #cartMessageDiv {
    width: 50%;
  }

  #headerMobileMenu {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  :root {
    --logo-width: 112px;
  }

  .lineEffectLeft::after {
    width: 100%;
    bottom: 5px;
  }

  .rightItemsContainer img {
    height: 16px;
  }

  .rightItemsContainer {
    gap: 24px;
    height: 20px;
    display: flex;
    align-items: flex-start;
  }

  .searchButton {
    width: 350px;
  }

  .headerLink {
    margin: 0px 3%;
  }

  .categories {
    gap: 40px;
  }
}

@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(--btn-font);
    background-color: var(--btn);
  }
}
