.plm-cart-template,
.plm-checkout-template {
    background: #fbfbfa;
    color: #080808;
    overflow-x: hidden;
}

.plm-cart-template *,
.plm-checkout-template * {
    box-sizing: border-box;
}

.plm-cart-shell,
.plm-checkout-shell {
    width: min(1420px, calc(100vw - 84px));
    margin: 0 auto;
    padding: 34px 0 90px;
}

.plm-checkout-shell {
    width: min(1240px, calc(100vw - 84px));
    padding: 42px 0 90px;
}

.plm-cart-breadcrumb,
.plm-checkout-breadcrumb {
    margin-bottom: 18px;
    color: #96999e;
    font-size: 12px;
    font-weight: 700;
}

.plm-cart-intro,
.plm-checkout-intro {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.plm-cart-intro h1,
.plm-checkout-intro h1 {
    margin: 0;
    color: #080808;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 0;
}

.plm-cart-layout,
.plm-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
}

.plm-checkout-layout {
    grid-template-columns: minmax(0, 730px) minmax(340px, 360px);
    justify-content: space-between;
    column-gap: clamp(36px, 5vw, 72px);
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.plm-checkout-form,
.plm-checkout-stack,
.plm-checkout-panel,
.plm-checkout-review {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.plm-checkout-template .col2-set,
.plm-checkout-template #order_review_heading {
    float: none !important;
    width: auto !important;
}

.plm-checkout-template #order_review {
    float: none !important;
    width: 100% !important;
    clear: none !important;
}

.plm-checkout-template #customer_details,
.plm-checkout-template .plm-checkout-panel#customer_details,
.plm-checkout-template .plm-checkout-stack #customer_details {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.plm-cart-card,
.plm-cart-summary,
.plm-checkout-panel,
.plm-checkout-review,
.plm-checkout-payment-box {
    border: 1px solid #e8e8e8;
    background: #fff;
}

.plm-cart-summary,
.plm-checkout-review {
    position: sticky;
    top: 28px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .08);
}

.plm-checkout-review {
    align-self: start;
    overflow: visible;
}

.plm-cart-summary-head,
.plm-checkout-review-head {
    padding: 24px;
    background: #111;
    color: #fff;
}

.plm-cart-summary-head h2,
.plm-checkout-review-head h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
    line-height: 1.18;
}

.plm-cart-summary-head p,
.plm-checkout-review-head p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.plm-cart-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 180px;
    gap: 22px;
    padding: 22px;
    border-bottom: 1px solid #e8e8e8;
}

.plm-cart-item:last-child {
    border-bottom: 0;
}

.plm-cart-thumb {
    display: block;
    width: 110px;
    aspect-ratio: 1 / 1;
    border: 1px solid #e8e8e8;
    background:
        repeating-linear-gradient(to bottom, rgba(255,255,255,.3) 0 6px, rgba(0,0,0,.06) 7px 12px),
        #eef0f4;
    overflow: hidden;
}

.plm-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.plm-cart-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(to bottom, rgba(255,255,255,.35) 0 7px, rgba(0,0,0,.06) 8px 13px),
        #eef0f4;
}

.plm-cart-item-title {
    margin: 0 0 10px;
    color: #080808;
    font-size: 19px;
    font-weight: 950;
    line-height: 1.2;
}

.plm-cart-item-title a {
    color: inherit;
    text-decoration: none;
}

.plm-cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}

.plm-cart-meta-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0 10px;
    color: #4f555d;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.plm-cart-apo-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.plm-cart-apo-chip {
    min-height: 56px;
    border: 1px solid #e8e8e8;
    padding: 10px 12px;
    color: #111;
    font-size: 13px;
    line-height: 1.35;
}

.plm-cart-apo-chip strong {
    display: block;
    margin-bottom: 4px;
    color: #111;
    font-weight: 950;
}

.plm-cart-raw-meta dl,
.plm-cart-raw-meta dd,
.plm-cart-raw-meta dt {
    margin: 0;
}

.plm-cart-item-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    justify-content: start;
}

.plm-cart-qty {
    display: grid;
    grid-template-columns: 42px 62px 42px;
    width: 146px;
    height: 42px;
    border: 1px solid #e8e8e8;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    justify-self: end;
    align-self: end;
}

.plm-cart-qty button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    box-shadow: none;
}

.plm-cart-qty .qty,
.plm-cart-qty-static {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 40px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    border: 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 950;
    line-height: 40px;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
    appearance: textfield;
    -moz-appearance: textfield;
}

