
/* Скрываем самовывоз по умолчанию */
[data-delivery-options] label[data-is-pickup],
#delivery-services-wrapper label[data-is-pickup] {
    display: none !important;
}
