
*{
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: white;
}
.container{
    width: 100%;
} 
.container65{
    width: 65%;
}  
.containercard{
    width: 110%;
    min-height: 50vh;
    display: grid;
    justify-content: center; 
    align-items: center; 
    padding: 10px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    column-gap: 0;   

}

.shoe{
    width: 100%; 

}

.card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
    margin: 0;
    
}
.card:hover{
    transform: scale(1.1);   
    transition: 4s; 
    z-index: 999;
}


.shoeBackground{
    position: relative;
    width: 50%;
    height: 275px;
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.1),
    0 -15px 35px rgba(0, 0, 0, 0.1),
    0 15px 35px rgba(0, 0, 0, 0.1);
    transition: .5s;
    background-image: linear-gradient(45deg, #0136af, #22abfa);
}

.gradients{
    position: absolute;
    width: 100%; 
    height: 100%;
    left: 0;
    top: 0;
}

.gradient{
    position: absolute;    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.first{
    z-index: 0;
    animation: 1s width ease;
}

@keyframes width{
    from{
        width: 0%;
    }
    to{
        width: 100%;
    }
}

.second{
    z-index: -1;
}

.gradient[color="blue"]{
    background-image: linear-gradient(45deg, #0136af, #22abfa);
}



.logo{
    position: absolute;
    width: 100px;
    left: 20px;
    top: 20px;
}



.nike{
    position: relative;
    top: 85px;
    left: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: .9;
    color: #fff;
    opacity: .1;
}

.shoe{ 
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left:  0;
    transition: .5s;
    z-index: 2;
}

.shoe.show{
    opacity: 1;
    z-index: 1;
}

.info{
    width: 50%;
    background-color: #fff;
    z-index: 1;
    padding: 10px 15px;
    box-shadow: 15px 0 35px rgba(0, 0, 0, 0.1),
    0 -15px 35px rgba(0, 0, 0, 0.1),
    0 15px 35px rgba(0, 0, 0, 0.1);
}

.shoeName{
    padding: 0 0 10px 0;
}

.shoeName div{
    display: flex;
    align-items: center;
}

.shoeName div .big{
    margin-right: 10px;
    font-size: 2rem;
    color: #333;
    line-height: 1;
}

.shoeName div .new{
    background-color: var(--primary);
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    transition: .5s;
}

.shoeName .small{
    font-weight: 600;
    font-size: 20px;
    margin-top: 3px;
    text-transform: capitalize;
}
.small a{
    color: red;
}
.shoeName, .description, .color-container, .size-container{
    border-bottom: 1px solid #dadada;
}


.title{
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;

}

.text22{
    color:blue;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    
}
.text22 a{
    color:#194D5C;

    
}

.color-container{
    padding: 10px 0;
    
}




.size-container{
    padding: 10px 0;
    margin-bottom: 10px;
}

.sizes{
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.size{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #eee;
    margin: 0 10px;
    text-align: center;
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.size.active{
    background-color: var(--primary);
    color: #fff;
    transition: .5s;
}

.buy-price{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price{
    color: #333;
    display: flex;
    align-items: flex-start;
}

.price h1{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
}

.price i{
    font-size: 1.4rem;
    margin-right: 1px;
}

.buy{
    text-transform: uppercase; 
    letter-spacing: 1px;
    font-weight: 700; 
    font-size: 0.8em;
    border: 1px solid red;
    background-color: red;
    padding: 3px;
    border-radius: 5px;
    transition: .5s;
    color: whitesmoke;

}

.buy:hover{
    transform: scale(1.2);
    cursor: pointer;
    font-weight: 900;
}

.buy i{
    margin-right: 2px;
}
.guiacompra{
    position: absolute;
    top: 50px;
    right: 0;
    width: 250px;
    font-size: 17px;
    color:white;
    background-color: black;
    border-radius: 10px;
    z-index: 500;
    display: none;
}
.precioweb:hover{
    cursor: pointer;

}
.mostrar{
    display: block;
}
.buy-price{
    position: relative;
}
.precioweb3:hover{
    cursor: pointer;
}
.preciopublico3 {
    width: 100px;
      color: yellow;
      font-weight: bold;
      font-size: 13px;
      font-weight: 600; 
      position: relative;
      left: 5px;
      top: 5px;  
    background-color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 0 8px;
    z-index: 500;
    margin: 2px;
    
  }
  .fafa3{
    width: 30px;
}
@media (max-width: 700px) {

    .shoe{
        width: 100%; 

    }
    .containercard{
        grid-template-columns: repeat(1, 1fr); 
    }
    .sidebar{
        display: none;
    }


    }