.plm-cart-qty input::-webkit-outer-spin-button,
.plm-cart-qty input::-webkit-inner-spin-button {
    margin: 0;
}

.plm-cart-line-price {
    color: #080808;
    font-size: 24px;
    font-weight: 950;
    text-align: right;
    line-height: 1.1;
    order: 1;
}

.plm-cart-item.is-updating {
    opacity: .62;
    pointer-events: none;
}

[data-plm-cart-discount] {
    order: 2;
}

.plm-cart-discount-detail {
    display: grid;
    gap: 5px;
    justify-items: end;
    margin-top: -6px;
    color: #767b83;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: right;
}

.plm-cart-discount-original {
    color: #9aa0a8;
    text-decoration: line-through;
}

.plm-cart-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ed1c24;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.plm-cart-discount-saving {
    color: #080808;
}

.plm-cart-qty {
    order: 3;
    margin-top: 4px;
    align-self: flex-end;
}

.plm-cart-icon-actions {
    order: 4;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.plm-cart-line-price del,
.plm-cart-summary-total del,
.plm-checkout-totals del {
    display: none;
}

.plm-cart-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #080808;
    padding: 0 14px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.plm-cart-delete {
    border-color: #f0c8c8;
    color: #b00020;
}

.plm-cart-icon-button {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #080808;
    text-decoration: none;
}

.plm-cart-icon-button .dashicons {
    width: 18px;
    height: 18px;
    color: currentColor;
    font-size: 18px;
    line-height: 18px;
}

.plm-cart-icon-button.plm-cart-delete {
    border-color: #f0c8c8;
    color: #b00020;
}

.plm-cart-summary-body,
.plm-checkout-totals {
    padding: 20px 24px;
}

.plm-cart-total-row,
.plm-checkout-total-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #777b82;
    font-size: 13px;
}

.plm-cart-total-row strong,
.plm-checkout-total-row strong {
    color: #000;
    text-align: right;
}

.plm-cart-coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 8px;
    margin-top: 18px;
    align-items: stretch;
}

.plm-cart-coupon input {
    width: 100%;
    height: 52px;
    min-height: 52px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 0 12px;
    line-height: 52px;
}

.plm-cart-coupon .plm-cart-ghost {
    height: 52px;
    min-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.plm-cart-summary-total {
    padding: 22px 24px 24px;
    background: #f5f5f4;
}

.plm-cart-grand-total,
.plm-checkout-grand-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    padding: 12px 0;
    border-top: 1px solid #e8e8e8;
    color: #080808;
    font-weight: 950;
}

.plm-cart-grand-total strong,
.plm-checkout-grand-total strong {
    color: #080808;
    font-size: 24px;
    line-height: 1.05;
    text-align: right;
}

.plm-cart-grand-total strong .includes_tax,
.plm-checkout-grand-total strong .includes_tax {
    display: block;
    margin-top: 4px;
    color: #555b63;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.plm-cart-cta,
.plm-checkout-template #place_order,
.plm-checkout-mobile-total button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border: 2px solid #2f8b36 !important;
    border-radius: 0 !important;
    background: #49ad4f !important;
    color: #fff !important;
    padding: 0 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
}

.plm-cart-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 12px;
    border: 2px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: none !important;
    appearance: none;
}

.plm-cart-secondary:hover,
.plm-cart-secondary:focus {
    background: #111 !important;
    color: #fff !important;
    outline: none;
}

.plm-cart-mobile-total,
.plm-checkout-mobile-total {
    display: none;
}

.plm-checkout-notices {
    display: grid;
    grid-template-columns: minmax(0, 730px) minmax(340px, 360px);
    justify-content: space-between;
    column-gap: clamp(36px, 5vw, 72px);
    row-gap: 10px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 14px;
}

.plm-checkout-notice {
    grid-column: 1;
}

.plm-checkout-native-forms {
    width: 100%;
    max-width: 1160px;
    margin: -4px auto 14px;
}

.plm-checkout-native-forms .woocommerce-form-login-toggle,
.plm-checkout-native-forms .woocommerce-form-coupon-toggle {
    display: none !important;
}

.plm-checkout-native-forms form.login,
.plm-checkout-native-forms form.checkout_coupon {
    width: 100%;
    max-width: 730px;
    margin: 0 0 12px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    background: #fff;
    padding: 18px !important;
}

