.delpay-global-widget {
    display: none !important;
}

.delpay-widget {
    position: relative;
    margin: 16px 0 0;
    padding: 16px 18px;
    border: 1px solid #e2e7ec;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.delpay-widget__head,
.delpay-offer__main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.delpay-widget__caption {
    font-size: 16px;
    line-height: 1.35;
}
.delpay-widget__change {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
.delpay-offers {
    margin-top: 12px;
}
.delpay-offer {
    padding: 11px 0;
    border-top: 1px solid #edf0f3;
}
.delpay-offer:first-child {
    border-top: 0;
    padding-top: 2px;
}
.delpay-offer__title,
.delpay-offer__price {
    font-size: 15px;
    line-height: 1.35;
}
.delpay-offer__price {
    white-space: nowrap;
}
.delpay-offer__term,
.delpay-offer__note,
.delpay-empty,
.delpay-widget__loading {
    margin-top: 3px;
    color: #66717d;
    font-size: 13px;
    line-height: 1.4;
}
.delpay-widget.is-loading .delpay-widget__body {
    opacity: .55;
}

/* City prompt: compact popover anchored below the visible cart icon. */
.delpay-city-popover {
    position: fixed;
    z-index: 100000;
    top: 84px;
    left: auto;
    right: 16px;
    width: 260px;
    max-width: calc(100vw - 20px);
    padding: 13px;
    border: 1px solid #c7cfd7;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 31, 46, .22);
    box-sizing: border-box;
    transform: translateY(-7px);
    opacity: 0;
    transition: opacity .16s ease, transform .16s ease;
}
.delpay-city-popover.is-open {
    transform: translateY(0);
    opacity: 1;
}
.delpay-city-popover[hidden] {
    display: none !important;
}
.delpay-city-popover .js-delpay-city-confirm,
.delpay-city-popover .js-delpay-city-form,
.delpay-city-popover__error[hidden],
.delpay-city-suggestions[hidden] {
    display: none !important;
}
.delpay-city-popover.is-confirm-mode .js-delpay-city-confirm,
.delpay-city-popover.is-form-mode .js-delpay-city-form {
    display: block !important;
}
.delpay-city-popover.is-loading {
    pointer-events: none;
    opacity: .72;
}
.delpay-city-popover__title {
    margin: 0 0 9px;
    color: #17283d;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}
.delpay-city-popover__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}
.delpay-city-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 33px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #c9d0d7;
    border-radius: 4px;
    background: #fff;
    color: #17283d;
    font: inherit;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
}
.delpay-city-button.is-primary {
    border-color: #17283d;
    background: #17283d;
    color: #fff;
}
.delpay-city-button:disabled {
    cursor: default;
    opacity: .45;
}
.delpay-city-button:hover:not(:disabled) {
    filter: brightness(.97);
}
.delpay-city-field {
    position: relative;
    display: block;
    margin: 0 0 9px;
}
.delpay-city-field > span {
    display: block;
    margin-bottom: 4px;
    color: #596674;
    font-size: 11px;
    line-height: 1.3;
}
.delpay-city-field input {
    display: block;
    width: 100%;
    height: 36px;
    min-height: 36px;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid #cfd5db;
    border-radius: 4px;
    background: #fff;
    color: #17283d;
    box-sizing: border-box;
    font: inherit;
    font-size: 13px;
    opacity: 1;
    visibility: visible;
}
.delpay-city-field input:focus {
    border-color: #76889a;
    outline: 2px solid rgba(23, 40, 61, .1);
    outline-offset: 0;
}
.delpay-city-suggestions {
    position: absolute;
    z-index: 2;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 210px;
    overflow-y: auto;
    border: 1px solid #cfd5db;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 31, 46, .16);
}
.delpay-city-suggestion {
    display: block;
    width: 100%;
    min-height: 34px;
    margin: 0;
    padding: 8px 9px;
    border: 0;
    border-top: 1px solid #edf0f3;
    background: #fff;
    color: #17283d;
    text-align: left;
    font: inherit;
    font-size: 12px;
    line-height: 1.35;
    cursor: pointer;
}
.delpay-city-suggestion:first-child {
    border-top: 0;
}
.delpay-city-suggestion:hover,
.delpay-city-suggestion:focus {
    background: #f3f6f8;
    outline: none;
}
.delpay-city-suggestions__empty {
    padding: 9px;
    color: #66717d;
    font-size: 12px;
}
.delpay-city-popover__error {
    margin: 0 0 8px;
    color: #b00020;
    font-size: 11px;
    line-height: 1.35;
}

/* The theme hides buttons inside .product__notify for in-stock products.
   Only the lightweight "Изменить" / "Выбрать город" control remains there. */
#js-product-page .product__purchase.cc-purchase-in-stock .product__notify .delpay-widget button.delpay-widget__change {
    display: inline-flex !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
}

