:root {
    --ns-order-text: #202936;
    --ns-order-muted: #667085;
    --ns-order-border: #dfe4ea;
    --ns-order-soft: #f6f8fa;
    --ns-order-blue: #3979dc;
    --ns-order-blue-dark: #2f68c1;
    --ns-order-green: #367a36;
    --ns-order-green-dark: #2b652b;
    --ns-order-warning: #fff8e6;
    --ns-order-warning-border: #e7a000;
}

html,
body.netstore-order-page,
body.netstore-order-page .wrapper,
body.netstore-order-page .content,
body.netstore-order-page main.maincontent {
    background: #f4f6f8;
}

body.netstore-order-page .wrapper > .auth,
body.netstore-order-page .wrapper > .header,
body.netstore-order-page .wrapper > .navbar,
body.netstore-order-page .wrapper > .navbar-inverse,
body.netstore-order-page .wrapper > .navbar-default,
body.netstore-order-page .breadcrumb,
body.netstore-order-page .footer,
body.netstore-order-page .subscribe,
body.netstore-order-page .wrapper-toolbar,
body.netstore-order-page #callback-show,
body.netstore-order-page .callback-show-left,
body.netstore-order-page .callback-show-alert,
body.netstore-order-page .customizer-open,
body.netstore-order-page .ns-contact-dropdown,
body.netstore-order-page [id^="lz_overlay"],
body.netstore-order-page [class*="lz_overlay"] {
    display: none !important;
}

body.netstore-order-page .wrapper {
    min-height: 100vh;
}

.netstore-order-focus-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--ns-order-border);
    background: #fff;
    box-shadow: 0 2px 10px rgba(28, 42, 58, 0.05);
}

.netstore-order-focus-header__inner {
    display: flex;
    align-items: center;
    width: min(100% - 40px, 1280px);
    min-height: 76px;
    margin: 0 auto;
    gap: 24px;
}

.netstore-order-focus-header__logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.netstore-order-focus-header__logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 48px;
}

.netstore-order-focus-header__security,
.netstore-order-focus-header__phone,
.netstore-order-focus-header__back {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 8px;
    color: #526071;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.netstore-order-focus-header__security {
    margin-left: auto;
    color: #3e7d3e;
}

.netstore-order-focus-header__phone {
    color: var(--ns-order-text);
    font-size: 15px;
    font-weight: 700;
}

.netstore-order-focus-header__back:hover,
.netstore-order-focus-header__phone:hover {
    color: var(--ns-order-blue);
    text-decoration: none;
}

.order {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
    padding: 28px 0 72px;
    color: var(--ns-order-text);
}

.netstore-order-heading {
    margin: 0 0 22px;
}