.plm-checkout-notice {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 14px 16px;
    color: #4e5258;
    font-size: 13px;
    font-weight: 800;
}

.plm-checkout-notice button {
    min-height: 34px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 0 14px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 950;
    text-transform: uppercase;
}

.plm-checkout-stack {
    display: grid;
    gap: 12px;
    align-content: start;
}

.plm-checkout-stack > * {
    min-width: 0;
}

.plm-checkout-panel {
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .035);
}

.plm-checkout-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

.plm-checkout-panel-head h2 {
    margin: 0;
    color: #080808;
    font-size: 22px;
    line-height: 1.18;
}

.plm-checkout-panel-head span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid #e8e8e8;
    background: #f6f6f5;
    color: #555b63;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.plm-checkout-panel-body {
    padding: 18px 20px;
}

.plm-checkout-template .woocommerce-billing-fields,
.plm-checkout-template .woocommerce-shipping-fields,
.plm-checkout-template .woocommerce-additional-fields,
.plm-checkout-template .woocommerce-billing-fields__field-wrapper,
.plm-checkout-template .woocommerce-shipping-fields__field-wrapper {
    width: 100%;
    max-width: 100%;
}

.plm-checkout-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.plm-checkout-template .form-row {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.plm-checkout-template .plm-checkout-field {
    display: block !important;
}

.plm-checkout-template .form-row-first,
.plm-checkout-template .form-row-last {
    float: none !important;
    width: auto !important;
}

.plm-checkout-field-full,
.plm-checkout-template .form-row-wide,
.plm-checkout-template #billing_address_1_field,
.plm-checkout-template #billing_address_2_field,
.plm-checkout-template #shipping_address_1_field,
.plm-checkout-template #shipping_address_2_field {
    grid-column: 1 / -1;
}

.plm-checkout-template label {
    display: block;
    margin-bottom: 7px;
    color: #080808;
    font-size: 12px;
    font-weight: 900;
}

.plm-checkout-template input,
.plm-checkout-template select,
.plm-checkout-template textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    padding: 0 14px;
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.plm-checkout-template input:focus,
.plm-checkout-template select:focus,
.plm-checkout-template textarea:focus {
    border-color: #111;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .06);
}

.plm-checkout-template textarea {
    min-height: 96px;
    padding-top: 12px;
    resize: vertical;
}

.plm-checkout-template .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.plm-shipping-toggle {
    border: 1px solid #e8e8e8;
    background: #f7f7f6;
    padding: 14px 16px;
}

.plm-shipping-toggle .form-row {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.plm-shipping-toggle label {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.plm-shipping-toggle input[type="checkbox"],
.plm-checkout-template input[type="checkbox"],
.plm-checkout-template input[type="radio"] {
    width: 18px;
    min-width: 18px;
    min-height: 18px;
    padding: 0;
}

.plm-checkout-shipping-panel .shipping_address {
    margin-top: 12px;
}

.plm-order-notes-toggle {
    border: 1px solid #e8e8e8;
    background: #f7f7f6;
    padding: 14px 16px;
}

.plm-order-notes-toggle label {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.plm-order-notes-fields {
    margin-top: 12px;
}

.plm-checkout-review-body {
    padding: 18px 20px;
}

.plm-checkout-review-table {
    display: block;
    width: 100%;
}

.plm-checkout-review table.shop_table,
.plm-checkout-review .woocommerce-checkout-review-order-table.shop_table,
.plm-checkout-review .cart_item,
.plm-checkout-review tfoot {
    display: none !important;
}

.plm-checkout-review {
    border-color: #e8e8e8 !important;
}

.plm-checkout-product-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.plm-checkout-thumb {
    width: 54px;
    aspect-ratio: 1 / 1;
    border: 1px solid #e8e8e8;
    background:
        repeating-linear-gradient(to bottom, rgba(255,255,255,.3) 0 5px, rgba(0,0,0,.06) 6px 10px),
        #eef0f4;
    overflow: hidden;
}

.plm-checkout-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.plm-checkout-product-main strong {
    display: block;
    color: #080808;
    font-size: 13px;
    line-height: 1.25;
}

.plm-checkout-product-main {
    min-width: 0;
}

.plm-checkout-product-main span {
    color: #777b82;
    font-size: 12px;
}

.plm-checkout-apos {
    display: grid;
    gap: 5px;
    margin-top: 8px;
    color: #777b82;
    font-size: 11px;
    line-height: 1.35;
}

.plm-checkout-apos span {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.plm-checkout-apos strong {
    color: #111;
    font-weight: 900;
    white-space: nowrap;
}

.plm-checkout-money {
    grid-column: 1 / -1;
    color: #080808;
    font-weight: 950;
    white-space: nowrap;
    text-align: right;
}

.plm-checkout-edit-item {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    gap: 6px;
    min-height: 32px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #111;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.plm-checkout-edit-item .dashicons {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.plm-checkout-payment-box {
    margin: 0;
    padding: 18px 20px 24px;
    border: 0;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
}

.plm-checkout-template #payment {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
}

.plm-checkout-template #payment ul.payment_methods {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.plm-checkout-template #payment ul.payment_methods li {
    margin: 0;
    border: 0 !important;
    outline: 0 !important;
    background: #fff;
    padding: 14px 14px 16px;
    box-shadow: none !important;
}

.plm-checkout-template #payment ul.payment_methods li.wc_payment_method.payment_method_paypal,
.plm-checkout-template #payment ul.payment_methods li.wc_payment_method.plm-payment-active {
    border-color: transparent !important;
    box-shadow: none !important;
}

.plm-checkout-template #payment ul.payment_methods input[type="radio"] {
    width: 18px;
    min-height: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.plm-checkout-template #payment ul.payment_methods label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 950;
}

