@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@keyframes wiggle {
  0%   { transform: rotate(0deg); }
  5%   { transform: rotate(15deg); }
  8%   { transform: rotate(0deg); }
  12%  { transform: rotate(-15deg); }
  16%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.woocommerce-error *, .woocommerce-info *, .woocommerce-message *, .woocommerce-notices-wrapper *{
    font-family: 'Montserrat';
}


.relatedProducts .swiper-slide {
    width: 25vw;
}

@keyframes searchBoxPopIn{
    0%{
        opacity:0;
        transform: translateY(-100%);
    }
    30%{
        opacity:1;
    }
    100%{
        transform: translateY(0);
        pointer-events: all;
        opacity:1;
    }
}

@keyframes searchBoxPopOut{
    0%{
        opacity:1;
        transform: translateY(0);
    }
    99%{
        opacity:1;
    }
    100%{
        transform: translateY(-100%);
        opacity:0;
    }
}

@keyframes searchBlurbPopOut{
    0%{
        max-width:15vw;
        transform:scale(1);
    }
    30%{
        max-width:15vw;
        transform:scale(0);
    }
    100%{
        max-width:0;
        transform:scale(0);
    }
}


@keyframes searchBarPopIn{
    0%{
        transform: translateX(-50%) scaleX(0);
    }
    100%{
        transform: translateX(-50%) scaleX(1);
        pointer-events:all;
    }
    }
    
    
    
    @keyframes searchBarPopOut{
        0%{
            transform: translateX(-50%) scaleX(1);
        }
        100%{
            transform: translateX(-50%) scaleX(0);
            pointer-events:none;
        }
    }
@keyframes opacityIn{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
    }
    
    
    @keyframes opacityOut{
    0%{
        opacity:1;
    }
    100%{
        opacity:0;
    }
    
    }
    
   



    @font-face{
    font-family: 'General Sans';
    src: url('/wp-content/fonts/GeneralSans-Bold.woff2') format('woff2');
    font-weight: 700;
}
@font-face{
    font-family: 'General Sans';
    src: url('/wp-content/fonts/GeneralSans-Semibold.woff2') format('woff2');
    font-weight: 600;
}
@font-face{
    font-family: 'General Sans';
    src: url('/wp-content/fonts/GeneralSans-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face{
    font-family:'Proxima Nova';
    src:url('/wp-content/fonts/ProximaNova-Regular.woff2') format('woff2');
    font-weight:400;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  99%{
    display:block;
  }
  100% {
    opacity: 0;
    display:none;
  }
}

html body .header .headerActiveFlashSale {
    color: #ffb548!important;
}

html .header .flashSalesCountdown {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 89%;
}

html header .flashSalesCountdown {
    background: #292246;
    padding: 1px 7px;
}

html .header .flashSalesCountdown p {
    font-family: 'Arapey';
    font-size: 1.3em;
    margin: unset;
    color: #ffb548;
    text-transform: lowercase;
}


/*Throbber animation*/


/*Black friday*/

html body .flashSalesCountdown.flashSalesCountdownHeaderDesktop {
    top: 25%;
    transform: translate(-50%,-50%);
}

html body .headerStuck .flashSalesCountdown.flashSalesCountdownHeaderDesktop p {
    font-size: 0.8em;
}
.flashSalesCountdown.flashSalesCountdownHeaderDesktop * {
    transition: 0.15s ease-in-out;
}

html body .blackFridayDiv .flashSalesCountdown {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}

html body .blackFridayDiv {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blackFridayDiv span {
    font-family: 'Montserrat';
    font-weight: 800;
    padding-right: 0.8em;
    transition: all 0.15s ease-in-out;
}

html .header .flashSalesCountdown p {
    font-family: 'Arapey';
    font-size: 1.5em;
    margin: unset;
    color: #ffb548;
    text-transform: lowercase;
}

.blackFridayDiv span {
    font-family: 'Montserrat';
    font-weight: 800;
    padding-right: 0.8em;
    transition: all 0.15s ease-in-out;
    font-size: 1.2em;
}

.headerStuck .blackFridayDiv span {
    font-size: 0.7em;
}
.blackFridayDiv .flashSalesCountdown * {
    color: white!important;
}

.blackFridayDiv .flashSalesCountdown {
    background-color: black;
}



@media only screen and (max-width:1100px){
    .header>.blackFridayDiv {
    display: none;
}

.headerStuck .blackFridayDiv span {
    font-size: 1.1em;
}

html body .headerStuck .flashSalesCountdown p {
    font-size: 1.4em;
}

.phoneNav .blackFridayDiv {
    top: 40px;
}


}

@media only screen and (max-width:600px){
    
}
/*/Black Friday*/


/* Made by lukehaas https://lukehaas.me/projects/css-loaders/ */
.loader::after {
  content:'';
  font-size: 13px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 5vh);
  left:50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0) translate(-50%,-50%);
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #292246, 1.8em -1.8em 0 0em rgba(41,34,70,0.2), 2.5em 0em 0 0em rgba(41,34,70,0.2), 1.75em 1.75em 0 0em rgba(41,34,70,0.2), 0em 2.5em 0 0em rgba(41,34,70,0.2), -1.8em 1.8em 0 0em rgba(41,34,70,0.2), -2.6em 0em 0 0em rgba(41,34,70,0.5), -1.8em -1.8em 0 0em rgba(41,34,70,0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.7), 1.8em -1.8em 0 0em #292246, 2.5em 0em 0 0em rgba(41,34,70,0.2), 1.75em 1.75em 0 0em rgba(41,34,70,0.2), 0em 2.5em 0 0em rgba(41,34,70,0.2), -1.8em 1.8em 0 0em rgba(41,34,70,0.2), -2.6em 0em 0 0em rgba(41,34,70,0.2), -1.8em -1.8em 0 0em rgba(41,34,70,0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.5), 1.8em -1.8em 0 0em rgba(41,34,70,0.7), 2.5em 0em 0 0em #292246, 1.75em 1.75em 0 0em rgba(41,34,70,0.2), 0em 2.5em 0 0em rgba(41,34,70,0.2), -1.8em 1.8em 0 0em rgba(41,34,70,0.2), -2.6em 0em 0 0em rgba(41,34,70,0.2), -1.8em -1.8em 0 0em rgba(41,34,70,0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.2), 1.8em -1.8em 0 0em rgba(41,34,70,0.5), 2.5em 0em 0 0em rgba(41,34,70,0.7), 1.75em 1.75em 0 0em #292246, 0em 2.5em 0 0em rgba(41,34,70,0.2), -1.8em 1.8em 0 0em rgba(41,34,70,0.2), -2.6em 0em 0 0em rgba(41,34,70,0.2), -1.8em -1.8em 0 0em rgba(41,34,70,0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.2), 1.8em -1.8em 0 0em rgba(41,34,70,0.2), 2.5em 0em 0 0em rgba(41,34,70,0.5), 1.75em 1.75em 0 0em rgba(41,34,70,0.7), 0em 2.5em 0 0em #292246, -1.8em 1.8em 0 0em rgba(41,34,70,0.2), -2.6em 0em 0 0em rgba(41,34,70,0.2), -1.8em -1.8em 0 0em rgba(41,34,70,0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.2), 1.8em -1.8em 0 0em rgba(41,34,70,0.2), 2.5em 0em 0 0em rgba(41,34,70,0.2), 1.75em 1.75em 0 0em rgba(41,34,70,0.5), 0em 2.5em 0 0em rgba(41,34,70,0.7), -1.8em 1.8em 0 0em #292246, -2.6em 0em 0 0em rgba(41,34,70,0.2), -1.8em -1.8em 0 0em rgba(41,34,70,0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.2), 1.8em -1.8em 0 0em rgba(41,34,70,0.2), 2.5em 0em 0 0em rgba(41,34,70,0.2), 1.75em 1.75em 0 0em rgba(41,34,70,0.2), 0em 2.5em 0 0em rgba(41,34,70,0.5), -1.8em 1.8em 0 0em rgba(41,34,70,0.7), -2.6em 0em 0 0em #292246, -1.8em -1.8em 0 0em rgba(41,34,70,0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(41,34,70,0.2), 1.8em -1.8em 0 0em rgba(41,34,70,0.2), 2.5em 0em 0 0em rgba(41,34,70,0.2), 1.75em 1.75em 0 0em rgba(41,34,70,0.2), 0em 2.5em 0 0em rgba(41,34,70,0.2), -1.8em 1.8em 0 0em rgba(41,34,70,0.5), -2.6em 0em 0 0em rgba(41,34,70,0.7), -1.8em -1.8em 0 0em #292246;
  }
}