.netstore-order-heading h1 {
    margin: 0;
    color: var(--ns-order-text);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

.netstore-order-heading p {
    margin: 7px 0 0;
    color: var(--ns-order-muted);
    font-size: 15px;
}

.s-cart-empty-wrapper {
    width: min(100%, 680px);
    margin: 70px auto;
    padding: 48px 28px;
    border: 1px solid var(--ns-order-border);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.s-cart-empty-wrapper .s-image-wrapper,
.s-cart-empty-wrapper .blank__icon {
    margin: 0 0 18px;
    color: #8290a2;
    font-size: 42px;
}

.s-cart-empty-wrapper .s-description {
    margin: 0;
    font-size: 26px;
}

.s-cart-empty-wrapper .s-actions-wrapper {
    margin: 24px 0 0;
}

.s-order-page {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
    align-items: start;
    gap: 24px;
}

.s-order-page .s-order-column {
    min-width: 0;
}

.s-order-page .s-order-column-form {
    position: sticky;
    top: 18px;
}

.s-order-page .s-order-section {
    min-width: 0;
    overflow: visible;
    border: 1px solid var(--ns-order-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(24, 39, 58, 0.055);
}

.s-order-page .s-order-section > .s-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 15px 20px;
    gap: 16px;
    border-bottom: 1px solid #e8ebef;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.s-order-page .s-order-section > .s-section-header > .s-header {
    margin: 0;
    color: var(--ns-order-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.s-order-page .s-order-section > .s-section-body {
    min-width: 0;
    padding: 20px;
}

.s-order-page .s-order-section > .s-section-footer {
    padding: 0 20px 20px;
}

.s-order-page .s-order-section > .s-section-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 8px;
    color: #536174;
    text-decoration: none;
}

.s-order-page .s-order-section > .s-section-footer a:hover {
    color: var(--ns-order-blue);
}

.s-order-page .s-delete-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 6px 8px;
    gap: 6px;
    border-radius: 5px;
    color: #727d8c;
    font-size: 13px;
    text-decoration: none;
}

.s-order-page .s-delete-button:hover {
    background: #fff2f2;
    color: #b42318;
}

.wa-order-cart-wrapper,
.wa-order-form-wrapper {
    min-width: 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
}

.wa-order-cart-wrapper > .wa-cart-body,
.wa-order-form-wrapper > .wa-form-body {
    background: #fff;
}

.wa-order-cart-wrapper .wa-products .wa-product {
    margin: 0;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #e8ebef;
}

.wa-order-cart-wrapper .wa-products .wa-product:first-child {
    padding-top: 2px;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 160px 112px;
    align-items: start;
    gap: 14px;
    min-width: 0;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > div {
    display: block;
    min-width: 0;
    width: auto !important;
    padding: 0 !important;
}

.wa-order-cart-wrapper .wa-column-image img {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    border: 1px solid #edf0f3;
    border-radius: 5px;
    background: #fff;
}

.wa-order-cart-wrapper .wa-details-section .wa-details .wa-name {
    display: block;
    margin: 0 0 6px;
    color: #1f2c3c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.wa-order-cart-wrapper .wa-details-section .wa-details .wa-sku,
.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action {
    color: #758093;
    font-size: 13px;
    line-height: 1.45;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: #647184;
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action:hover {
    color: #b42318;
}

.wa-order-cart-wrapper .wa-details-section .wa-services {
    margin: 12px 0 4px;
    padding: 10px 12px;
    border: 1px solid #e5e9ee;
    border-radius: 5px;
    background: #f8fafc;
}

.wa-order-cart-wrapper .wa-services .wa-service + .wa-service {
    margin-top: 8px;
}

.wa-order-cart-wrapper .wa-services .wa-label {
    min-width: 0;
    margin: 0;
    color: #4e5a6b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.wa-order-cart-wrapper .wa-services .wa-variant {
    margin: 6px 0 0;
    padding: 0;
}

.wa-order-cart-wrapper .wa-column-quantity,
.wa-order-cart-wrapper .wa-column-price {
    align-self: center;
}

.wa-quantity-box {
    display: flex !important;
    align-items: stretch;
    width: 136px !important;
    height: 44px !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccd4df;
    border-radius: 6px;
    background: #fff;
}

.wa-quantity-box .wa-button {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    order: 1;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f4f6f8 !important;
    color: #354052 !important;
}

.wa-quantity-box .wa-button.js-increase {
    order: 3;
}

.wa-quantity-box .wa-button:hover {
    background: #eaf0f6 !important;
}

.wa-quantity-box .wa-button svg {
    display: block;
}

.wa-quantity-box .wa-button .wa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.wa-quantity-box .wa-button .wa-icon::before {
    display: none;
}

.wa-quantity-box .wa-input {
    flex: 0 0 48px;
    order: 2;
    width: 48px !important;
    height: 44px !important;
    min-height: 44px;
    padding: 0 4px !important;
    border: 0 !important;
    border-right: 1px solid #dde2e8 !important;
    border-left: 1px solid #dde2e8 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--ns-order-text);
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
}

.wa-order-cart-wrapper .wa-quantity-section .wa-product-price {
    margin-top: 8px;
    color: #737e8d;
    font-size: 13px;
    line-height: 1.35;
}

.wa-order-cart-wrapper .wa-price-section {
    min-width: 0;
    text-align: right;
}

.wa-order-cart-wrapper .wa-price-section .wa-price-total {
    display: block;
    color: #2f7b32;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
}

.wa-order-cart-wrapper .wa-cart-details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8ebef;
}

.wa-order-cart-wrapper .wa-cart-details > * {
    width: 100% !important;
    min-width: 0;
}

.wa-order-cart-wrapper .wa-cart-details .wa-column-price {
    order: 1;
}

.wa-order-cart-wrapper .wa-cart-details .wa-column-content {
    order: 2;
}

.wa-order-cart-wrapper .wa-cart-details .wa-price-section {
    display: block;
}

.wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
    margin: 0 0 12px;
    color: var(--ns-order-muted);
    text-align: left;
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input,
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button {
    min-height: 44px;
}

.wa-order-form-wrapper .wa-step-section {
    padding: 0 0 22px;
    border-bottom: 1px solid #e8ebef;
}

.wa-order-form-wrapper .wa-step-section + .wa-step-section {
    padding-top: 22px;
}

.wa-order-form-wrapper .wa-step-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section > .wa-header {
    margin: 0 0 14px;
    color: var(--ns-order-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section {
    margin-top: 20px;
}

.wa-order-form-wrapper .wa-field-wrapper {
    min-width: 0;
    margin: 0 0 14px;
}

.wa-order-form-wrapper .wa-field-wrapper .wa-label,
.wa-order-form-wrapper .wa-field-wrapper .wa-name {
    display: block;
    margin: 0 0 6px;
    color: #3c4757;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.wa-order-form-wrapper .wa-field-wrapper .wa-value {
    min-width: 0;
}

.order .wa-input,
.order .wa-field-wrapper input[type="text"],
.order .wa-field-wrapper input[type="email"],
.order .wa-field-wrapper input[type="tel"],
.order .wa-field-wrapper input[type="password"],
.order .wa-field-wrapper input[type="number"],
.order .wa-field-wrapper select,
.order .wa-field-wrapper textarea,
.order .wa-field-wrapper .input,
.order .wa-field-wrapper .select,
.order .wa-dropdown > .wa-dropdown-toggle {
    width: 100%;
    max-width: none;
    min-height: 46px;
    padding: 10px 12px !important;
    box-sizing: border-box;
    border: 1px solid #cbd3de;
    border-radius: 5px;
    background: #fff;
    color: #252f3d;
    font-size: 16px !important;
    line-height: 1.35 !important;
    box-shadow: none;
}

.order .wa-field-wrapper textarea {
    min-height: 104px;
    resize: vertical;
}

.order .wa-field-wrapper input:focus,
.order .wa-field-wrapper select:focus,
.order .wa-field-wrapper textarea:focus,
.order .wa-dropdown > .wa-dropdown-toggle:focus {
    border-color: var(--ns-order-blue);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(57, 121, 220, 0.14);
}

.order .wa-field-wrapper input.wa-error,
.order .wa-field-wrapper select.wa-error,
.order .wa-field-wrapper textarea.wa-error {
    border-color: #c9362b;
}

.wa-order-form-wrapper .wa-plugin-fields-wrapper,
.wa-order-form-wrapper .wa-details-fields-section,
.wa-order-form-wrapper .wa-field-wrapper,
.wa-order-form-wrapper .wa-field,
.wa-order-form-wrapper .wa-line,
.wa-order-form-wrapper .wa-value,
.wa-order-form-wrapper .s-styled-select,
.wa-order-form-wrapper .selection,
.wa-order-form-wrapper .select2-container {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.wa-order-form-wrapper .select2-container {
    display: block;
    width: 100% !important;
}

.wa-order-form-wrapper .select2-container .select2-selection--single {
    min-height: 46px;
    box-sizing: border-box;
    border: 1px solid #cbd3de;
    border-radius: 5px;
    background: #fff;
}

.wa-order-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    min-width: 0;
    padding: 0 38px 0 12px;
    color: #252f3d;
    font-size: 16px;
    line-height: 44px;
    text-overflow: ellipsis;
}

.wa-order-form-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 8px;
    height: 44px;
}

.wa-order-form-wrapper .select2-container--focus .select2-selection--single,
.wa-order-form-wrapper .select2-container--open .select2-selection--single {
    border-color: var(--ns-order-blue);
    box-shadow: 0 0 0 3px rgba(57, 121, 220, 0.14);
}

.wa-order-form-wrapper [id^="np2_wh_shipping_fields"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
}

.order .wa-error-text,
.order .wa-field-wrapper .wa-error {
    color: #b42318;
    font-size: 13px;
    line-height: 1.4;
}

.netstore-order-optional {
    margin-left: 4px;
    color: #818b98;
    font-size: 12px;
    font-weight: 400;
}

.netstore-order-phone-hint {
    margin: 6px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.netstore-order-company-field {
    display: none !important;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list,
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list > *,
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    display: block;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 14px !important;
    box-sizing: border-box;
    border: 1px solid #d4dbe4;
    border-radius: 6px !important;
    background: #fff;
    text-align: left;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-types-list .wa-type-wrapper:hover,
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper:hover {
    border-color: #9bb5da;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-types-list .wa-type-wrapper.is-active,
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active {
    border-color: var(--ns-order-blue) !important;
    background: #f4f8fe !important;
    box-shadow: 0 0 0 1px rgba(57, 121, 220, 0.08);
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-name,
.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-price,
.wa-order-form-wrapper .wa-step-payment-section .wa-payment-name {
    display: inline;
    color: var(--ns-order-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-name a,
.wa-order-form-wrapper .wa-step-payment-section .wa-payment-name a {
    color: inherit;
    text-decoration: none;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-name a::after {
    content: ":";
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-price {
    margin-left: 4px;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-date,
.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-description {
    margin-top: 5px;
    color: var(--ns-order-muted);
    font-size: 13px;
    line-height: 1.4;
}

.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-variants-section {
    margin-top: 10px;
}

.wa-order-form-wrapper .wa-dropdown > .wa-dropdown-toggle {
    display: flex;
    align-items: center;
    min-height: 48px;
}

.wa-order-form-wrapper .wa-dropdown .wa-dropdown-menu {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #cfd7e1;
    border-radius: 5px;
    box-shadow: 0 10px 28px rgba(20, 34, 50, 0.15);
}

.wa-order-form-wrapper .wa-dropdown .wa-dropdown-item {
    min-height: 48px;
    padding: 11px 12px;
    box-sizing: border-box;
}

.wa-order-form-wrapper .s-delivery-tariff-variant .wa-price,
.wa-order-form-wrapper .s-carrier-tariff-price,
.wa-order-form-wrapper .s-delivery-tariff-price,
.wa-order-form-wrapper .s-delivery-tariff-value {
    color: #815300;
    font-weight: 700;
    white-space: normal;
}

.wa-order-form-wrapper .s-delivery-tariff-note {
    width: 100%;
    margin: 10px 0 4px;
    padding: 11px 13px;
    box-sizing: border-box;
    border-left: 3px solid var(--ns-order-warning-border);
    border-radius: 4px;
    background: var(--ns-order-warning);
    color: #5d4a22;
    font-size: 13px;
    line-height: 1.45;
}

.s-order-page .s-checkbox,
.s-order-page .s-radio {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.s-order-page .s-checkbox input,
.s-order-page .s-radio input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.s-order-page .s-checkbox input + span,
.s-order-page .s-radio input + span {
    position: relative;
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #aeb8c5;
    background: #fff;
}

.s-order-page .s-checkbox input + span {
    border-radius: 4px;
}

.s-order-page .s-radio input + span {
    border-radius: 50%;
}

.s-order-page .s-checkbox input:checked + span,
.s-order-page .s-radio input:checked + span {
    border-color: var(--ns-order-blue);
    background: var(--ns-order-blue);
}

.s-order-page .s-checkbox input + span .s-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 14px;
    height: 14px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.s-order-page .s-checkbox input:checked + span .s-icon {
    display: block;
}

.s-order-page .s-checkbox input + span .s-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.s-order-page .s-radio input:checked + span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transform: translate(-50%, -50%);
}

.s-order-page .s-checkbox input:focus-visible + span,
.s-order-page .s-radio input:focus-visible + span,
.s-order-page a:focus-visible,
.s-order-page button:focus-visible,
.netstore-order-focus-header a:focus-visible {
    outline: 3px solid #245da8 !important;
    outline-offset: 2px;
}

.s-order-page .s-styled-select {
    position: relative;
    display: block;
}

.s-order-page .s-styled-select select {
    width: 100%;
    padding-right: 36px !important;
    appearance: none;
}

.s-order-page .s-styled-select .s-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    border: solid #7d8793;
    border-width: 0 1px 1px 0;
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
}

.wa-order-dialog {
    z-index: 20000;
}

.wa-order-dialog .wa-dialog-body {
    width: min(100% - 24px, 520px);
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.wa-order-dialog .wa-dialog-header,
.wa-order-dialog .wa-dialog-footer {
    padding: 18px 20px;
}

.wa-order-dialog .wa-dialog-content {
    padding: 0 20px 20px;
}

.wa-order-dialog .wa-dialog-footer .js-cancel {
    min-height: 44px;
    padding: 9px 15px;
    border: 1px solid #cbd3de;
    border-radius: 5px;
    background: #fff;
}

@media (max-width: 1279px) {
    .s-order-page {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .s-order-page .s-order-column-form {
        position: static;
    }

    .s-order-page .s-order-column-form {
        order: 2;
    }

    .s-order-page .s-order-column-cart {
        order: 1;
    }
}

/* Shop-Script loads part of the cart widget styles after the theme. Keep the
   product row stable in the medium desktop and tablet range. */
@media (min-width: 900px) and (max-width: 1299px) {
    .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        display: grid !important;
        grid-template-columns: 88px minmax(0, 1fr) 160px 112px !important;
        align-items: start !important;
        gap: 14px !important;
        min-width: 0 !important;
    }

    .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > div {
        position: static !important;
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .wa-order-cart-wrapper .wa-product-body > .wa-column-image,
    .wa-order-cart-wrapper .wa-product-body > .wa-column-details,
    .wa-order-cart-wrapper .wa-product-body > .wa-column-quantity,
    .wa-order-cart-wrapper .wa-product-body > .wa-column-price {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

@media (max-width: 767px) {
    .netstore-order-focus-header__inner {
        width: calc(100% - 24px);
        min-height: 64px;
        gap: 12px;
    }

    .netstore-order-focus-header__logo img {
        max-width: 132px;
        max-height: 40px;
    }

    .netstore-order-focus-header__security,
    .netstore-order-focus-header__back span {
        display: none;
    }

    .netstore-order-focus-header__phone {
        margin-left: auto;
        font-size: 14px;
    }

    .netstore-order-focus-header__back {
        justify-content: center;
        width: 44px;
        min-width: 44px;
        padding: 0;
        border: 1px solid #d8dee6;
        border-radius: 6px;
    }

    .order {
        width: calc(100% - 20px);
        padding: 18px 0 42px;
    }

    .netstore-order-heading {
        margin-bottom: 15px;
    }

    .netstore-order-heading h1 {
        font-size: 24px;
    }

    .netstore-order-heading p {
        font-size: 14px;
    }

    .s-order-page {
        gap: 16px;
    }

    .s-order-page .s-order-section {
        border-radius: 6px;
    }

    .s-order-page .s-order-section > .s-section-header {
        min-height: 56px;
        padding: 11px 13px;
        border-radius: 6px 6px 0 0;
    }

    .s-order-page .s-order-section > .s-section-header > .s-header {
        font-size: 19px;
    }

    .s-order-page .s-order-section > .s-section-body {
        padding: 14px 12px;
    }

    .s-order-page .s-order-section > .s-section-footer {
        padding: 0 12px 12px;
    }

    .s-order-page .s-delete-button {
        min-width: 44px;
        padding: 4px;
    }

    .s-order-page .s-delete-button .mi {
        margin: 0;
    }

    .wa-order-cart-wrapper .wa-products .wa-product {
        padding: 16px 0;
    }

    .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 9px 12px;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr) !important;
        align-items: start !important;
        gap: 9px 12px !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > div {
        position: static !important;
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-image {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-details {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-quantity {
        grid-column: 2 !important;
        grid-row: 2 !important;
        align-self: start !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-price {
        grid-column: 2 !important;
        grid-row: 3 !important;
        align-self: start !important;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-column-image img {
        width: 78px !important;
        height: 78px !important;
    }

    .wa-order-cart-wrapper .wa-product-body > .wa-column-image {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .wa-order-cart-wrapper .wa-product-body > .wa-column-details {
        grid-column: 2;
        grid-row: 1;
    }

    .wa-order-cart-wrapper .wa-product-body > .wa-column-quantity {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
    }

    .wa-order-cart-wrapper .wa-product-body > .wa-column-price {
        grid-column: 2;
        grid-row: 3;
        align-self: start;
    }

    .wa-order-cart-wrapper .wa-column-image img {
        width: 78px;
        height: 78px;
    }

    .wa-order-cart-wrapper .wa-details-section .wa-details .wa-name {
        font-size: 14px;
    }

    .wa-order-cart-wrapper .wa-price-section {
        text-align: left;
    }

    .wa-order-cart-wrapper .wa-price-section .wa-price-total {
        font-size: 17px;
    }

    .wa-order-cart-wrapper .wa-details-section .wa-services {
        margin-right: -2px;
        padding: 9px;
    }

    .wa-order-form-wrapper .wa-step-section {
        padding-bottom: 18px;
    }

    .wa-order-form-wrapper .wa-step-section + .wa-step-section {
        padding-top: 18px;
    }

    .wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header,
    .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section > .wa-header {
        font-size: 18px;
    }

    .order .wa-input,
    .order .wa-field-wrapper input[type="text"],
    .order .wa-field-wrapper input[type="email"],
    .order .wa-field-wrapper input[type="tel"],
    .order .wa-field-wrapper input[type="password"],
    .order .wa-field-wrapper input[type="number"],
    .order .wa-field-wrapper select,
    .order .wa-field-wrapper textarea,
    .order .wa-field-wrapper .input,
    .order .wa-field-wrapper .select,
    .order .wa-dropdown > .wa-dropdown-toggle {
        min-height: 48px;
        font-size: 16px !important;
    }

    .wa-order-form-wrapper .select2-container .select2-selection--single {
        min-height: 48px;
    }

    .wa-order-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
    }

    .wa-order-form-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
        height: 46px;
    }

    .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list,
    .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
        grid-template-columns: minmax(0, 1fr);
    }

    .wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-name,
    .wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-price {
        display: block !important;
        width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .wa-order-form-wrapper .wa-step-shipping-section .wa-type-wrapper .wa-price {
        margin: 4px 0 0;
        font-size: 14px;
        line-height: 1.35;
    }

    .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list > *,
    .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
        min-height: 58px;
        padding: 13px !important;
    }

}

@media (max-width: 374px) {
    .netstore-order-focus-header__phone span {
        display: none;
    }

    .netstore-order-focus-header__phone {
        justify-content: center;
        width: 44px;
        min-width: 44px;
        border: 1px solid #d8dee6;
        border-radius: 6px;
    }

    .netstore-order-focus-header__logo img {
        max-width: 122px;
    }

    .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        grid-template-columns: 70px minmax(0, 1fr) !important;
    }

    .wa-order-cart-wrapper .wa-column-image img {
        width: 70px;
        height: 70px;
    }

    body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-column-image img {
        width: 70px !important;
        height: 70px !important;
    }
}
/* Service-first shipping flow */
.wa-step-shipping-section.s-shipping-service-flow-ready > .wa-section-body > form > .wa-delivery-types-section,
.wa-step-shipping-section.s-shipping-service-flow-ready > .wa-section-body > form > .wa-delivery-variants-section {
  display: none !important;
}

.wa-order-form-wrapper.s-shipping-service-choice-pending .wa-step-details-section {
  display: none !important;
}

.wa-order-form-wrapper.s-delivery-location-managed .wa-step-region-section {
  display: none !important;
}

.s-shipping-service-flow {
  margin: 0 0 24px;
}

.s-shipping-service-flow__title,
.s-shipping-service-options__title {
  margin: 0 0 12px;
  color: #202a36;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.s-shipping-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.s-shipping-service {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: center;
  min-height: 76px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: #fff;
  color: #263445;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.s-shipping-service:hover,
.s-shipping-service:focus-visible {
  border-color: #4b80d9;
  box-shadow: 0 0 0 2px rgba(75, 128, 217, .14);
  outline: none;
}

.s-shipping-service.is-active {
  border-color: #3478df;
  background: #f4f8ff;
  box-shadow: inset 0 0 0 1px #3478df;
}

.s-shipping-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #edf4ff;
  color: #3478df;
  font-size: 17px;
}

.s-shipping-service__copy {
  display: block;
  min-width: 0;
}

.s-shipping-service__copy strong,
.s-shipping-service__copy small {
  display: block;
  overflow-wrap: anywhere;
}

.s-shipping-service__copy strong {
  font-size: 16px;
  line-height: 1.3;
}

.s-shipping-service__copy small {
  margin-top: 3px;
  color: #69778a;
  font-size: 13px;
  line-height: 1.35;
}

.s-shipping-service__check {
  display: none;
  color: #2f9b50;
}

.s-shipping-service.is-active .s-shipping-service__check {
  display: inline-flex;
}

.s-shipping-service-options {
  margin-top: 18px;
}

.s-shipping-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.s-shipping-option {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  min-width: 180px;
  padding: 11px 14px;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: #fff;
  color: #263445;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.s-shipping-option:hover,
.s-shipping-option:focus-visible,
.s-shipping-option.is-active {
  border-color: #3478df;
  outline: none;
}

.s-shipping-option.is-active {
  background: #f4f8ff;
  box-shadow: inset 0 0 0 1px #3478df;
}

.s-shipping-option .fa-check {
  visibility: hidden;
  color: #2f9b50;
}

.s-shipping-option.is-active .fa-check {
  visibility: visible;
}

.s-shipping-service-error {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 14px;
}

.s-shipping-plugin-location {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e1e6ed;
}

.s-shipping-plugin-location__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.s-shipping-plugin-location__fields label,
.s-shipping-plugin-location__fields label > span {
  display: block;
}

.s-shipping-plugin-location__fields label > span {
  margin-bottom: 7px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

.s-shipping-plugin-location__fields label > span::after {
  content: " *";
  color: #c43d32;
}

.s-shipping-plugin-location__fields select,
.s-shipping-plugin-location__fields input {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cfd7e3;
  border-radius: 4px;
  background: #fff;
  color: #263445;
  font: inherit;
}

.s-shipping-plugin-location__fields select:focus,
.s-shipping-plugin-location__fields input:focus {
  border-color: #3478df;
  box-shadow: 0 0 0 2px rgba(52, 120, 223, .14);
  outline: none;
}

@media (max-width: 620px) {
  .s-shipping-service-list {
    grid-template-columns: 1fr;
  }

  .s-shipping-service,
  .s-shipping-option {
    min-width: 0;
    width: 100%;
  }

  .s-shipping-plugin-location__fields {
    grid-template-columns: 1fr;
  }
}

/* Modern cart checkout: consolidated order summary and submit action. */
.wa-order-form-wrapper .wa-step-confirm-section {
  padding-top: 22px;
}

.wa-order-form-wrapper .wa-step-confirm-section .netstore-checkout-section-heading {
  margin-bottom: 12px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body,
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body > form {
  width: 100%;
  min-width: 0;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-width: 0;
  padding: 20px;
  gap: 16px;
  box-sizing: border-box;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #f8fafc;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section {
  order: 1;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  min-width: 0;
  padding: 5px 0;
  gap: 20px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item .wa-name {
  min-width: 0;
  color: #596577;
  font-weight: 500;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item .wa-value {
  flex: 0 0 auto;
  max-width: 58%;
  text-align: right;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dfe4ea;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total .wa-name {
  color: var(--ns-order-text);
  font-size: 17px;
  font-weight: 700;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total .wa-price {
  color: #2f7b32;
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .s-delivery-tariff-note {
  margin: 10px 0 4px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section {
  order: 2;
  display: grid;
  align-self: stretch;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 12px;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button,
.wa-order-dialog .wa-dialog-footer .js-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid var(--ns-order-green);
  border-radius: 6px;
  background: var(--ns-order-green);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button:hover,
.wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button:focus,
.wa-order-dialog .wa-dialog-footer .js-confirm:hover,
.wa-order-dialog .wa-dialog-footer .js-confirm:focus {
  border-color: var(--ns-order-green-dark);
  background: var(--ns-order-green-dark);
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.netstore-order-assurance {
  display: flex;
  align-items: flex-start;
  margin: 14px 0 0;
  padding: 12px 14px;
  gap: 9px;
  border: 1px solid #dfe9df;
  border-radius: 5px;
  background: #f2f7f2;
  color: #496149;
  font-size: 12px;
  line-height: 1.45;
}

.netstore-order-assurance .fa {
  margin-top: 2px;
  color: var(--ns-order-green);
}

@media (max-width: 700px) {
  .wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    padding: 14px;
    gap: 14px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item {
    gap: 12px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item .wa-value {
    max-width: 62%;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total .wa-price {
    font-size: 22px;
  }

  .netstore-order-assurance {
    margin-top: 12px;
  }
}

@media (max-width: 374px) {
  .wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper {
    padding: 12px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item .wa-value {
    max-width: 150px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total .wa-price {
    font-size: 20px;
  }

  .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button {
    white-space: normal;
  }
}

/* Checkout flow 2026: one decision per row, selected details directly below. */
.s-order-page .s-order-column-form {
  position: static;
  order: 1;
}

.s-order-page .s-order-column-cart {
  position: static;
  top: auto;
  order: 2;
}

.s-shipping-service-flow__heading,
.netstore-checkout-section-heading {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  column-gap: 11px;
  margin: 0 0 16px;
}

.netstore-checkout-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #eaf2ff;
  color: #2869c7;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.s-shipping-service-flow__heading-copy {
  min-width: 0;
}

.s-shipping-service-flow__title,
.netstore-checkout-section-heading > .wa-header {
  margin: 0 !important;
  color: #202a36;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.s-shipping-service-flow__hint,
.netstore-checkout-section-hint {
  grid-column: 2;
  margin: 3px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.s-shipping-service-list {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.s-shipping-service {
  grid-template-columns: 42px minmax(0, 1fr) minmax(92px, auto) 20px;
  min-height: 70px;
  padding: 11px 13px;
  border-radius: 6px;
}

.s-shipping-service__icon {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #eef4fb;
  color: #3478df;
}

.s-shipping-service__copy strong {
  font-size: 15px;
}

.s-shipping-service__copy small {
  margin-top: 2px;
  font-size: 12px;
}

.s-shipping-service__price {
  min-width: 0;
  color: #526071;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.s-shipping-service[data-service="pickup"] .s-shipping-service__price {
  color: #2f7b32;
}

.s-shipping-service.is-active .s-shipping-service__price {
  color: #245fae;
}

.s-shipping-service-options {
  margin-top: 16px;
  padding: 16px 0 2px;
  border-top: 1px solid #e1e6ed;
}

.s-shipping-service-options__title {
  margin-bottom: 10px;
  font-size: 15px;
}

.s-shipping-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.s-shipping-option {
  position: relative;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  min-height: 52px;
  padding: 10px 12px 10px 42px;
  border-radius: 5px;
  font-size: 14px;
}

.s-shipping-option::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid #aeb9c8;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

.s-shipping-option.is-active::before {
  border: 5px solid #3478df;
}

.s-shipping-option .fa-check {
  margin-left: auto;
}

.wa-order-form-wrapper .wa-step-details-section {
  margin-top: 14px;
  padding: 17px 16px !important;
  border-top: 1px solid #e3e8ef;
  border-bottom: 1px solid #e3e8ef;
  background: #f8fafc;
}

.wa-order-form-wrapper .wa-step-details-section .wa-section-body,
.wa-order-form-wrapper .wa-step-details-section form {
  min-width: 0;
}

.wa-order-form-wrapper .wa-step-details-section .wa-plugin-fields-wrapper {
  margin-bottom: 13px;
}

.wa-order-form-wrapper .s-shipping-standard-address-hidden {
  display: none !important;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #e1e6ed;
}

.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 3px 0;
  gap: 12px;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
  position: relative;
  min-height: 62px;
  padding: 12px 14px !important;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-description {
  padding-left: 30px;
}

.netstore-cart-toggle {
  display: none;
}

@media (max-width: 1279px) {
  .netstore-cart-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-left: auto;
    padding: 6px 4px;
    gap: 7px;
    border: 0;
    background: transparent;
    color: #3478df;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .netstore-cart-toggle__summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #202a36;
    font-weight: 600;
  }

  .netstore-cart-toggle__summary[hidden] {
    display: none;
  }

  .netstore-cart-toggle__separator {
    color: #a0a9b5;
  }

  .netstore-cart-toggle__total {
    color: #2f7332;
    white-space: nowrap;
  }

  .netstore-cart-toggle .fa {
    transition: transform .15s ease;
  }

  #js-order-cart:not(.is-mobile-collapsed) .netstore-cart-toggle .fa {
    transform: rotate(180deg);
  }

  #js-order-cart.is-mobile-collapsed > .s-section-body,
  #js-order-cart.is-mobile-collapsed > .s-section-footer {
    display: none;
  }

  #js-order-cart.is-mobile-collapsed > .s-section-header {
    border-bottom: 0;
    border-radius: 6px;
  }

  #js-order-cart .s-delete-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-shipping-service {
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    min-height: 72px;
  }

  .s-shipping-service__price {
    grid-column: 2;
    margin-top: 3px;
    text-align: left;
  }

  .s-shipping-service__check {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .s-shipping-option-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .wa-order-form-wrapper .wa-step-details-section {
    margin-right: -12px;
    margin-left: -12px;
    padding: 15px 12px !important;
  }
}

/* Checkout polish: payment methods must be distinguishable without reading every description. */
.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper.netstore-payment-unavailable {
  display: none !important;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-method {
  display: grid !important;
  grid-template-columns: 24px 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-checkbox-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  width: 24px;
  min-width: 24px;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-image-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  width: 42px !important;
  min-width: 42px;
  height: 42px;
  margin: 0 !important;
  border-radius: 6px;
  background: #eef4fb;
  color: #3478df;
  font-size: 19px;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-method-body {
  grid-column: 3;
  grid-row: 1;
  width: auto !important;
  max-width: none;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-payment-name,
.wa-order-form-wrapper .wa-step-payment-section .wa-payment-name a,
.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-description {
  display: block;
  width: auto;
  max-width: none;
  padding-left: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper[data-netstore-payment="9"] .wa-image-wrapper {
  background: #fff5e8;
  color: #b5690a;
}

.wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper[data-netstore-payment="57"] .wa-image-wrapper {
  background: #edf7ed;
  color: #367a36;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-header {
  margin: 0 !important;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link {
  min-height: 24px;
  margin-left: auto;
}

.netstore-order-account-prompt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 20px 18px;
  padding: 14px 15px;
  border: 1px solid #dcebd7;
  border-radius: 10px;
  background: #f5faf3;
}

.netstore-order-account-prompt__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #e3f2dd;
  color: #4d9632;
  font-size: 17px;
}

.netstore-order-account-prompt__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  color: #667069;
  font-size: 12px;
  line-height: 1.4;
}

.netstore-order-account-prompt__content strong {
  color: #2d352f;
  font-size: 14px;
}

.netstore-order-account-prompt__action {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid #589d3e;
  border-radius: 7px;
  color: #43832d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.netstore-order-account-prompt__action:hover,
.netstore-order-account-prompt__action:focus {
  background: #58a33a;
  color: #fff;
  text-decoration: none;
}

.netstore-mobile-checkout-bar {
  display: none;
}

@media (max-width: 767px) {
  .netstore-order-account-prompt {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 12px;
    margin-left: 12px;
  }

  .netstore-order-account-prompt__content {
    width: calc(100% - 50px);
    flex: 1 1 calc(100% - 50px);
  }

  .netstore-order-account-prompt__action {
    width: 100%;
    box-sizing: border-box;
  }

  .netstore-mobile-checkout-bar.is-visible {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: block;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #d8dee7;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -6px 22px rgba(24, 39, 58, .12);
  }

  .netstore-mobile-checkout-bar__inner {
    display: grid;
    grid-template-columns: minmax(96px, .8fr) minmax(176px, 1.2fr);
    align-items: center;
    width: min(100%, 620px);
    margin: 0 auto;
    gap: 10px;
  }

  .netstore-mobile-checkout-bar__total {
    min-width: 0;
    color: #2f7332;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .netstore-mobile-checkout-bar__button {
    min-height: 50px;
    padding: 10px 14px;
    border: 0;
    border-radius: 6px;
    background: #367a36;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
  }

  .netstore-mobile-checkout-bar__button:hover,
  .netstore-mobile-checkout-bar__button:focus-visible {
    background: #2b652b;
  }

  .netstore-mobile-checkout-bar__button:focus-visible {
    outline: 3px solid rgba(57, 121, 220, .35);
    outline-offset: 2px;
  }

  .netstore-mobile-checkout-bar__button:disabled {
    cursor: not-allowed;
    opacity: .58;
  }

  body.has-netstore-mobile-checkout-bar {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 480px) {
  .netstore-cart-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .netstore-cart-toggle__summary {
    gap: 5px;
    font-size: 12px;
  }

  .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1279px) {
  .s-order-page {
    grid-template-columns: minmax(0, 1fr);
  }

  .s-order-page .s-order-column-cart {
    position: static;
    order: 1;
  }

  .s-order-page .s-order-column-form {
    order: 2;
  }
}

/* Cart product hierarchy. Keep this block after the responsive base rules. */
body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product {
  padding: 12px 0;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product:first-child {
  padding-top: 4px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > div {
  min-width: 0 !important;
}

body.netstore-order-page #js-order-cart > .s-section-header > .s-header {
  font-size: 20px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
  margin-bottom: 4px;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku,
body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-weight,
body.netstore-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-actions .wa-action {
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-column-image img {
  width: 76px !important;
  height: 76px !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-box {
  width: 136px !important;
  height: 44px !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-box > .wa-button {
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-box > .wa-input {
  flex: 0 0 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 44px !important;
  min-height: 44px !important;
}

/* Shop-Script 12 cart quantity control. */
body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section {
  width: 144px !important;
  max-width: 100%;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-section-body {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 144px !important;
  height: 44px !important;
  overflow: hidden;
  border: 1px solid #ccd4df;
  border-radius: 6px;
  background: #fff;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button-wrapper {
  display: block !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4f6f8 !important;
  color: #354052 !important;
  box-shadow: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button:hover:not(.is-locked) {
  background: #e8eef5 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button:focus-visible {
  position: relative !important;
  z-index: 2;
  outline: 3px solid rgba(61, 121, 218, 0.28) !important;
  outline-offset: -3px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button.is-locked {
  cursor: not-allowed;
  opacity: 0.45;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button .wa-icon-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-button .wa-description {
  display: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-field-wrapper {
  position: relative !important;
  display: block !important;
  flex: 0 0 56px !important;
  width: 56px !important;
  height: 44px !important;
  margin: 0 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-field {
  display: block !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 22px 0 7px !important;
  border: 0 !important;
  border-right: 1px solid #dde2e8 !important;
  border-left: 1px solid #dde2e8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #202936 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  text-align: left !important;
  box-shadow: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-field:focus {
  position: relative;
  z-index: 2;
  outline: 3px solid rgba(61, 121, 218, 0.28) !important;
  outline-offset: -3px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-unit.top {
  position: absolute !important;
  top: 50% !important;
  right: 5px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 3;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  color: #6c7685 !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transform: translateY(-50%);
  pointer-events: none;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-section-footer {
  width: 144px !important;
  margin-top: 6px !important;
  text-align: center !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-section .wa-product-price,
body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-section .wa-product-fractional-prices,
body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-product-price,
body.netstore-order-page .wa-order-cart-wrapper .wa-quantity-cart-section .wa-product-fractional-prices {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #7a8493 !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-details-section .wa-services {
  margin: 12px 0 0;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  background: #f8fafc;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-service {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 7px 8px;
  border: 0;
  border-radius: 4px;
  transition: background-color .15s ease, box-shadow .15s ease;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-service + .wa-service {
  margin-top: 0;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-service:hover {
  background: #f0f4f9;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-service.is-active {
  background: #edf4ff;
  box-shadow: inset 3px 0 0 #3d79da;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-service label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  cursor: pointer;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .s-checkbox {
  flex: 0 0 20px;
  margin-top: 0;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-label {
  flex: 1 1 auto;
  color: #465366;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-services .wa-variant {
  margin: 8px 0 0 28px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-section {
  padding-bottom: 18px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-section + .wa-step-section {
  padding-top: 18px;
}

@media (min-width: 1280px) {
  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
    display: grid !important;
    grid-template-columns: 76px minmax(140px, 1fr) 144px minmax(96px, auto) !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-details {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-quantity {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body > .wa-column-price {
    grid-column: 4 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    text-align: right !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-column-image img {
    width: 76px !important;
    height: 76px !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body:has(.wa-services) {
    align-items: start !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body:has(.wa-services) > .wa-column-image {
    grid-row: 1 / span 2 !important;
    align-self: start !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body:has(.wa-services) > .wa-column-details {
    grid-column: 2 / 5 !important;
    grid-row: 1 !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body:has(.wa-services) > .wa-column-quantity {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: end !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body:has(.wa-services) > .wa-column-price {
    grid-column: 4 !important;
    grid-row: 2 !important;
    align-self: end !important;
  }
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details {
  margin-top: 10px;
  padding-top: 16px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-column-price {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "weight total";
  align-items: end;
  gap: 12px 20px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
  grid-area: weight;
  align-self: end;
  margin: 0 !important;
  color: #667287;
  font-size: 13px;
  line-height: 1.45;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-section {
  grid-area: total;
  align-self: end;
  margin: 0;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-total {
  color: #347c36;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 1279px) {
  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-product-body:has(.wa-services) > .wa-column-image {
    align-self: start !important;
  }
}

@media (max-width: 767px) {
  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-column-image img {
    width: 72px !important;
    height: 72px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-details-section .wa-services {
    margin-top: 10px;
    padding: 6px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-product-body > .wa-column-price {
    justify-self: end;
    text-align: right;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-price-section .wa-price-total {
    font-size: 18px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-column-price {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-total {
    font-size: 19px;
  }
}

@media (max-width: 374px) {
  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .wa-product .wa-column-image img {
    width: 68px !important;
    height: 68px !important;
  }
}

/* Cart component redesign: product details, controls and total stay together. */
body.netstore-order-page .wa-order-cart-wrapper .wa-products .netstore-cart-product {
  padding: 14px 0;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-products .netstore-cart-product:first-child {
  padding-top: 4px;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "image details price"
    "image quantity price" !important;
  align-items: start !important;
  gap: 8px 16px !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-image {
  grid-area: image !important;
  align-self: start !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-details {
  grid-area: details !important;
  align-self: start !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-quantity {
  grid-area: quantity !important;
  align-self: start !important;
  justify-self: start !important;
  margin-top: 2px;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-price {
  grid-area: price !important;
  align-self: center !important;
  justify-self: end !important;
  min-width: 84px !important;
  text-align: right !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-name {
  margin-bottom: 3px;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-sku,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-weight,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action {
  color: #707b8d !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action {
  min-height: 24px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-column-quantity > .wa-quantity-actions {
  display: none !important;
}

/* Netstore 2.6.93.165: keep the standard cart actions accessible for unavailable products. */
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-disabled .wa-details-section .wa-details .wa-actions,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-out-of-stock .wa-details-section .wa-details .wa-actions {
  position: relative;
  z-index: 5;
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  pointer-events: auto !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-disabled .wa-details-section .wa-details .wa-actions .wa-action,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-out-of-stock .wa-details-section .wa-details .wa-actions .wa-action {
  position: relative;
  z-index: 6;
  pointer-events: auto !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-cart-section .wa-section-footer {
  width: 144px !important;
  margin-top: 5px !important;
  color: #748092 !important;
  text-align: left !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-fractional-prices {
  white-space: normal;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-ratio-wrapper,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-price {
  display: inline;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-ratio-wrapper::after {
  content: " · ";
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-base-price {
  display: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-fractional-prices .price {
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-price-section .wa-price-total {
  color: #397d35;
  font-size: 16px !important;
  font-weight: 750;
  line-height: 1.3;
  white-space: nowrap;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.has-netstore-services .wa-product-body {
  grid-template-areas:
    "image details details"
    "image quantity price" !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.has-netstore-services .wa-product-body > .wa-column-details {
  grid-column: 2 / 4 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.has-netstore-services .wa-product-body > .wa-column-price {
  align-self: end !important;
}

.netstore-service-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 9px 10px;
  border: 1px solid #dfe5ec;
  border-radius: 6px;
  background: #f7f9fc;
}

.netstore-service-summary__copy {
  display: block;
  min-width: 0;
}

.netstore-service-summary__caption,
.netstore-service-summary__value {
  display: block;
  overflow-wrap: anywhere;
}

.netstore-service-summary__caption {
  margin-bottom: 2px;
  color: #7a8493;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.netstore-service-summary__value {
  color: #354154;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.4;
}

.netstore-service-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #cbd6e5;
  border-radius: 5px;
  background: #fff;
  color: #356fc6;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
}

.netstore-service-toggle:hover {
  border-color: #9fb5d4;
  background: #f1f6fd;
}

.netstore-service-toggle:focus-visible {
  outline: 3px solid rgba(61, 121, 218, 0.25);
  outline-offset: 2px;
}

.netstore-service-toggle .fa {
  transition: transform .16s ease;
}

.netstore-cart-product.is-services-expanded .netstore-service-toggle .fa {
  transform: rotate(180deg);
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.has-netstore-services:not(.is-services-expanded) .wa-services {
  display: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-services-expanded .wa-services {
  display: grid !important;
  margin-top: 8px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-services-expanded .netstore-service-summary {
  border-color: #c8d8ed;
  background: #f4f8fd;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details {
  margin-top: 14px;
  padding-top: 14px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-column-price {
  align-items: center;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
  font-size: 12.5px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-total {
  font-size: 20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.netstore-order-page .wa-order-cart-wrapper .wa-products .netstore-cart-product {
    padding: 14px 0;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "image details details"
      ". quantity price" !important;
    gap: 10px 12px !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-details {
    grid-column: 2 / 4 !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-product-body > .wa-column-price {
    align-self: center !important;
    min-width: 74px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.has-netstore-services .wa-product-body > .wa-column-price {
    align-self: end !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-name {
    font-size: 14.5px !important;
  }

  .netstore-service-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .netstore-service-toggle {
    width: 100%;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product.is-services-expanded .wa-services {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Rozetka-style checkout: one concrete delivery method per row. */
.wa-step-shipping-section.s-shipping-method-flow-ready {
  display: none !important;
}

.wa-order-form-wrapper.s-shipping-method-choice-pending .wa-step-details-section {
  display: none !important;
}

.s-shipping-method-flow {
  margin: 0;
  color: #202a36;
}

.s-shipping-method-flow__heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  column-gap: 11px;
  margin: 0 0 16px;
}

.s-shipping-method-flow__heading-copy {
  min-width: 0;
}

.s-shipping-method-flow__title {
  margin: 0;
  color: #202a36;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.s-shipping-method-flow__hint {
  margin: 3px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
}

.s-shipping-method-list {
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: #fff;
}

.s-shipping-method {
  border-bottom: 1px solid #e2e7ee;
  background: #fff;
}

.s-shipping-method:last-child {
  border-bottom: 0;
}

.s-shipping-method__button {
  position: relative;
  display: grid;
  grid-template-columns: 20px 38px minmax(0, 1fr) minmax(112px, auto);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 76px;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: #263445;
  text-align: left;
  cursor: pointer;
  transition: background-color .15s ease, box-shadow .15s ease;
}

.s-shipping-method__button:hover {
  background: #f8fafc;
}

.s-shipping-method__button:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(52, 120, 223, .24);
  outline-offset: -3px;
}

.s-shipping-method.is-active {
  background: #f3f7fd;
  box-shadow: inset 3px 0 0 #3478df;
}

.s-shipping-method.is-active .s-shipping-method__button:hover {
  background: #f3f7fd;
}

.s-shipping-method__radio {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid #aeb9c8;
  border-radius: 50%;
  background: #fff;
}

.s-shipping-method.is-active .s-shipping-method__radio {
  border: 5px solid #3478df;
}

.s-shipping-method__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #eaf2ff;
  color: #3478df;
  font-size: 16px;
}

.s-shipping-method__icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.s-shipping-method__copy {
  display: block;
  min-width: 0;
}

.s-shipping-method__copy strong,
.s-shipping-method__copy small {
  display: block;
  overflow-wrap: anywhere;
}

.s-shipping-method__copy strong {
  color: #253041;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.s-shipping-method__copy small {
  margin-top: 3px;
  color: #69778a;
  font-size: 12px;
  line-height: 1.35;
}

.s-shipping-method__price {
  min-width: 0;
  color: #526071;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.s-shipping-method[data-method^="pickup|"] .s-shipping-method__price {
  color: #2f7b32;
}

.s-shipping-method-extra {
  display: none;
  margin-top: -1px;
  padding: 16px;
  border: 1px solid #b8ccec;
  border-radius: 0 0 6px 6px;
  background: #f8fbff;
}

.s-shipping-method-extra.is-visible {
  display: block;
}

.s-shipping-method-extra__title {
  margin: 0 0 12px;
  color: #253041;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.s-shipping-method-error {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #c43d32;
  background: #fff5f4;
  color: #9f2f27;
  font-size: 14px;
  line-height: 1.4;
}

.wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
  margin-top: -1px;
  padding: 16px !important;
  border: 1px solid #b8ccec;
  border-radius: 0 0 6px 6px;
  background: #f8fbff;
}

@media (max-width: 767px) {
  .s-shipping-method-flow__title {
    font-size: 18px;
  }

  .s-shipping-method__button {
    grid-template-columns: 20px 36px minmax(0, 1fr);
    min-height: 78px;
    padding: 12px;
  }

  .s-shipping-method__price {
    grid-column: 3;
    margin-top: 2px;
    text-align: left;
  }

  .s-shipping-method-extra {
    padding: 14px 12px;
  }

  .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
    margin-right: 0;
    margin-left: 0;
    padding: 14px 12px !important;
  }
}

@media (max-width: 390px) {
  .s-shipping-method__button {
    grid-template-columns: 20px 32px minmax(0, 1fr);
    gap: 8px;
  }

  .s-shipping-method__icon {
    width: 32px;
    height: 32px;
  }
}

/* Product variant dialog */
.wa-order-dialog.wa-product-edit-dialog {
  z-index: 21000;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-background {
  background: rgba(20, 27, 38, 0.62);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body {
  width: min(720px, calc(100vw - 40px));
  max-width: 720px;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  border: 1px solid #dce2ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.3);
  overflow: hidden;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 68px;
  padding: 20px 72px 18px 24px;
  align-items: center;
  table-layout: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e7ee;
  background: #fff;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header > * {
  display: block;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-header {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0;
  color: #253041;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
  position: absolute;
  top: 12px;
  right: 14px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #596579;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:hover {
  background: #f0f3f7;
  color: #253041;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:focus-visible {
  outline: 3px solid rgba(61, 121, 211, 0.35);
  outline-offset: 1px;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper .wa-icon {
  width: 16px;
  height: 16px;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-content {
  max-height: calc(100vh - 164px);
  max-height: calc(100dvh - 164px);
  padding: 20px 24px 22px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
}

.wa-order-dialog.wa-product-edit-dialog .wa-cart-section,
.wa-order-dialog.wa-product-edit-dialog .wa-cart-section form {
  width: 100%;
  min-width: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-cart-section form {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  grid-template-areas:
    "image header"
    "image description"
    "skus skus"
    "stocks stocks";
  gap: 10px 20px;
  align-items: start;
}

.wa-order-dialog.wa-product-edit-dialog .wa-product-image {
  grid-area: image;
  display: flex;
  width: 180px;
  height: 154px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e6ed;
  border-radius: 6px;
  background: #f7f9fc;
  overflow: hidden;
}

.wa-order-dialog.wa-product-edit-dialog .wa-product-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.wa-order-dialog.wa-product-edit-dialog .wa-product-header {
  grid-area: header;
  min-width: 0;
  margin: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-product-description {
  grid-area: description;
  min-width: 0;
  margin: 0;
  color: #5f6b7c;
  font-size: 14px;
  line-height: 1.55;
}

.wa-order-dialog.wa-product-edit-dialog .wa-rating-wrapper {
  margin: 0 0 4px;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper {
  grid-area: skus;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 8px 0 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper {
  margin: 0;
  border: 1px solid #d9e0e9;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper:hover {
  border-color: #9ab6df;
  background: #fbfdff;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper:has(.js-sku-field:checked) {
  border-color: #3d79d3;
  background: #f1f6ff;
  box-shadow: inset 4px 0 0 #3d79d3;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  min-height: 52px;
  margin: 0;
  padding: 11px 14px;
  gap: 10px;
  align-items: center;
  color: #253041;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-name {
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-price {
  color: #465367;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-sku-wrapper:has(.js-sku-field:checked) .wa-price {
  color: #397a35;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .s-radio,
.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .s-radio > span {
  width: 20px;
  height: 20px;
}

.wa-order-dialog.wa-product-edit-dialog .wa-stocks-wrapper {
  grid-area: stocks;
  margin: 2px 0 0;
  padding: 10px 12px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background: #f7f9fc;
  color: #667286;
  font-size: 12px;
  line-height: 1.45;
}

.wa-order-dialog.wa-product-edit-dialog .wa-stocks-wrapper:empty {
  display: none;
}

.wa-order-dialog.wa-product-edit-dialog .wa-stock-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.wa-order-dialog.wa-product-edit-dialog .wa-stock {
  margin: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-footer {
  display: flex;
  min-height: 76px;
  padding: 14px 24px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2e7ee;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(31, 45, 65, 0.05);
}

.wa-order-dialog.wa-product-edit-dialog .wa-prices-wrapper {
  display: flex;
  min-width: 0;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}

.wa-order-dialog.wa-product-edit-dialog .wa-price-compare {
  color: #8a94a3;
  font-size: 13px;
  text-decoration: line-through;
}

.wa-order-dialog.wa-product-edit-dialog .wa-prices-wrapper .wa-price {
  color: #397a35;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions {
  display: block;
  margin-left: auto;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
  min-width: 208px;
  min-height: 46px;
  margin: 0;
  padding: 11px 20px;
  border: 1px solid #397a35;
  border-radius: 5px;
  background: #43843b;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: none;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:hover {
  border-color: #306b2d;
  background: #397532;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:focus-visible {
  outline: 3px solid rgba(67, 132, 59, 0.3);
  outline-offset: 2px;
}

@media (max-width: 599px) {
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 6px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header {
    min-height: 60px;
    padding: 15px 58px 14px 16px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-header {
    font-size: 18px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
    top: 8px;
    right: 8px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-content {
    max-height: calc(100vh - 140px);
    max-height: calc(100dvh - 140px);
    padding: 14px 16px 16px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-cart-section form {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "image"
      "header"
      "description"
      "skus"
      "stocks";
    gap: 10px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-product-image {
    width: 100%;
    height: 138px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-product-image img {
    max-width: min(210px, 100%);
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-product-description {
    font-size: 13px;
    line-height: 1.5;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper {
    margin-top: 4px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-label {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    min-height: 54px;
    padding: 10px 11px;
    gap: 8px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-name {
    font-size: 14px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-price {
    font-size: 14px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-footer {
    min-height: 72px;
    padding: 12px 16px;
    gap: 12px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-prices-wrapper .wa-price {
    font-size: 19px;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
    min-width: 0;
    min-height: 46px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions,
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
    width: 100%;
  }
}

/* Large SKU collections: keep the dialog inside the viewport and easy to scan. */
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body,
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body.with-full-height,
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body.with-tall-content {
  top: 20px !important;
  right: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  display: flex !important;
  width: min(720px, calc(100vw - 40px)) !important;
  height: auto !important;
  max-height: none !important;
  flex-direction: column;
  transform: translateX(-50%) !important;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-header,
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-body .wa-dialog-footer {
  flex: 0 0 auto;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: 1 1 auto;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .netstore-sku-group-heading {
  grid-column: 1 / -1;
  margin: 9px 0 0;
  padding: 2px 0 1px;
  color: #596579;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .netstore-sku-group-heading:first-child {
  margin-top: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper {
  display: flex;
  min-width: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-label {
  grid-template-columns: 22px minmax(0, 1fr) auto;
  grid-template-areas:
    "radio name price"
    "radio sku price";
  width: 100%;
  min-width: 0;
  min-height: 58px;
  box-sizing: border-box;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .s-radio {
  grid-area: radio;
  align-self: center;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-radio.js-sku-field {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  accent-color: #3d79d3;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-name {
  grid-area: name;
  overflow-wrap: anywhere;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-sku {
  grid-area: sku;
  min-width: 0;
  color: #758195;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-price {
  grid-area: price;
  align-self: center;
  color: #465367 !important;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-sku-wrapper:has(.js-sku-field:checked) .wa-price {
  color: #397a35 !important;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper.is-netstore-unavailable {
  border-color: #dfe4ea;
  background: #f5f6f8;
  color: #707b89;
  box-shadow: none;
  opacity: 1;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper.is-netstore-unavailable .wa-label,
.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper.is-netstore-unavailable .wa-name,
.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper.is-netstore-unavailable .wa-price,
.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper > .wa-sku-wrapper.is-netstore-unavailable .wa-sku {
  color: #707b89 !important;
  cursor: pointer;
}

@media (max-width: 599px) {
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body,
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body.with-full-height,
  .wa-order-dialog.wa-product-edit-dialog .wa-dialog-body.with-tall-content {
    top: 8px !important;
    bottom: 8px !important;
    width: calc(100vw - 16px) !important;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper .wa-label {
    min-height: 56px;
  }
}

/* Modern SKU picker. The original Shop-Script radio inputs remain the source of truth. */
.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body,
.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body.with-full-height,
.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body.with-tall-content {
  width: min(900px, calc(100vw - 40px)) !important;
  max-width: 900px !important;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-header {
  min-height: 64px;
  padding: 17px 72px 16px 24px;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-header .wa-header {
  font-size: 20px;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-content {
  padding: 18px 24px 20px;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-cart-section form {
  grid-template-columns: 160px minmax(0, 1fr);
  grid-template-areas:
    "image header"
    "image description"
    "picker-tools picker-tools"
    "skus skus"
    "empty empty"
    "stocks stocks";
  gap: 8px 20px;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-product-image {
  width: 160px;
  height: 132px;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-product-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-tools {
  grid-area: picker-tools;
  position: sticky;
  top: -18px;
  z-index: 4;
  margin: 6px 0 0;
  padding: 16px 0 0;
  background: #fff;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-title {
  display: flex;
  min-height: 28px;
  margin: 0 0 10px;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-title strong {
  color: #253041;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-count {
  color: #778296;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-availability-filter {
  display: flex;
  margin: 0 0 8px;
  gap: 6px;
  align-items: center;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 11px;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3dae4;
  border-radius: 5px;
  background: #fff;
  color: #59667a;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button b {
  min-width: 20px;
  padding: 2px 5px;
  border-radius: 10px;
  background: #eef1f5;
  color: #697588;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button:hover {
  border-color: #aebbd0;
  background: #f8fafc;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button.is-active {
  border-color: #3d79d3;
  background: #edf4ff;
  color: #285fae;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button.is-active b {
  background: #dbe9fd;
  color: #285fae;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-filter-button:focus-visible {
  outline: 3px solid rgba(61, 121, 211, 0.25);
  outline-offset: 1px;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search {
  position: relative;
  display: flex;
  width: 100%;
  height: 44px;
  margin: 0 0 6px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #cfd7e3;
  border-radius: 6px;
  background: #fff;
  color: #6c788b;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search:focus-within {
  border-color: #3d79d3;
  box-shadow: 0 0 0 3px rgba(61, 121, 211, 0.14);
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search > .fa-search {
  flex: 0 0 auto;
  width: 42px;
  text-align: center;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 42px 0 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #253041;
  font-size: 14px;
  line-height: 42px;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search input::placeholder {
  color: #8a94a3;
  opacity: 1;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search-clear {
  position: absolute;
  top: 3px;
  right: 3px;
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #647084;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search-clear.is-visible {
  display: inline-flex;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search-clear:hover {
  background: #f0f3f7;
  color: #253041;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-search-clear:focus-visible {
  outline: 3px solid rgba(61, 121, 211, 0.3);
  outline-offset: 0;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  min-height: 32px;
  padding: 7px 14px 7px 54px;
  gap: 14px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dce2ea;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #f6f8fb;
  color: #6d788a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-column-price {
  text-align: right;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-tools.without-search .netstore-sku-columns {
  margin-top: 0;
}

.wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper.netstore-modern-sku-list {
  grid-area: skus;
  display: block;
  margin: 0;
  border: 1px solid #dce2ea;
  border-radius: 0 0 6px 6px;
  background: #fff;
  overflow: hidden;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.netstore-modern-sku-row {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e5e9ef;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.netstore-modern-sku-row:last-child {
  border-bottom: 0;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.netstore-modern-sku-row[hidden] {
  display: none !important;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .netstore-modern-sku-row:hover {
  border-color: #e5e9ef;
  background: #f8fbff;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .netstore-modern-sku-row.is-netstore-selected,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .netstore-modern-sku-row:has(.js-sku-field:checked) {
  border-color: #d5e1f4;
  background: #edf4ff;
  box-shadow: inset 4px 0 0 #3d79d3;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-label {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 136px;
  grid-template-areas:
    "radio name price"
    "radio sku price";
  width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 0;
  padding: 9px 14px;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
  box-sizing: border-box;
  color: #253041;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .s-radio {
  grid-area: radio;
  align-self: center;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-radio.js-sku-field {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  accent-color: #3d79d3;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-name {
  grid-area: name;
  min-width: 0;
  color: #253041;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .has-netstore-article .wa-name {
  align-self: end;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-sku {
  grid-area: sku;
  min-width: 0;
  color: #6f7b8e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .has-netstore-article .wa-sku {
  align-self: start;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-sku:empty {
  display: none;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-price {
  grid-area: price;
  align-self: center;
  color: #3f4c5e !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .is-netstore-selected .wa-price,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-sku-wrapper:has(.js-sku-field:checked) .wa-price {
  color: #397a35 !important;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .netstore-sku-status {
  display: inline-flex;
  min-height: 20px;
  margin-left: 8px;
  padding: 2px 6px;
  align-items: center;
  border-radius: 4px;
  background: #e5e9ee;
  color: #687487;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.is-netstore-unavailable {
  border-color: #e5e9ef;
  background: #f5f6f8;
  box-shadow: none;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .is-netstore-unavailable .wa-label,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .is-netstore-unavailable .wa-name,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .is-netstore-unavailable .wa-sku,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .is-netstore-unavailable .wa-price {
  color: #707b89 !important;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .is-netstore-unavailable .wa-radio.js-sku-field {
  accent-color: #a88435;
  cursor: pointer;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.is-netstore-unavailable:hover {
  border-color: #d9c98f;
  background: #faf8f0;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.is-netstore-unavailable.is-netstore-selected,
.wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list > .wa-sku-wrapper.is-netstore-unavailable:has(.js-sku-field:checked) {
  border-color: #d6bf6f;
  background: #f8f5e8;
  box-shadow: inset 4px 0 0 #b28b2d;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-empty {
  grid-area: empty;
  margin: 0;
  padding: 24px 18px;
  border: 1px solid #dce2ea;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #f8fafc;
  color: #697588;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-empty[hidden] {
  display: none;
}

.wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-footer {
  min-height: 74px;
  padding: 13px 24px;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection {
  display: flex;
  min-width: 0;
  margin-left: 8px;
  gap: 2px;
  flex: 1 1 220px;
  flex-direction: column;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection-label {
  color: #7a8596;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection-name {
  overflow: hidden;
  color: #253041;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection-status {
  color: #397a35;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}

.wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection.is-unavailable .netstore-sku-selection-status {
  color: #b5403b;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large.is-netstore-disabled,
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:disabled {
  border-color: #cfd5dd;
  background: #e5e9ee;
  color: #778191;
  cursor: not-allowed;
}

.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large.is-netstore-disabled:hover,
.wa-order-dialog.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:disabled:hover {
  border-color: #cfd5dd;
  background: #e5e9ee;
}

@media (max-width: 700px) {
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body,
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body.with-full-height,
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body.with-tall-content {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border: 0;
    border-radius: 0;
    transform: none !important;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-header {
    min-height: 58px;
    padding: 14px 56px 13px 14px;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-header .wa-header {
    font-size: 17px;
    line-height: 1.3;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-content {
    padding: 12px 12px 16px;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-cart-section form {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-areas:
      "image header"
      "image description"
      "picker-tools picker-tools"
      "skus skus"
      "empty empty"
      "stocks stocks";
    gap: 7px 12px;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-product-image {
    width: 88px;
    height: 88px;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-product-description {
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-tools {
    top: -12px;
    margin: 5px 0 0;
    padding: 12px 0 0;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-title {
    margin-bottom: 8px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-picker-title strong {
    font-size: 16px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-search {
    height: 44px;
    margin-bottom: 8px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-columns {
    display: none;
  }

  .wa-order-dialog.wa-product-edit-dialog .wa-skus-wrapper.netstore-modern-sku-list {
    border-radius: 6px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-label {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    grid-template-areas:
      "radio name price"
      "radio sku price";
    min-height: 58px;
    padding: 9px 10px;
    gap: 3px 9px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-name {
    font-size: 13px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-sku {
    font-size: 11px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-modern-sku-list .wa-price {
    padding-left: 8px;
    font-size: 13px;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 10px 12px;
    gap: 8px 12px;
  }

  .wa-order-dialog.wa-product-edit-dialog .netstore-sku-selection {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-left: 0;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-prices-wrapper {
    grid-column: 1;
    grid-row: 2;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions .wa-button.large {
    min-height: 44px;
  }
}

@media (max-width: 374px) {
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-body .wa-dialog-footer {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-prices-wrapper,
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions {
    grid-column: 1;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-prices-wrapper {
    grid-row: 2;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions {
    grid-row: 3;
  }

  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions,
  .wa-order-dialog.wa-product-edit-dialog.is-netstore-modern-sku-picker .wa-dialog-footer .wa-actions .wa-button.large {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #back-top {
    display: none !important;
  }
}

/* Netstore 2.6.93.197: balanced desktop checkout and compact order summary. */
body.netstore-order-page .s-delete-button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #647184;
  font: inherit;
  cursor: pointer;
}

body.netstore-order-page .s-delete-button:hover {
  background: #fff2f2;
  color: #a7342f;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 8px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 3px 4px;
  border-radius: 4px;
  color: #536174 !important;
  font-weight: 500;
  cursor: pointer;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .js-delete-product[role="button"] {
  color: #9b403a !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"]:hover {
  background: #f3f6f9;
  color: #245da8 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .js-delete-product[role="button"]:hover {
  background: #fff1f0;
  color: #a52620 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-section > .wa-price-subtotal {
  display: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-section.netstore-cart-has-discount > .wa-price-subtotal {
  display: flex !important;
  justify-content: flex-end;
  gap: 8px;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-total {
  display: flex !important;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  color: #243246;
  font-size: 14px;
  font-weight: 650;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-price-total .wa-price {
  color: #347c36;
  font-size: 22px;
  font-weight: 800;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-weight-section {
  color: #667287;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-count,
body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details .wa-weight {
  color: #45546a;
  font-weight: 700;
}

@media (min-width: 1280px) {
  body.netstore-order-page .s-order-page {
    grid-template-columns: minmax(0, 1.42fr) minmax(420px, .88fr);
    gap: 24px;
  }

  body.netstore-order-page .s-order-column-cart {
    top: 18px;
  }

  body.netstore-order-page #js-order-cart > .s-section-header {
    min-height: 64px;
    padding: 12px 18px;
  }

  body.netstore-order-page #js-order-cart > .s-section-body {
    padding: 18px;
  }

  body.netstore-order-page #js-order-cart > .s-section-footer {
    padding: 0 18px 16px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-products .netstore-cart-product {
    padding: 12px 0;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    gap: 7px 14px !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-column-image img {
    width: 72px !important;
    height: 72px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-name {
    font-size: 14.5px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details {
    margin-top: 10px;
    padding-top: 14px;
  }
}

@media (max-width: 1279px) {
  body.netstore-order-page .s-order-page {
    grid-template-columns: minmax(0, 1fr);
  }

  body.netstore-order-page .s-order-column-cart {
    position: static;
    order: 1;
  }

  body.netstore-order-page .s-order-column-form {
    order: 2;
  }
}

/* Netstore 2.6.93.199: clearer checkout form without changing its logic. */
body.netstore-order-page #js-order-form {
  border-color: #d8e0e9;
  box-shadow: 0 8px 26px rgba(24, 39, 58, .065);
}

body.netstore-order-page #js-order-form > .s-section-header {
  background: #fbfcfd;
}

body.netstore-order-page #js-order-form > .s-section-body {
  padding: 22px 24px 26px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-section {
  padding-bottom: 24px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-section + .wa-step-section {
  padding-top: 24px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 20px;
  padding: 13px 15px;
  gap: 6px 10px;
  border: 1px solid #e0e6ed;
  border-radius: 9px;
  background: #f8fafc;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-header {
  color: #526071;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
  color: #202936;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 36px;
  margin-left: 0;
  padding: 6px 10px;
  border: 1px solid #d4dce6;
  border-radius: 7px;
  background: #fff;
  color: #526071;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link:hover {
  border-color: #aebed3;
  background: #f3f6f9;
  color: #245da8;
  text-decoration: none;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section .wa-field-wrapper {
  margin-bottom: 18px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section .wa-field-wrapper .wa-label,
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section .wa-field-wrapper .wa-name {
  margin-bottom: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="text"],
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="email"],
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="tel"] {
  min-height: 50px;
  padding-right: 14px !important;
  padding-left: 14px !important;
  border-color: #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="text"]:hover,
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="email"]:hover,
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section input[type="tel"]:hover {
  border-color: #9fb0c4;
}

body.netstore-order-page .netstore-order-phone-hint {
  margin-top: 7px;
  color: #68768a;
  font-size: 12.5px;
}

body.netstore-order-page .netstore-recipient-panel {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #dce3eb;
  border-radius: 10px;
  background: #fafbfd;
}

body.netstore-order-page .netstore-recipient-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.netstore-order-page .netstore-recipient-choice > legend {
  width: 100%;
  margin: 0 0 11px;
  padding: 0;
  color: #273548;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

body.netstore-order-page .netstore-recipient-choice__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.netstore-order-page .netstore-recipient-choice__options > label {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  margin: 0;
  padding: 10px 13px;
  gap: 10px;
  box-sizing: border-box;
  border: 1px solid #d4dce6;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

body.netstore-order-page .netstore-recipient-choice__options > label:hover {
  border-color: #9eb6d6;
  background: #f7faff;
}

body.netstore-order-page .netstore-recipient-choice__options > label:has(input:checked) {
  border-color: #6f9bd8;
  background: #f2f7fd;
  box-shadow: 0 0 0 1px rgba(57, 121, 220, .08);
  color: #245da8;
}

body.netstore-order-page .netstore-recipient-choice__options > label:focus-within {
  outline: 3px solid rgba(57, 121, 220, .2);
  outline-offset: 2px;
}

body.netstore-order-page .netstore-recipient-fields {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e1e7ee;
}

body.netstore-order-page .netstore-recipient-fields > p {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-left: 3px solid #6f9bd8;
  border-radius: 5px;
  background: #eef5fd;
  color: #526071;
  font-size: 13px;
  line-height: 1.4;
}

body.netstore-order-page .netstore-recipient-fields__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.netstore-order-page .netstore-recipient-fields__grid > label {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  gap: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

body.netstore-order-page .s-shipping-method-list {
  border-color: #d7e0e9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(24, 39, 58, .03);
}

body.netstore-order-page .s-shipping-method__button {
  min-height: 80px;
  padding: 13px 16px;
}

body.netstore-order-page .s-shipping-method__radio {
  width: 19px;
  height: 19px;
  border-radius: 50% !important;
}

body.netstore-order-page .s-shipping-method__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

body.netstore-order-page .s-shipping-method__copy strong {
  font-size: 15px;
  line-height: 1.35;
}

body.netstore-order-page .s-shipping-method__copy small {
  margin-top: 4px;
  color: #66758a;
  font-size: 12.5px;
}

body.netstore-order-page .s-shipping-method__price {
  justify-self: end;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #526071;
  white-space: normal;
}

body.netstore-order-page .s-shipping-method[data-method^="pickup|"] .s-shipping-method__price {
  background: #eef7ec;
  color: #327534;
}

body.netstore-order-page .s-shipping-method.is-active {
  background: #f2f7fd;
  box-shadow: inset 4px 0 0 #3478df;
}

body.netstore-order-page .s-shipping-method + .s-shipping-method {
  border-color: #e3e8ef;
}

body.netstore-order-page .netstore-checkout-step-number {
  border-radius: 50%;
  background: #eaf2ff;
  color: #2f6fcf;
  font-weight: 800;
}

@media (max-width: 767px) {
  body.netstore-order-page #js-order-form > .s-section-body {
    padding: 16px 12px 20px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header {
    margin-bottom: 18px;
    padding: 12px;
    gap: 5px 8px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-header {
    font-size: 13px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
    font-size: 15px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link {
    width: auto !important;
    min-height: 34px;
    margin-left: 0 !important;
    padding: 5px 8px;
    font-size: 12px;
  }

  body.netstore-order-page .netstore-recipient-panel {
    margin-top: 20px;
    padding: 14px 12px;
  }

  body.netstore-order-page .netstore-recipient-choice__options,
  body.netstore-order-page .netstore-recipient-fields__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.netstore-order-page .netstore-recipient-choice__options > label {
    min-height: 48px;
  }

  body.netstore-order-page .s-shipping-method__button {
    min-height: 82px;
    padding: 12px;
  }

  body.netstore-order-page .s-shipping-method__price {
    justify-self: start;
    width: fit-content;
    margin-top: 4px;
  }
}

@media (max-width: 374px) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Netstore 2.6.93.200: restrained modern radii scoped to checkout only. */
body.netstore-order-page {
  --ns-checkout-radius-card: 8px;
  --ns-checkout-radius-control: 7px;
  --ns-checkout-radius-small: 6px;
}

body.netstore-order-page .s-order-page .s-order-section,
body.netstore-order-page .s-cart-empty-wrapper {
  border-radius: var(--ns-checkout-radius-card) !important;
}

body.netstore-order-page .s-order-page .s-order-section > .s-section-header {
  border-radius: var(--ns-checkout-radius-card) var(--ns-checkout-radius-card) 0 0 !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header,
body.netstore-order-page .netstore-recipient-panel,
body.netstore-order-page .netstore-order-account-prompt,
body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper,
body.netstore-order-page .netstore-order-assurance {
  border-radius: var(--ns-checkout-radius-card) !important;
}

body.netstore-order-page .order .wa-field-wrapper input[type="text"],
body.netstore-order-page .order .wa-field-wrapper input[type="email"],
body.netstore-order-page .order .wa-field-wrapper input[type="tel"],
body.netstore-order-page .order .wa-field-wrapper input[type="password"],
body.netstore-order-page .order .wa-field-wrapper input[type="number"],
body.netstore-order-page .order .wa-field-wrapper select,
body.netstore-order-page .order .wa-field-wrapper textarea,
body.netstore-order-page .order .wa-field-wrapper .input,
body.netstore-order-page .order .wa-field-wrapper .select,
body.netstore-order-page .order .wa-dropdown > .wa-dropdown-toggle,
body.netstore-order-page .wa-order-form-wrapper .select2-container .select2-selection--single,
body.netstore-order-page .netstore-recipient-choice__options > label,
body.netstore-order-page .netstore-order-account-prompt__action {
  border-radius: var(--ns-checkout-radius-control) !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-dropdown .wa-dropdown-menu,
body.netstore-order-page .wa-order-dialog .wa-dialog-body {
  border-radius: var(--ns-checkout-radius-card) !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-dropdown .wa-dropdown-item:first-child {
  border-radius: var(--ns-checkout-radius-control) var(--ns-checkout-radius-control) 0 0 !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-dropdown .wa-dropdown-item:last-child {
  border-radius: 0 0 var(--ns-checkout-radius-control) var(--ns-checkout-radius-control) !important;
}

body.netstore-order-page .s-shipping-method-list {
  border-radius: var(--ns-checkout-radius-card) !important;
}

body.netstore-order-page .s-shipping-method__icon,
body.netstore-order-page .wa-order-cart-wrapper .wa-column-image img,
body.netstore-order-page .wa-order-cart-wrapper .wa-details-section .wa-services,
body.netstore-order-page .s-delivery-tariff-note,
body.netstore-order-page .s-shipping-method-error {
  border-radius: var(--ns-checkout-radius-small) !important;
}

body.netstore-order-page .s-shipping-method-extra,
body.netstore-order-page .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
  border-radius: 0 0 var(--ns-checkout-radius-card) var(--ns-checkout-radius-card) !important;
}

body.netstore-order-page .s-shipping-method__price {
  border-radius: 999px !important;
}

body.netstore-order-page .s-order-page .s-radio input + span,
body.netstore-order-page .s-shipping-method__radio,
body.netstore-order-page .netstore-checkout-step-number,
body.netstore-order-page .netstore-order-account-prompt__icon {
  border-radius: 50% !important;
}

body.netstore-order-page .s-order-page .s-checkbox input + span {
  border-radius: 4px !important;
}

body.netstore-order-page .wa-quantity-box,
body.netstore-order-page .s-delete-button,
body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button,
body.netstore-order-page .wa-order-dialog .wa-dialog-footer .js-confirm,
body.netstore-order-page .wa-order-dialog .wa-dialog-footer .js-cancel,
body.netstore-order-page .netstore-mobile-checkout-bar__button {
  border-radius: var(--ns-checkout-radius-control) !important;
}

body.netstore-order-page .wa-quantity-box .wa-button,
body.netstore-order-page .wa-quantity-box .wa-input {
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  body.netstore-order-page {
    --ns-checkout-radius-card: 8px;
    --ns-checkout-radius-control: 7px;
  }
}

/* Netstore 2.6.93.201: visual-only cart item polish. */
body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
  grid-template-areas:
    "image details details"
    "image quantity price" !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body > .wa-column-details {
  grid-column: 2 / 4 !important;
}

body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product:not(.has-netstore-services) .wa-product-body > .wa-column-price {
  align-self: start !important;
  margin-top: 11px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-details-section .wa-details .wa-name {
  color: #1f2c3c !important;
  font-weight: 650 !important;
  overflow-wrap: anywhere;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions {
  gap: 4px 8px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"] {
  justify-content: center;
  min-height: 40px;
  padding: 0 8px;
  transition: background-color .15s ease, color .15s ease;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"]:focus-visible {
  outline: 3px solid rgba(61, 121, 218, .25);
  outline-offset: 1px;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-section .wa-product-price,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-section .wa-product-fractional-prices,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-cart-section .wa-product-price,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-cart-section .wa-product-fractional-prices {
  color: #5f6d80 !important;
  font-size: 12.5px !important;
  font-weight: 550 !important;
  line-height: 1.4 !important;
}

@media (max-width: 389px) {
  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "image details details"
      ". quantity quantity"
      ". price price" !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product:not(.has-netstore-services) .wa-product-body > .wa-column-price {
    align-self: start !important;
    margin-top: 0;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    max-width: 220px;
    gap: 8px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"] {
    min-width: 0;
    padding: 0 4px;
    font-size: 11.5px !important;
    white-space: nowrap;
  }
}

/* Netstore 2.6.93.202: clearer optional account prompt without changing auth logic. */
body.netstore-order-page .netstore-order-account-prompt {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(218px, auto);
  align-items: center;
  gap: 16px;
  margin: 0 20px 18px;
  padding: 17px 18px;
  border-color: #cfe2c8;
  background: #f4f9f1;
  box-shadow: inset 4px 0 0 #68a94f;
}

body.netstore-order-page .netstore-order-account-prompt__icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  background: #e1efdb;
  color: #4e9238;
  font-size: 19px;
}

body.netstore-order-page .netstore-order-account-prompt__content {
  gap: 4px;
  color: #5d6a61;
  font-size: 13px;
  line-height: 1.45;
}

body.netstore-order-page .netstore-order-account-prompt__content strong {
  color: #26342a;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
}

body.netstore-order-page .netstore-order-account-prompt__copy--mobile {
  display: none;
}

body.netstore-order-page .netstore-order-account-prompt__aside {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

body.netstore-order-page .netstore-order-account-prompt__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  padding: 9px 16px;
  border-color: #4d9137;
  background: #4f9638;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  box-shadow: 0 3px 9px rgba(63, 124, 44, .16);
}

body.netstore-order-page .netstore-order-account-prompt__action:hover,
body.netstore-order-page .netstore-order-account-prompt__action:focus {
  border-color: #3f7f2d;
  background: #43852f;
  color: #fff;
}

body.netstore-order-page .netstore-order-account-prompt__action:focus-visible {
  outline: 3px solid rgba(73, 142, 50, .28);
  outline-offset: 2px;
}

body.netstore-order-page .netstore-order-account-prompt__aside small {
  color: #56625a;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

/* The custom prompt is the single guest entry point; keep Webasyst fields intact. */
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-login-link {
  display: none !important;
}

@supports selector(:has(*)) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header:has(.wa-login-link) {
    display: block;
    margin-bottom: 16px;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid #e4e9ef;
    border-radius: 0 !important;
    background: transparent;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header:has(.wa-login-link) .wa-header {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  body.netstore-order-page .netstore-order-account-prompt {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "icon content"
      "aside aside";
    align-items: start;
    gap: 12px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 14px;
  }

  body.netstore-order-page .netstore-order-account-prompt__icon {
    grid-area: icon;
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.netstore-order-page .netstore-order-account-prompt__content {
    grid-area: content;
    width: auto;
    font-size: 12.5px;
  }

  body.netstore-order-page .netstore-order-account-prompt__content strong {
    font-size: 16px;
  }

  body.netstore-order-page .netstore-order-account-prompt__copy--desktop {
    display: none;
  }

  body.netstore-order-page .netstore-order-account-prompt__copy--mobile {
    display: inline;
  }

  body.netstore-order-page .netstore-order-account-prompt__aside {
    grid-area: aside;
    width: 100%;
  }

  body.netstore-order-page .netstore-order-account-prompt__action {
    width: 100%;
  }
}

@media (max-width: 389px) {
  body.netstore-order-page .netstore-order-account-prompt {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "content"
      "aside";
  }

  body.netstore-order-page .netstore-order-account-prompt__icon {
    display: none;
  }
}

/* Netstore 2.6.93.204: compact, scannable delivery selection. */
body.netstore-order-page .s-shipping-method-flow__heading {
  margin-bottom: 14px;
}

body.netstore-order-page .s-shipping-method-list {
  display: grid;
  overflow: visible;
  gap: 8px;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}

body.netstore-order-page .s-shipping-method,
body.netstore-order-page .s-shipping-method + .s-shipping-method,
body.netstore-order-page .s-shipping-method:last-child {
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: var(--ns-checkout-radius-card);
  background: #fff;
  box-shadow: 0 1px 2px rgba(24, 39, 58, .025);
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

body.netstore-order-page .s-shipping-method:hover {
  border-color: #bdcad9;
  box-shadow: 0 3px 10px rgba(24, 39, 58, .06);
}

body.netstore-order-page .s-shipping-method__button {
  grid-template-columns: 20px 36px minmax(0, 1fr) minmax(118px, auto);
  min-height: 72px;
  padding: 10px 14px;
  gap: 10px;
}

body.netstore-order-page .s-shipping-method__button:hover {
  background: #f9fbfd;
}

body.netstore-order-page .s-shipping-method.is-active {
  border-color: #79a7e8;
  background: #f3f7fd;
  box-shadow: 0 0 0 1px rgba(52, 120, 223, .12), inset 3px 0 0 #3478df;
}

body.netstore-order-page .s-shipping-method.is-active .s-shipping-method__button,
body.netstore-order-page .s-shipping-method.is-active .s-shipping-method__button:hover {
  background: transparent;
}

body.netstore-order-page .s-shipping-method__icon {
  width: 36px;
  height: 36px;
}

body.netstore-order-page .s-shipping-method__copy strong {
  font-size: 14.5px;
}

body.netstore-order-page .s-shipping-method__copy small {
  margin-top: 2px;
  font-size: 12px;
}

body.netstore-order-page .s-shipping-method__price {
  max-width: 172px;
  padding: 4px 8px;
  font-size: 11.5px;
  line-height: 1.3;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
  margin-top: 12px;
  padding: 14px 16px 16px !important;
  border: 1px solid #cbd9eb;
  border-radius: var(--ns-checkout-radius-card) !important;
  background: #f8fbff;
  box-shadow: 0 2px 8px rgba(35, 74, 124, .04);
}

body.netstore-order-page .s-shipping-method-details .wa-details-description {
  margin: 0 0 14px;
  padding: 9px 11px;
  border: 1px solid #e1e8f1;
  border-radius: var(--ns-checkout-radius-small);
  background: #fff;
  color: #5f6c7b;
  font-size: 12px;
  line-height: 1.45;
}

body.netstore-order-page .s-shipping-method-details .wa-details-description a {
  color: #2f6fcf;
  font-weight: 700;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section {
  margin: 0 0 15px;
  padding: 0 0 13px;
  border-top: 0;
  border-bottom: 1px solid #dfe7f1;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-row {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  padding: 5px 0;
  gap: 12px;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-name {
  color: #687587;
  font-size: 12px;
  font-weight: 600;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-cell-value {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

body.netstore-order-page .s-shipping-method-details .wa-details-fields-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.netstore-order-page .s-shipping-method-details .wa-details-fields-section > .wa-line {
  min-width: 0;
  margin: 0;
}

body.netstore-order-page .s-shipping-method-details .wa-details-fields-section .wa-label {
  margin: 0 0 6px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

body.netstore-order-page .s-shipping-method-details .wa-details-fields-section .wa-description {
  margin-top: 5px;
  color: #778394;
  font-size: 11.5px;
  line-height: 1.35;
}

body.netstore-order-page .s-shipping-method-details .np2-city-link {
  display: inline-flex;
  margin: 6px 4px 0 0 !important;
  padding: 3px 6px;
  border-radius: 4px;
  background: #edf4fd;
  color: #2f6fcf;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 767px) {
  body.netstore-order-page .s-shipping-method-flow__heading {
    margin-bottom: 12px;
  }

  body.netstore-order-page .s-shipping-method-list {
    gap: 6px;
  }

  body.netstore-order-page .s-shipping-method__button {
    grid-template-columns: 18px 34px minmax(0, 1fr);
    min-height: 0;
    padding: 10px 11px;
    gap: 0 8px;
  }

  body.netstore-order-page .s-shipping-method__radio {
    width: 18px;
    height: 18px;
  }

  body.netstore-order-page .s-shipping-method__icon {
    width: 34px;
    height: 34px;
  }

  body.netstore-order-page .s-shipping-method__copy strong {
    font-size: 14px;
    line-height: 1.28;
  }

  body.netstore-order-page .s-shipping-method__copy small {
    font-size: 11.5px;
  }

  body.netstore-order-page .s-shipping-method__price {
    grid-column: 3;
    max-width: 100%;
    margin-top: 3px;
    padding: 3px 7px;
    font-size: 10.5px;
    line-height: 1.25;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
    margin-top: 10px;
    padding: 12px !important;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-description {
    margin-bottom: 12px;
    padding: 8px 9px;
    font-size: 11.5px;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-row {
    grid-template-columns: minmax(0, 1fr);
    padding: 5px 0;
    gap: 2px;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-cell-value {
    text-align: left;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-fields-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 349px) {
  body.netstore-order-page .s-shipping-method__button {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  body.netstore-order-page .s-shipping-method__icon {
    display: none;
  }

  body.netstore-order-page .s-shipping-method__price {
    grid-column: 2;
  }
}

/* Netstore 2.6.93.205: payment choice, summary and final action. */
body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide {
  gap: 8px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
  min-height: 0;
  padding: 11px 13px !important;
  border-color: #dce3eb;
  border-radius: var(--ns-checkout-radius-card) !important;
  box-shadow: 0 1px 2px rgba(24, 39, 58, .025);
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper:hover {
  border-color: #bdcad9;
  box-shadow: 0 3px 10px rgba(24, 39, 58, .06);
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper:focus-within {
  outline: 3px solid rgba(52, 120, 223, .2);
  outline-offset: 2px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active {
  border-color: #79a7e8 !important;
  background: #f3f7fd !important;
  box-shadow: 0 0 0 1px rgba(52, 120, 223, .12) !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-method {
  grid-template-columns: 20px 38px minmax(0, 1fr);
  gap: 10px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-checkbox-wrapper {
  width: 20px;
  min-width: 20px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-image-wrapper {
  width: 38px !important;
  min-width: 38px;
  height: 38px;
  border-radius: var(--ns-checkout-radius-small);
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-payment-name,
body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-payment-name a {
  font-size: 14.5px;
  line-height: 1.35;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-description {
  margin-top: 3px;
  color: #66758a;
  font-size: 12px;
  line-height: 1.4;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper[data-netstore-payment="9"] .wa-description {
  margin-top: 6px;
  padding: 7px 8px;
  border-left: 3px solid #d89a35;
  border-radius: var(--ns-checkout-radius-small);
  background: #fff8eb;
  color: #65491e;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper {
  padding: 16px;
  gap: 12px;
  border-color: #dce3eb;
  border-radius: var(--ns-checkout-radius-card);
  background: #fff;
  box-shadow: 0 2px 8px rgba(24, 39, 58, .04);
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section {
  order: 0;
  min-width: 0;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section .wa-visible {
  display: block;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section .wa-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  box-sizing: border-box;
  border: 1px solid #e0e6ed;
  border-radius: var(--ns-checkout-radius-control);
  background: #f8fafc;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section .wa-link:hover {
  border-color: #c8d4e2;
  background: #f3f6f9;
  color: #2f6fcf;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section .wa-hidden {
  margin-top: 9px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-comment-section .wa-textarea {
  min-height: 96px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item {
  padding: 6px 0;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .s-delivery-tariff-note {
  margin: 7px 0 2px;
  padding: 8px 10px;
  font-size: 11.5px;
  line-height: 1.4;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total {
  margin-top: 10px;
  padding: 12px;
  border: 0;
  border-radius: var(--ns-checkout-radius-control);
  background: #f1f7ef;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total .wa-name {
  font-size: 16px;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button {
  min-height: 56px;
  box-shadow: 0 4px 12px rgba(54, 122, 54, .16);
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button[data-action="calculate"] {
  border-color: #bfd0e7;
  background: #eef4fd;
  color: #2f6fcf !important;
  box-shadow: none;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button[data-action="calculate"]:hover,
body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button[data-action="calculate"]:focus {
  border-color: #9fb9dc;
  background: #e4eefb;
  color: #245da9 !important;
}

@media (max-width: 767px) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    padding: 10px !important;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-method {
    grid-template-columns: 18px 34px minmax(0, 1fr);
    gap: 8px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-checkbox-wrapper {
    width: 18px;
    min-width: 18px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-image-wrapper {
    width: 34px !important;
    min-width: 34px;
    height: 34px;
    font-size: 17px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-payment-name,
  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-payment-name a {
    font-size: 14px;
    line-height: 1.3;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-description {
    font-size: 11.5px;
    line-height: 1.4;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper[data-netstore-payment="9"] .wa-description {
    padding: 6px 7px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-flex-wrapper {
    padding: 12px;
    gap: 10px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item {
    gap: 10px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .wa-item-total {
    padding: 11px 10px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-total-section .s-delivery-tariff-note {
    padding: 7px 8px;
    font-size: 11px;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-confirm-section .wa-actions-section .wa-button {
    min-height: 54px;
  }

  body.netstore-order-page .netstore-mobile-checkout-bar__button[aria-label="Оберіть оплату"] {
    border: 1px solid #bfd0e7;
    background: #eef4fd;
    color: #2f6fcf;
  }
}

@media (max-width: 349px) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-wrapper .wa-method {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-image-wrapper {
    display: none !important;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-payment-section .wa-method-body {
    grid-column: 2;
  }
}

/* Netstore 2.6.93.206: sequential Nova Poshta and Ukrposhta location fields. */
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 14px 0 !important;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section > .wa-line,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section > .wa-line,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section > .wa-plugin-fields-wrapper {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 14px 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper > .wa-field-wrapper,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper > .wa-field,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper > .wa-line,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .wa-value,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .ukrposhta-city-control,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .ukrposhta-warehouse-control {
  grid-column: 1 / -1 !important;
  float: none !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .wa-label,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .wa-name {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section input,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section select,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section .select2-container,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper input,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper select,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .select2-container {
  width: 100% !important;
  max-width: none !important;
}

/* Netstore 2.6.93.207: unified visual language for shipping details. */
body.netstore-order-page .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
  position: relative;
  margin-top: 10px;
  padding: 14px 16px 16px !important;
  border: 1px solid #cbd9eb;
  border-top: 3px solid #79a7e8;
  border-radius: var(--ns-checkout-radius-card) !important;
  background: #f8fbff;
  box-shadow: 0 3px 12px rgba(35, 74, 124, .05);
}

body.netstore-order-page .wa-step-details-section.s-shipping-method-details[data-netstore-shipping-title]::before {
  display: block;
  margin: 0 0 10px;
  color: #253041;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  content: attr(data-netstore-shipping-title);
}

body.netstore-order-page .s-shipping-method-details .wa-details-description {
  position: relative;
  margin: 0 0 12px;
  padding: 9px 11px 9px 34px;
  border: 1px solid #e1e8f1;
  border-radius: var(--ns-checkout-radius-small);
  background: #fff;
  color: #5f6c7b;
  font-size: 12px;
  line-height: 1.45;
}

body.netstore-order-page .s-shipping-method-details .wa-details-description::before {
  position: absolute;
  top: 9px;
  left: 11px;
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: #3478df;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  content: "i";
}

body.netstore-order-page .s-shipping-method-details .wa-details-description a {
  color: #2f6fcf;
  font-weight: 700;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section {
  margin: 0 0 12px;
  padding: 8px 10px;
  border: 1px solid #e1e8f1;
  border-radius: var(--ns-checkout-radius-small);
  background: #fff;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-row {
  padding: 3px 0;
}

body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-name,
body.netstore-order-page .s-shipping-method-details .wa-details-rates-section .wa-cell-value {
  font-size: 12px;
  line-height: 1.4;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section .wa-label,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section .wa-name,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .wa-label,
body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-plugin-fields-wrapper .wa-name,
body.netstore-order-page .s-shipping-method-details--delivery .delivery-fields__label {
  margin-bottom: 6px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section input,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section select,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section .select2-selection--single,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-city-input,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-warehouse-input {
  min-height: 48px !important;
  box-sizing: border-box;
  border-color: #cbd3de !important;
  border-radius: var(--ns-checkout-radius-control) !important;
  background-color: #fff;
  color: #252f3d;
  font-size: 16px !important;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section input:focus,
body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section select:focus,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-city-input:focus,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-warehouse-input:focus {
  border-color: #3979dc !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(57, 121, 220, .14);
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-city-input:disabled,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-warehouse-input:disabled {
  border-color: #d8dee8 !important;
  background: #f3f5f8;
  color: #8a96a6;
  cursor: not-allowed;
}

body.netstore-order-page .s-shipping-method-details--nova .wa-details-fields-section > .wa-line:first-child .wa-description {
  display: none;
}

body.netstore-order-page .s-shipping-method-details--nova .np2-city-link {
  margin: 7px 5px 0 0 !important;
  padding: 4px 9px;
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  background: #fff;
  color: #2f6fcf;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-fields__intro {
  display: none !important;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-fields__field {
  margin-bottom: 12px;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-fields__field:last-child {
  margin-bottom: 0;
}

body.netstore-order-page .s-shipping-method-details--delivery .s-styled-select {
  min-height: 48px;
  border-radius: var(--ns-checkout-radius-control);
}

body.netstore-order-page .s-shipping-method-details--delivery .s-styled-select select {
  height: 48px !important;
  min-height: 48px !important;
  padding: 10px 40px 10px 12px !important;
  border: 1px solid #cbd3de !important;
  border-radius: var(--ns-checkout-radius-control) !important;
  background: #fff;
  color: #252f3d;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .s-shipping-method-details--delivery .s-styled-select select:focus {
  border-color: #3979dc !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(57, 121, 220, .14);
}

body.netstore-order-page .s-shipping-method-details--delivery .s-styled-select select:disabled {
  border-color: #d8dee8 !important;
  background: #f3f5f8;
  color: #8a96a6;
  cursor: not-allowed;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section {
  display: block !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section > .wa-line {
  margin: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .s-shipping-location-field--city {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-details-section.s-shipping-method-details {
    margin-top: 8px;
    padding: 12px !important;
  }

  body.netstore-order-page .wa-step-details-section.s-shipping-method-details[data-netstore-shipping-title]::before {
    margin-bottom: 9px;
    font-size: 14px;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-description {
    margin-bottom: 10px;
    padding: 8px 9px 8px 31px;
    font-size: 11.5px;
  }

  body.netstore-order-page .s-shipping-method-details .wa-details-description::before {
    top: 8px;
    left: 9px;
  }
}

/* Netstore 2.6.93.208: shipping plugin visual corrections. */
body.netstore-order-page .s-shipping-method-details--nova input[id^="np2_shipping_param"] {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--nova .np2-city-link {
  border-radius: 999px !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section {
  margin-top: 0 !important;
  padding-top: 16px !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .wa-details-fields-section > .s-shipping-location-field--city {
  margin-bottom: 14px !important;
}

body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-city-status:empty,
body.netstore-order-page .s-shipping-method-details--ukrposhta .ukrposhta-warehouse-status:empty {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-fields__label {
  margin-bottom: 6px !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-address-input {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  box-sizing: border-box;
  padding: 10px 12px !important;
  border: 1px solid #cbd3de !important;
  border-radius: var(--ns-checkout-radius-control) !important;
  background: #fff;
  color: #252f3d;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body.netstore-order-page .s-shipping-method-details--delivery .delivery-address-input:focus {
  border-color: #3979dc !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(57, 121, 220, .14);
}

/* Netstore 2.6.93.209: remove the duplicated Delivery service row. */
body.netstore-order-page .s-shipping-method-details--delivery .s-shipping-rate-service-row {
  display: none !important;
}

/* Netstore 2.6.93.211: let the account prompt respond to its actual column. */
body.netstore-order-page .s-order-column-form {
  container-type: inline-size;
}

@container (max-width: 680px) {
  body.netstore-order-page .netstore-order-account-prompt {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "account-icon account-content"
      "account-aside account-aside";
    align-items: start;
    gap: 12px;
  }

  body.netstore-order-page .netstore-order-account-prompt__icon {
    grid-area: account-icon;
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.netstore-order-page .netstore-order-account-prompt__content {
    grid-area: account-content;
    width: auto;
  }

  body.netstore-order-page .netstore-order-account-prompt__aside {
    grid-area: account-aside;
    width: 100%;
  }

  body.netstore-order-page .netstore-order-account-prompt__action {
    width: 100%;
  }
}

/* Netstore 2.6.93.212: clearer long-cart summary and denser desktop rows. */
body.netstore-order-page .netstore-cart-overview[hidden] {
  display: none !important;
}

body.netstore-order-page .netstore-cart-overview {
  display: flex;
  align-items: baseline;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
  color: #5e6b7d;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
}

body.netstore-order-page .netstore-cart-overview__summary {
  min-width: 0;
}

body.netstore-order-page .netstore-cart-overview__separator {
  color: #a4adba;
}

body.netstore-order-page .netstore-cart-overview__total {
  color: #397d35;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  body.netstore-order-page #js-order-cart > .s-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "cart-title cart-delete"
      "cart-overview cart-delete";
    min-height: 70px;
    row-gap: 2px;
    column-gap: 14px;
  }

  body.netstore-order-page #js-order-cart > .s-section-header > .s-header {
    grid-area: cart-title;
  }

  body.netstore-order-page #js-order-cart > .s-section-header > .netstore-cart-overview {
    grid-area: cart-overview;
  }

  body.netstore-order-page #js-order-cart > .s-section-header > .s-delete-button {
    grid-area: cart-delete;
    align-self: center;
  }

}

@media (min-width: 768px) {
  body.netstore-order-page .wa-order-cart-wrapper .wa-products .netstore-cart-product {
    padding: 10px 0;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart .wa-order-cart-wrapper .wa-products .netstore-cart-product .wa-product-body {
    gap: 6px 12px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions {
    gap: 2px 7px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .wa-action[role="button"] {
    min-height: 32px;
    padding: 0 6px;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .js-edit-product[role="button"] {
    color: #356fc6 !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-actions .js-delete-product[role="button"] {
    color: #994841 !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product .wa-quantity-cart-section .wa-section-footer {
    width: max-content !important;
    min-width: 144px;
    max-width: 210px;
  }

  body.netstore-order-page .netstore-service-summary {
    margin-top: 8px;
    padding: 7px 8px;
    gap: 8px;
  }

  body.netstore-order-page .netstore-service-summary__caption {
    font-size: 10.5px;
  }

  body.netstore-order-page .netstore-service-summary__value {
    font-size: 12px;
  }

  body.netstore-order-page .netstore-service-toggle {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 1279px) {
  body.netstore-order-page .netstore-cart-overview {
    display: none !important;
  }
}

/* Netstore 2.6.93.213: keep the logout tooltip inside the checkout viewport. */
body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link::after {
  right: 0 !important;
  left: auto !important;
  width: min(300px, calc(100vw - 40px)) !important;
  max-width: 300px !important;
  white-space: normal !important;
  transform: translateY(8px) !important;
}

body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link::before {
  right: 14px !important;
  left: auto !important;
  transform: translateY(8px) !important;
}

@media (max-width: 767px) {
  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link::after {
    right: auto !important;
    left: 0 !important;
    width: min(280px, calc(100vw - 40px)) !important;
  }

  body.netstore-order-page .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-logout-link::before {
    right: auto !important;
    left: 14px !important;
  }
}

/* Netstore 2.6.93.224: make the validation target unmistakable after checkout
   scrolls the customer to a required field. */
body.netstore-order-page .order .netstore-order-field-error input:not([type="radio"]):not([type="checkbox"]),
body.netstore-order-page .order .netstore-order-field-error select,
body.netstore-order-page .order .netstore-order-field-error textarea,
body.netstore-order-page .order .netstore-order-field-error .wa-dropdown > .wa-dropdown-toggle,
body.netstore-order-page .order .netstore-order-field-error .select2-container .select2-selection--single,
body.netstore-order-page .order input.wa-error:not([type="radio"]):not([type="checkbox"]),
body.netstore-order-page .order select.wa-error,
body.netstore-order-page .order textarea.wa-error {
  border: 2px solid #d92d20 !important;
  background-color: #fff6f5 !important;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.13) !important;
}

body.netstore-order-page .order .netstore-order-field-error .wa-label,
body.netstore-order-page .order .netstore-order-field-error .wa-name,
body.netstore-order-page .order .netstore-order-field-error > label {
  color: #7a271a !important;
}

body.netstore-order-page .order .netstore-order-field-error .wa-error-text,
body.netstore-order-page .order .netstore-order-field-error .wa-error-message,
body.netstore-order-page .order .netstore-order-validation-message {
  display: flex !important;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  margin: 7px 0 0 !important;
  color: #b42318 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

body.netstore-order-page .order .netstore-order-field-error .wa-error-text::before,
body.netstore-order-page .order .netstore-order-field-error .wa-error-message::before,
body.netstore-order-page .order .netstore-order-validation-message::before {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-radius: 50%;
  background: #d92d20;
  color: #fff;
  content: "!";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body.netstore-order-page .order .s-radio input.wa-error + span,
body.netstore-order-page .order .s-checkbox input.wa-error + span {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.13) !important;
}

body.netstore-order-page .order .netstore-order-section-error .s-shipping-method-flow,
body.netstore-order-page .order .netstore-order-section-error .wa-methods-list.wide {
  padding: 10px !important;
  border: 2px solid #d92d20 !important;
  border-radius: 8px;
  background: #fff8f7;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.1);
}

@keyframes netstore-order-error-attention {
  0% {
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
  }
  45% {
    box-shadow: 0 0 0 9px rgba(217, 45, 32, 0.24);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.13);
  }
}

body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse input:not([type="radio"]):not([type="checkbox"]),
body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse select,
body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse textarea,
body.netstore-order-page .order .netstore-order-field-error input.netstore-order-error-pulse:not([type="radio"]):not([type="checkbox"]),
body.netstore-order-page .order .netstore-order-field-error select.netstore-order-error-pulse,
body.netstore-order-page .order .netstore-order-field-error textarea.netstore-order-error-pulse,
body.netstore-order-page .order .netstore-order-error-pulse.select2-container .select2-selection--single,
body.netstore-order-page .order .netstore-order-section-error .netstore-order-error-pulse {
  animation: netstore-order-error-attention 0.78s ease-out 1;
}

@media (max-width: 767px) {
  body.netstore-order-page .order .netstore-order-field-error .wa-error-text,
  body.netstore-order-page .order .netstore-order-field-error .wa-error-message,
  body.netstore-order-page .order .netstore-order-validation-message {
    margin-top: 6px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse input,
  body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse select,
  body.netstore-order-page .order .netstore-order-field-error.netstore-order-error-pulse textarea,
  body.netstore-order-page .order .netstore-order-field-error input.netstore-order-error-pulse,
  body.netstore-order-page .order .netstore-order-field-error select.netstore-order-error-pulse,
  body.netstore-order-page .order .netstore-order-field-error textarea.netstore-order-error-pulse,
  body.netstore-order-page .order .netstore-order-error-pulse.select2-container .select2-selection--single,
  body.netstore-order-page .order .netstore-order-section-error .netstore-order-error-pulse {
    animation: none !important;
  }
}

/* Netstore 2.6.93.229: compact, accessible per-product delete action.
   Shop-Script already renders the trash SVG and keeps the native tooltip;
   the theme only removes the repeated visible label and restores a usable icon. */
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon[role="button"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  color: #994841 !important;
  line-height: 1 !important;
  cursor: pointer;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon .wa-tooltip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon .wa-icon.delete,
body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon .mi-delete {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: currentColor !important;
  line-height: 0 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon .wa-icon.delete svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon[role="button"]:hover {
  border-color: #f1c7c4 !important;
  background: #fff1f0 !important;
  color: #a52620 !important;
}

body.netstore-order-page .wa-order-cart-wrapper .netstore-cart-product
  .wa-actions .js-delete-product.netstore-cart-delete-icon[role="button"]:focus-visible {
  border-color: #c8443b !important;
  outline: 3px solid rgba(200, 68, 59, 0.22) !important;
  outline-offset: 2px !important;
  background: #fff1f0 !important;
  color: #8f1f1a !important;
}

/* Netstore 2.6.93.230: stable cart rows based on the approved visual mockup.
   The native Shop-Script controls and event handlers stay intact. */
body.netstore-order-page .wa-order-cart-wrapper .wa-products
  .netstore-cart-product:not(.repack-cart-component) {
  position: relative;
  padding: 15px 0;
}

body.netstore-order-page .s-order-page .s-order-column-cart
  .wa-order-cart-wrapper .wa-products
  .netstore-cart-product:not(.repack-cart-component) .wa-product-body {
  grid-template-columns: 76px minmax(0, 1fr) minmax(96px, auto) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "image details details"
    "image quantity price" !important;
  gap: 8px 14px !important;
  padding-right: 50px !important;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component) .wa-details-section,
body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component) .wa-details,
body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component) .wa-actions {
  position: static !important;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component)
  .wa-actions .js-delete-product.netstore-cart-delete-icon[role="button"] {
  position: absolute !important;
  top: 10px;
  right: 0;
  z-index: 3;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component) .wa-actions {
  width: auto;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component)
  .wa-actions .js-edit-product[role="button"] {
  justify-content: flex-start;
  padding-right: 4px;
  padding-left: 0;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component)
  .wa-product-body > .wa-column-price {
  align-self: center !important;
  min-width: 96px !important;
  margin-top: 0 !important;
  text-align: right !important;
}

body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component)
  .wa-quantity-cart-section .wa-section-footer {
  margin-top: 4px !important;
  color: #7a8493 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.netstore-order-page .wa-order-cart-wrapper
  .repack-cart-component .netstore-cart-delete-icon {
  display: none !important;
}

body.netstore-order-page .wa-order-cart-wrapper .wa-cart-details {
  margin-top: 2px;
  padding-top: 18px;
}

/* Netstore 2.6.93.231: keep the native delete tooltip inside the viewport.
   Shop-Script centers its text to the right of the icon by default, which can
   create horizontal scrolling at the 1200 px checkout breakpoint. */
body.netstore-order-page .wa-order-cart-wrapper
  .netstore-cart-product:not(.repack-cart-component)
  .netstore-cart-delete-icon .wa-tooltip::after {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

@media (max-width: 767px) {
  body.netstore-order-page .s-order-page .s-order-column-cart
    .wa-order-cart-wrapper .wa-products
    .netstore-cart-product:not(.repack-cart-component) .wa-product-body {
    grid-template-columns: 68px minmax(0, 1fr) minmax(84px, auto) !important;
    gap: 8px 12px !important;
    padding-right: 46px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper
    .netstore-cart-product:not(.repack-cart-component)
    .wa-actions .js-delete-product.netstore-cart-delete-icon[role="button"] {
    top: 8px;
  }
}

@media (max-width: 480px) {
  body.netstore-order-page .wa-order-cart-wrapper .wa-products
    .netstore-cart-product:not(.repack-cart-component) {
    padding: 14px 0;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart
    .wa-order-cart-wrapper .wa-products
    .netstore-cart-product:not(.repack-cart-component) .wa-product-body {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "image details"
      "image quantity"
      ". price" !important;
    gap: 8px 10px !important;
    padding-right: 0 !important;
  }

  body.netstore-order-page .s-order-page .s-order-column-cart
    .wa-order-cart-wrapper .wa-products
    .netstore-cart-product:not(.repack-cart-component)
    .wa-product-body > .wa-column-details {
    padding-right: 46px !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper
    .netstore-cart-product:not(.repack-cart-component)
    .wa-product-body > .wa-column-price {
    min-width: 0 !important;
    justify-self: end !important;
  }

  body.netstore-order-page .wa-order-cart-wrapper
    .netstore-cart-product:not(.repack-cart-component)
    .wa-quantity-cart-section .wa-section-footer {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
