.product-item {
    width: 368px;
}

.product-item .product-img {
    width: 368px;
    height: 368px;
    border-radius: 8px;
    margin-top: 32px;
}

.product-item .detail-btn {
    width: 200px;
    background: #BF0C13;
}

.search-input{
    width: 400px;
}
.search-btn{
    width: 200px;
    background: #BF0C13;
}