.product_slider{
    width: 100%;
}
.product_slider .mySwiper2{
    width: 100%;
    aspect-ratio: 1/1;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    padding: 3px;
    border: 3px solid transparent;
    border-radius: 5px;
}

.mySwiper .swiper-slide-thumb-active {
    border: 3px solid var(--purple);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.product_name{
    font-size: 1rem;
    font-weight: 500;
}

.discounted{
    font-size: 2.5rem;
    color: var(--purple);
}
.mrp{
    text-decoration: line-through;
    font-size: 1.2rem;
}
.off{
    background: rgb(221, 255, 221);
    border: 1px solid rgb(44, 236, 44);
    color: green;
    padding: 3px 15px ;
    font-size: .8rem;
    border-radius: 25px;
}
.img input[type="radio"]:checked + img  {
    border: 2px solid var(--purple);
}
.option .img{
    width: 100px;
    aspect-ratio: 1/1;
    display: inline-block;
    padding: 3px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor:pointer;
}
.option .img img{
    width: 100%;
    border-radius: 5px;
    height: 100%;
}
.option .details .label{
    font-size: .9rem;
    color: rgb(81, 81, 81);
}
.form-control{
    width: 100%;
    padding: 8px;
    outline: none;
    border-radius: 3px;
    background-color: rgba(255, 214, 255, 0.174);
    border: 2px solid rgb(255, 227, 255);
    font-size: 1.1rem;
}
label{
    color: rgb(60, 60, 60);
}
.input i{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(248, 225, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 3px;
    border: 2px solid rgb(255, 227, 255);
    
}
.input input{
    padding-left: 50px;
}
.buy-now{
    font-size: 1.3rem;
    font-weight: bold;
    gap: 3px;
    color: white;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    background: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_slider .mySwiper2{
    background:url(./../img/blank.png) no-repeat center center/cover;
}