/*/Throbber animation*/

p.stock.out-of-stock {
    font-family: 'Montserrat',sans-serif;
}

.heroWhatsapp {
    position: fixed;
    width: 80px;
    top: 100%;
    left: 100%;
    background: #32ba46;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    z-index: 9999;
    transform: translate(-155%, -155%);
}

.heroWhatsapp a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(0.7);
    transition: all 0.45s cubic-bezier(.35,.86,.67,.86);
}

.heroWhatsapp:hover a img {
    transform: unset;
}

.heroWhatsapp a {
    display: block;
    width: 100%;
    height: 100%;
}


.desktopNavDropdown {
    position: relative;
    width: fit-content;
    height: fit-content;
    padding-bottom: 11px;
    padding-top: 12px;
}

.desktopNavDropdownInner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 110%;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%)scaleY(0);
    text-align: center;
    transform-origin: top;
    background: white;
    padding: 8% 2em;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
}
.desktopNavDropdown:hover .desktopNavDropdownInner {
    transform: translateX(-50%);
    opacity: 1;
}

.desktopNavDropdownInner a {
    width: fit-content;
    margin: 0.2em auto;
    text-transform: uppercase;
    line-height: 140%;
    white-space: nowrap;
    text-wrap: nowrap;
}
.desktopNavDropdown>a {
    padding-top: unset;
}

.desktopNavDropdownInner a {
    width: fit-content;
    margin: 0.2em auto;
    text-transform: uppercase;
    color: white;
    line-height: 140%;
}




.loader::before{
    content:unset!important;
}
.blurbRemoved{
    animation:searchBlurbPopOut 0.75s ease-in-out forwards;
}

.headerLogo:hover .bigot{
  animation: wiggle 3s ease-in-out infinite;
}

.bigot{
    transform-origin: 11.1% 49%;
}

.cky-modal *, .cky-consent-bar * {
  font-family: 'Montserrat',sans-serif;
}

