.godevs-product-card {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

.godevs-product-image img {
    width: 110px;
    border-radius: 10px;
}

.godevs-product-info h3 {
    font-size: 17px;
    margin-bottom: 6px;
}

.godevs-product-price {
    font-weight: 700;
    color: #0d6efd;
}

.godevs-qty {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
}

.godevs-qty button,
.godevs-qty input {
    border: none;
    background: none;
    padding: 8px 14px;
    font-size: 16px;
}
