.prxpw-wizard {
    --prxpw-accent: #1769aa;
    --prxpw-accent-dark: #0f4f83;
    --prxpw-border: #d9e0e6;
    --prxpw-muted: #637282;
    --prxpw-soft: #f4f7f9;
    color: #202a33;
    margin: 0 auto;
    max-width: 1180px;
    padding: 42px 20px 70px;
}

.prxpw-wizard *,
.prxpw-wizard *::before,
.prxpw-wizard *::after {
    box-sizing: border-box;
}

.prxpw-wizard__intro {
    max-width: 760px;
}

.prxpw-wizard__intro h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin: 8px 0 14px;
}

.prxpw-wizard__intro p {
    color: var(--prxpw-muted);
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 0 0 28px;
}

.prxpw-wizard__eyebrow {
    color: var(--prxpw-accent);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.prxpw-quantity__intro {
    color: var(--prxpw-muted);
    line-height: 1.6;
    margin: 0 0 18px;
}

.prxpw-quantity__controls {
    align-items: flex-end;
    background: var(--prxpw-soft);
    border: 1px solid var(--prxpw-border);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
}

.prxpw-quantity__presets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.prxpw-quantity__preset,
.prxpw-reset {
    background: #fff;
    border: 1px solid var(--prxpw-border);
    border-radius: 8px;
    color: inherit;
    cursor: pointer;
    min-height: 42px;
    padding: 8px 14px;
}

.prxpw-quantity__preset.is-selected {
    background: var(--prxpw-accent);
    border-color: var(--prxpw-accent);
    color: #fff;
}

.prxpw-quantity__custom span {
    color: var(--prxpw-muted);
    display: block;
    font-size: .78rem;
    margin: 0 0 4px;
}

.prxpw-quantity__custom input {
    border: 1px solid var(--prxpw-border);
    border-radius: 8px;
    height: 42px;
    max-width: 130px;
    padding: 8px 10px;
}

.prxpw-quantity__message {
    color: var(--prxpw-muted);
    font-size: .88rem;
    margin: 10px 0 0;
    min-height: 20px;
}

.prxpw-quantity__message.is-error {
    color: #b42318;
}

.prxpw-progress {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    margin: 0 0 26px;
}

.prxpw-progress__item {
    align-items: center;
    border-bottom: 3px solid var(--prxpw-border);
    color: var(--prxpw-muted);
    display: flex;
    font-size: .82rem;
    gap: 7px;
    padding: 0 0 9px;
}

.prxpw-progress__item > span {
    align-items: center;
    background: var(--prxpw-soft);
    border-radius: 50%;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.prxpw-progress__item.is-active,
.prxpw-progress__item.is-done {
    border-color: var(--prxpw-accent);
    color: var(--prxpw-accent-dark);
}

.prxpw-layout {
    align-items: flex-start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 290px;
}

.prxpw-steps {
    min-width: 0;
}

.prxpw-step {
    border: 0;
    margin: 0 0 18px;
    min-width: 0;
    padding: 0;
}

.prxpw-step[hidden] {
    display: none;
}

.prxpw-step legend {
    border: 0;
    color: inherit;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 0;
}

.prxpw-step legend span {
    color: var(--prxpw-muted);
    display: block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.prxpw-step__options {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prxpw-option {
    align-items: center;
    background: #fff;
    border: 1px solid var(--prxpw-border);
    border-radius: 12px;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    min-height: 86px;
    padding: 14px;
    text-align: center;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.prxpw-option[hidden] {
    display: none !important;
}

.prxpw-option:hover:not(:disabled),
.prxpw-option:focus-visible {
    border-color: var(--prxpw-accent);
    box-shadow: 0 4px 16px rgba(23, 105, 170, .12);
    transform: translateY(-1px);
}

.prxpw-option.is-selected {
    background: #edf6fd;
    border-color: var(--prxpw-accent);
    box-shadow: inset 0 0 0 1px var(--prxpw-accent);
}

.prxpw-option:disabled {
    cursor: not-allowed;
    opacity: .34;
}

.prxpw-option img {
    height: 52px;
    object-fit: contain;
    width: 74px;
}

.prxpw-option__colour {
    border: 1px solid #aeb8c2;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
    display: block;
    height: 52px;
    width: 74px;
}

.prxpw-navigation {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 22px;
}

.prxpw-navigation__button {
    border: 1px solid var(--prxpw-accent);
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    min-height: 44px;
    padding: 10px 18px;
}

.prxpw-navigation__button--previous {
    background: #fff;
    color: var(--prxpw-accent-dark);
}

.prxpw-navigation__button--next {
    background: var(--prxpw-accent);
    color: #fff;
    margin-left: auto;
}

.prxpw-navigation__button:hover:not(:disabled),
.prxpw-navigation__button:focus-visible {
    background: var(--prxpw-accent-dark);
    color: #fff;
}

.prxpw-navigation__button:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.prxpw-summary {
    background: var(--prxpw-soft);
    border: 1px solid var(--prxpw-border);
    border-radius: 12px;
    padding: 20px;
    position: sticky;
    top: 18px;
}

.prxpw-summary h2 {
    font-size: 1.2rem;
    margin: 0 0 12px;
}

.prxpw-summary dl {
    margin: 0;
}

.prxpw-summary dl > div {
    border-bottom: 1px solid var(--prxpw-border);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 9px 0;
}

.prxpw-summary dt {
    color: var(--prxpw-muted);
    font-weight: 400;
}

.prxpw-summary dd {
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.prxpw-reset {
    margin-top: 14px;
    width: 100%;
}

.prxpw-results {
    border-top: 1px solid var(--prxpw-border);
    margin-top: 38px;
    padding-top: 28px;
}

.prxpw-results[hidden] {
    display: none;
}

.prxpw-results__heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.prxpw-results__heading h2 {
    margin: 4px 0 0;
}

.prxpw-results__list {
    width: 100%;
}

.prxpw-results__list > .alert {
    margin-bottom: 0;
}

.prxpw-theme-products {
    margin-bottom: 0;
}

.prxpw-specific-prices {
    margin: 12px 0 0;
    width: 100%;
}

.prxpw-specific-prices summary {
    align-items: center;
    background: #28b7d3;
    color: #fff;
    cursor: pointer;
    display: flex !important;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    min-height: 40px;
    padding: 9px 14px;
    user-select: none;
}

.prxpw-product-total {
    align-items: baseline;
    border-top: 1px solid var(--prxpw-border);
    display: grid;
    gap: 2px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 10px 0 0;
    padding: 10px 0 0;
    text-align: left;
}

.prxpw-product-total span {
    color: var(--prxpw-muted);
    font-size: .82rem;
    font-weight: 600;
}

.prxpw-product-total strong {
    color: #17324d;
    font-size: 1rem;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.prxpw-product-total small {
    color: var(--prxpw-muted);
    font-size: .72rem;
    grid-column: 1;
}

.prxpw-specific-prices summary::-webkit-details-marker {
    display: none;
}

.prxpw-specific-prices summary::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: '';
    height: 8px;
    margin-left: 12px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .15s ease;
    width: 8px;
}

.prxpw-specific-prices[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.prxpw-specific-prices summary:hover,
.prxpw-specific-prices summary:focus-visible {
    background: #159bb8;
}

.prxpw-specific-prices__table-wrapper {
    overflow-x: auto;
}

.prxpw-specific-prices table {
    border-collapse: collapse;
    color: #17324d;
    font-size: .9rem;
    margin: 5px 0 0;
    table-layout: fixed;
    width: 100%;
}

.prxpw-specific-prices th,
.prxpw-specific-prices td {
    border: 1px solid #28b7d3;
    padding: 8px 10px;
    text-align: center;
}

.prxpw-specific-prices th {
    background: #f5fcfd;
    font-weight: 700;
}

.prxpw-specific-prices td {
    font-weight: 600;
}

.prxpw-direct-cart {
    margin: 12px 0 0;
}

.prxpw-direct-cart .btn {
    width: 100%;
}

.prxpw-direct-cart .btn.is-added,
.prxpw-direct-cart .btn.is-added:disabled {
    background: #20864a;
    border-color: #20864a;
    color: #fff;
    cursor: default;
    opacity: 1;
}

.prxpw-theme-products [hidden][aria-hidden="true"] {
    display: none !important;
}

.prxpw-status {
    color: var(--prxpw-muted);
    margin-top: 12px;
    min-height: 24px;
}

body.prxpw-modal-open {
    overflow: hidden;
}

.prxpw-cart-modal {
    align-items: center;
    background: rgba(19, 30, 40, .62);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 10000;
}

.prxpw-cart-modal[hidden] {
    display: none !important;
}

.prxpw-cart-modal__dialog {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    max-width: 520px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.prxpw-cart-modal__dialog h2 {
    color: #202a33;
    font-size: 1.65rem;
    margin: 8px 0 10px;
}

.prxpw-cart-modal__dialog p {
    color: var(--prxpw-muted);
    margin: 0 0 24px;
}

.prxpw-cart-modal__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prxpw-cart-modal__button {
    align-items: center;
    border: 1px solid var(--prxpw-accent);
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    text-decoration: none;
}

.prxpw-cart-modal__button--primary {
    background: var(--prxpw-accent);
    color: #fff;
}

.prxpw-cart-modal__button--secondary {
    background: #fff;
    color: var(--prxpw-accent-dark);
}

.prxpw-cart-modal__button--cart {
    background: #eef4f8;
    color: var(--prxpw-accent-dark);
    grid-column: 1 / -1;
}

.prxpw-cart-modal__button:hover,
.prxpw-cart-modal__button:focus-visible {
    background: var(--prxpw-accent-dark);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 850px) {
    .prxpw-layout {
        grid-template-columns: 1fr;
    }

    .prxpw-summary {
        position: static;
    }

    .prxpw-progress {
        grid-template-columns: 1fr;
    }

    .prxpw-progress__item {
        display: none;
    }

    .prxpw-progress__item.is-active {
        display: flex;
    }
}

@media (max-width: 620px) {
    .prxpw-wizard {
        padding: 26px 14px 50px;
    }

    .prxpw-step__options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prxpw-cart-modal__dialog {
        padding: 24px 18px;
    }

    .prxpw-cart-modal__actions {
        grid-template-columns: 1fr;
    }

    .prxpw-cart-modal__button--cart {
        grid-column: auto;
    }

}