.cky-notice-btn-wrapper>button {
  color: white;
}

.crossSellsSearchBox>a {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 5em;
    width: fit-content;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    white-space: nowrap;
    text-wrap: nowrap;
}

.searchResults {
    margin-bottom: 2.5vh;
    padding-bottom: 5vh;
}

.searchResults>a {
    transform: translateX(-50%)scaleX(1);
    pointer-events: all;
}


html,body{
margin:0;
overflow-x:clip;
}

.menuLegal {
  display: flex;
  flex-direction: column;
}

.menuLegal a {
  font-family: 'General Sans';
  text-decoration: none;
  color: #1A1A1A;
  font-size: 0.9em;
}

.normalMenu a {
  font-family: 'General Sans';
  text-decoration: none;
  color: #1A1A1A;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 600;
}


.wcNotice {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 3px solid #c20000;
  padding: 0 2em;
  border-radius: 8px;
  z-index: 99;
  box-shadow: 0 0 10px 2px rgba(194, 0, 0,0.6);
  animation: fadeInOut 5s ease-in-out forwards;
}

.wcNotice p {
  font-family: 'General Sans';
  font-weight: 600;
  font-size: 1.5em;
  white-space: nowrap;

}
.grecaptcha-badge {
    opacity: 0;
}
.newsletterModal {
    position: fixed;
    z-index: 999;
    width: 60%;
    height: 65%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.95);
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: opacityIn 0.45s ease-in-out forwards;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
}




.newsletterModal p {
    font-family: 'Arapey';
    font-style: italic;
    font-size: 1.8em;
    margin-top: 0;
}


.newsletterModalForminator {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletterModalForminator form {
    width: 23vw!important;
}

.newsletterModalForminator {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    border-radius: 9px;
}


.newsletterModalForminator  .forminator-row :has(input[type="email"]) {
    float: left;
}

.newsletterModal .forminator-error-message {
    position: absolute;
    top: 100%;
}

.newsletterModalForminator {
    width: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    border-radius: 9px;
    padding: 0;
    padding-bottom: 2em;
    padding-top: 2.3em;
}

.newsletterModal .forminator-row:has(#consent-1) {
    position: absolute;
    top: 68%;
    left: 6%;
}

.newsletterModalImage {
    width: 20%;
}

html body .newsletterModalForminator div#consent-1 :is(p,a) {
    color: #292246!important;
}

span.closeModal {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-97%, -10%);
    font-family: 'Montserrat',sans-serif;
    font-size: 1.7em;
    font-weight: 600;
    color: #292247;
    padding: 1em;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

span.closeModal:hover{
    color: #FFB548;
}


html .newsletterModalForminator .forminator-row.forminator-row-last {
    display: flex;
    flex-direction: row;
    margin-top: unset!important;
}

.newsletterModalImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.activeLink{
    color:#dbf615!important;
}

.newsletterModal .forminator-field {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
    flex-direction: unset!important;
}
.newsletterModalForminator .forminator-row {
    margin-bottom: 0!important;
}

.newsletterModalForminator .forminator-row.forminator-row-last {
    margin: 1em 0!important;
    margin-bottom: 4em!important;
}

.forminator-captcha-left{
    opacity: 0!important;
}




.newsletterModal div#email-1 {
    width: 15vw!important;
    margin-right: 0.9em!important;
}

.newsletterModal div#consent-1 :is(p,a) {
    margin: 0;
    color: #FFB548!important;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif!important;
    font-weight: 500!important;
}

.newsletterModal div#consent-1 p {
    font-size: 0.8em!important;
}

.newsletterModal .forminator-row.forminator-row-last button {
    font-family: 'Montserrat',sans-serif!important;
    color: #292246;
}

.headerWcIcons>div {
    width: 32px;
    height: 32px;
    margin: 0 0.3em;
    transition: all 0.15s ease-in-out;
    position: relative;
    cursor: pointer;
}

.headerWcIcons svg {
    width: 100%;
    height: 100%;
}

.headerWcIcons {
    display: flex;
    flex-direction: row;
    width: 9%;
    justify-content: space-between;
}

.header {
    display: flex;
    flex-direction: row;
    height: 15vh;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(.67,.31,.13,.61);
    background: white;
    z-index: 99;
}

.headerLogo {
    width: 10%;
    transition: all 0.15s ease-in-out;
}


.desktopNav {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#container {
    padding-top: 15vh;
}

.desktopNav a {
    color: #292246;
    font-family: 'Montserrat',sans-serif;
    text-decoration: unset;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
    font-size: 0.9em;
    position: relative;
    overflow: clip;
    height: 100%;
    padding-bottom: 11px;
    padding-top: 12px;
    text-transform: uppercase;
}

.header.headerStuck {
    top: 0;
    height: 8vh;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
} 

.header.headerStuck .headerLogo {
    width: 9%;
}

.headerStuck .desktopNav a {
    font-size: 0.8em;
}

.headerStuck .headerWcIcons>div {
    width: 26px;
    height: 26px;
}

.desktopNav a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 45%;
    height: 2px;
    transform: translateY(-100%)translateX(-50%) scaleX(0);
    background: #292246;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(.68,.3,.15,.91);
    transform-origin: center;
}

