/* FORMAT */
#wc-print-other-size + .selector-options__customgroup {
    display: none !important;
}

.show-format #wc-print-other-size + .selector-options__customgroup {
    display: block !important;
}

/* QUANTITÉ */
#wc-print-other-qty + .selector-options__customgroup {
    display: none !important;
}

.show-qty #wc-print-other-qty + .selector-options__customgroup {
    display: block !important;
}