@media (max-width: 599px) {
    .delpay-widget {
        padding: 14px;
    }
    .delpay-widget__head,
    .delpay-offer__main {
        align-items: flex-start;
    }
    .delpay-city-popover {
        width: 250px;
        max-width: calc(100vw - 20px);
        padding: 12px;
    }
    .delpay-city-popover__buttons {
        gap: 7px;
    }
    .delpay-city-button {
        min-width: 56px;
        padding: 0 10px;
    }
}


/* CHECKOUTUI01: courier variants are shown as radio cards. The original
   Shop-Script dropdown remains in DOM and receives the actual selection. */
.delpay-native-variants-hidden {
    display: none !important;
}
.delpay-courier-choices {
    display: grid;
    gap: 8px;
    margin: 0 0 10px;
}
.delpay-courier-choice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #d7dde3;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.delpay-courier-choice:hover {
    border-color: #aeb9c4;
    background: #f8fafb;
}
.delpay-courier-choice.is-selected {
    border-color: #7c9bbb;
    background: #edf5fc;
}
.delpay-courier-choice__control {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}
.delpay-courier-choice__control input {
    position: absolute;
    inset: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.delpay-courier-choice__dot {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #8a99a8;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}
.js-delpay-courier-choice:checked + .delpay-courier-choice__dot {
    border: 5px solid #24476a;
}
.js-delpay-courier-choice:focus-visible + .delpay-courier-choice__dot {
    outline: 2px solid rgba(36, 71, 106, .25);
    outline-offset: 2px;
}
.delpay-courier-choice__body {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}
.delpay-courier-choice__name {
    color: #17283d;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-courier-choice__meta {
    color: #65717d;
    font-size: 13px;
    line-height: 1.35;
}
.delpay-city-suggestion.is-active {
    background: #e8f2fa;
    box-shadow: inset 3px 0 #1f8dd6;
}

/* PRODUCTPAY01 — independent public payment list on product pages. */
.delpay-payment-widget {
    margin:12px 0 0;
    padding:16px 18px;
    border:1px solid #e2e7ec;
    border-radius:10px;
    background:#fff;
    box-sizing:border-box;
}
.delpay-payment-widget__caption {
    font-size:16px;
    font-weight:600;
    line-height:1.35;
}
.delpay-payment-methods {
    margin-top:10px;
}
.delpay-payment-method {
    padding:9px 0;
    border-top:1px solid #edf0f3;
}
.delpay-payment-method:first-child {
    border-top:0;
    padding-top:2px;
}
.delpay-payment-method__title {
    display:block;
    font-size:15px;
    line-height:1.35;
}
.delpay-payment-method__description,
.delpay-payment-widget__note {
    margin-top:3px;
    color:#66717d;
    font-size:13px;
    line-height:1.4;
}
.delpay-payment-widget__note {
    margin-top:9px;
    padding-top:9px;
    border-top:1px solid #edf0f3;
}
@media (max-width:599px) {
    .delpay-payment-widget {
        padding:14px;
    }
}

/* PRODUCTDOM01: keep delivery and the independent payment list inside one
   frontend_product.cart root. The theme may move or rebuild that root during
   SKU initialization; a sibling payment node would otherwise be dropped. */
.delpay-widget > .delpay-product-payment-slot {
    margin: 16px -18px -16px;
    border-top: 1px solid #e2e7ec;
}
.delpay-widget > .delpay-product-payment-slot .delpay-payment-widget {
    margin: 0;
    border: 0;
    border-radius: 0 0 10px 10px;
}
@media (max-width: 599px) {
    .delpay-widget > .delpay-product-payment-slot {
        margin: 14px -14px -14px;
    }
}


.delpay-mixed-payment-notice {
    margin: 0 0 12px;
    padding: 10px 12px;
    border: 1px solid #d9dee5;
    border-radius: 6px;
    background: #f7f8fa;
    color: #36414c;
    font-size: 13px;
    line-height: 1.45;
    box-sizing: border-box;
}

/* MIXEDPAYUI02 — make mixed-cart payment conditions impossible to miss. */
.delpay-mixed-payment-notice {
    margin: 0 0 14px;
    padding: 13px 15px;
    border: 2px solid #c58a00;
    border-radius: 7px;
    background: #fff7dc;
    color: #3f3100;
    font-size: 14px;
    line-height: 1.45;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(76, 55, 0, .08);
}
.delpay-mixed-payment-notice strong {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.35;
}

/* 0.6.3.1 — explicit city suggestion navigation. */
.delpay-city-nav {
    display:flex;
    justify-content:flex-end;
    gap:6px;
    margin:6px 0 0;
}
.delpay-city-nav[hidden] {
    display:none !important;
}
.delpay-city-nav__button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:28px;
    padding:0;
    border:1px solid #c9d0d7;
    border-radius:4px;
    background:#fff;
    color:#17283d;
    font:inherit;
    font-size:16px;
    line-height:1;
    cursor:pointer;
}
.delpay-city-nav__button:hover,
.delpay-city-nav__button:focus {
    background:#f3f6f8;
    outline:2px solid rgba(23,40,61,.10);
}

/* 0.6.3.4 CITYMODALUX02: stronger city modal, inspired by the reference UX. */
.delpay-city-overlay {
    position: fixed;
    z-index: 100000;
    inset: 0;
    background: rgba(9, 14, 20, .68);
    opacity: 0;
    transition: opacity .22s ease;
}
.delpay-city-overlay.is-open {
    opacity: 1;
}
.delpay-city-overlay[hidden] {
    display: none !important;
}
.delpay-city-popover.delpay-city-modal {
    padding: 26px 28px 24px;
    border-color: rgba(20, 35, 55, .16);
    transform: translateY(-12px) scale(.985);
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
}
.delpay-city-popover.delpay-city-modal.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.delpay-city-modal__close {
    position: absolute;
    top: 14px;
    right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #182433;
    font: 400 30px/1 Arial, sans-serif;
    cursor: pointer;
}
.delpay-city-modal__close:hover {
    opacity: .65;
}
.delpay-city-popover.delpay-city-modal .delpay-city-popover__title {
    margin: 0 42px 18px 0;
    color: #111a24;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
}
.delpay-city-popover.delpay-city-modal .delpay-city-popover__buttons {
    gap: 10px;
    flex-wrap: wrap;
}
.delpay-city-popover.delpay-city-modal .delpay-city-button {
    min-width: 104px;
    height: 42px;
    padding: 0 17px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
}
.delpay-city-popover.delpay-city-modal .delpay-city-button.is-primary {
    background: #111d2b;
    border-color: #111d2b;
}
.delpay-city-popular {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 3px;
    margin: -4px 0 21px;
}
.delpay-city-popular__item {
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #152232;
    text-align: left;
    font: inherit;
    font-size: 12px;
    line-height: 1.35;
    cursor: pointer;
}
.delpay-city-popular__item:hover,
.delpay-city-popular__item:focus {
    color: #000;
    text-decoration: underline;
    outline: none;
}
.delpay-city-popover.delpay-city-modal .delpay-city-field {
    margin-bottom: 13px;
}
.delpay-city-popover.delpay-city-modal .delpay-city-field > span {
    margin-bottom: 8px;
    color: #1f2b38;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}
.delpay-city-popover.delpay-city-modal .delpay-city-field input {
    height: 44px;
    min-height: 44px;
    padding: 9px 12px;
    border-color: #c3cbd4;
    border-radius: 3px;
    font-size: 14px;
    background-image: none;
}
.delpay-city-popover.delpay-city-modal .delpay-city-suggestions {
    top: calc(100% + 5px);
    max-height: 250px;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(12, 23, 36, .22);
}
.delpay-city-popover.delpay-city-modal .delpay-city-suggestion {
    min-height: 39px;
    padding: 9px 11px;
    font-size: 13px;
}

@media (max-width: 599px) {
    .delpay-city-popover.delpay-city-modal {
        padding: 22px 18px 20px;
    }
    .delpay-city-popover.delpay-city-modal .delpay-city-popover__title {
        margin-right: 36px;
        font-size: 20px;
    }
    .delpay-city-popular {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 14px;
        margin-bottom: 17px;
    }
    .delpay-city-popover.delpay-city-modal .delpay-city-button {
        flex: 1 1 120px;
    }
}

/* 0.6.3.6 CITYSEARCHCLEAN01: no decorative search icon in the city field.
   Keep the field theme-proof and prevent any inherited/background search glyph
   from overlapping the placeholder or selected city name. */
.delpay-city-popover.delpay-city-modal .delpay-city-field::after {
    content: none !important;
    display: none !important;
}
.delpay-city-popover.delpay-city-modal .delpay-city-field input {
    padding-left: 12px !important;
    padding-right: 12px !important;
    background-image: none !important;
    background-position: initial !important;
}

/* CITYBLOCKUX01 — visual hierarchy for product delivery/payment card only. */
.delpay-widget[data-context="product"] {
    padding: 15px 18px 16px;
    border-color: #e4e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(20, 34, 48, .025);
}
.delpay-widget[data-context="product"] .delpay-widget__head {
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}
.delpay-widget[data-context="product"] .delpay-widget__caption {
    color: #1e2a35;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-widget[data-context="product"] .delpay-widget__change {
    color: #53616e;
    font-size: 12px;
    text-decoration-color: #aab2ba;
    text-underline-offset: 2px;
}
.delpay-widget[data-context="product"] .delpay-widget__change:hover {
    color: #17283d;
    text-decoration-color: currentColor;
}
.delpay-widget[data-context="product"] .delpay-offers {
    margin-top: 0;
}
.delpay-widget[data-context="product"] .delpay-offer {
    padding: 11px 0 10px;
    border-top-color: #eef0f2;
}
.delpay-widget[data-context="product"] .delpay-offer:first-child {
    padding-top: 11px;
}
.delpay-widget[data-context="product"] .delpay-offer__main {
    align-items: center;
}
.delpay-widget[data-context="product"] .delpay-offer__title {
    color: #202b35;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-widget[data-context="product"] .delpay-offer__price {
    color: #2f7b43;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-widget[data-context="product"] .delpay-offer__term,
.delpay-widget[data-context="product"] .delpay-offer__note {
    margin-top: 3px;
    color: #707b85;
    font-size: 11.5px;
    line-height: 1.42;
}
.delpay-widget[data-context="product"] .delpay-offer__note {
    color: #596774;
}
.delpay-widget[data-context="product"] > .delpay-product-payment-slot {
    margin: 5px -18px -16px;
    border-top: 1px solid #e3e7ea;
}
.delpay-widget[data-context="product"] > .delpay-product-payment-slot .delpay-payment-widget {
    padding: 13px 18px 15px;
    background: #fff;
}
.delpay-widget[data-context="product"] .delpay-payment-widget__caption {
    color: #1e2a35;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-widget[data-context="product"] .delpay-payment-methods {
    margin-top: 6px;
}
.delpay-widget[data-context="product"] .delpay-payment-method {
    padding: 9px 0 8px;
    border-top-color: #eef0f2;
}
.delpay-widget[data-context="product"] .delpay-payment-method:first-child {
    padding-top: 7px;
}
.delpay-payment-method__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.delpay-widget[data-context="product"] .delpay-payment-method__title {
    color: #202b35;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.35;
}
.delpay-widget[data-context="product"] .delpay-payment-method__description {
    margin-top: 3px;
    color: #707b85;
    font-size: 11.5px;
    line-height: 1.42;
}
.delpay-payment-badge {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 1px 6px;
    border: 1px solid #d9e0e6;
    border-radius: 999px;
    background: #f5f7f8;
    color: #52606c;
    box-sizing: border-box;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}
.delpay-payment-badge.is-discount {
    border-color: #cfe3d4;
    background: #f0f7f2;
    color: #2f7b43;
}
@media (max-width: 599px) {
    .delpay-widget[data-context="product"] {
        padding: 14px;
    }
    .delpay-widget[data-context="product"] > .delpay-product-payment-slot {
        margin: 5px -14px -14px;
    }
    .delpay-widget[data-context="product"] > .delpay-product-payment-slot .delpay-payment-widget {
        padding: 13px 14px 14px;
    }
}

/* 0.6.3.9 CITYMODALCONFIRM01: compact, optically centered city confirmation.
   The full city chooser keeps the accepted wider geometry. */
.delpay-city-popover.delpay-city-modal.is-confirm-mode {
    padding: 24px 24px 22px;
}
.delpay-city-popover.delpay-city-modal.is-confirm-mode .delpay-city-popover__title {
    margin: 0 34px 18px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}
.delpay-city-popover.delpay-city-modal.is-confirm-mode .delpay-city-popover__buttons {
    justify-content: center;
    flex-wrap: nowrap;
}
.delpay-city-popover.delpay-city-modal.is-confirm-mode .delpay-city-button {
    min-width: 108px;
    flex: 0 0 auto;
}
@media (max-width: 599px) {
    .delpay-city-popover.delpay-city-modal.is-confirm-mode {
        padding: 22px 18px 20px;
    }
    .delpay-city-popover.delpay-city-modal.is-confirm-mode .delpay-city-popover__title {
        margin: 0 32px 16px;
        font-size: 18px;
    }
    .delpay-city-popover.delpay-city-modal.is-confirm-mode .delpay-city-button {
        min-width: 0;
        flex: 0 1 auto;
    }
}


/* 0.6.3.14 PUBLICUX02 — stronger product-card section hierarchy and readable
   payment benefit badges on large desktop resolutions. */
.delpay-widget[data-context="product"] {
    font-size: 13px;
}
.delpay-widget[data-context="product"] .delpay-widget__head {
    padding-bottom: 13px;
    border-bottom-color: #dde3e8;
}
.delpay-widget[data-context="product"] .delpay-widget__caption {
    font-size: 15px;
    font-weight: 700;
}
.delpay-widget[data-context="product"] .delpay-offer {
    padding: 12px 0 11px;
}
.delpay-widget[data-context="product"] .delpay-offer__title {
    font-size: 14px;
}
.delpay-widget[data-context="product"] .delpay-offer__price {
    font-size: 13px;
}
.delpay-widget[data-context="product"] .delpay-offer__term,
.delpay-widget[data-context="product"] .delpay-offer__note {
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.45;
}
.delpay-widget[data-context="product"] > .delpay-product-payment-slot {
    margin-top: 10px;
    border-top: 2px solid #dce3e9;
    background: #f8fafb;
}
.delpay-widget[data-context="product"] > .delpay-product-payment-slot .delpay-payment-widget {
    padding-top: 15px;
    background: transparent;
}
.delpay-widget[data-context="product"] .delpay-payment-widget__caption {
    font-size: 15px;
    font-weight: 700;
}
.delpay-widget[data-context="product"] .delpay-payment-methods {
    margin-top: 8px;
}
.delpay-widget[data-context="product"] .delpay-payment-method {
    padding: 10px 0 9px;
}
.delpay-widget[data-context="product"] .delpay-payment-method__title {
    font-size: 13.5px;
}
.delpay-widget[data-context="product"] .delpay-payment-method__description {
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.45;
}
.delpay-widget[data-context="product"] .delpay-payment-badge {
    min-height: 20px;
    padding: 2px 7px;
    font-size: 11.5px;
}
.delpay-payment-badge.is-split {
    border-color: #cfdae7;
    background: #f1f5fa;
    color: #365f87;
}
@media (max-width: 599px) {
    .delpay-widget[data-context="product"] > .delpay-product-payment-slot {
        margin-top: 9px;
    }
    .delpay-widget[data-context="product"] .delpay-widget__caption,
    .delpay-widget[data-context="product"] .delpay-payment-widget__caption {
        font-size: 14px;
    }
    .delpay-widget[data-context="product"] .delpay-offer__title,
    .delpay-widget[data-context="product"] .delpay-payment-method__title {
        font-size: 13px;
    }
}
/* 0.6.3.17 PICKUPADDRESS04: shipping address details are a sibling of the
   shipping selector in current Shop-Script checkout, not its descendant. */
#wa-order-form-wrapper .delpay-pickup-street-hidden,
.wa-order-form-wrapper .delpay-pickup-street-hidden {
    display: none !important;
}