.desktopNav a:hover::after {
    transform: translateY(-100%)translateX(-50%)scaleX(1);
}

.headerWcCart {
    position: relative;
}

img.preloaderImage {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -99999999999999999999999;
    top: 0;
    left: 0;
}

.headerCartItemCounter {
    background: #292246;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -100%;
    left: 100%;
    transform: translateX(-50%)translateY(50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.headerCartItemCounter span {
    color: #ffb548;
    font-family: 'Montserrat',sans-serif;
    font-size: 1em;
}

.headerCartItemCounter.itemCounterMoreThan10 {
    font-size: 0.9em;
}

.headerCartItemCounter.itemCounterMoreThan99 {
    font-size: 0.8em;
}

.headerWcSearch {
    cursor: pointer;
}


.headerStuck .headerCartItemCounter {
    transform: scale(0.8) translateX(-50%)translateY(50%);
}



.headerWcAccount::after, .headerWcCart::after, .headerWcSearch::after {
    content: '';
    width: 200%;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%,-10px);
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    background: #292246;
    color: white;
    font-size: 0.7em;
    padding: 0.3em;
    border-radius: 3px;
    opacity:0;
    transition: all 0.15s ease-in-out;
    pointer-events: none;

}


.headerWcAccount::before, .headerWcSearch::before, .headerWcCart::before {
    content: '';
    pointer-events: none;
    width: 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    color: white;
    font-size: 0.7em;
    border-radius: 3px;
    transform: translateX(-50%)translateY(-10px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #292246;
    opacity:0;
    transition: all 0.15s ease-in-out;
}
.headerWcAccount:hover::before, .headerWcSearch:hover::before, .headerWcCart:hover::before{
    transform: translateX(-50%)translateY(0px);
    opacity:1;
}

.headerWcAccount:hover::after, .headerWcSearch:hover::after, .headerWcCart:hover::after{
        transform: translate(-50%,0%);
        opacity:1;
}

.headerWcAccount::after{
    content:'Cuenta';
}
.headerWcSearch::after{
    content:'Buscar';
}

.headerWcCart::after{
    content:'Carrito';
}


/*Search Box*/

.searchBoxHeader {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    padding: 0.7% 4%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.searchBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    z-index: 99;
    padding-bottom: 5vh;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

.searchBoxLogo svg {
    width: 100%;
    height: 100%;
}

.searchBoxLogo {
    width: 10%;
    height: 100%;
}

.searchBox textarea {
    font-family: 'Arapey';
    resize: none;
    width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: clip;
    font-size: 1.5em;
    border: unset;
    outline: none!important;
    height: 1.3em;
    padding-left: 40px;
}

.searchBoxQuery {
    width: 71%;
    height: auto;
    border-bottom: 2px solid #292246;
    position: relative;
}


.closeSearchBox {
    width: 3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.searchBoxIcon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.searchBoxIcon svg {
    width: 100%;
    height: 70%;
}

.searchBoxHistory {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
}


.searchBoxHistoryBlurbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.searchBoxHistoryBlurb {padding: 0.2em 0.7em;background: #1f193f;margin: 0 5px;border-radius: 10px;padding-right: 2em;position: relative;margin-bottom: 5px;}

.searchBoxHistory>p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    color: #292246;
}

.searchBoxHistoryBlurb a {
    margin: 0;
    font-family: 'Montserrat',sans-serif;
    color: white;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 15vw;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

span.searchBoxHistoryBlurbClose {
    display: block;
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18px' height='18px' role='img'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'%3E%3C/path%3E%3Cpath fill='white' d='M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-130%,-50%);
    cursor: pointer;
}

/*Border for borderless images*/
.searchBoxProductImage img {
    background-image: url('/wp-content/uploads/2025/09/bgPatternFlash-.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/**/

.searchBoxProductImage {
    height: 43vh;
    aspect-ratio: 5/7;
    width: auto;
    position: relative;
    margin: 0 auto;
    overflow: clip;
}

html body .searchBoxProductImage>img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
    transition: all 0.35s ease-in-out;
}
html body .searchBoxProductImage>img:last-child {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
    transition: all 0.75s cubic-bezier(.35,.86,.67,.86);
}

.searchBoxProductImage>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.searchBoxProduct>a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: unset;
}

.searchBoxProductDetails p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: clip;
    margin: 0 auto;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    color: #292246;
    text-align: center;
    font-size: 1em;
    padding-bottom: 0.3em;
    max-width: 100%;
}

.searchBoxProductDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5vh;
}

.searchBoxProductDetails span {
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    color: #292246;
    font-size: 0.9em;
    margin: 0.3em auto;
}


.crossSellsSearchBox {
    position: relative;
    margin-top: 10vh;
	transform: translateX(50px);
	min-height: 20vh;
	transition: all 0.15s ease-in-out;
	height: auto;
}

.crossSellsSearchBox > p {
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	color: #292246;
	padding-left: 0.5%;
    position: relative;
}

.searchBox::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
}


.searchBoxOpen{
    animation:searchBoxPopIn 0.5s ease-in-out forwards;
}

.searchBoxClosed{
    animation:searchBoxPopOut 0.5s ease-in-out forwards!important;
}



.searchBoxProductImage:hover>img:first-child {
    opacity: 0;
}

.searchBoxProductImage:hover>img:last-child {
    transform: scale(1.15);
}



/*/Search Box*/


.phoneNav {
    display: none;
}


.headerWcContact {
    transform: translateY(5px);
}
.newsletterModalForminator input {
    font-family: 'Montserrat',sans-serif!important;
}

/*Login & Register Modals*/
.loginModalPhone, .registerModalPhone {
    display: none;
}

html body .loginScreen, html body .registerScreen {
    padding-top: 3vh;
}

.modalGoBack {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 0;
    left: 100%;
    cursor: pointer;
    transform: translate(-150%,70%);
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 30 30'%3E%3Cpath fill='%23292246' d='M 7 4 C 6.744125 4 6.4879687 4.0974687 6.2929688 4.2929688 L 4.2929688 6.2929688 C 3.9019687 6.6839688 3.9019687 7.3170313 4.2929688 7.7070312 L 11.585938 15 L 4.2929688 22.292969 C 3.9019687 22.683969 3.9019687 23.317031 4.2929688 23.707031 L 6.2929688 25.707031 C 6.6839688 26.098031 7.3170313 26.098031 7.7070312 25.707031 L 15 18.414062 L 22.292969 25.707031 C 22.682969 26.098031 23.317031 26.098031 23.707031 25.707031 L 25.707031 23.707031 C 26.098031 23.316031 26.098031 22.682969 25.707031 22.292969 L 18.414062 15 L 25.707031 7.7070312 C 26.098031 7.3170312 26.098031 6.6829688 25.707031 6.2929688 L 23.707031 4.2929688 C 23.316031 3.9019687 22.682969 3.9019687 22.292969 4.2929688 L 15 11.585938 L 7.7070312 4.2929688 C 7.5115312 4.0974687 7.255875 4 7 4 z'%3E%3C/path%3E%3C/svg%3E");
}


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

p.passwordStrength, .phonePasswordStrength   {
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9em;
    margin-top: unset;
    transform: translateY(-50%);
    padding: 4px 0;
    text-align: center;
    font-weight: 500;
}

p.passwordStrength.muy-debil, .phonePasswordStrength.muy-debil  {
    color: #1f193f;
    background-color: #822e2d;
}
p.passwordStrength.muy-fuerte, .phonePasswordStrength.muy-fuerte  {
    color: #1f193f;
    background-color: #ffb548;
}

p.passwordStrength.fuerte, .phonePasswordStrength.fuerte  {
    color: #1f193f;
    background-color: #c1e1b9;
}

p.passwordStrength.media, .phonePasswordStrength.media {
    color: #1f193f;
    background-color: #ffe399;
}

p.passwordStrength.debil, .phonePasswordStrength.debil {
    color: #1f193f;
    background-color: #fbc5a9;
    text-align: center;
}

.headerStuck .loginRegisterDesktop.activeLogin {
    transform: translate(-50%,6%) scaleY(1) scale(0.9);
}

.headerWcAccount:has(.loginRegisterDesktop)::after, .headerWcAccount:has(.loginRegisterDesktop)::before {
    content: unset!important;
}

.loginRegisterDesktop span {
    background-color: #ffb548;
    color: #1F193F;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 1em;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    text-wrap: nowrap;
    white-space: nowrap;
    margin: 6% 0em;
    cursor: pointer;
}


.loginRegisterDesktop {
    position: absolute;
    width: 20vh;
    top: 100%;
    left: 50%;
    transform: translate(-50%,11%) scaleY(0);
    padding: 0.6em 1em;
    background-color: white;
    box-shadow: -8px 10px 14px rgba(0,0,0,0.3);
    z-index: 10;
    transition: transform 0.15s ease-in-out, width 0.15s ease-in-out;
    transform-origin: top;
    pointer-events: none;
    will-change: transform;
    cursor: default!important;
    border-top: 1px solid #ffb548;
}

.loginRegisterDesktop label {
    font-family: 'Montserrat',sans-serif;
    display: block;
    padding-bottom: 4px;
    font-size: 1em;
    color: #1f193f;
}

.loginRegisterDesktop:has(.loginModal), .loginRegisterDesktop:has(.registerModal) {
    width: 30vh;
}

.loginRegisterDesktop.activeLogin{
    transform: translate(-50%,11%) scaleY(1);
    pointer-events: all;
}

.loginRegisterDesktop::after {
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffb548;
}

 .loginRegisterDesktop span:last-child {
    background-color: #1F193F;
    color: white;
}

.registerModal input, .loginModal input {
    width: 100%;
    display: block;
    background-image: unset;
    transition: .2s ease;
    font-family: 'Montserrat',sans-serif;
    color: #1f193f;
    padding: 8px 0;
    margin: 0 auto;
    margin-bottom: 5px;
    outline: none!important;
    border: 1px solid #292246;
    border-radius: var(--wc-form-border-radius);
    padding-left: 2px;
    box-sizing: border-box;
}

.desktopHeaderRegisterPassword:has(.muy-debil)::after {
    content: 'Muy DÃƒÂ©bil';
    position: absolute;
    font-size: 0.8em;
    top: 109%;
    left: 6%;
    font-family: 'Montserrat',sans-serif;

} 

.registerModal input#reg_password {
    margin-bottom: 25px;
    position: relative;
}

.loginModal button:hover, .registerModal button:hover {
    color: #ffb548;
}

.loginModal button, .registerModal button {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.4em 1em;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    text-wrap: nowrap;
    white-space: nowrap;
    cursor: pointer;
    margin-top: 11%;
    border: unset;
    transition: .2s ease-in-out;
    font-size: 1em;
}
.desktopHeaderRegisterPassword {
    position: relative;
}
.loginModal a {
    display: block;
    margin: 0 auto;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9em;
    color: #7563d2;
}



/*/Login & Register Modals*/


p>label>input[name="newsletter"] {
    display: inline-block;
    height: fit-content;
    width: fit-content;
}

p:has(input[name="newsletter"]) {
    margin-top: 10px;
}

/*Products on Sale*/


.productSale p {
    width: fit-content;
    display: block;
    margin: unset;
}

p.normalPrice {
    text-decoration: line-through;
    margin-bottom: unset!important;
}

html p.salePrice {
    color: #822e2d!important;
    margin-top: unset!important;
    font-size: 1.1em;
}

.productSale {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*/Products on Sale*/

/*Promotions*/
.headerPromotion {
    position: relative;
}



.headerPromotion::before, .desktopNavDropdown:has(.headerPromotion)::before {
    content: '¡PROMOCIÓN!';
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    background-color: #822e2d;
    color: white;
    padding: 0.7em;
    font-size: 0.55em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-150%);
    letter-spacing: 1px;
    transition: all 0.15s ease-in-out;
}

.desktopNavDropdown:has(.headerPromotion)::before{
    top:12px;
}

.desktopNavDropdown .headerPromotion::before {
    content: unset;
}
.desktopNavDropdown .headerPromotion{
    color:#822e2d!important;
}

.desktopNavDropdown .headerPromotion::after{
    background-color:#822e2d!important;
}

.header.headerStuck .headerPromotion::before, .header.headerStuck .desktopNavDropdown:has(.headerPromotion)::before {
font-size: 0.35em;
}


/*/Promotions*/


@media only screen and (max-width:1600px){
    html .headerWcIcons>div {
    width: 25px;
    height: 25px;
}

html .headerStuck .headerWcIcons>div {
    width: 22px;
    height: 22px;
}


    html .desktopNav {
    width: 74%;
}

html .desktopNav a {
    font-size: 0.7em;
}

html .searchBoxProductDetails p {
    font-size: 0.8em;
}

html .searchBoxProductDetails span, .productSale p {
    font-size: 0.75em;
}

html .searchBoxProductImage {
    height: 33vh;
}

html .header {
    padding: 0 4%;
}
html .headerWcIcons>div {
    margin: 0 0.4em;
}

html .header.headerStuck .headerLogo {
    width: 10%;
}

html .headerWcIcons {
    width: 10%;
}
html .searchBoxLogo {
    width: 11%;
}

    html .headerLogo {
    width: 12%;
}

  html .wcNotice p {
    font-size: 1.1em;
}

html .newsletterModal{
    width: 70%;
}



html .newsletterModalForminator{
    width: 32vw;
}

html .headerStuck .desktopNav a {
    font-size: 0.7em;
}

html .header .flashSalesCountdown p {
    font-size: 1.4em;
}


html .header .flashSalesCountdown {
    top: 84%;

}

html body .headerStuck .flashSalesCountdown {
    top: 71%;

}

html body .headerStuck .flashSalesCountdown p {
    font-size: 1.2em;
}

}

@media only screen and (max-width:1400px){

    .headerPromotion::before, .desktopNavDropdown:has(.headerPromotion)::before {
    font-size: 0.45em;
}

    .heroWhatsapp {
    width: 60px;
}

html .newsletterModal {
    width: 68%;
}

    html .newsletterModalForminator {
        width: 30vw;
    }
    
.newsletterModal div#consent-1 p {
    font-size: 0.5em!important;
}

}



