*{
    margin:0;
    border:0;
    padding:0;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Newtime R",Helvetica,Arial,sans-serif;
}
a{
  color: #000;
  text-decoration: none;
}

.promotion{
    display:grid;
    justify-content: center;
    align-content: center;
    padding: 1em;
    background-color: #e9e8e1;
    font-size: .8em;
    letter-spacing: 0.15em;
    font-weight: 600;
}
.header{
    display:grid;
    grid-template-columns: 1fr 2fr 1fr;
    background-color: white;
    align-items: center;
    /* justify-items: stretch; */
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;

}
.menu-icon{
    min-width: 80px;
    /* max-width: 200px; */
    padding: .4em .4em .4em 1em;

    cursor: pointer;
}
.bar{
    display: block;
    margin-bottom: .5em;
    border-bottom: 2px solid black;
    height: 100%;
    width: 35px;

}
.logo{
    text-align: center;

}
.logo a{
    display: block;
    font-weight: bolder;

    font-size: 25px;
    /* font-family: monospace; */
    letter-spacing: .4em;
    padding: .8em;
    text-decoration: none;
    color: #000;
}
.options{
    display: flex;
    position: relative;
    justify-content: end;
    padding: .8em;
    gap: .8em

}

.search, .shopping-bag{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shopping-bag{
    margin-left: .8em;
    /* border: 1px solid green; */
}
.shopping-bag img {
    height: 20px;
    width: 20px;
}
.banner-one{
    position: relative;
}
/* .banner-one::before{
    content: "NEW IN FIXZY" ;
    position: absolute;
    font-weight: bold;
    bottom: 20rem;
    left: .5rem;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 245px;
} */
.banner-one::after{
  content: "VER PRODS→" ;
  position: absolute;
  font-weight: bold;
  bottom: 42%;
  font-size: 1.3rem;
  color: #FFF;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: monospace;
}
.banner-one img{
    content: url("../images/mobile_banner.png?id=250325");
    aspect-ratio: 3/4;
    object-fit: cover;
}

.footer{
    padding: 1rem;
}
.page-information{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;

}
.page-information li{
    list-style: none;
    padding: .5rem;
}
.page-information a{
  font-weight: 600;
  color: #000c;
}
.socialNetworks{
    display: flex;
    justify-content: center;
    padding: 1em;
}
.socialNetworks-image{
    width: 2.5rem;
    height: 2.5rem;
}
.cardsAccepted{
    display: flex;
    gap: .7rem;
    margin: 1rem;
    justify-content: center;
    align-items: center;
}
.creditCard-image{
    width:auto;
    height: 1rem;
}
.copy-right{
    font-family: inherit;
    font-weight: bold;
    font-size: .8em;
    color: #000c;
    text-align: center;
    padding: .3em;
}

.button-continue-next-step {
    margin-top: 1.3rem;
    width: 100%;
    padding: 1.3rem;
    background-color: #000;
    color: white;
    font-weight: 550;
    font-size: 1.1rem;
    cursor: pointer;
  }


/* INICIO MENU STYLES */
.menu{
    display: none;
    min-width: 350px;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 100vh;
    width: 40%;
    border-right: 2px solid #000;
    animation: fadein 2s;
    z-index: 4;
    overflow-y: auto;
}
.menu-close{
    display: flex;
    justify-content: end;
    padding: .8rem;
}
.menu-close span{
    font-size: 1.5em;
    cursor: pointer;
    padding: .2em 1em;

}
.menu-list{
    padding: 1rem;
    list-style: none;
}
.menu-list-item {
    padding: .4rem;
    font-weight: 600;
    letter-spacing: .1rem;
}
.menu-list-item a{
    text-decoration: none;
    color: #000;
    font-family: inherit;
    font-size: 1.2rem;

}

/* FIN MENU STYLES */


/* INICIO HEADER STYLES */
.search-container{
    display: none;
    grid-column-end: span 3;

}
.search-form{
    /* display: none; */
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    margin-bottom: 1em;

}
.search-input{
    padding: 1em;
    border: 1px solid rgb(34, 34, 34);
    width: 100%;
}
.search-cancel{
    padding: 1em;
    background-color: #fff;
    color: rgb(44, 44, 44);
    font-weight: bold;
    font-size: inherit;
    cursor: pointer;
}

/* FIN HEADER STYLES */

/* UTILITIES */
.active{
    display:block;
}


/* PRODUCT SECTION */

.product{
  margin-bottom: .6rem;
  position: relative;
}
.product-image img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.product-name{
    padding: .5em;
    font-family: inherit;
    font-size: 1rem;
    margin-left: .6em;
}

.product-price{
  padding: 0 .5em .5em .5em;
  font-family: inherit;
  font-size: 1rem;
  margin-left: .6em;
  display: flex;
  gap: .2em;
}
.line-through{
text-decoration: line-through;
}
.productOff::after{
  content: "SALE";
  background-color: #f90909cc;
  color: white;
  top: 0;
  right: 5%;
  position: absolute;
  padding: .2rem 1em;
}



/* FIN PRODUCT SECTION */

.floating.whatsapp {
  bottom: 2em;
  right: 1em;
  position: fixed;
  display: block;
  z-index: 500;
}

/* ============================================= */
/* =============== Media section =============== */
/* ============================================= */
@media screen and (min-width:1024px){
    .logo{
        font-size: 2.2rem;
    }

}

@media screen and (min-width:767px){
    .banner-one img{
        content: url("../images/banner-one-desktop.jpg");
        aspect-ratio: auto;
    }
    .logo a{
        font-size: 2.2rem;
        letter-spacing: .4em;
    }
    .promotion{
        font-size: .9em;
        padding: 1.1em;
        color:#000000c9;
    }

    .footer{
        margin-top: 3rem;
    }
    .creditCard-image{
        width:auto;
        height: 1.6rem;
    }
}
