:root {
    --pcs-primary: #5c2de0;
    --pcs-secondary: #9735f5;
    --pcs-accent: #3f2bc7;
    --pcs-bg: #f8f7ff;
    --pcs-text: #172033;
    --pcs-muted: #697386;
    --pcs-width: 1180px;
    --pcs-radius: 14px;
    --pcs-border: #e5e7ef;
    --pcs-shadow: 0 12px 38px rgba(35, 24, 86, .10);
}

.pcs-premium-checkout-page .entry-header,
.pcs-premium-checkout-page .page-header,
.pcs-premium-checkout-page .woocommerce-breadcrumb {
    display: none !important;
}

.pcs-premium-checkout-page .site-main,
.pcs-premium-checkout-page .entry-content,
.pcs-premium-checkout-page .wp-site-blocks {
    max-width: none !important;
    width: 100% !important;
}

.pcs-checkout-shell,
.pcs-login-shell {
    box-sizing: border-box;
    color: var(--pcs-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pcs-checkout-shell *,
.pcs-login-shell * {
    box-sizing: border-box;
}

.pcs-checkout-shell {
    background:
        radial-gradient(circle at 10% 0%, rgba(151, 53, 245, .08), transparent 27%),
        radial-gradient(circle at 93% 8%, rgba(92, 45, 224, .08), transparent 25%),
        var(--pcs-bg);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 72vh;
    padding: 44px 20px 64px;
}

.pcs-checkout-frame {
    background: #fff;
    border: 1px solid rgba(92, 45, 224, .08);
    border-radius: calc(var(--pcs-radius) + 4px);
    box-shadow: var(--pcs-shadow);
    margin: 0 auto;
    max-width: var(--pcs-width);
    overflow: hidden;
    padding: 0 26px 26px;
    position: relative;
}

.pcs-checkout-frame::before {
    background: linear-gradient(90deg, var(--pcs-primary), var(--pcs-secondary));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pcs-checkout-header {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px 4px 18px;
}

.pcs-eyebrow {
    color: var(--pcs-primary);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.pcs-checkout-header h1,
.pcs-login-brand h2 {
    color: var(--pcs-text);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0;
}

.pcs-header-lock {
    align-items: center;
    background: #f2efff;
    border: 1px solid #e2dcff;
    border-radius: 999px;
    color: var(--pcs-primary);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    padding: 9px 13px;
    white-space: nowrap;
}

.pcs-header-lock svg,
.pcs-step-label svg,
.pcs-trust-icon svg,
.pcs-login-brand > svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pcs-header-lock svg {
    height: 16px;
    width: 16px;
}

.pcs-stepper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 5px auto 30px;
    max-width: 830px;
    position: relative;
}

.pcs-stepper::before {
    background: #dfe2eb;
    content: "";
    height: 2px;
    left: 12.5%;
    position: absolute;
    right: 12.5%;
    top: 19px;
}

.pcs-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.pcs-step-circle {
    align-items: center;
    background: #fff;
    border: 2px solid #d9deea;
    border-radius: 50%;
    color: #4f586b;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    transition: .2s ease;
    width: 40px;
}

.pcs-step.is-active .pcs-step-circle {
    background: linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(92, 45, 224, .28);
    color: #fff;
}

.pcs-step.is-complete .pcs-step-circle {
    background: #f0edff;
    border-color: var(--pcs-primary);
    color: var(--pcs-primary);
}

.pcs-step-label {
    align-items: center;
    color: #5f6676;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    margin-top: 8px;
}

.pcs-step-label svg {
    height: 14px;
    width: 14px;
}

.pcs-step.is-active .pcs-step-label,
.pcs-step.is-complete .pcs-step-label {
    color: var(--pcs-primary);
}

.pcs-checkout-content .woocommerce {
    margin: 0;
}

.pcs-checkout-content .woocommerce-notices-wrapper:not(:empty),
.pcs-checkout-content .woocommerce-error,
.pcs-checkout-content .woocommerce-info,
.pcs-checkout-content .woocommerce-message {
    border: 1px solid #ddd7ff;
    border-left: 4px solid var(--pcs-primary);
    border-radius: 10px;
    box-shadow: none;
    color: var(--pcs-text);
    margin: 0 0 18px;
    padding: 15px 18px 15px 48px;
}

.pcs-checkout-content .woocommerce-info {
    background: #f8f6ff;
}

.pcs-checkout-content .woocommerce-error {
    background: #fff7f8;
    border-color: #f1d5db;
    border-left-color: #d63638;
}

.pcs-checkout-content .showlogin,
.pcs-checkout-content .showcoupon {
    color: var(--pcs-primary);
    font-weight: 700;
}

.pcs-checkout-content form.login,
.pcs-checkout-content form.checkout_coupon {
    background: #fbfaff;
    border: 1px solid #e7e2fa;
    border-radius: var(--pcs-radius);
    margin: -4px 0 20px;
    padding: 20px;
}

.pcs-hide-login .woocommerce-form-login-toggle,
.pcs-hide-login form.login {
    display: none !important;
}

.pcs-checkout-content form.woocommerce-checkout {
    align-items: start;
    display: grid;
    gap: 12px 18px;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .88fr);
    margin-top: 0;
}

.pcs-checkout-content #customer_details {
    border: 1px solid var(--pcs-border);
    border-radius: var(--pcs-radius);
    grid-column: 1;
    grid-row: 1 / span 4;
    overflow: hidden;
    padding: 20px 20px 8px;
}

.pcs-checkout-content #customer_details::before {
    color: var(--pcs-primary);
    content: "Billing Details";
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 18px;
    padding-left: 28px;
    position: relative;
}

.pcs-checkout-content #customer_details::after {
    border: 2px solid var(--pcs-primary);
    border-radius: 5px;
    content: "";
    height: 12px;
    left: 22px;
    position: absolute;
    top: 24px;
    width: 12px;
}

.pcs-checkout-content #customer_details {
    position: relative;
}

.pcs-checkout-content .col2-set,
.pcs-checkout-content .col2-set .col-1,
.pcs-checkout-content .col2-set .col-2 {
    float: none;
    width: 100%;
}

.pcs-checkout-content .woocommerce-billing-fields > h3 {
    display: none;
}

.pcs-checkout-content .woocommerce-shipping-fields h3,
.pcs-checkout-content .woocommerce-additional-fields h3 {
    color: var(--pcs-primary);
    font-size: 16px;
    font-weight: 800;
    margin: 14px 0;
}

.pcs-checkout-content .woocommerce-billing-fields__field-wrapper,
.pcs-checkout-content .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
}

.pcs-checkout-content .form-row {
    margin: 0 0 14px;
    padding: 0;
    width: 100%;
}

.pcs-checkout-content .form-row-first,
.pcs-checkout-content .form-row-last {
    float: none;
    width: calc(50% - 7px);
}

.pcs-checkout-content .form-row label {
    color: #333a49;
    display: block;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
    margin: 0 0 6px;
}

.pcs-checkout-content .required {
    color: #e03d52;
}

.pcs-checkout-content input.input-text,
.pcs-checkout-content textarea,
.pcs-checkout-content select,
.pcs-login-shell input.input-text,
.pcs-login-shell input[type="text"],
.pcs-login-shell input[type="password"],
.pcs-login-shell input[type="email"] {
    background: #fff;
    border: 1px solid #dce0ea;
    border-radius: 7px;
    box-shadow: none;
    color: var(--pcs-text);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    min-height: 42px;
    outline: none;
    padding: 10px 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.pcs-checkout-content textarea {
    min-height: 92px;
    resize: vertical;
}

.pcs-checkout-content input.input-text:focus,
.pcs-checkout-content textarea:focus,
.pcs-checkout-content select:focus,
.pcs-login-shell input:focus {
    border-color: var(--pcs-primary);
    box-shadow: 0 0 0 3px rgba(92, 45, 224, .11);
}

.pcs-checkout-content .select2-container .select2-selection--single {
    border: 1px solid #dce0ea;
    border-radius: 7px;
    height: 42px;
}

.pcs-checkout-content .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--pcs-text);
    font-size: 13px;
    line-height: 40px;
    padding-left: 12px;
}

.pcs-checkout-content .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.pcs-checkout-content #order_review_heading,
.pcs-checkout-content #order_review {
    float: none;
    width: 100%;
}

.pcs-checkout-content #order_review_heading {
    background: #fff;
    border: 1px solid var(--pcs-border);
    border-bottom: 0;
    border-radius: var(--pcs-radius) var(--pcs-radius) 0 0;
    color: var(--pcs-primary);
    font-size: 17px;
    font-weight: 800;
    grid-column: 2;
    margin: 0;
    padding: 18px 18px 9px 46px;
    position: relative;
}

.pcs-checkout-content #order_review_heading::before {
    border: 2px solid var(--pcs-primary);
    border-radius: 2px;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: 19px;
    width: 15px;
}

.pcs-checkout-content #order_review_heading::after {
    background: var(--pcs-primary);
    border-radius: 50%;
    box-shadow: 9px 0 0 var(--pcs-primary);
    content: "";
    height: 3px;
    left: 23px;
    position: absolute;
    top: 35px;
    width: 3px;
}

.pcs-checkout-content #order_review {
    grid-column: 2;
}

.pcs-checkout-content table.shop_table {
    background: #fff;
    border: 1px solid var(--pcs-border);
    border-radius: 0 0 var(--pcs-radius) var(--pcs-radius);
    border-spacing: 0;
    box-shadow: none;
    margin: 0 0 12px;
    overflow: hidden;
}

.pcs-checkout-content table.shop_table th,
.pcs-checkout-content table.shop_table td {
    border-color: #edf0f5;
    color: var(--pcs-text);
    font-size: 12px;
    padding: 12px 14px;
}

