.product_page header{
    padding-top: 80px;
    width: 100%;
}
.product_img{
    height: 250px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
header,main{
    width: 100%;
    margin-bottom: 2rem;
}.product_page .container{
    width: 100%;
}
.product_page .input-box{
    display: flex;
    gap: 8px;
}
.product_page input{
    width: 80%;
    border-radius:4px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid crimson;
    padding: 8px;
}
.product_page label{
    width: 20%;
    background: rgb(78, 114, 24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.product_page label:hover{
    background: rgb(77, 105, 42);
}
.swiper{
    width: 100%;
}
.swiper-wrapper{
    width: 100%;
}
.swiper-slide{
    padding-bottom: 32px;
}
.swiper-img-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide{
    width: 100%;
    height: auto;
}
.swiper-button-prev:after{
    transform: translateY(-100%);
}
.swiper-button-next:after{
    transform: translateY(-100%);
}