@media only screen and (max-width:1200px){
    p:has(input[name="newsletter"]) {
    margin-top: 40px;
}
.phonePasswordStrength  {
    transform: translateY(60%);
}



    .phoneNavDropdown .headerPromotion::before {
    content: unset;
}

	
  .phoneNavDropdown .headerPromotion  {
  color: #822e2d!important;
}
.phoneNavDropdown>a {
    position: relative;
}
.phoneNavDropdown:has(.headerPromotion) >a::before {
    content: '¡PROMOCIÓN!';
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    background-color: #822e2d;
    color: white;
    padding: 0.7em;
    font-size: 0.4em;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(30px,-50%);
    letter-spacing: 1px;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}

.loginModalInner, .registerModalInner {
    display: flex;
    width: 100%;
}

.loginModalInner p, .registerModalInner p {
    display: flex;
    flex-direction: column;
}

.phoneModalGoBack {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: 0;
    left: 100%;
    cursor: pointer;
    transform: translate(-150%,50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 30 30'%3E%3Cpath fill='%23292246' d='M 7 4 C 6.744125 4 6.4879687 4.0974687 6.2929688 4.2929688 L 4.2929688 6.2929688 C 3.9019687 6.6839688 3.9019687 7.3170313 4.2929688 7.7070312 L 11.585938 15 L 4.2929688 22.292969 C 3.9019687 22.683969 3.9019687 23.317031 4.2929688 23.707031 L 6.2929688 25.707031 C 6.6839688 26.098031 7.3170313 26.098031 7.7070312 25.707031 L 15 18.414062 L 22.292969 25.707031 C 22.682969 26.098031 23.317031 26.098031 23.707031 25.707031 L 25.707031 23.707031 C 26.098031 23.316031 26.098031 22.682969 25.707031 22.292969 L 18.414062 15 L 25.707031 7.7070312 C 26.098031 7.3170312 26.098031 6.6829688 25.707031 6.2929688 L 23.707031 4.2929688 C 23.316031 3.9019687 22.682969 3.9019687 22.292969 4.2929688 L 15 11.585938 L 7.7070312 4.2929688 C 7.5115312 4.0974687 7.255875 4 7 4 z'%3E%3C/path%3E%3C/svg%3E");
}


.loginModalInner input, .registerModalInner input {
    height: 2em;
    font-family: 'Montserrat',sans-serif;
}


.loginModalPhone, .registerModalPhone {
    display:flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    pointer-events: none;
    transform: translateX(100%);
    transition: all .2s cubic-bezier(.67,.31,.13,.61);
}

.loginModalInner label, .registerModalInner label {
    font-family: 'Montserrat',sans-serif;
    display: block;
    padding-bottom: 7px;
    font-size: 1em;
    color: #1f193f;
    font-weight: 500;
}


.loginModalInner a {
    transform: translateY(100%);
    display: block;
    margin: 0 auto;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.9em;
    color: #7563d2;
}


.loginModalInner form, .registerModalInner form {
    width: 80%;
    margin: 0 auto;
    padding-top: 16vh;
}

.loginModalInner button, .registerModalInner button {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.4em 1em;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    text-wrap: nowrap;
    white-space: nowrap;
    cursor: pointer;
    margin-top: 11%;
    border: unset;
    transition: .2s ease-in-out;
    font-size: 1em;
}

	.searchBoxProducts {
    transform: translateX(-50px);
}
	
.headerPhoneModalActive {
    transform: unset;
    pointer-events: all;
}
	
    .desktopNav {
    display: none;
}

.searchBoxHeader {
    padding-top: 7vh;
}
.searchBoxHeader {
    position: static;
}

.closeSearchBox {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-125%, 25%);
    width: 40px;
    height: 40px;
}

.searchBoxQuery {
    width: 100%;
}

.searchBoxLogo {
    display: none;
}

.crossSellsSearchBox {
    transform: unset;
    margin-top: 20vh;
}

.phoneHeaderUser>a svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.phoneHeaderUser>a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 5vh;
    margin-top: 1vh;
    color: #1f193f;
    font-family: 'Montserrat',sans-serif;
    text-decoration: unset;
}