.pcs-checkout-content table.shop_table thead th {
    background: #fbfbfe;
    color: #3c4351;
    font-size: 11px;
    text-transform: uppercase;
}

.pcs-checkout-content table.shop_table .product-name {
    font-weight: 650;
}

.pcs-checkout-content table.shop_table .cart-subtotal th,
.pcs-checkout-content table.shop_table .order-total th {
    font-weight: 800;
}

.pcs-checkout-content table.shop_table .order-total strong,
.pcs-checkout-content table.shop_table .order-total .amount {
    color: var(--pcs-primary);
    font-size: 17px;
    font-weight: 850;
}

.pcs-checkout-content #payment {
    background: #fff;
    border: 1px solid var(--pcs-border);
    border-radius: var(--pcs-radius);
    box-shadow: none;
    margin: 0;
    overflow: hidden;
}

.pcs-checkout-content #payment::before {
    color: var(--pcs-primary);
    content: "Payment Method";
    display: block;
    font-size: 16px;
    font-weight: 800;
    padding: 16px 16px 9px;
}

.pcs-checkout-content #payment ul.payment_methods {
    border: 0;
    margin: 0;
    padding: 0 16px;
}

.pcs-checkout-content #payment ul.payment_methods li {
    border-bottom: 1px solid #edf0f5;
    line-height: 1.4;
    margin: 0;
    padding: 12px 0;
}

.pcs-checkout-content #payment ul.payment_methods li:last-child {
    border-bottom: 0;
}

.pcs-checkout-content #payment ul.payment_methods li > input[type="radio"] {
    accent-color: var(--pcs-primary);
    margin-right: 7px;
}

.pcs-checkout-content #payment ul.payment_methods li label {
    color: var(--pcs-text);
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
}

.pcs-checkout-content #payment ul.payment_methods li img {
    max-height: 24px;
    width: auto;
}

.pcs-checkout-content #payment div.payment_box {
    background: #f7f5ff;
    border-radius: 8px;
    color: var(--pcs-muted);
    font-size: 12px;
    margin: 10px 0 0;
    padding: 12px;
}

.pcs-checkout-content #payment div.payment_box::before {
    border-bottom-color: #f7f5ff;
}

.pcs-checkout-content #payment .place-order {
    margin: 0;
    padding: 14px 16px 12px;
}

.pcs-checkout-content #payment .woocommerce-privacy-policy-text,
.pcs-checkout-content #payment .woocommerce-terms-and-conditions-wrapper {
    color: var(--pcs-muted);
    font-size: 11px;
    line-height: 1.55;
}

.pcs-checkout-content #payment #place_order,
.pcs-checkout-content button.button,
.pcs-checkout-content a.button,
.pcs-login-shell button.button,
.pcs-login-shell .woocommerce-button {
    background: linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    border: 0;
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(92, 45, 224, .22);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    min-height: 44px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.pcs-checkout-content #payment #place_order {
    float: none;
    width: 100%;
}

.pcs-checkout-content #payment #place_order::before {
    content: "🔒 ";
    font-size: 12px;
}

.pcs-checkout-content #payment #place_order:hover,
.pcs-checkout-content button.button:hover,
.pcs-login-shell button.button:hover,
.pcs-login-shell .woocommerce-button:hover {
    box-shadow: 0 12px 24px rgba(92, 45, 224, .28);
    color: #fff;
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.pcs-checkout-content #payment #place_order:disabled {
    cursor: wait;
    filter: grayscale(.25);
    opacity: .65;
    transform: none;
}

.pcs-trust-row {
    align-items: center;
    border-top: 1px solid #eef0f5;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    padding: 20px 3.5% 2px;
}

.pcs-trust-item {
    align-items: center;
    display: flex;
    gap: 11px;
    justify-content: center;
}

.pcs-trust-icon {
    align-items: center;
    background: #f0edff;
    border-radius: 50%;
    color: var(--pcs-primary);
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.pcs-trust-item:first-child .pcs-trust-icon {
    background: #e9f8ee;
    color: #16944b;
}

.pcs-trust-icon svg {
    height: 21px;
    width: 21px;
}

.pcs-trust-item strong,
.pcs-trust-item small {
    display: block;
}

.pcs-trust-item strong {
    color: #353b49;
    font-size: 12px;
    font-weight: 750;
}

.pcs-trust-item small {
    color: var(--pcs-muted);
    font-size: 11px;
    margin-top: 2px;
}

.pcs-checkout-content .woocommerce-order {
    background: #fff;
    border: 1px solid var(--pcs-border);
    border-radius: var(--pcs-radius);
    padding: 24px;
}

.pcs-checkout-content .woocommerce-order .woocommerce-notice--success {
    color: var(--pcs-primary);
    font-size: 20px;
    font-weight: 800;
}

.pcs-checkout-content ul.woocommerce-order-overview {
    background: #f7f5ff;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin: 18px 0;
    padding: 18px;
}

.pcs-checkout-content ul.woocommerce-order-overview li {
    border-right-color: #ddd7f3;
    color: var(--pcs-muted);
    font-size: 10px;
}

.pcs-checkout-content ul.woocommerce-order-overview strong {
    color: var(--pcs-text);
    font-size: 13px;
    margin-top: 4px;
}

.pcs-login-shell {
    background: #fff;
    border: 1px solid #e3def7;
    border-radius: calc(var(--pcs-radius) + 4px);
    box-shadow: var(--pcs-shadow);
    margin: 32px auto;
    max-width: 930px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.pcs-login-shell::before {
    background: linear-gradient(90deg, var(--pcs-primary), var(--pcs-secondary));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pcs-login-brand {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.pcs-login-brand > svg {
    background: #f0edff;
    border-radius: 14px;
    color: var(--pcs-primary);
    height: 54px;
    padding: 13px;
    width: 54px;
}

.pcs-login-shell .u-columns {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}

.pcs-login-shell .u-column1,
.pcs-login-shell .u-column2 {
    border: 1px solid var(--pcs-border);
    border-radius: var(--pcs-radius);
    float: none;
    padding: 20px;
    width: 100%;
}

.pcs-login-shell h2 {
    color: var(--pcs-primary);
    font-size: 18px;
    margin: 0 0 16px;
}

.pcs-login-shell .form-row {
    margin: 0 0 14px;
}

.pcs-login-shell label {
    color: #343b49;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.pcs-login-shell .woocommerce-form-login__rememberme {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin: 0 10px 0 0;
}

@media (max-width: 900px) {
    .pcs-checkout-content form.woocommerce-checkout {
        grid-template-columns: 1fr;
    }

    .pcs-checkout-content #customer_details,
    .pcs-checkout-content #order_review_heading,
    .pcs-checkout-content #order_review {
        grid-column: 1;
        grid-row: auto;
    }

    .pcs-checkout-content #order_review_heading {
        margin-top: 4px;
    }

    .pcs-trust-row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 680px) {
    .pcs-checkout-shell {
        padding: 18px 10px 34px;
    }

    .pcs-checkout-frame {
        border-radius: 13px;
        padding: 0 13px 16px;
    }

    .pcs-checkout-header {
        align-items: flex-start;
        padding-top: 22px;
    }

    .pcs-header-lock span {
        display: none;
    }

    .pcs-header-lock {
        padding: 9px;
    }

    .pcs-stepper {
        margin-bottom: 22px;
    }

    .pcs-step-label {
        font-size: 10px;
    }

    .pcs-step-label svg {
        display: none;
    }

    .pcs-step-circle {
        height: 34px;
        width: 34px;
    }

    .pcs-stepper::before {
        top: 16px;
    }

    .pcs-checkout-content #customer_details {
        padding: 17px 14px 5px;
    }

    .pcs-checkout-content #customer_details::after {
        left: 16px;
        top: 21px;
    }

    .pcs-checkout-content #customer_details::before {
        padding-left: 25px;
    }

    .pcs-checkout-content .form-row-first,
    .pcs-checkout-content .form-row-last {
        width: 100%;
    }

    .pcs-trust-row {
        grid-template-columns: 1fr;
    }

    .pcs-trust-item {
        justify-content: flex-start;
        padding-left: 12%;
    }

    .pcs-checkout-content ul.woocommerce-order-overview {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcs-login-shell {
        margin: 18px 10px;
        padding: 20px 14px;
    }

    .pcs-login-shell .u-columns {
        grid-template-columns: 1fr;
    }
}


/* Premium Login & Register v1.1.0 */
.pcs-premium-auth-page .entry-header,
.pcs-premium-auth-page .page-header,
.pcs-premium-auth-page .woocommerce-breadcrumb {
    display: none !important;
}

.pcs-premium-auth-page .site-main,
.pcs-premium-auth-page .entry-content,
.pcs-premium-auth-page .wp-site-blocks {
    max-width: none !important;
    width: 100% !important;
}

.pcs-auth-shell,
.pcs-auth-shell * {
    box-sizing: border-box;
}