.plm-checkout-template #payment div.payment_box {
    margin: 12px 0 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #f5f5f4;
    color: #555b63;
    padding: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.plm-checkout-template #payment div.form-row {
    margin: 16px 0 0;
    padding: 0;
}

.plm-checkout-template #payment .place-order {
    padding: 14px 0 0 !important;
}

.plm-checkout-template .woocommerce-terms-and-conditions-wrapper {
    color: #777b82;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 18px;
}

.plm-checkout-template #payment .woocommerce-terms-and-conditions-wrapper p,
.plm-checkout-template #payment .woocommerce-terms-and-conditions-wrapper .form-row,
.plm-checkout-template #payment .woocommerce-terms-and-conditions-wrapper label,
.plm-checkout-template #payment .form-row.validate-required,
.plm-checkout-template #payment .form-row.woocommerce-validated {
    margin-bottom: 10px;
}

.plm-checkout-template #payment .woocommerce-terms-and-conditions-wrapper + .form-row,
.plm-checkout-template #payment .place-order .form-row:last-of-type {
    margin-bottom: 14px !important;
}

@media (max-width: 1180px) {
    .plm-cart-layout,
    .plm-checkout-layout {
        grid-template-columns: 1fr;
    }

    .plm-cart-summary,
    .plm-checkout-review {
        position: static;
    }

    .plm-checkout-layout {
        max-width: 760px;
        justify-content: stretch;
        column-gap: 0;
    }
}

@media (max-width: 760px) {
    .plm-cart-shell,
    .plm-checkout-shell {
        width: calc(100vw - 32px);
        padding: 28px 0 118px;
    }

    .plm-cart-shell {
        padding-bottom: 42px;
    }

    .plm-cart-intro h1,
    .plm-checkout-intro h1 {
        font-size: 30px;
    }

    .plm-cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        align-items: start;
    }

    .plm-cart-thumb {
        width: 82px;
        height: 82px;
        border: 1px solid #e8e8e8;
        background:
            repeating-linear-gradient(to bottom, rgba(255,255,255,.35) 0 7px, rgba(0,0,0,.06) 8px 13px),
            #eef0f4;
    }

    .plm-cart-item-title {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.18;
    }

    .plm-cart-item-meta {
        gap: 6px;
        margin: 8px 0;
    }

    .plm-cart-meta-pill {
        min-height: 26px;
        padding: 0 8px;
        font-size: 11px;
        line-height: 1;
    }

    .plm-cart-apo-list {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 8px;
    }

    .plm-cart-apo-chip {
        min-height: 0;
        padding: 8px 10px;
        font-size: 12px;
    }

    .plm-cart-item-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 12px;
        align-items: center;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }

    .plm-cart-line-price {
        grid-column: 1;
        grid-row: 1;
        text-align: left;
        font-size: 22px;
    }

    .plm-cart-qty {
        grid-column: 1;
        grid-row: 3;
        margin-top: 0;
        align-self: center;
        justify-self: start;
    }

    [data-plm-cart-discount] {
        grid-column: 1;
        grid-row: 2;
    }

    .plm-cart-discount-detail {
        justify-items: start;
        text-align: left;
        margin-top: -2px;
    }

    .plm-cart-icon-actions {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: center;
        justify-content: end;
        flex-direction: column;
    }

    .plm-cart-summary {
        display: block;
        margin-top: 18px;
        box-shadow: none;
    }

    .plm-checkout-notices,
    .plm-checkout-field-grid {
        grid-template-columns: 1fr;
    }

    .plm-checkout-panel-head {
        min-height: 0;
        padding: 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .plm-shipping-toggle {
        padding: 12px;
    }

    .plm-checkout-panel-body,
    .plm-checkout-review-body,
    .plm-checkout-payment-box {
        padding: 16px;
    }

    .plm-checkout-product-row {
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: start;
    }

    .plm-checkout-money {
        grid-column: 2;
        text-align: left;
    }

.plm-cart-mobile-total,
.plm-checkout-mobile-total {
    display: none !important;
}
}