.headerLogOut a {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 1em;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}


.phoneMenuToggle {
    display: block;
    position: relative;
}

.phoneMenuToggle.activePhoneMenu {
    z-index: 100;
}


html body .searchBoxProductImage {
    height: 20vh;
}

.searchBoxProductDetails p {
    max-width: 100%;
    height: 2.2em; 
    text-wrap:wrap;
    white-space:wrap;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp:2;
    box-orient:vertical;
    display:box;
    overflow: hidden;
    text-overflow: ellipsis;
}

html .headerWcIcons {
    width: 13%;
}


.headerWcAccount {
    display: none;
}

html .header{
    height:8vh;
    padding:0% 5%;
}

html .header.headerStuck .headerLogo {
    width: 17%;
}

.headerStuck .phoneMenuToggle span {
    height: 2px;
    width: 20px;
}


.headerStuck .phoneMenuToggle span:nth-last-child(2) {
   transform-origin: 44% 318%;
}

html .header.headerStuck {
    height: 6vh;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
html .headerStuck .headerWcIcons>div {
    width: 20px;
    height: 20px;
}
html body p.normalPrice,html body  p.salePrice {
    height: auto;
}


.phoneMenuToggle span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #292246;
    border-radius: 3px;
    transform-origin: 69% -300%;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              width 0.25s ease-in-out,
              height 0.25s ease-in-out;
}

