
img{
    width: 200px;
    
}

body{
    height: 200vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background:linear-gradient(to top right,#ffffff,rgb(155, 155, 155));

}

#l{
    display: flex;
    gap: 20px;
}
.c{

    border-radius: 30px;
    background-color: rgb(31, 31, 31);
    width:300px ;
    height: 500px;
}
.in{
    background-color: #ededed;
    border-radius: 30px;
    position: relative;
    height: 420px;
}
.title{
    padding-top: 17px;
    padding-left: 17px;
}
.cat,.info{
    font-weight: 600;
    font-size: x-small;

}
.name{
    font-weight: bold;
    font-size: large;
    padding-bottom: 3px;

}

.c .im img{
    transform: translateX(-50%)  translateY(40%) scale(1) rotate(20deg);
    left: 50%;
    transition: 0.5s;
    display: none;
    padding-left: 30px;
    position: absolute;
    top: 0;
    
}

.im .item img{
    display: block;
    z-index: 90;
    
}

.im input:checked ~ img{
    display: flex;
    z-index: 90;
}
.im input:checked ~ img{
    display: flex;
    z-index: 90;
}

 .im::before{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: #000000;
    z-index: 900;
}

#pl{
    background-color: #e7e7e7;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    content: " ";
    top: 20%;
    left: 17%;
}

.im::after{
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 40PX;
    background-color: #858181;
    content: " ";
    border-radius: 50%;
    filter: blur(10px);
    top: 50%;
    left: 20%;

}

.co
{
    display: flex;
    font-size: xx-small;
    text-align: center;
    gap: 5%;
}

.co label{
    margin-bottom: 5px;
    top: 30%;

}
.co .ell{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(650%) translateX(50%);

}
.im .item input{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(642%) translateX(176%);
    z-index: 8;
    opacity: 0;


}
.im .item2 input{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(642%) translateX(38%);
    z-index: 8;
    opacity: 0;


}

.more{
    display: flex;
    position: absolute;
    top: 105%;
    gap: 20%;
    
}
body{
    position: relative;
}
.star img{
    color:rgb(216, 7, 7);
    width: 10%;
}
h2{
    width: 50%;
    color: yellow;
}
.star{
    display: flex;
    transform: translateY(-30%) translateX(10%);
}
.star #s{
    color: white;
}
.pri{
    transform: translateY(5px) translateX(70px);
    font-size: 20px;
    color: white;
}
.cart{
    border-radius: 50%;
    width: 15% ;
    background-color: rgb(0, 255, 170);
    transform: translateY(600%) translateX(330%);
    border: solid 5px rgb(31, 31, 31);
    opacity: 0;
    transition: 0.3s;

}
.cart img{
    color:black;
    width: 20px;
    color:white;
   
    padding: 10px;
    transform: translateX(-28px);
   

}

/*.cart::before{
    position: absolute;
    background-color: transparent;
    width:67px;
    height: 38px;
    content: "";
    right:-68px;
    top: -8px;
    border-radius: 50%;
    border-bottom-left-radius: 40PX;
    box-shadow: 0 20px  0 rgb(31, 31, 31);
}

.cart::after{
    position: absolute;
    background-color: transparent;
    width:185px;
    height: 38px;
    content: "";
    right: 45px;
    top: -2px;
    z-index: 1;
    border-bottom-right-radius: 40PX;
    border-bottom-left-radius: 60PX;
    box-shadow: 0 20px  0 rgb(31, 31, 31);
}*/

.c :hover .im img{
    transform: translateX(-50%)  translateY(40%) scale(1.5) rotate(30deg);


}

.c :hover .cart{
    transform: translateY(500%) translateX(330%);
    opacity: 1;
    transition: 0.2s;

}



button{
   
    transform: translateY(-390%) translateX(450%);
    position: absolute;
    z-index: 100;
}
#l1{
    display: flex;
    gap: 20px;
    padding-left: 8%;
}
#l{
    display: flex;
    gap: 20px;
    padding-left: 8%;
}
