: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: 1099px) {
    .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: sticky;
  top: 18px;
  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: 1099px) {
  .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-mobile-checkout-bar {
  display: none;
}

@media (max-width: 767px) {
  .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: 1099px) {
  .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: 1100px) {
  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: 1099px) {
  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;
}

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: not-allowed;
}

@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 > .wa-sku-wrapper.is-netstore-unavailable:hover {
  border-color: #e5e9ef;
  background: #f5f6f8;
}

.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: not-allowed;
}

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

.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;
  }
}