.phoneMenuToggle span:first-child {
  transform-origin: 0% 0%;
}

.phoneMenuToggle span:nth-last-child(2) {
  transform-origin: 33% 298%;
}

.phoneMenuToggle.activePhoneMenu span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffb548;
}

.phoneMenuToggle.activePhoneMenu span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.phoneMenuToggle.activePhoneMenu span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

html .headerLogo {
    width: 40%;
    margin: 0 auto;
}
.searchBoxHistoryBlurb a {
    font-size: 0.8em;
}

html .headerLogo {
    width: 21%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.crossSellsSearchBox > p {
    padding-left: 4%;
}
#container {
    padding-top: 8vh;
}
.phoneNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: white;
    z-index: 99;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    transition: transform 0.35s ease-in-out,
                      box-shadow 0.1s ease-in-out;
    transform: translateX(-100%);
}
.activePhoneMenu+.phoneNav {
    transform: unset;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.6);
    pointer-events: all;
}

.phoneHeaderUser {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vh;
    padding: 0 5%;
    margin-top: unset;
}

.phoneHeaderUser>p {
    font-family: 'Montserrat',sans-serif;
    color: #292246;
    font-size: 1.2em;
    font-weight: 500;
    padding-left: 4px;
    margin-top: unset;
}

.phoneNavLinks {
    display: flex;
    flex-direction: column;
    height: 60%;
    justify-content: space-around;
    padding-left: calc(5% + 4px);
    margin: auto 0;
    padding-top: 6vh;
}