.plm-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(0, 0, 0, 0.62);
}

.plm-confirm-modal[hidden] {
    display: none !important;
}

.plm-confirm-modal-content {
    position: relative;
    width: min(540px, 100%);
    padding: 42px 38px 34px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #111;
    text-align: center;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.plm-confirm-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.plm-confirm-modal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
    background: #111;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.plm-confirm-modal h3 {
    margin: 0 0 14px;
    color: #111;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
}

.plm-confirm-modal p {
    margin: 0;
    color: #5f6670;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.plm-confirm-modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.plm-confirm-modal-actions button {
    min-height: 54px;
    border: 2px solid #111;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.plm-confirm-modal-cancel {
    background: #fff;
    color: #111;
}

.plm-confirm-modal-proceed {
    background: #111;
    color: #fff;
}

@media (max-width: 640px) {
    .plm-confirm-modal-content {
        padding: 36px 22px 24px;
    }

    .plm-confirm-modal h3 {
        font-size: 25px;
    }

    .plm-confirm-modal p {
        font-size: 16px;
    }

    .plm-confirm-modal-actions {
        grid-template-columns: 1fr;
    }
}

.plm-checkout-order-pay {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .08);
}

.plm-checkout-order-pay #order_review,
.plm-checkout-order-pay form#order_review {
    float: none;
    width: 100%;
    margin: 0;
    padding: 32px;
    border: 0;
    background: #fff;
}

.plm-checkout-order-pay table.shop_table {
    margin: 0 0 28px;
    border: 0;
}

.plm-checkout-order-pay table.shop_table th,
.plm-checkout-order-pay table.shop_table td {
    padding: 16px 0;
    border-color: #e8e8e8;
    color: #111;
}

.plm-checkout-order-pay #payment {
    border: 0;
    background: transparent;
}

.plm-pay-order-addresses {
    display: grid;
    gap: 18px;
    margin: 0 0 28px;
}

.plm-pay-order-address-panel {
    border: 1px solid #e6e6e6;
    background: #fff;
}

.plm-pay-order-address-panel h3 {
    margin: 0;
    padding: 18px 22px;
    border-bottom: 1px solid #e6e6e6;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .04em;
}

.plm-pay-order-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    padding: 22px;
}

.plm-pay-order-address-grid .form-row {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.plm-pay-order-address-grid .plm-pay-order-field-full {
    grid-column: 1 / -1;
}

.plm-pay-order-address-grid label {
    margin: 0 0 7px;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
}

.plm-pay-order-address-grid input,
.plm-pay-order-address-grid select,
.plm-pay-order-address-grid textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 650;
    box-shadow: none;
}

.plm-pay-order-address-grid input:focus,
.plm-pay-order-address-grid select:focus,
.plm-pay-order-address-grid textarea:focus {
    border-color: #111;
    outline: none;
    box-shadow: inset 4px 0 0 #43ad4f;
}

.plm-checkout-order-pay #payment ul.payment_methods {
    padding: 0;
    border: 0;
}

.plm-checkout-order-pay #payment div.form-row {
    padding: 0;
}

.plm-checkout-order-pay #payment #place_order {
    width: 100%;
    min-height: 58px;
    margin-top: 18px;
    border: 0;
    border-radius: 0;
    background: #43ad4f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .plm-checkout-order-pay {
        margin-bottom: 36px;
    }

    .plm-checkout-order-pay #order_review,
    .plm-checkout-order-pay form#order_review {
        padding: 22px;
    }

    .plm-pay-order-address-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .plm-pay-order-address-panel h3 {
        padding: 16px 18px;
        font-size: 18px;
    }
}
