.nyp-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.nyp-wrapper input {
    text-align: right;
    font-size: 1.2em;
    width: 90px;
    margin-left: 6px;
    padding: 6px;
}

.nyp-currency {
    margin-left: 6px;
    font-size: 1.2em;
    color: #333;
}

.nyp-plus, .nyp-minus {
    background: #14224B; /* bleu foncé */
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 1.4em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    margin: 0 4px; /* petit espace entre eux */
    border-radius: 50%; /* boutons ronds */
}

.nyp-plus:hover, .nyp-minus:hover {
    background: #0d1838; /* plus foncé au survol */
}

/* Supprimer margin-left sur Add to Cart */
.single_add_to_cart_button {
    margin-left: 0 !important;
}