.phoneNavLinks a {
    color: #292246;
    font-family: 'Montserrat',sans-serif;
    text-decoration: unset;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
    font-size: 1.1em;
    text-transform: uppercase;
}

.loginHeaderButton a {
    background-color: #ffb548;
    color: #1F193F;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 1em;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}

.loginHeaderButton {
    margin: 2vh 0vh;
}


.registerHeaderButton a {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 1em;
    width: 80%; 
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}


.crossSellsSearchBox.emptyHistory {
    margin-top: 10vh;
}

.crossSellsSearchBox.oneRowHistory {
    margin-top: 15vh;
}

/*Dropdown*/
.phoneNavDropdownInner a {
    font-size: 0.8em;
    margin: 4px 0;
}

.phoneNavDropdownInner {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 0px;
    overflow: clip;
    transition: all 0.25s ease-in-out;
    width: 100%;
    justify-content: flex-start;
    padding-left: 7px;
}

.activeDropdown .phoneNavDropdownInner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.phoneNavDropdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.phoneDropdownIcon svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.phoneDropdownIcon {
    width: 20px;
    height: 20px;
    display: flex;
    margin: auto 0.4em;
    transition: all 0.25s ease-in-out;
    transform-origin: center;
    justify-content: center;
    align-items: center;
}

.activeDropdown .phoneDropdownIcon {
   transform: rotate(-90deg);
}
/**/

.headerPromotion::before, .desktopNavDropdown:has(.headerPromotion)::before {
	font-size: 0.55em;
	top: 50%;
	left: 100%;
	transform: translate(30%,-50%);
}
.headerPromotion {
    width: fit-content;
}

}

@media only screen and (max-width:1050px){
html .header .flashSalesCountdown {
    display: flex;
    position: absolute;
    left: 220px;
    transform: translateY(-50%);
    top: 50%;
}

    .phonePasswordStrength{
        transform: translateY(50%);
    }

    .forminator-button-submit{
        padding: 0.4em 0em!important;
    }
    .forminator-button-submit span{
        font-size: 0.9em!important;
    }
    .newsletterModalForminator div#email-1 {
        width: 15vw !important;
        margin-right: 1.1em !important;
        margin-left: -1.3em!important;
    }
    html .newsletterModalForminator {
        width: 43vw;
    }
    .newsletterModal p {
        font-size: 1.6em;
    }
}

@media only screen and (max-width:800px){

  .wcNotice p {
    font-size: 0.8em;
    white-space: unset;
    text-align: center;
}
.phoneNavDropdown:has(.flashSalesCountdown) >a::before {
    content: unset!important;
}
}



@media only screen and (max-width:600px){

    html .header .flashSalesCountdown p {
    font-size: 1.1em;
}

html .header .flashSalesCountdown {
    left: 60%;
}
 html .newsletterModal {
    width: 95%;
    height: 70%;
}

.wcNotice {
  width: 70%;
}

.newsletterModal .forminator-input.forminator-email--field{
        font-size: 0.9em!important;
        margin-left: -1.1em!important;
        margin-top: 0.4em!important;
}
html .newsletterModalForminator {
    width: 52vw;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-button {
    width: 90%!important;
}
.forminator-button-submit span {
    font-size: 0.8em !important;
}
.newsletterModal p {
    font-size: 1.4em;
}


.newsletterModal .forminator-field:has(.forminator-button) {
    width: 100%!important;
    margin-top: 4em!important;
}
html .newsletterModalForminator .forminator-row.forminator-row-last {
    display: block;
}
html .newsletterModal div#email-1 {
    width: 100%!important;
    margin: 0 auto!important;
}
html .newsletterModal .forminator-row input[type="email"] {
    font-family: 'Montserrat',sans-serif!important;
    width: 100%!important;
}
.newsletterModal .forminator-field input[type="email"] {
    margin-left: auto!important;
    margin-right: auto!important;
}

html .headerLogo {
    width: 38%;
}

html .headerWcIcons {
    width: 21%;
}
html .header.headerStuck .headerLogo {
    width: 35%;
}

.heroRow {
    height: 92vh;
}
.heroWhatsapp {
    transform: translate(-125%, -160%);
}

}



@media only screen and (max-width:500px) and (max-height:750px){
    .phoneHeaderUser>p {
    margin-bottom: unset;
}

.phoneNavDropdownInner a {
    font-size: 0.7em;
    margin: 2px 0;
}
.phoneHeaderUser a {
    font-size: 0.7em;
}


}



@media only screen and (max-width:500px){

.heroWhatsapp {
    width: 70px;
    height:70px;
    border-radius: 35px;
}


    .newsletterModalForminator form {
        width: 70%!important;
    }
    .newsletterModalImage {
        width: 40%;
    }
    .newsletterModal p {
        font-size: 1.2em;
    }
    html .newsletterModalForminator {
        width: 77vw;
    }
    #forminator-module-281.forminator-design--material .forminator-has_error .forminator-input--wrap:after {
    display: none;
    }
    .forminator-button-submit {
        padding: 0.3em 0em !important;
    }

    .newsletterModal {
        height: 50%;
    }

}