.pcs-auth-shell {
    background:
        radial-gradient(circle at 2% 5%, rgba(92, 45, 224, .08) 0 2px, transparent 3px) 0 0/15px 15px no-repeat,
        radial-gradient(circle at 98% 93%, rgba(151, 53, 245, .10) 0 2px, transparent 3px) 100% 100%/15px 15px no-repeat,
        radial-gradient(circle at 100% 0%, rgba(116, 83, 243, .08), transparent 22%),
        linear-gradient(180deg, #fbfaff 0%, #ffffff 52%, #faf9ff 100%);
    color: #172033;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 78vh;
    overflow: hidden;
    padding: 28px max(18px, calc((100vw - 1480px)/2)) 0;
}

.pcs-auth-heading {
    margin: 0 auto 32px;
    text-align: center;
}

.pcs-auth-heading h1 {
    color: #111827;
    font-size: clamp(30px, 3.35vw, 50px);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.08;
    margin: 0 0 12px;
}

.pcs-auth-heading h1 span {
    background: linear-gradient(110deg, #3159df 0%, var(--pcs-secondary) 85%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pcs-auth-heading p {
    align-items: center;
    color: #66708b;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(13px, 1.4vw, 18px);
    gap: 15px;
    justify-content: center;
    margin: 0;
}

.pcs-auth-heading p i {
    background: #7658ec;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    width: 5px;
}

.pcs-auth-notices {
    margin: 0 auto 18px;
    max-width: 1440px;
}

.pcs-auth-notices:empty {
    display: none;
}

.pcs-auth-notices .woocommerce-error,
.pcs-auth-notices .woocommerce-message,
.pcs-auth-notices .woocommerce-info {
    background: #fff;
    border: 1px solid #e4defc;
    border-left: 4px solid var(--pcs-primary);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(44, 31, 90, .08);
    color: #283044;
    margin: 0;
    padding: 15px 18px 15px 48px;
}

.pcs-auth-notices .woocommerce-error {
    border-left-color: #d63638;
}

.pcs-auth-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1440px;
}

.pcs-auth-card {
    background: #fff;
    border: 1px solid rgba(48, 40, 103, .08);
    border-radius: 14px;
    box-shadow: 0 15px 48px rgba(34, 27, 77, .11);
    display: grid;
    grid-template-columns: minmax(190px, 36%) minmax(0, 64%);
    min-height: 638px;
    overflow: hidden;
}

.pcs-auth-visual {
    align-items: center;
    background:
        radial-gradient(circle at 5% 53%, rgba(255,255,255,.08) 0 52px, transparent 53px),
        radial-gradient(circle at 78% 82%, rgba(255,255,255,.07) 0 80px, transparent 81px),
        linear-gradient(155deg, #7b5ff4 0%, #603cde 52%, #4c33d1 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 70px 24px 30px;
    position: relative;
    text-align: center;
}

.pcs-auth-visual::before,
.pcs-auth-visual::after {
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    content: "";
    height: 175px;
    position: absolute;
    right: -75px;
    top: 188px;
    width: 175px;
}

.pcs-auth-visual::after {
    height: 115px;
    left: -55px;
    right: auto;
    top: 255px;
    width: 115px;
}

.pcs-auth-orb {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 9px 25px rgba(31, 19, 94, .18);
    color: #5540e1;
    display: flex;
    height: 66px;
    justify-content: center;
    margin-bottom: 19px;
    position: relative;
    width: 66px;
    z-index: 2;
}

.pcs-auth-orb svg {
    fill: none;
    height: 30px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 30px;
}

.pcs-auth-visual h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
    position: relative;
    z-index: 2;
}

.pcs-auth-visual > p {
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 180px;
    position: relative;
    z-index: 2;
}

.pcs-auth-art {
    margin-top: auto;
    position: relative;
    width: min(235px, 115%);
    z-index: 2;
}

.pcs-auth-art svg {
    display: block;
    height: auto;
    overflow: visible;
    width: 100%;
}

.pcs-auth-art .art-shield,
.pcs-auth-art .art-lock-body,
.pcs-auth-art .art-card,
.pcs-auth-art .art-gift {
    filter: drop-shadow(0 13px 16px rgba(31, 16, 99, .24));
    stroke: rgba(255,255,255,.55);
    stroke-width: 2;
}

.pcs-auth-art .art-check,
.pcs-auth-art .art-lock-loop,
.pcs-auth-art .art-key-line,
.pcs-auth-art .art-status-check,
.pcs-auth-art .art-avatar-body,
.pcs-auth-art .art-line,
.pcs-auth-art .art-gift-bow {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 8;
}

.pcs-auth-art .art-lock-body,
.pcs-auth-art .art-card,
.pcs-auth-art .art-gift {
    fill: #d9d0ff;
}

.pcs-auth-art .art-lock-loop,
.pcs-auth-art .art-key-line,
.pcs-auth-art .art-avatar-body,
.pcs-auth-art .art-line,
.pcs-auth-art .art-gift-bow {
    stroke: #7255e7;
    stroke-width: 7;
}

.pcs-auth-art .art-key,
.pcs-auth-art .art-avatar {
    fill: #795de9;
    stroke: #9c86f5;
    stroke-width: 5;
}

.pcs-auth-art .art-status {
    fill: #57d98a;
    filter: drop-shadow(0 8px 12px rgba(29, 111, 66, .25));
}

.pcs-auth-art .art-status-check {
    stroke-width: 6;
}

.pcs-auth-art .art-leaf {
    fill: #55cb80;
    opacity: .9;
}

.pcs-auth-art .art-leaf-two {
    fill: #40aa77;
}

.pcs-auth-form-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 54px 42px 30px;
}

.pcs-auth-form-heading h2 {
    color: #3e2cc5;
    font-size: clamp(20px, 1.55vw, 26px);
    font-weight: 820;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 9px;
}

.pcs-auth-form-heading p {
    color: #798198;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 30px;
}

.pcs-auth-form,
.pcs-auth-form p {
    margin-top: 0;
}

.pcs-auth-field {
    margin: 0 0 18px !important;
}

.pcs-auth-field-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcs-auth-field label {
    color: #242b3c;
    display: block;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    margin: 0 0 7px;
}

.pcs-auth-field .required {
    color: #e23a50;
}

.pcs-auth-input-wrap {
    display: block;
    position: relative;
}

.pcs-auth-input-icon {
    color: #9097aa;
    display: flex;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.pcs-auth-input-icon svg,
.pcs-password-toggle svg {
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 17px;
}

.pcs-auth-shell .pcs-auth-form input.input-text,
.pcs-auth-shell .pcs-auth-form input[type="text"],
.pcs-auth-shell .pcs-auth-form input[type="email"],
.pcs-auth-shell .pcs-auth-form input[type="password"] {
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 7px;
    box-shadow: none;
    color: #202637;
    font-family: inherit;
    font-size: 13px;
    height: 48px;
    line-height: 1.3;
    margin: 0;
    outline: none;
    padding: 12px 42px;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.pcs-auth-shell .pcs-auth-form input.input-text:focus,
.pcs-auth-shell .pcs-auth-form input[type="text"]:focus,
.pcs-auth-shell .pcs-auth-form input[type="email"]:focus,
.pcs-auth-shell .pcs-auth-form input[type="password"]:focus {
    border-color: #7250e7;
    box-shadow: 0 0 0 3px rgba(92,45,224,.11);
}

.pcs-password-toggle {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #8a91a3 !important;
    cursor: pointer;
    display: flex;
    height: 34px !important;
    justify-content: center;
    min-height: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 34px;
    z-index: 3;
}

.pcs-password-toggle:hover,
.pcs-password-toggle:focus {
    background: #f3f0ff !important;
    color: var(--pcs-primary) !important;
}

.pcs-password-toggle .pcs-eye-closed {
    display: none;
}

.pcs-password-toggle[aria-pressed="true"] .pcs-eye-open {
    display: none;
}

.pcs-password-toggle[aria-pressed="true"] .pcs-eye-closed {
    display: block;
}

.pcs-auth-options {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 15px;
    justify-content: space-between;
    margin: 5px 0 25px;
}

.pcs-auth-options a,
.pcs-auth-terms a,
.pcs-auth-switch a {
    color: #5b31e1;
    font-weight: 650;
    text-decoration: none;
}

.pcs-auth-options a:hover,
.pcs-auth-terms a:hover,
.pcs-auth-switch a:hover {
    text-decoration: underline;
}

.pcs-auth-check {
    align-items: flex-start;
    color: #303646;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    gap: 8px;
    line-height: 1.55;
    margin: 0 !important;
}

.pcs-auth-check input[type="checkbox"] {
    accent-color: var(--pcs-primary);
    flex: 0 0 auto;
    height: 15px;
    margin: 2px 0 0;
    width: 15px;
}

.pcs-auth-submit,
.pcs-auth-primary-button {
    align-items: center !important;
    background: linear-gradient(100deg, #4f2fd1 0%, #8c38ee 100%) !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: 0 9px 20px rgba(92,45,224,.22) !important;
    color: #fff !important;
    cursor: pointer;
    display: flex !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    gap: 10px;
    height: 48px;
    justify-content: center;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    text-align: center;
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    width: 100%;
}

.pcs-auth-submit svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 19px;
}

.pcs-auth-submit:hover,
.pcs-auth-submit:focus,
.pcs-auth-primary-button:hover,
.pcs-auth-primary-button:focus {
    box-shadow: 0 13px 27px rgba(92,45,224,.29) !important;
    color: #fff !important;
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.pcs-auth-terms {
    margin: 2px 0 18px !important;
}

.pcs-auth-divider {
    align-items: center;
    color: #70778b;
    display: flex;
    font-size: 12px;
    gap: 12px;
    margin: 25px 0 16px;
}

.pcs-auth-divider::before,
.pcs-auth-divider::after {
    background: #e2e4eb;
    content: "";
    flex: 1;
    height: 1px;
}

.pcs-auth-divider span {
    align-items: center;
    border: 1px solid #e2e4eb;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.pcs-google-login,
.pcs-google-login > div {
    width: 100%;
}

.pcs-google-login a,
.pcs-google-login button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dfe1e8 !important;
    border-radius: 7px !important;
    box-shadow: 0 4px 12px rgba(37,41,62,.05) !important;
    color: #283044 !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 10px 15px !important;
    text-decoration: none !important;
    width: 100% !important;
}

.pcs-auth-switch {
    color: #555d72;
    font-size: 13px;
    margin: auto 0 0;
    padding-top: 24px;
    text-align: center;
}

.pcs-auth-features {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 38px auto 28px;
    max-width: 1320px;
}

.pcs-auth-feature {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.pcs-auth-feature > span {
    align-items: center;
    background: #f0edff;
    border: 1px solid #e5defe;
    border-radius: 50%;
    color: #4d33d4;
    display: flex;
    flex: 0 0 68px;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.pcs-auth-feature svg,
.pcs-auth-footer svg {
    fill: none;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 28px;
}

.pcs-auth-feature strong,
.pcs-auth-feature small {
    display: block;
}

.pcs-auth-feature strong {
    color: #2d3447;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 6px;
}

.pcs-auth-feature small {
    color: #777f94;
    font-size: 12px;
    line-height: 1.55;
}

.pcs-auth-footer {
    align-items: center;
    background: rgba(242,239,255,.78);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-left: min(-18px, calc((100vw - 1480px)/-2));
    margin-right: min(-18px, calc((100vw - 1480px)/-2));
    padding: 22px max(18px, calc((100vw - 1320px)/2));
}

.pcs-auth-footer p {
    align-items: center;
    color: #6b6f87;
    display: flex;
    font-size: 12px;
    gap: 10px;
    margin: 0;
}

.pcs-auth-footer p svg {
    color: #5d3fe0;
    height: 19px;
    width: 19px;
}

.pcs-payment-marks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.pcs-payment-marks b {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe1e8;
    border-radius: 4px;
    color: #294592;
    display: inline-flex;
    font-size: 10px;
    font-style: normal;
    gap: 4px;
    min-height: 25px;
    padding: 4px 8px;
}

.pcs-payment-marks b:last-child {
    color: #62697c;
}

.pcs-payment-marks svg {
    height: 13px;
    width: 13px;
}

.pcs-auth-logged-in {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.pcs-auth-success-card {
    background: #fff;
    border: 1px solid #e4defc;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(34,27,77,.12);
    max-width: 620px;
    padding: 52px 42px;
    text-align: center;
}

.pcs-auth-success-icon {
    align-items: center;
    background: linear-gradient(135deg, #5c2de0, #9735f5);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 auto 22px;
    width: 72px;
}

.pcs-auth-success-icon svg {
    fill: none;
    height: 35px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 35px;
}

.pcs-auth-success-card h2 {
    color: #292044;
    font-size: 30px;
    margin: 6px 0 12px;
}

.pcs-auth-success-card p {
    color: #73798b;
    line-height: 1.65;
    margin: 0 0 25px;
}

.pcs-auth-success-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.pcs-auth-secondary-button {
    align-items: center;
    border: 1px solid #d8d2f2;
    border-radius: 7px;
    color: #5137cf;
    display: flex;
    font-weight: 750;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none;
}

@media (max-width: 1250px) {
    .pcs-auth-grid {
        grid-template-columns: 1fr;
        max-width: 880px;
    }

    .pcs-auth-card {
        grid-template-columns: minmax(220px, 34%) minmax(0, 66%);
        min-height: 610px;
    }
}

@media (max-width: 920px) {
    .pcs-auth-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 700px;
    }

    .pcs-auth-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .pcs-payment-marks {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .pcs-auth-shell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pcs-auth-heading {
        margin-bottom: 22px;
    }

    .pcs-auth-heading p {
        gap: 8px;
    }

    .pcs-auth-grid {
        gap: 22px;
    }

    .pcs-auth-card {
        display: block;
        min-height: 0;
    }

    .pcs-auth-visual {
        min-height: 330px;
        padding: 34px 20px 12px;
    }

    .pcs-auth-visual > p {
        max-width: 240px;
    }

    .pcs-auth-art {
        margin-top: 10px;
        max-width: 205px;
    }

    .pcs-auth-form-panel {
        padding: 30px 20px 25px;
    }

    .pcs-auth-form-heading p {
        margin-bottom: 22px;
    }

    .pcs-auth-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pcs-auth-features {
        grid-template-columns: 1fr;
        margin: 28px auto;
        max-width: 370px;
    }

    .pcs-auth-feature > span {
        flex-basis: 56px;
        height: 56px;
        width: 56px;
    }

    .pcs-auth-footer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pcs-auth-success-actions {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   Multi-step checkout wizard and resilient responsive layout
   Version 1.2.0
   ========================================================== */

.pcs-multistep-checkout .pcs-checkout-frame {
    container-type: inline-size;
    isolation: isolate;
    width: min(100%, var(--pcs-width));
}

.pcs-multistep-checkout .pcs-checkout-header,
.pcs-multistep-checkout .pcs-stepper,
.pcs-multistep-checkout .pcs-wizard-stage,
.pcs-multistep-checkout .pcs-checkout-content,
.pcs-multistep-checkout .pcs-trust-row {
    direction: ltr;
}

.pcs-multistep-checkout .pcs-stepper {
    --pcs-progress-width: 0%;
    isolation: isolate;
}

.pcs-multistep-checkout[data-current-step="1"] .pcs-stepper {
    --pcs-progress-width: 0%;
}

.pcs-multistep-checkout[data-current-step="2"] .pcs-stepper {
    --pcs-progress-width: 25%;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-stepper {
    --pcs-progress-width: 50%;
}

.pcs-multistep-checkout[data-current-step="4"] .pcs-stepper {
    --pcs-progress-width: 75%;
}

.pcs-multistep-checkout .pcs-stepper::before {
    z-index: -2;
}

.pcs-multistep-checkout .pcs-stepper-progress {
    background: linear-gradient(90deg, var(--pcs-primary), var(--pcs-secondary));
    border-radius: 999px;
    box-shadow: 0 0 12px rgba(92, 45, 224, .28);
    display: block;
    height: 3px;
    left: 12.5%;
    max-width: 75%;
    position: absolute;
    top: 18.5px;
    transition: width .48s cubic-bezier(.22, .8, .24, 1);
    width: var(--pcs-progress-width);
    z-index: -1;
}

.pcs-multistep-checkout .pcs-step-circle {
    overflow: visible;
    position: relative;
}

.pcs-multistep-checkout .pcs-step.is-active .pcs-step-circle {
    animation: pcs-active-step-float 1.8s ease-in-out infinite;
}

.pcs-multistep-checkout .pcs-step.is-active .pcs-step-circle::before,
.pcs-multistep-checkout .pcs-step.is-active .pcs-step-circle::after {
    border: 2px solid rgba(92, 45, 224, .36);
    border-radius: inherit;
    content: "";
    inset: -2px;
    pointer-events: none;
    position: absolute;
}

.pcs-multistep-checkout .pcs-step.is-active .pcs-step-circle::before {
    animation: pcs-step-pulse 1.8s ease-out infinite;
}

.pcs-multistep-checkout .pcs-step.is-active .pcs-step-circle::after {
    animation: pcs-step-pulse 1.8s .65s ease-out infinite;
}

.pcs-multistep-checkout .pcs-step.is-active .pcs-step-label {
    animation: pcs-step-label-glow 1.8s ease-in-out infinite;
    font-weight: 800;
}

@keyframes pcs-active-step-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes pcs-step-pulse {
    0% { opacity: .62; transform: scale(1); }
    75%, 100% { opacity: 0; transform: scale(1.65); }
}

@keyframes pcs-step-label-glow {
    0%, 100% { opacity: 1; }
    50% { opacity: .72; }
}

.pcs-multistep-checkout .pcs-wizard-stage {
    display: none;
}

.pcs-multistep-checkout[data-current-step="1"] .pcs-cart-stage {
    animation: pcs-stage-enter .34s ease both;
    display: block;
}

.pcs-multistep-checkout[data-current-step="1"] .pcs-checkout-content {
    display: none !important;
}

.pcs-multistep-checkout[data-current-step="2"] .pcs-checkout-content,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content,
.pcs-multistep-checkout[data-current-step="4"] .pcs-checkout-content {
    animation: pcs-stage-enter .34s ease both;
    display: block !important;
}

@keyframes pcs-stage-enter {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.pcs-stage-heading {
    align-items: center;
    background: linear-gradient(135deg, rgba(92, 45, 224, .075), rgba(151, 53, 245, .035));
    border: 1px solid rgba(92, 45, 224, .12);
    border-radius: var(--pcs-radius);
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.pcs-stage-heading h2 {
    color: var(--pcs-text);
    font-size: clamp(20px, 2.3vw, 27px);
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.15;
    margin: 0 0 5px;
}

.pcs-stage-heading p {
    color: var(--pcs-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.pcs-stage-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(92, 45, 224, .22);
    color: #fff;
    display: flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.pcs-stage-icon svg,
.pcs-empty-cart-icon svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 25px;
}

.pcs-cart-form {
    margin: 0 !important;
}

.pcs-cart-list {
    border: 1px solid var(--pcs-border);
    border-radius: var(--pcs-radius);
    overflow: hidden;
}

.pcs-cart-item {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #edf0f5;
    display: grid;
    gap: 16px;
    grid-template-columns: 82px minmax(0, 1fr) minmax(112px, auto) minmax(110px, auto) 34px;
    min-width: 0;
    padding: 16px 18px;
    position: relative;
}

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

.pcs-cart-product-image {
    align-items: center;
    background: #faf9ff;
    border: 1px solid #ece8fa;
    border-radius: 10px;
    display: flex;
    height: 76px;
    justify-content: center;
    overflow: hidden;
    width: 76px;
}

.pcs-cart-product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pcs-cart-product-info {
    min-width: 0;
}

.pcs-cart-product-name {
    color: var(--pcs-text);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.pcs-cart-product-name:hover {
    color: var(--pcs-primary);
}

.pcs-cart-product-info .variation,
.pcs-cart-product-info .wc-item-meta {
    color: var(--pcs-muted);
    font-size: 11px;
    margin: 3px 0;
}

.pcs-cart-unit-price {
    color: var(--pcs-muted);
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.pcs-cart-quantity .quantity {
    margin: 0 !important;
    width: 92px;
}

.pcs-cart-quantity input.qty {
    background: #fff;
    border: 1px solid #dce0ea;
    border-radius: 7px;
    box-shadow: none;
    color: var(--pcs-text);
    height: 40px;
    max-width: 92px;
    padding: 7px;
    text-align: center;
    width: 100%;
}

.pcs-cart-line-total {
    text-align: right;
}

.pcs-cart-line-total strong {
    color: var(--pcs-text);
    font-size: 14px;
    font-weight: 850;
    white-space: nowrap;
}

.pcs-cart-mobile-label {
    color: var(--pcs-muted);
    display: none;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.pcs-cart-remove {
    align-items: center;
    background: #fff3f5;
    border-radius: 50%;
    color: #c7354a;
    display: flex;
    font-size: 21px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: background .16s ease, color .16s ease, transform .16s ease;
    width: 30px;
}

.pcs-cart-remove:hover {
    background: #c7354a;
    color: #fff;
    transform: scale(1.05);
}

.pcs-cart-footer {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(150px, .75fr) minmax(280px, 1fr);
    margin-top: 16px;
}

.pcs-cart-update {
    padding-top: 4px;
}

.pcs-cart-totals {
    background: #fbfaff;
    border: 1px solid #e7e2fa;
    border-radius: var(--pcs-radius);
    margin-left: auto;
    max-width: 440px;
    padding: 15px 18px;
    width: 100%;
}

.pcs-cart-totals > div {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 7px 0;
}

.pcs-cart-totals span {
    color: var(--pcs-muted);
    font-size: 12px;
    font-weight: 650;
}

.pcs-cart-totals strong {
    color: var(--pcs-text);
    font-size: 14px;
    font-weight: 850;
}

.pcs-cart-totals .pcs-cart-grand-total {
    border-top: 1px solid #e9e5f5;
    margin-top: 4px;
    padding-top: 12px;
}

.pcs-cart-totals .pcs-cart-grand-total strong {
    color: var(--pcs-primary);
    font-size: 18px;
}

.pcs-cart-totals small {
    color: var(--pcs-muted);
    display: block;
    font-size: 10px;
    line-height: 1.45;
    margin-top: 5px;
}

.pcs-wizard-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 18px;
    width: 100%;
}

.pcs-primary-action,
.pcs-secondary-action {
    align-items: center;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 13px 20px;
    text-decoration: none;
    transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
}

.pcs-primary-action {
    background: linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    box-shadow: 0 9px 22px rgba(92, 45, 224, .22);
    color: #fff;
    margin-left: auto;
}

.pcs-primary-action:hover,
.pcs-primary-action:focus {
    box-shadow: 0 13px 28px rgba(92, 45, 224, .29);
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.pcs-primary-action.is-loading {
    cursor: wait;
    opacity: .75;
    pointer-events: none;
}

.pcs-primary-action.is-loading::before {
    animation: pcs-button-spin .8s linear infinite;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    height: 15px;
    width: 15px;
}

@keyframes pcs-button-spin {
    to { transform: rotate(360deg); }
}

.pcs-secondary-action {
    background: #f3f1fb;
    border: 1px solid #e1dcf4;
    box-shadow: none;
    color: var(--pcs-primary);
}

.pcs-secondary-action:hover,
.pcs-secondary-action:focus {
    background: #eae5fb;
    color: var(--pcs-primary);
    transform: translateY(-1px);
}

.pcs-empty-cart {
    align-items: center;
    background: #fbfaff;
    border: 1px dashed #d9d1f6;
    border-radius: var(--pcs-radius);
    display: flex;
    flex-direction: column;
    padding: 42px 20px;
    text-align: center;
}

.pcs-empty-cart-icon {
    align-items: center;
    background: #eee9ff;
    border-radius: 50%;
    color: var(--pcs-primary);
    display: flex;
    height: 62px;
    justify-content: center;
    margin-bottom: 14px;
    width: 62px;
}

.pcs-empty-cart h3 {
    color: var(--pcs-text);
    font-size: 20px;
    margin: 0 0 7px;
}

.pcs-empty-cart p {
    color: var(--pcs-muted);
    font-size: 13px;
    margin: 0 0 18px;
}

/* Override themes that force WooCommerce checkout into floated half-width columns. */
.pcs-multistep-checkout .pcs-checkout-content,
.pcs-multistep-checkout .pcs-checkout-content > .woocommerce,
.pcs-multistep-checkout .pcs-checkout-content form.checkout,
.pcs-multistep-checkout .pcs-checkout-content form.woocommerce-checkout {
    clear: both !important;
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
}

.pcs-multistep-checkout .pcs-checkout-content form.woocommerce-checkout {
    gap: 0 !important;
    grid-template-columns: none !important;
}

.pcs-multistep-checkout .pcs-checkout-content #customer_details,
.pcs-multistep-checkout .pcs-checkout-content #order_review_heading,
.pcs-multistep-checkout .pcs-checkout-content #order_review,
.pcs-multistep-checkout .pcs-checkout-content .col2-set,
.pcs-multistep-checkout .pcs-checkout-content .col2-set .col-1,
.pcs-multistep-checkout .pcs-checkout-content .col2-set .col-2 {
    clear: both !important;
    float: none !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
}

.pcs-multistep-checkout .pcs-checkout-content #customer_details {
    margin-bottom: 0 !important;
}

.pcs-multistep-checkout .pcs-checkout-content .select2-container {
    max-width: 100% !important;
    width: 100% !important;
}

.pcs-multistep-checkout[data-current-step="2"] .pcs-checkout-content #order_review_heading,
.pcs-multistep-checkout[data-current-step="2"] .pcs-checkout-content #order_review {
    display: none !important;
}

.pcs-multistep-checkout[data-current-step="2"] .pcs-checkout-content #customer_details,
.pcs-multistep-checkout[data-current-step="2"] .pcs-checkout-content .pcs-checkout-actions {
    display: block !important;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #customer_details,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content .pcs-checkout-actions,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content .woocommerce-form-login-toggle,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content .woocommerce-form-coupon-toggle,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content form.login,
.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content form.checkout_coupon {
    display: none !important;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review_heading {
    display: block !important;
    margin-bottom: 0 !important;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review {
    align-items: start;
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding-top: 14px;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review > .pcs-payment-actions {
    grid-column: 1 / -1;
    margin: 0;
    order: -2;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review > table.shop_table {
    border-radius: var(--pcs-radius);
    margin: 0 !important;
    min-width: 0;
    width: 100% !important;
}

.pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review > #payment {
    min-width: 0;
    width: 100% !important;
}

.pcs-checkout-actions {
    display: flex !important;
}

.pcs-payment-actions {
    justify-content: flex-start;
}

.pcs-wizard-validation {
    margin-bottom: 16px !important;
}

.pcs-multistep-checkout .woocommerce-invalid input.input-text,
.pcs-multistep-checkout .woocommerce-invalid select,
.pcs-multistep-checkout .woocommerce-invalid textarea,
.pcs-multistep-checkout [aria-invalid="true"] {
    border-color: #d63638 !important;
    box-shadow: 0 0 0 3px rgba(214, 54, 56, .1) !important;
}

.pcs-multistep-checkout[data-current-step="4"] .pcs-checkout-content .woocommerce-order {
    width: 100%;
}

/* Container-based fallback: layout responds to the plugin card, not only viewport width. */
.pcs-compact-layout .pcs-checkout-content #customer_details,
.pcs-narrow-layout .pcs-checkout-content #customer_details {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.pcs-compact-layout .pcs-cart-item {
    grid-template-columns: 72px minmax(0, 1fr) 96px 100px 30px;
    padding-left: 14px;
    padding-right: 14px;
}

.pcs-narrow-layout .pcs-stage-heading {
    align-items: flex-start;
}

.pcs-narrow-layout .pcs-cart-item {
    align-items: start;
    gap: 11px 13px;
    grid-template-columns: 64px minmax(0, 1fr) 30px;
    padding: 14px;
}

.pcs-narrow-layout .pcs-cart-product-image {
    height: 62px;
    width: 62px;
}

.pcs-narrow-layout .pcs-cart-remove {
    grid-column: 3;
    grid-row: 1;
}

.pcs-narrow-layout .pcs-cart-quantity,
.pcs-narrow-layout .pcs-cart-line-total {
    grid-column: 2 / 4;
    text-align: left;
}

.pcs-narrow-layout .pcs-cart-mobile-label {
    display: block;
}

.pcs-narrow-layout .pcs-cart-footer {
    grid-template-columns: 1fr;
}

.pcs-narrow-layout .pcs-cart-totals {
    margin-left: 0;
    max-width: none;
}

.pcs-narrow-layout .pcs-wizard-actions {
    align-items: stretch;
    flex-direction: column-reverse;
}

.pcs-narrow-layout .pcs-primary-action,
.pcs-narrow-layout .pcs-secondary-action {
    margin-left: 0;
    width: 100%;
}

@container (max-width: 760px) {
    .pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcs-cart-footer {
        grid-template-columns: 1fr;
    }

    .pcs-cart-totals {
        margin-left: 0;
        max-width: none;
    }
}

@container (max-width: 540px) {
    .pcs-stage-heading {
        align-items: flex-start;
        padding: 15px;
    }

    .pcs-stage-icon {
        border-radius: 11px;
        flex-basis: 44px;
        height: 44px;
        width: 44px;
    }

    .pcs-cart-item {
        align-items: start;
        gap: 11px 13px;
        grid-template-columns: 64px minmax(0, 1fr) 30px;
        padding: 14px;
    }

    .pcs-cart-product-image {
        height: 62px;
        width: 62px;
    }

    .pcs-cart-remove {
        grid-column: 3;
        grid-row: 1;
    }

    .pcs-cart-quantity,
    .pcs-cart-line-total {
        grid-column: 2 / 4;
        text-align: left;
    }

    .pcs-cart-mobile-label {
        display: block;
    }

    .pcs-wizard-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .pcs-primary-action,
    .pcs-secondary-action {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .pcs-multistep-checkout .pcs-checkout-shell {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 760px) {
    .pcs-multistep-checkout[data-current-step="3"] .pcs-checkout-content #order_review {
        grid-template-columns: minmax(0, 1fr);
    }

    .pcs-multistep-checkout .pcs-stepper-progress {
        top: 15.5px;
    }

    .pcs-multistep-checkout .pcs-stepper {
        max-width: 100%;
    }
}

@media (max-width: 540px) {
    .pcs-multistep-checkout .pcs-checkout-frame {
        padding-left: 11px;
        padding-right: 11px;
    }

    .pcs-multistep-checkout .pcs-checkout-header {
        gap: 12px;
    }

    .pcs-multistep-checkout .pcs-step-label {
        max-width: 70px;
        text-align: center;
    }

    .pcs-multistep-checkout .pcs-stepper-progress {
        top: 15.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcs-multistep-checkout *,
    .pcs-multistep-checkout *::before,
    .pcs-multistep-checkout *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* ==========================================================
   Account navigation, field builder output and thank-you flow
   Version 1.3.0
   ========================================================== */

.pcs-auth-site-header {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(92, 45, 224, .10);
    border-radius: 15px;
    box-shadow: 0 12px 34px rgba(35, 25, 84, .08);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 auto 34px;
    max-width: 1440px;
    min-height: 72px;
    padding: 11px 14px 11px 18px;
    position: relative;
    z-index: 20;
}

.pcs-auth-brand {
    align-items: center;
    color: #1d2435 !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 850;
    gap: 10px;
    letter-spacing: -.02em;
    text-decoration: none !important;
}

.pcs-auth-brand img,
.pcs-auth-brand > span {
    align-items: center;
    background: linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    border-radius: 11px;
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    object-fit: contain;
    width: 44px;
}

.pcs-auth-brand img {
    background: #fff;
    padding: 4px;
}

.pcs-auth-navigation {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}

.pcs-auth-navigation a {
    border-radius: 8px;
    color: #4f586d !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.pcs-auth-navigation a:hover,
.pcs-auth-navigation a:focus {
    background: #f3efff;
    color: var(--pcs-primary) !important;
}

.pcs-auth-navigation .pcs-auth-nav-cta {
    background: linear-gradient(100deg, var(--pcs-primary), var(--pcs-secondary));
    box-shadow: 0 7px 17px rgba(92, 45, 224, .20);
    color: #fff !important;
    margin-left: 5px;
    padding-inline: 16px;
}

.pcs-auth-navigation .pcs-auth-nav-cta:hover,
.pcs-auth-navigation .pcs-auth-nav-cta:focus {
    background: linear-gradient(100deg, var(--pcs-primary), var(--pcs-secondary));
    color: #fff !important;
    transform: translateY(-1px);
}

.pcs-auth-menu-toggle {
    align-items: center;
    background: #f4f1ff !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    display: none;
    flex-direction: column;
    gap: 4px;
    height: 42px !important;
    justify-content: center;
    min-height: 0 !important;
    padding: 0 !important;
    width: 42px;
}

.pcs-auth-menu-toggle span {
    background: #4f35cf;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 19px;
}

.pcs-auth-login-only .pcs-auth-grid {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.pcs-auth-login-only .pcs-auth-card {
    min-height: 610px;
}

.pcs-auth-standard-fields,
.pcs-custom-registration-fields {
    display: grid;
    gap: 0 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcs-custom-registration-fields .pcs-auth-field-textarea,
.pcs-custom-registration-fields .pcs-auth-field-checkbox {
    grid-column: 1 / -1;
}

.pcs-auth-shell .pcs-auth-form input[type="tel"],
.pcs-auth-shell .pcs-auth-form input[type="number"],
.pcs-auth-shell .pcs-auth-form input[type="date"],
.pcs-auth-shell .pcs-auth-form select,
.pcs-auth-shell .pcs-auth-form textarea {
    background: #fff;
    border: 1px solid #d8dce6;
    border-radius: 7px;
    box-shadow: none;
    color: #202637;
    font-family: inherit;
    font-size: 13px;
    margin: 0;
    outline: none;
    padding: 12px 42px;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.pcs-auth-shell .pcs-auth-form input[type="tel"],
.pcs-auth-shell .pcs-auth-form input[type="number"],
.pcs-auth-shell .pcs-auth-form input[type="date"],
.pcs-auth-shell .pcs-auth-form select {
    height: 48px;
}

.pcs-auth-shell .pcs-auth-form textarea {
    min-height: 105px;
    padding-top: 14px;
    resize: vertical;
}

.pcs-auth-shell .pcs-auth-form input[type="tel"]:focus,
.pcs-auth-shell .pcs-auth-form input[type="number"]:focus,
.pcs-auth-shell .pcs-auth-form input[type="date"]:focus,
.pcs-auth-shell .pcs-auth-form select:focus,
.pcs-auth-shell .pcs-auth-form textarea:focus {
    border-color: #7250e7;
    box-shadow: 0 0 0 3px rgba(92,45,224,.11);
}

.pcs-auth-field-textarea .pcs-auth-input-icon {
    top: 19px;
    transform: none;
}

.pcs-custom-checkbox {
    background: #faf9ff;
    border: 1px solid #e6e0fa;
    border-radius: 9px;
    padding: 13px !important;
}

.pcs-account-custom-fields {
    border: 1px solid #e5def8;
    border-radius: 12px;
    margin: 25px 0;
    padding: 20px;
}

.pcs-account-custom-fields legend {
    color: var(--pcs-primary);
    font-size: 16px;
    font-weight: 800;
    padding: 0 8px;
}

.pcs-account-custom-fields .pcs-auth-field {
    margin-bottom: 16px !important;
}

.pcs-account-custom-fields .pcs-auth-input-wrap {
    display: block;
}

.pcs-account-custom-fields input,
.pcs-account-custom-fields select,
.pcs-account-custom-fields textarea {
    border: 1px solid #d8dce6;
    border-radius: 7px;
    min-height: 45px;
    padding: 10px 14px 10px 42px;
    width: 100%;
}

.pcs-auth-logged-in {
    display: block;
}

.pcs-auth-logged-in .pcs-auth-success-card {
    margin: 48px auto 70px;
}

.pcs-thankyou {
    color: #192135;
    padding: 6px 0 18px;
}

.pcs-thankyou-hero {
    background:
        radial-gradient(circle at 8% 15%, rgba(255,255,255,.16) 0 3px, transparent 4px) 0 0/18px 18px,
        linear-gradient(135deg, var(--pcs-primary), var(--pcs-secondary));
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(77, 41, 180, .22);
    color: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 42px 28px 38px;
    position: relative;
    text-align: center;
}

.pcs-thankyou-hero::after {
    background: rgba(255,255,255,.07);
    border-radius: 50%;
    content: "";
    height: 240px;
    position: absolute;
    right: -90px;
    top: -100px;
    width: 240px;
}

.pcs-thankyou-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(29, 18, 84, .22);
    color: var(--pcs-primary);
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 auto 17px;
    position: relative;
    width: 72px;
    z-index: 2;
}

.pcs-thankyou-icon svg,
.pcs-thankyou-card-title svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.pcs-thankyou-icon svg {
    height: 34px;
    width: 34px;
}

.pcs-thankyou-hero .pcs-eyebrow {
    color: rgba(255,255,255,.85);
    position: relative;
    z-index: 2;
}

.pcs-thankyou-hero h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 45px);
    font-weight: 850;
    letter-spacing: -.035em;
    margin: 6px 0 10px;
    position: relative;
    z-index: 2;
}

.pcs-thankyou-hero p {
    color: rgba(255,255,255,.90);
    font-size: 15px;
    margin: 0 auto 13px;
    max-width: 680px;
    position: relative;
    z-index: 2;
}

.pcs-thankyou-customer {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    display: inline-block;
    font-size: 13px;
    padding: 7px 13px;
    position: relative;
    z-index: 2;
}

.pcs-thankyou-overview {
    background: #fff;
    border: 1px solid #e8e3f7;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(45, 31, 92, .06);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
    overflow: hidden;
}

.pcs-thankyou-overview > div {
    border-right: 1px solid #eeeaf7;
    min-width: 0;
    padding: 18px 20px;
}

.pcs-thankyou-overview > div:last-child {
    border-right: 0;
}

.pcs-thankyou-overview span,
.pcs-thankyou-overview strong {
    display: block;
}

.pcs-thankyou-overview span {
    color: #7b8192;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.pcs-thankyou-overview strong {
    color: #2b3244;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.pcs-thankyou-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.pcs-thankyou-card {
    background: #fff;
    border: 1px solid #e8e3f7;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(45,31,92,.06);
    min-width: 0;
    padding: 22px;
}

.pcs-thankyou-card-title {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.pcs-thankyou-card-title > span {
    align-items: center;
    background: #f0ecff;
    border-radius: 8px;
    color: var(--pcs-primary);
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.pcs-thankyou-card-title svg {
    height: 18px;
    width: 18px;
}

.pcs-thankyou-card-title h3 {
    color: #332650;
    font-size: 17px;
    margin: 0;
}

.pcs-thankyou-item {
    align-items: center;
    border-bottom: 1px solid #efecf7;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 13px 0;
}

.pcs-thankyou-item strong,
.pcs-thankyou-item small {
    display: block;
}

.pcs-thankyou-item strong {
    color: #303748;
    font-size: 13px;
}

.pcs-thankyou-item small {
    color: #868b99;
    font-size: 11px;
    margin-top: 3px;
}

.pcs-thankyou-item > span {
    color: #3925b0;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
}

.pcs-thankyou-total {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding-top: 18px;
}

.pcs-thankyou-total strong {
    color: var(--pcs-primary);
    font-size: 20px;
}

.pcs-thankyou-next ol {
    color: #666e82;
    font-size: 13px;
    line-height: 1.65;
    margin: 0 0 20px 20px;
    padding: 0;
}

.pcs-thankyou-next li + li {
    margin-top: 9px;
}

.pcs-thankyou-next .pcs-primary-action {
    width: 100%;
}

.pcs-thankyou-countdown {
    color: #746c8e;
    font-size: 12px;
    margin: 12px 0 0;
    text-align: center;
}

.pcs-thankyou-gateway {
    margin-top: 20px;
}

.pcs-thankyou-gateway:empty {
    display: none;
}

.pcs-thankyou-gateway .woocommerce-info,
.pcs-thankyou-gateway .woocommerce-message {
    background: #fff;
    border: 1px solid #e8e3f7;
    border-radius: 12px;
    margin: 0;
    padding: 16px;
}

.pcs-thankyou.is-failed .pcs-thankyou-hero {
    background: linear-gradient(135deg, #9d2734, #e34b5b);
}

.pcs-thankyou.is-failed .pcs-thankyou-icon {
    color: #c72e40;
}

@media (max-width: 900px) {
    .pcs-auth-menu-toggle {
        display: flex;
    }

    .pcs-auth-navigation {
        align-items: stretch;
        background: #fff;
        border: 1px solid #e6e0f7;
        border-radius: 12px;
        box-shadow: 0 18px 38px rgba(35,25,84,.14);
        display: none;
        flex-direction: column;
        left: 12px;
        padding: 9px;
        position: absolute;
        right: 12px;
        top: calc(100% + 8px);
    }

    .pcs-auth-navigation.is-open {
        display: flex;
    }

    .pcs-auth-navigation .pcs-auth-nav-cta {
        margin-left: 0;
        text-align: center;
    }

    .pcs-thankyou-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcs-thankyou-overview > div:nth-child(2) {
        border-right: 0;
    }

    .pcs-thankyou-overview > div:nth-child(-n+2) {
        border-bottom: 1px solid #eeeaf7;
    }

    .pcs-thankyou-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .pcs-auth-site-header {
        margin-bottom: 24px;
        min-height: 62px;
        padding: 8px 9px 8px 12px;
    }

    .pcs-auth-brand img,
    .pcs-auth-brand > span {
        border-radius: 9px;
        height: 38px;
        width: 38px;
    }

    .pcs-auth-brand strong {
        font-size: 14px;
    }

    .pcs-auth-standard-fields,
    .pcs-custom-registration-fields {
        grid-template-columns: 1fr;
    }

    .pcs-thankyou-hero {
        border-radius: 14px;
        padding: 32px 18px 28px;
    }

    .pcs-thankyou-overview {
        grid-template-columns: 1fr;
    }

    .pcs-thankyou-overview > div,
    .pcs-thankyou-overview > div:nth-child(2) {
        border-bottom: 1px solid #eeeaf7;
        border-right: 0;
        padding: 14px 16px;
    }

    .pcs-thankyou-overview > div:last-child {
        border-bottom: 0;
    }

    .pcs-thankyou-card {
        padding: 18px 15px;
    }

    .pcs-thankyou-item {
        align-items: flex-start;
    }
}

/* ==========================================================
   Separate authentication pages, reliable controls, and
   premium My Account dashboard — Version 1.4.0
   ========================================================== */

.pcs-auth-single-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 980px;
}

.pcs-auth-single-grid .pcs-auth-card {
    grid-template-columns: minmax(245px, 34%) minmax(0, 66%);
    min-height: 650px;
    width: 100%;
}

.pcs-auth-mode-register .pcs-auth-single-grid {
    max-width: 1040px;
}

.pcs-auth-mode-register .pcs-auth-card {
    min-height: 780px;
}

.pcs-auth-navigation .pcs-auth-nav-account {
    border: 1px solid transparent;
    border-radius: 8px;
    color: #4d3acb;
    font-weight: 750;
    padding: 10px 14px;
}

.pcs-auth-navigation .pcs-auth-nav-account:hover,
.pcs-auth-navigation .pcs-auth-nav-account:focus,
.pcs-auth-navigation .pcs-auth-nav-account.is-active {
    background: #f2efff;
    border-color: #e1dafc;
    color: var(--pcs-primary);
}

.pcs-auth-navigation .pcs-auth-nav-cta.is-active {
    box-shadow: 0 0 0 4px rgba(92, 45, 224, .13), 0 10px 20px rgba(92, 45, 224, .18);
}

/* Theme-proof input layout. The icon moves upward and fades once the
   customer focuses or enters a value, preventing text/icon collisions. */
.pcs-auth-shell .pcs-auth-input-wrap {
    display: block !important;
    isolation: isolate;
    position: relative !important;
}

.pcs-auth-shell .pcs-auth-input-icon {
    left: 15px !important;
    opacity: 1;
    top: 50% !important;
    transform: translateY(-50%) scale(1) !important;
    transition: opacity .16s ease, transform .18s ease;
    will-change: opacity, transform;
}

.pcs-auth-shell .pcs-auth-input-wrap:focus-within .pcs-auth-input-icon,
.pcs-auth-shell .pcs-auth-input-wrap.is-focused .pcs-auth-input-icon,
.pcs-auth-shell .pcs-auth-input-wrap.has-value .pcs-auth-input-icon {
    opacity: 0;
    transform: translateY(-88%) scale(.78) !important;
}

.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input.input-text,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="text"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="email"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="password"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="tel"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="number"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="date"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > select,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > textarea {
    float: none !important;
    max-width: none !important;
    min-width: 0 !important;
    padding-left: 42px !important;
    position: relative !important;
    text-indent: 0 !important;
    width: 100% !important;
    z-index: 1;
}

.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap:focus-within > input,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap.is-focused > input,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap.has-value > input,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap:focus-within > select,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap.has-value > select,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap:focus-within > textarea,
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap.has-value > textarea {
    padding-left: 15px !important;
}

.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[type="password"],
.pcs-auth-shell .pcs-auth-form .pcs-auth-input-wrap > input[data-pcs-password-visible="yes"] {
    padding-right: 50px !important;
}

.pcs-auth-shell .pcs-password-toggle,
.pcs-auth-shell button.pcs-password-toggle,
.pcs-auth-shell .woocommerce-form button.pcs-password-toggle {
    align-items: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: #f7f5ff !important;
    border: 1px solid transparent !important;
    bottom: auto !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: flex !important;
    height: 38px !important;
    justify-content: center !important;
    left: auto !important;
    margin: 0 !important;
    min-height: 38px !important;
    min-width: 38px !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: absolute !important;
    right: 6px !important;
    top: 50% !important;
    touch-action: manipulation;
    transform: translateY(-50%) !important;
    visibility: visible !important;
    width: 38px !important;
    z-index: 20 !important;
}

.pcs-auth-shell .pcs-password-toggle:hover,
.pcs-auth-shell .pcs-password-toggle:focus-visible {
    background: #eee9ff !important;
    border-color: #d9d0ff !important;
    outline: 2px solid transparent !important;
}

.pcs-auth-shell .pcs-password-toggle svg {
    display: block;
    pointer-events: none;
}

.pcs-thankyou-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.pcs-thankyou-actions .pcs-primary-action,
.pcs-thankyou-actions .pcs-secondary-action {
    align-items: center;
    border-radius: 9px;
    display: inline-flex;
    font-weight: 780;
    justify-content: center;
    min-height: 50px;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.pcs-thankyou-actions .pcs-secondary-action {
    background: #fff !important;
    border: 1px solid #dcd5f7 !important;
    color: #5137cf !important;
}

.pcs-thankyou-actions .pcs-secondary-action:hover,
.pcs-thankyou-actions .pcs-secondary-action:focus {
    background: #f5f2ff !important;
    border-color: #bfb1f1 !important;
}

body.pcs-premium-account-page {
    background: #f7f5ff;
}

body.pcs-premium-account-page #secondary,
body.pcs-premium-account-page .sidebar,
body.pcs-premium-account-page .widget-area,
body.pcs-premium-account-page .page-sidebar,
body.pcs-premium-account-page .site-sidebar {
    display: none !important;
}

body.pcs-premium-account-page .site-main,
body.pcs-premium-account-page main,
body.pcs-premium-account-page .content-area,
body.pcs-premium-account-page .page-content,
body.pcs-premium-account-page .container,
body.pcs-premium-account-page .row,
body.pcs-premium-account-page .woocommerce {
    max-width: none;
}

body.pcs-premium-account-page .content-area,
body.pcs-premium-account-page .site-main,
body.pcs-premium-account-page .woocommerce {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

.pcs-account-shell,
.pcs-account-shell * {
    box-sizing: border-box;
}

.pcs-account-shell {
    color: #172033;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 32px auto 70px;
    max-width: 1180px;
    padding: 0 18px;
    width: 100%;
}

.pcs-account-hero {
    background:
        radial-gradient(circle at 88% 10%, rgba(255,255,255,.13) 0 85px, transparent 86px),
        radial-gradient(circle at 8% 120%, rgba(255,255,255,.09) 0 135px, transparent 136px),
        linear-gradient(120deg, #4d2acb 0%, #6939df 55%, #9635f4 100%);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(67, 42, 155, .20);
    color: #fff;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.pcs-account-profile {
    align-items: center;
    display: flex;
    gap: 20px;
    min-width: 0;
}

.pcs-account-avatar {
    background: rgba(255,255,255,.14);
    border: 4px solid rgba(255,255,255,.55);
    border-radius: 50%;
    box-shadow: 0 12px 25px rgba(32, 18, 91, .24);
    flex: 0 0 92px;
    height: 92px;
    overflow: hidden;
    width: 92px;
}

.pcs-account-avatar img {
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

.pcs-account-kicker {
    color: #7459e5;
    display: block;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.pcs-account-hero .pcs-account-kicker {
    color: rgba(255,255,255,.76);
}

.pcs-account-hero h1 {
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.12;
    margin: 0 0 7px;
}

.pcs-account-hero p {
    color: rgba(255,255,255,.82);
    margin: 0;
    overflow-wrap: anywhere;
}

.pcs-account-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.pcs-account-hero-actions a {
    align-items: center;
    border-radius: 9px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 760;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: none !important;
}

.pcs-account-shop-button {
    background: #fff;
    color: #4e31ce !important;
}

.pcs-account-logout-button {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.32);
    color: #fff !important;
}

.pcs-account-stats {
    background: rgba(30, 16, 93, .16);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pcs-account-stats > div {
    align-items: center;
    display: flex;
    gap: 10px;
    min-height: 70px;
    padding: 14px 20px;
}

.pcs-account-stats > div + div {
    border-left: 1px solid rgba(255,255,255,.14);
}

.pcs-account-stats strong {
    color: #fff;
    font-size: 22px;
    font-weight: 850;
}

.pcs-account-stats span {
    color: rgba(255,255,255,.76);
    font-size: 12px;
}

.pcs-account-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 270px minmax(0, 1fr);
    margin-top: 26px;
}

.pcs-account-navigation,
.pcs-account-content {
    background: #fff;
    border: 1px solid #e7e2f7;
    border-radius: 17px;
    box-shadow: 0 14px 40px rgba(45, 33, 90, .08);
}

.pcs-account-navigation {
    float: none !important;
    overflow: hidden;
    width: 100% !important;
}

.pcs-account-nav-title {
    background: linear-gradient(135deg, #f4f1ff, #fbfaff);
    border-bottom: 1px solid #e8e3f9;
    padding: 21px 20px;
}

.pcs-account-nav-title span,
.pcs-account-nav-title strong {
    display: block;
}

.pcs-account-nav-title span {
    color: #7356df;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
}

.pcs-account-nav-title strong {
    color: #27203e;
    font-size: 16px;
    margin-top: 5px;
}

.pcs-account-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px !important;
}

.pcs-account-navigation li {
    border: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pcs-account-navigation li a {
    align-items: center;
    border-radius: 10px;
    color: #596176;
    display: grid;
    font-size: 13px;
    font-weight: 680;
    gap: 11px;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 52px;
    padding: 7px 10px;
    text-decoration: none !important;
    transition: background .17s ease, color .17s ease, transform .17s ease;
}

.pcs-account-navigation li a:hover,
.pcs-account-navigation li.is-active a,
.pcs-account-navigation li a[aria-current="page"] {
    background: linear-gradient(100deg, #f0ecff, #faf8ff);
    color: #4f2fd1;
    transform: translateX(2px);
}

.pcs-account-nav-icon {
    align-items: center;
    background: #f2effc;
    border-radius: 9px;
    color: #6a4ddd;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.pcs-account-nav-icon svg,
.pcs-dashboard-card-icon svg,
.pcs-dashboard-check svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 19px;
}

.pcs-account-nav-arrow {
    color: #a49abf;
    font-size: 21px;
}

.pcs-account-content {
    float: none !important;
    min-height: 480px;
    padding: 28px;
    width: 100% !important;
}

.pcs-dashboard-welcome {
    align-items: center;
    background: linear-gradient(110deg, #fbfaff, #f3efff);
    border: 1px solid #e6dffd;
    border-radius: 15px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    padding: 25px;
}

.pcs-dashboard-welcome h2 {
    color: #262038;
    font-size: clamp(21px, 2.4vw, 29px);
    font-weight: 840;
    letter-spacing: -.025em;
    margin: 0 0 8px;
}

.pcs-dashboard-welcome p {
    color: #72798c;
    line-height: 1.65;
    margin: 0;
    max-width: 650px;
}

.pcs-dashboard-check {
    align-items: center;
    background: linear-gradient(135deg, #5b35dc, #9635f4);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(92,45,224,.24);
    color: #fff;
    display: flex;
    flex: 0 0 64px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.pcs-dashboard-check svg {
    height: 31px;
    width: 31px;
}

.pcs-dashboard-cards {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
}

.pcs-dashboard-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e7e3f2;
    border-radius: 14px;
    color: #30374a !important;
    display: grid;
    gap: 13px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    min-height: 98px;
    padding: 16px;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pcs-dashboard-card:hover,
.pcs-dashboard-card:focus {
    border-color: #cfc4f7;
    box-shadow: 0 13px 30px rgba(64, 43, 139, .10);
    transform: translateY(-2px);
}

.pcs-dashboard-card-icon {
    align-items: center;
    background: #f0ecff;
    border-radius: 12px;
    color: #5c3bd5;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.pcs-dashboard-card strong,
.pcs-dashboard-card small {
    display: block;
}

.pcs-dashboard-card strong {
    color: #2f2a40;
    font-size: 14px;
    margin-bottom: 5px;
}

.pcs-dashboard-card small {
    color: #858b9d;
    font-size: 11px;
    line-height: 1.45;
}

.pcs-dashboard-card b {
    color: #7657df;
    font-size: 20px;
}

.pcs-dashboard-support {
    align-items: center;
    background: #27203e;
    border-radius: 14px;
    color: #fff;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 22px;
}

.pcs-dashboard-support strong {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.pcs-dashboard-support p {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    margin: 0;
}

.pcs-dashboard-support a {
    background: #fff;
    border-radius: 8px;
    color: #4e31ce !important;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 780;
    padding: 11px 15px;
    text-decoration: none !important;
}

/* WooCommerce endpoint content inherits the premium card language. */
.pcs-account-content .woocommerce-message,
.pcs-account-content .woocommerce-info,
.pcs-account-content .woocommerce-error {
    border-radius: 10px;
}

.pcs-account-content table.shop_table,
.pcs-account-content .woocommerce-Addresses .woocommerce-Address,
.pcs-account-content fieldset {
    border: 1px solid #e5e0f3 !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.pcs-account-content input.input-text,
.pcs-account-content input[type="text"],
.pcs-account-content input[type="email"],
.pcs-account-content input[type="password"],
.pcs-account-content input[type="tel"],
.pcs-account-content select,
.pcs-account-content textarea {
    border: 1px solid #dcd8e8 !important;
    border-radius: 8px !important;
    min-height: 46px;
    padding: 11px 13px !important;
    width: 100% !important;
}

.pcs-account-content button.button,
.pcs-account-content a.button {
    background: linear-gradient(100deg, #4f2fd1, #8c38ee) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 750 !important;
    padding: 12px 18px !important;
}

@media (max-width: 820px) {
    .pcs-auth-single-grid .pcs-auth-card {
        grid-template-columns: minmax(210px, 34%) minmax(0, 66%);
    }

    .pcs-account-hero {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .pcs-account-hero-actions {
        justify-content: flex-start;
    }

    .pcs-account-layout {
        grid-template-columns: 1fr;
    }

    .pcs-account-navigation ul {
        display: flex;
        gap: 7px;
        overflow-x: auto;
        padding: 8px !important;
        scroll-snap-type: x proximity;
    }

    .pcs-account-navigation li {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .pcs-account-navigation li a {
        grid-template-columns: 34px auto;
        min-width: max-content;
        padding-right: 14px;
    }

    .pcs-account-nav-arrow {
        display: none;
    }
}

@media (max-width: 680px) {
    .pcs-auth-single-grid .pcs-auth-card,
    .pcs-auth-mode-register .pcs-auth-card {
        display: block;
        min-height: 0;
    }

    .pcs-auth-single-grid .pcs-auth-visual {
        min-height: 265px;
    }

    .pcs-auth-mode-register .pcs-auth-visual {
        min-height: 290px;
    }

    .pcs-thankyou-actions {
        grid-template-columns: 1fr;
    }

    .pcs-account-shell {
        margin-top: 18px;
        padding: 0 10px;
    }

    .pcs-account-hero {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .pcs-account-profile {
        align-items: flex-start;
    }

    .pcs-account-avatar {
        flex-basis: 68px;
        height: 68px;
        width: 68px;
    }

    .pcs-account-stats {
        grid-template-columns: 1fr;
    }

    .pcs-account-stats > div {
        min-height: 55px;
    }

    .pcs-account-stats > div + div {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.14);
    }

    .pcs-account-content {
        border-radius: 14px;
        padding: 16px;
    }

    .pcs-dashboard-welcome {
        align-items: flex-start;
        padding: 19px;
    }

    .pcs-dashboard-check {
        flex-basis: 48px;
        height: 48px;
        width: 48px;
    }

    .pcs-dashboard-cards {
        grid-template-columns: 1fr;
    }

    .pcs-dashboard-support {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcs-auth-input-icon,
    .pcs-account-navigation li a,
    .pcs-dashboard-card {
        transition: none !important;
    }
}
