.pe-configurator-active .product-add-form .box-tocart {
    display: none !important;
}

.pe-pdp-configurator {
    --pe-accent-rgb: 81, 35, 127;
    --pe-accent-hover-rgb: 146, 0, 117;
    --pe-surface: #ffffff;
    --pe-surface-soft: #f6f0fb;
    --pe-surface-soft-alt: #eee4f8;
    --pe-surface-panel: #fbf8fe;
    --pe-border: #dbcde9;
    --pe-border-strong: #c6addd;
    --pe-text: #24163a;
    --pe-muted: #5f4c7b;
    --pe-accent: #51237f;
    --pe-accent-dark: #3f1c65;
    --pe-accent-hover: #920075;
    --pe-success: #158a4c;
    --pe-shadow: 0 10px 24px rgba(var(--pe-accent-rgb), 0.12);
    --pe-option-label-lines: 3;
    --pe-option-label-height: calc(1em * var(--pe-option-label-line-height, 1.2));
    --pe-option-label-line-height: 1.2;
    --pe-option-button-font-size: 14px;
    --pe-option-button-padding-x: 10px;
    --pe-option-button-padding-y: 8px;
    --pe-option-image-size: 170px;
    --pe-option-image-size-mobile: 120px;
    margin: 20px 0 34px;
    color: var(--pe-text);
    position: relative;
    padding-right: 0;
}

.pe-pdp-configurator__main {
    background: var(--pe-surface);
    border: 1px solid var(--pe-border);
    border-radius: 14px;
    box-shadow: var(--pe-shadow);
    overflow: hidden;
}

.pe-pdp-configurator__head {
    padding: 18px 22px 12px;
    border-bottom: 1px solid var(--pe-border);
    background: linear-gradient(135deg, #ffffff 0%, var(--pe-surface-panel) 72%, var(--pe-surface-soft-alt) 100%);
}

.pe-pdp-configurator__head h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: var(--pe-accent-dark);
}

.pe-pdp-configurator__head p {
    margin: 8px 0 0;
    color: var(--pe-muted);
    font-size: 14px;
    max-width: 650px;
}

.pe-pdp-configurator__accordion {
    padding: 14px;
}

.pe-block-card {
    border: 1px solid var(--pe-border);
    /*border-radius: 10px;*/
    background: #fff;
    margin-bottom: 12px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.pe-block-card.is-open {
    border-color: var(--pe-border-strong);

    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.16);
    z-index: 10;
}

.pe-block-card.has-tooltip-open {
    z-index: 320;
}
.pe-block-card.is-open .pe-block-card__head {
    background-color: #c9bee8 !important;
}

.pe-block-card__head {
    width: 100%;
    border: 0;
    background: #f8f8f8;
    color: var(--pe-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    text-align: left;
    font-size: 17px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.pe-block-card__head:hover,
.pe-block-card__head:after {
    background: #f8f8f8 !important;
    color: var(--pe-text) !important;
}



.pe-block-card__head:hover:after,
.pe-block-card__head:focus-visible:after,
.pe-block-card__head:focus,
.pe-block-card__head:active
{
    background-color: #c9bee8 !important;

}

.pe-step-index {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--pe-surface-soft-alt);
    color: var(--pe-accent-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    flex: 0 0 30px;
}

.pe-block-card.is-open .pe-step-index {
    background: var(--pe-accent);
    color: #fff;
}

.pe-block-card__title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    color: var(--pe-text);
}

.pe-step-title {
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none !important;
    min-width: 0;
    flex: 0 1 auto;
}

.pe-block-card__chevron {
    margin-left: 12px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    color: var(--pe-accent-dark);
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.pe-block-card.is-open .pe-block-card__chevron {
    color: var(--pe-accent);
}

.pe-step-indication {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    flex: 0 0 auto;
    line-height: 1;
}

.pe-step-indication__icon {
    width: 18px;
    height: 18px;
    color: var(--pe-accent-dark);
    background: transparent;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: color 0.16s ease, transform 0.16s ease;
}

.pe-step-indication:hover .pe-step-indication__icon,
.pe-step-indication:focus-within .pe-step-indication__icon {
    color: var(--pe-accent-hover);
    transform: scale(1.06);
}

.pe-step-indication__tooltip {
    position: fixed;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1200;
    display: block;
    min-width: 280px;
    width: clamp(280px, 34vw, 440px);
    max-width: min(440px, calc(100vw - 48px));
    background: #fffefd;
    color: var(--pe-text);
    border: 1px solid rgba(var(--pe-accent-rgb), 0.14);
    border-radius: 16px;
    padding: 15px 17px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    box-shadow: 0 18px 44px rgba(var(--pe-accent-rgb), 0.18);
    white-space: pre-line;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    overflow-wrap: anywhere;
}

.pe-step-indication:hover .pe-step-indication__tooltip,
.pe-step-indication:focus-within .pe-step-indication__tooltip,
.pe-step-indication__tooltip.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pe-block-card__body {
    padding: 13px;
    background: #fff;
}

.pe-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.pe-option:hover {
    border-color: var(--pe-border-strong);
    background: var(--pe-surface-panel);
}

.pe-option input[type="radio"],
.pe-option input[type="checkbox"] {
    margin-top: 2px;
    accent-color: var(--pe-accent);
}

.pe-option-content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 24px;
}

.pe-option-image-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.pe-option-image {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex: 0 0 64px;
}

.pe-option-text {
    line-height: 1.32;
    color: var(--pe-text);
}

.pe-option-text__label {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: visible;
    line-height: var(--pe-option-label-line-height);
    text-align: inherit;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.pe-option--choice:not(.pe-option--static) .pe-option-text,
.pe-option--accessory .pe-option-text,
.pe-choice-button__text,
.pe-summary-submit {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image:
        linear-gradient(90deg, var(--pe-accent-hover), var(--pe-accent-hover)),
        linear-gradient(90deg, var(--pe-sweep-base, #fff), var(--pe-sweep-base, #fff));
    background-position: left top, left top;
    background-repeat: no-repeat;
    background-size: 0 100%, 100% 100%;
    transition:
        background-size 0.34s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.pe-option--choice {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    vertical-align: top;
    width: 100%;
    min-width: 0;
}

.pe-option--choice:hover {
    border: 0;
    background: transparent;
}

.pe-option--link,
.pe-option--link:hover,
.pe-option--link:focus,
.pe-option--link:active,
.pe-option--link:visited {
    text-decoration: none;
    color: inherit;
}

.pe-option--static {
    cursor: default;
}

.pe-option--choice input[type="radio"],
.pe-option--choice input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.pe-option--choice .pe-option-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-right: 0;
    width: 100%;
    max-width: none;
    z-index: 3;
}

.pe-option--choice .pe-option-image {
    width: var(--pe-option-image-size);
    height: var(--pe-option-image-size);
    max-width: 100%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.pe-option--choice:not(.pe-option--shipping) .pe-option-text {
    --pe-sweep-base: #fff;
    width: 100%;
    min-width: 0;
    min-height: calc(var(--pe-option-label-height, 1em) + (var(--pe-option-button-padding-y, 8px) * 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--pe-accent);
    border-radius: 8px;
    padding: var(--pe-option-button-padding-y, 8px) var(--pe-option-button-padding-x, 10px);
    font-size: var(--pe-option-button-font-size, 14px);
    line-height: var(--pe-option-label-line-height, 1.2);
    font-weight: 700;
    color: var(--pe-text);
    box-sizing: border-box;
}

.pe-option--choice input:checked + .pe-option-content .pe-option-text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent);
}

.pe-option--choice:hover input:not(:checked) + .pe-option-content .pe-option-text,
.pe-option--choice input:focus-visible + .pe-option-content .pe-option-text {
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent-hover);
}

.pe-option-choices {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 12px;
    align-items: flex-start;
}

.pe-option-choices[data-pe-image-layout="fixed"],
.pe-accessory-grid[data-pe-image-layout="fixed"],
.pe-choice-group[data-pe-image-layout="fixed"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-option-choices[data-pe-image-layout="fixed"] > .pe-option,
.pe-accessory-grid[data-pe-image-layout="fixed"] > .pe-option,
.pe-choice-group[data-pe-image-layout="fixed"] > .pe-choice-button {
    flex: 0 1 var(--pe-image-layout-card-width, 25%);
    width: var(--pe-image-layout-card-width, 25%);
    max-width: var(--pe-image-layout-card-width, 25%);
    min-width: 0;
    box-sizing: border-box;
}

.pe-option-choices[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(180px, 220px));
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-grid-item--column-positioned {
    grid-column: var(--pe-option-column-start, auto) / span 1;
}

@media (min-width: 961px) {
    .pe-option-choices[data-pe-centered-pair="true"]:not(.pe-option-choices--shipping) > :first-child,
    .pe-accessory-grid[data-pe-centered-pair="true"] > :first-child,
    .pe-choice-group[data-pe-centered-pair="true"] > :first-child {
        margin-right: 15px;
    }

    .pe-option-choices[data-pe-centered-pair="true"]:not(.pe-option-choices--shipping) > :last-child,
    .pe-accessory-grid[data-pe-centered-pair="true"] > :last-child,
    .pe-choice-group[data-pe-centered-pair="true"] > :last-child {
        margin-left: 15px;
    }
}

.pe-option-choices--shipping {
    gap: 14px;
    padding: 6px 2px 10px;
}

.pe-option--shipping {
    margin: 0;
    width: 100%;
}

.pe-option--shipping .pe-option-content {
    width: 100%;
    max-width: none;
    gap: 10px;
}

.pe-option--shipping .pe-option-image {
    width: 74px;
    height: 74px;
}

.pe-option--shipping .pe-option-text {
    --pe-sweep-base: #fff;
    width: 100%;
    min-width: 0;
    min-height: 102px;
    padding: 14px 14px 15px;
    font-size: 15px;
    line-height: 1.25;
    border: 2px solid var(--pe-accent);
    border-radius: 12px;
    box-shadow: none;
    flex-direction: column;
    gap: 7px;
    box-sizing: border-box;
}

.pe-option--shipping .pe-option-text.pe-option-text--shipping {
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
}

.pe-option--shipping:hover .pe-option-text {
    border-color: var(--pe-accent-hover);
    box-shadow: 0 6px 14px rgba(var(--pe-accent-rgb), 0.06);
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    transform: none;
}

.pe-option--shipping input:checked + .pe-option-content .pe-option-text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    border-color: var(--pe-accent);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.14);
    color: #fff;
    transform: none;
}

.pe-option--shipping:hover .pe-shipping-option-loader__spinner {
    border-color: rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
}

.pe-shipping-option-title {
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: 0.01em;
    white-space: pre-line;
}

.pe-shipping-option-date {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: inherit;
}

.pe-shipping-option-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-top: 10px;
}

.pe-shipping-option-loader__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(var(--pe-accent-rgb), 0.24);
    border-top-color: var(--pe-accent);
    border-radius: 50%;
    display: inline-block;
    animation: pe-spin 0.8s linear infinite;
}

.pe-option--shipping input:checked + .pe-option-content .pe-shipping-option-loader__spinner {
    border-color: rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
}

.pe-shipping-estimated-note {
    margin: 10px 2px 0;
    font-size: 14px;
    color: var(--pe-muted);
    font-style: italic;
    text-align: center;
}

.pe-shipping-estimated-note--secondary {
    margin-top: 0px;
    font-style: italic;
}

.pe-accessory-grid {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 14px;
}

.pe-accessory-grid[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(180px, 220px));
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-accessory-qty-status {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pe-accent-dark);
}

.pe-accessory-qty-status--ok {
    color: #1a7f37;
}

.pe-accessory-qty-grid {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 12px;
}

.pe-accessory-qty-grid[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(200px, 240px));
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-accessory-qty-item {
    border: 1px solid var(--pe-border);
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

.pe-option--accessory-qty {
    margin: 0;
}

.pe-accessory-qty-item__field {
    margin-top: 8px;
}

.pe-accessory-qty-item__field .pe-accessory-qty-item__label {
    font-size: 12px;
}

.pe-accessory-qty-input {
    text-align: center;
}

.pe-option--accessory {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
    width: 100%;
}

.pe-option--cherokee-print-redirect:not(.is-disabled) {
    cursor: pointer;
}

.pe-option--accessory:hover {
    background: transparent;
    border: 0;
}

.pe-option--accessory input[type="radio"],
.pe-option--accessory input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.pe-option--accessory .pe-option-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    z-index: 3;
}

.pe-option--accessory .pe-option-image-wrap {
    line-height: 0;
}

.pe-option--accessory .pe-option-image {
    width: var(--pe-option-image-size);
    height: var(--pe-option-image-size);
    max-width: 100%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.pe-option--accessory .pe-option-text {
    --pe-sweep-base: #fff;
    width: 100%;
    min-height: calc(var(--pe-option-label-height, 1em) + (var(--pe-option-button-padding-y, 8px) * 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--pe-accent);
    border-radius: 8px;
    padding: var(--pe-option-button-padding-y, 8px) var(--pe-option-button-padding-x, 10px);
    font-size: var(--pe-option-button-font-size, 14px);
    line-height: var(--pe-option-label-line-height, 1.2);
    font-weight: 700;
    color: var(--pe-text);
    box-sizing: border-box;
}

.pe-option--accessory input:checked + .pe-option-content .pe-option-text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent);
}

.pe-option--accessory:hover input:not(:checked) + .pe-option-content .pe-option-text,
.pe-option--accessory input:focus-visible + .pe-option-content .pe-option-text,
.pe-option--cherokee-print-redirect:not(.is-disabled):hover .pe-option-text,
.pe-option--cherokee-print-redirect:not(.is-disabled):focus-visible .pe-option-text {
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent-hover);
}

.pe-free-dimensions {
    display: grid;
    gap: 14px;
    align-items: start;
    justify-items: center;
    width: 100%;
    min-width: 0;
    padding-inline: 22px;
    box-sizing: border-box;
}

.pe-free-dimensions__grid {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    min-width: 0;
}

.pe-free-dimensions__grid.pe-free-dimensions__grid--primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
    width: 100%;
    max-width: 560px;
}

.pe-free-dimensions__grid--primary > .pe-free-dimensions__field {
    flex: 0 0 158px;
    width: 158px;
    max-width: 158px;
}

.pe-free-dimensions__grid--primary > .pe-free-dimensions__field--measure {
    flex-basis: 92px;
    width: 92px;
    max-width: 92px;
}

.pe-free-dimensions__grid.pe-free-dimensions__grid--controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
    width: 100%;
    max-width: 500px;
}

.pe-free-dimensions__grid--controls > .pe-free-dimensions__field,
.pe-free-dimensions__grid--controls > .pe-free-dimensions__quantity {
    min-width: 0;
}

.pe-free-dimensions__grid--controls > .pe-free-dimensions__field--orientation {
    flex: 0 0 176px;
    width: 176px;
    max-width: 176px;
}

.pe-free-dimensions__grid--controls > .pe-free-dimensions__quantity {
    flex: 0 0 270px;
    width: 270px;
    max-width: 270px;
}

.pe-free-dimensions__grid.pe-free-dimensions__grid--secondary {
    width: min(100%, 100px);
    grid-template-columns: minmax(0, 360px);
    justify-content: center;
    margin-top: 12px;
}

.pe-free-dimensions__messages {
    display: grid;
    gap: 8px;
    width: 100%;
    max-width: 560px;
    min-width: 0;
}

.pe-free-dimensions__messages--empty {
    display: none;
}

.pe-free-dimensions__messages-list {
    display: grid;
    gap: 8px;
    width: 100%;
}

.pe-free-dimensions__quantity {
    width: 100%;
    min-width: 0;
}

.pe-free-dimensions__quantity > .pe-inline-quantity-field {
    margin-top: 0;
    width: 100%;
    max-width: none;
}

.pe-free-dimensions__quantity .pe-inline-quantity-field__wrap {
    grid-template-columns: minmax(0, 1fr) 132px;
}

.pe-free-dimensions__quantity .pe-inline-quantity-field__unit {
    min-width: 132px;
    width: 132px;
    max-width: 132px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
}

.pe-free-dimensions__note {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #d23737;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    white-space: pre-line;
}

.pe-free-dimensions__note--info {
    color: var(--pe-text);
}


.pe-accessory-meta-sections {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
}

.pe-accessory-meta-section {
    border: 1px solid var(--pe-border);
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.pe-accessory-meta-section.is-open {
    border-color: var(--pe-border-strong);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.16);
    z-index: 10;
}

.pe-accessory-meta-section.is-open .pe-accessory-meta-section__head {
    background-color: #c9bee8 !important;
    color: var(--pe-text);
}

.pe-accessory-meta-section__head {
    width: 100%;
}

.pe-accessory-meta-section__body {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.pe-accessory-meta-section__body[hidden] {
    display: none !important;
}

.pe-accessory-meta-section__title {
    margin: 0;
    color: inherit;
}

.pe-accessory-meta-section__title-row {
    min-width: 0;
}

.pe-accessory-meta-section__note {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: var(--pe-muted);
    text-align: left;
    font-weight: 500;
}

.pe-accessory-meta-section__grid {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 10px;
}

.pe-accessory-meta-section__grid[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(220px, 280px));
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-accessory-meta-section__grid .pe-accessory-control__label {
    text-align: center;
}

.pe-accessory-meta-section__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.pe-accessory-meta-section__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.pe-accessory-meta-section__action {
    padding: 10px 18px;
    border: 1px solid rgba(var(--pe-accent-rgb), 0.22);
    background: #c9bee8;
    color: var(--pe-text);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
    transition: background-color 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910),
        border-color 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910),
        color 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910),
        box-shadow 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.pe-accessory-meta-section__action::after {
    border-radius: 5px;
}

.pe-accessory-meta-section__action:hover,
.pe-accessory-meta-section__action:focus-visible {
    border-color: #000;
    background: #000;
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    transition-duration: 256ms;
}

.pe-free-dimensions__field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.pe-choice-field,
.pe-accessory-control-field,
.pe-inline-quantity-field,
.pe-accessory-qty-item__field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.pe-choice-field--full-width {
    grid-column: 1 / -1;
    width: 100%;
}

.pe-inline-quantity-field {
    margin-top: 10px;
    max-width: 260px;
    width: min(100%, 260px);
}

.pe-inline-quantity-field--selector {
    width: 100%;
    max-width: none;
    justify-items: stretch;
}

.pe-inline-quantity-field--selector .pe-inline-quantity-field__wrap {
    width: min(100%, 260px);
    margin-left: auto;
    margin-right: auto;
}

.pe-free-dimensions__grid--primary .pe-inline-quantity-field {
    margin-top: 0;
    width: 100%;
}

.pe-block-card__body > .pe-inline-quantity-field {
    margin-left: auto;
    margin-right: auto;
}

.pe-inline-quantity-field--full-width {
    width: 100%;
}

.pe-inline-quantity-field__wrap {
    min-height: 42px;
}

.pe-free-dimensions__input-wrap--stepper {
    grid-template-columns: minmax(0, 1fr) auto;
}

.pe-free-dimensions__input-wrap--stepper.pe-free-dimensions__input-wrap--no-unit {
    grid-template-columns: minmax(0, 1fr);
}

.pe-qty-stepper {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
}

.pe-qty-stepper__button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    width: 34px;
    min-height: 40px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: var(--pe-accent-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
    z-index: 1;
}

.pe-qty-stepper__button:hover {
    background: var(--pe-accent-hover);
    color: #fff;
}

.pe-qty-stepper__button:disabled {
    background: transparent;
    color: var(--pe-muted);
    opacity: 0.35;
    cursor: not-allowed;
}

.pe-qty-stepper__button[data-step="-1"] {
    left: 0;
    right: auto;
    border-right: 1px solid rgba(var(--pe-accent-rgb), 0.1);
}

.pe-qty-stepper__button[data-step="1"] {
    right: 0;
    left: auto;
    border-left: 1px solid rgba(var(--pe-accent-rgb), 0.1);
}

.pe-free-dimensions__input-wrap--stepper .pe-free-dimensions__input {
    padding-left: 38px;
    padding-right: 38px;
    text-align: center;
}

.pe-inline-quantity-field__input {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--pe-text);
}

.pe-inline-quantity-field__unit {
    min-width: 44px;
    justify-content: center;
    padding: 0 12px;
    font-weight: 700;
    color: var(--pe-accent-dark);
}

.pe-choice-group {
    display: grid;
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(0, 1fr));
    gap: 8px;
    align-items: flex-start;
}

.pe-choice-group[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(140px, 210px));
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pe-conditional-attribute__toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.pe-conditional-attribute__toggle .pe-choice-field,
.pe-conditional-attribute__toggle-field {
    width: min(100%, 440px);
}

.pe-conditional-attribute__toggle .pe-choice-group,
.pe-conditional-attribute__toggle-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 5px;
    border: 1px solid var(--pe-border);
    border-radius: 16px;
    background: linear-gradient(180deg, var(--pe-surface-panel) 0%, var(--pe-surface-soft-alt) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    --pe-option-label-line-height: 1.15;
}

.pe-conditional-attribute__options-panel {
    width: min(100%, 820px);
    margin: 0 auto;
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(var(--pe-accent-rgb), 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffefe 0%, var(--pe-surface-soft) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.pe-conditional-attribute__options {
    gap: 12px;
}

.pe-conditional-attribute__options[data-pe-grid-mode="compact"] {
    grid-template-columns: repeat(var(--pe-columns-count, 4), minmax(180px, 260px));
}

.pe-conditional-attribute__options-panel .pe-inline-quantity-field {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 240px);
    gap: 8px;
}

.pe-conditional-attribute__options-panel .pe-inline-quantity-field--selector {
    width: 100%;
    max-width: none;
}

.pe-conditional-attribute__options-panel .pe-inline-quantity-field__wrap {
    border-color: var(--pe-border-strong);
    background: #fff;
    box-shadow: 0 6px 16px rgba(var(--pe-accent-rgb), 0.06);
}

.pe-conditional-attribute__options-panel .pe-inline-quantity-field__unit {
    background: var(--pe-surface-soft);
    border-left-color: var(--pe-border);
}

.pe-choice-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.pe-choice-fields > .pe-choice-field {
    width: 100%;
    min-width: 0;
}

.pe-choice-button {
    position: relative;
    margin: 0;
    width: 100%;
}

.pe-choice-button input[type="radio"],
.pe-choice-button input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.pe-choice-button__text {
    --pe-sweep-base: #fff;
    min-height: calc(var(--pe-option-label-height, 1em) + (var(--pe-option-button-padding-y, 8px) * 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--pe-accent);
    border-radius: 8px;
    padding: var(--pe-option-button-padding-y, 8px) var(--pe-option-button-padding-x, 10px);
    color: var(--pe-text);
    font-weight: 700;
    font-size: var(--pe-option-button-font-size, 14px);
    line-height: var(--pe-option-label-line-height, 1.2);
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.pe-choice-button__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
}

.pe-choice-button__label-text {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    overflow: visible;
    line-height: var(--pe-option-label-line-height);
    text-align: center;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.pe-choice-button__label-text--with-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pe-choice-button__label-text-value {
    min-width: 0;
}

.pe-choice-button__content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
}

.pe-option-help-link {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 5;
}



.pe-choice-button__content .pe-option-help-link {
    top: -2px;
    right: -2px;
}

.pe-option-help-link__icon {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.pe-option-help-popover {
    position: fixed;
    top: 12px;
    left: 12px;
    width: min(500px, calc(100vw - 24px));
    height: min(300px, calc(100vh - 24px));
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    box-sizing: border-box;
    z-index: 10020;
}

.pe-option-help-popover__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--pe-text);
    min-height: 100%;
}

.pe-option-help-popover__content p {
    margin: 0;
}

.pe-option-help-popover__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pe-option-help-popover__content img:only-child {
    margin-top: auto;
    margin-bottom: auto;
}

.pe-choice-button__image {
    width: var(--pe-option-image-size);
    height: var(--pe-option-image-size);
    max-width: 100%;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.pe-choice-button__symbol {
    color: var(--pe-accent-hover);
    font-weight: 800;
    line-height: 1;
    flex: 0 0 auto;
}

.pe-choice-field--sleeve-diameter .pe-choice-button__symbol {
    color: inherit;
    font-size: 20px;
}

.pe-choice-button--with-image .pe-choice-button__text {
    min-width: 0;
    min-height: 0;
    display: grid;
    gap: 8px;
    align-items: start;
    justify-items: center;
    padding: 0;
    border: 0;
    color: var(--pe-text);
    background-image: none;
    box-shadow: none;
    overflow: visible;
}

.pe-choice-button:hover .pe-choice-button__text {
    border-color: var(--pe-accent-hover);
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    box-shadow: 0 6px 14px rgba(var(--pe-accent-rgb), 0.06);
    transform: none;
}

.pe-choice-button input:checked + .pe-choice-button__text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.14);
}

.pe-choice-button--with-image .pe-choice-button__label {
    --pe-sweep-base: #fff;
    min-height: calc(var(--pe-option-label-height, 1em) + (var(--pe-option-button-padding-y, 8px) * 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid var(--pe-accent);
    border-radius: 8px;
    padding: var(--pe-option-button-padding-y, 8px) var(--pe-option-button-padding-x, 10px);
    box-sizing: border-box;
    color: var(--pe-text);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image:
        linear-gradient(90deg, var(--pe-accent-hover), var(--pe-accent-hover)),
        linear-gradient(90deg, var(--pe-sweep-base, #fff), var(--pe-sweep-base, #fff));
    background-position: left top, left top;
    background-repeat: no-repeat;
    background-size: 0 100%, 100% 100%;
    transition:
        background-size 0.34s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.pe-choice-button--with-image:hover .pe-choice-button__text {
    border-color: transparent;
    background-size: 0 100%, 0 100%;
    color: var(--pe-text);
    box-shadow: none;
}

.pe-choice-button--with-image input:checked + .pe-choice-button__text {
    border-color: transparent;
    background-size: 0 100%, 0 100%;
    color: var(--pe-text);
    box-shadow: none;
}

.pe-choice-button--with-image:hover .pe-choice-button__label,
.pe-choice-button--with-image input:focus-visible + .pe-choice-button__text .pe-choice-button__label {
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent-hover);
    box-shadow: 0 6px 14px rgba(var(--pe-accent-rgb), 0.06);
}

.pe-choice-button--with-image input:checked + .pe-choice-button__text .pe-choice-button__label {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    color: #fff;
    border-color: var(--pe-accent);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.14);
}

.pe-choice-button--with-image:hover .pe-choice-button__symbol,
.pe-choice-button--with-image input:checked + .pe-choice-button__text .pe-choice-button__symbol {
    color: #fff;
}

.pe-choice-button:hover .pe-choice-button__symbol,
.pe-choice-button input:checked + .pe-choice-button__text .pe-choice-button__symbol {
    color: #fff;
}

.pe-choice-button--toggle .pe-choice-button__text {
    --pe-sweep-base: transparent;
    border-color: transparent;
    border-radius: 14px;
    color: var(--pe-accent-dark);
    box-shadow: none;
    line-height: var(--pe-option-label-line-height, 1.2);
}

.pe-choice-button--toggle:hover .pe-choice-button__text {
    border-color: rgba(var(--pe-accent-rgb), 0.18);
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    box-shadow: none;
    transform: none;
}

.pe-choice-button--toggle input:checked + .pe-choice-button__text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    border-color: var(--pe-accent);
    color: #fff;
    box-shadow: 0 10px 22px rgba(var(--pe-accent-rgb), 0.18);
}

.pe-conditional-attribute__options .pe-option--choice .pe-option-text {
    border-radius: 12px;
    --pe-sweep-base: #fff;
    box-shadow: 0 6px 16px rgba(var(--pe-accent-rgb), 0.05);
}

.pe-conditional-attribute__options .pe-option--choice:hover .pe-option-text {
    border-color: var(--pe-accent-hover);
    background-size: 100% 100%, 100% 100%;
    color: #fff;
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.08);
    transform: none;
}

.pe-conditional-attribute__options .pe-option--choice input:checked + .pe-option-content .pe-option-text {
    --pe-sweep-base: var(--pe-accent);
    background-size: 0 100%, 100% 100%;
    border-color: var(--pe-accent);
    box-shadow: 0 10px 22px rgba(var(--pe-accent-rgb), 0.16);
}

.pe-free-dimensions__field--orientation {
    grid-column: 1 / -1;
}

.pe-free-dimensions__grid--controls .pe-free-dimensions__field--orientation {
    grid-column: auto;
    width: 100%;
}

.pe-free-dimensions__grid--secondary .pe-free-dimensions__field--orientation {
    grid-column: auto;
    width: 100%;
}

.pe-free-dimensions__label {
    font-size: 16px;
    color: var(--pe-muted);
}

.pe-choice-field__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--pe-accent-dark);
    line-height: 1.2;
    text-align: center;
}

.pe-choice-field__label::before,
.pe-choice-field__label::after {
    content: "";
    flex: 1 1 0;
    min-width: 22px;
    height: 2px;
    background: rgba(var(--pe-accent-rgb), 0.18);
}

.pe-accessory-control__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    font-size: 16px;
    line-height: 1.3;
    color: var(--pe-muted);
    text-align: center;
}

.pe-accessory-control__label-subline {
    display: block;
    margin-top: 2px;
}

.pe-inline-quantity-field__label {
    text-align: center;
    font-size: 16px;
    color: var(--pe-muted);
}

.pe-inline-quantity-field--selector .pe-inline-quantity-field__label {
    display: flex;
    align-items: center;
    justify-self: stretch;
    gap: 18px;
    width: 100%;
    color: var(--pe-accent);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.pe-inline-quantity-field--selector .pe-inline-quantity-field__label::before,
.pe-inline-quantity-field--selector .pe-inline-quantity-field__label::after {
    content: '';
    flex: 1 1 auto;
    min-width: 28px;
    height: 2px;
    background: rgba(var(--pe-accent-rgb), 0.18);
    border-radius: 999px;
}

.pe-accessory-qty-item__label {
    font-size: 16px;
    color: var(--pe-muted);
}

.pe-component-quantity {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(190px, 230px);
    justify-content: center;
    gap: 32px;
    align-items: center;
}

.pe-component-quantity__visual {
    justify-self: stretch;
    max-width: none;
    width: 100%;
    cursor: default;
}

.pe-component-quantity__visual .pe-option-content {
    cursor: default;
}

.pe-component-quantity__visual .pe-option-text {
    cursor: default;
}

.pe-component-quantity__visual:hover .pe-option-text {
    border-color: var(--pe-accent);
    box-shadow: none;
    transform: none;
}

.pe-component-quantity__visual.is-active .pe-option-text {
    background: var(--pe-accent);
    color: #fff;
    border-color: var(--pe-accent);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.14);
}

.pe-component-quantity__visual.is-active:hover .pe-option-text {
    border-color: var(--pe-accent);
    box-shadow: 0 8px 18px rgba(var(--pe-accent-rgb), 0.14);
}

.pe-component-quantity__controls {
    display: grid;
    justify-items: center;
    justify-self: center;
    gap: 8px;
    width: 100%;
}

.pe-component-quantity__controls > .pe-inline-quantity-field,
.pe-component-quantity__quantity-field {
    margin-top: 0;
    width: min(100%, 220px);
    max-width: 220px;
}

.pe-component-quantity__controls > .pe-inline-quantity-field .pe-inline-quantity-field__label,
.pe-component-quantity__quantity-field .pe-inline-quantity-field__label {
    text-align: center;
}

.pe-component-quantity__note {
    font-size: 13px;
    line-height: 1.35;
    color: var(--pe-muted);
    text-align: center;
    font-weight: 500;
}

.pe-component-quantity__help-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 13px;
    color: var(--pe-accent-dark);
}

.pe-free-dimensions__input-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border: 1px solid var(--pe-border);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}

.pe-free-dimensions__input-wrap--no-unit {
    grid-template-columns: minmax(0, 1fr);
}

.pe-pdp-configurator input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.pe-pdp-configurator input[type="number"]::-webkit-outer-spin-button,
.pe-pdp-configurator input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pe-free-dimensions__input-wrap--invalid {
    border-color: #d23737;
    box-shadow: inset 0 0 0 1px #d23737;
}

.pe-free-dimensions__input {
    border: 0;
    min-height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: transparent;
}

.pe-free-dimensions__input--invalid {
    color: #b42318;
}

.pe-free-dimensions__input:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px var(--pe-accent);
}

.pe-free-dimensions__unit {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-left: 1px solid var(--pe-border);
    background: var(--pe-surface-soft);
    color: var(--pe-muted);
    font-size: 13px;
}

.pe-free-dimensions__input-wrap--invalid .pe-free-dimensions__unit {
    border-left-color: #d23737;
    background: #fff3f2;
    color: #b42318;
}

.pe-config-select {
    text-align: left;
    border: 1px solid var(--pe-border);
    border-radius: 8px;
    min-height: 40px;
    padding: 0 34px 0 10px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    cursor: pointer;
}

.pe-config-select:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px var(--pe-accent);
}

.pe-config-select::-ms-expand {
    display: none;
}

.pe-select-shell {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
}

.pe-select-shell::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: var(--pe-accent-dark);
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
    transition: color 0.16s ease, transform 0.16s ease;
}

.pe-select-shell:focus-within::after {
    color: var(--pe-accent);
}

.pe-tech-field {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

.pe-tech-field label {
    font-size: 13px;
    color: var(--pe-muted);
}

.pe-tech-field input[type="text"],
.pe-tech-field textarea {
    border: 1px solid var(--pe-border);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
}

.pe-tech-field textarea {
    min-height: 70px;
    resize: vertical;
}

.pe-block-empty {
    margin: 0;
    color: var(--pe-muted);
    font-size: 13px;
}

.pe-edge-unavailable-message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 88px;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid rgba(198, 40, 40, 0.18);
    border-radius: 10px;
    background: rgba(198, 40, 40, 0.06);
    color: #c62828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.pe-edge-unavailable-message--inline {
    display: block;
    min-height: 0;
    margin: -2px 0 6px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    line-height: 1.4;
}

.pe-pdp-configurator__summary {
    position: fixed;
    right: clamp(16px, 2vw, 32px);
    bottom: clamp(8vh, 16vh, 15vh);
    top: auto;
    transform: none;
    width: clamp(320px, 24vw, 550px);
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 270px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--pe-surface-soft-alt);
    border: 2px solid var(--pe-border-strong);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(var(--pe-accent-rgb), 0.2);
    padding: 14px 12px 12px;
    z-index: 30;
}

.pe-pdp-configurator__summary h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1;
    color: var(--pe-accent-dark);
    text-align: center;
}

.pe-summary-rows {
    flex: 1 1 auto;
    display: block;
    min-height: 0;
    overflow: auto;
    border-bottom: 1px solid rgba(var(--pe-accent-rgb), 0.38);
    padding-bottom: 8px;
    margin-bottom: 10px;
    padding-right: 2px;
}

.pe-summary-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.22;
}

.pe-summary-row span {
    display: inline;
    flex: 0 0 auto;
    color: var(--pe-accent-dark);
    font-weight: 600;
    line-height: inherit;
    max-width: 80%;
}

.pe-summary-row span::after {
    content: ':';
}

.pe-summary-row strong {
    display: inline;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    color: var(--pe-text);
    white-space: pre-line;
    line-height: inherit;
}



.pe-summary-toolbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 170px) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.pe-summary-empty {
    display: grid;
    gap: 5px;
    padding: 10px 2px 4px;
}

.pe-summary-empty strong {
    color: var(--pe-text);
    font-size: 14px;
}

.pe-summary-empty span {
    color: var(--pe-muted);
    font-size: 12px;
    line-height: 1.35;
}

.pe-summary-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
}

.pe-summary-qty label {
    font-size: 14px;
    color: var(--pe-muted);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.pe-summary-qty__control {
    width: min(100%, 130px);
    max-width: 130px;
    flex: 0 0 130px;
}

.pe-summary-qty__control .pe-summary-qty__input {
    border: 0;
    border-radius: 0;
    padding: 8px 4px;
    font-size: 14px;
    width: 100%;
    background: transparent;
}

.pe-summary-prices {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    position: relative;
    overflow: visible;
}

.pe-summary-prices.is-loading .pe-price-row strong {
    opacity: 0.58;
}

.pe-price-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 3px 0;
    font-size: 13px;
}

.pe-price-row--meta {
    display: none;
}

.pe-price-row span {
    color: var(--pe-muted);
}

.pe-price-row strong {
    color: var(--pe-text);
}

.pe-price-row--total {
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
    font-weight: 700;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.pe-price-row--total span {
    font-size: 17px;
    font-weight: 600;
    color: var(--pe-muted);
}

.pe-price-row--total strong {
    font-size: 20px;
    line-height: 1.05;
    color: var(--pe-accent-dark);
}

.pe-price-state {
    margin-top: 9px;
    display: grid;
    gap: 4px;
    padding: 10px 11px;
    border-radius: 8px;
    border: 1px solid rgba(var(--pe-accent-rgb), 0.2);
    background: rgba(var(--pe-accent-rgb), 0.08);
}

.pe-price-state[hidden],
.pe-price-state.is-empty {
    display: none !important;
}

.pe-price-state__title {
    color: var(--pe-text);
    font-size: 13px;
    line-height: 1.2;
}

.pe-price-state__text {
    color: var(--pe-muted);
    font-size: 12px;
    line-height: 1.35;
}

.pe-price-state--pending {
    border-color: rgba(var(--pe-accent-rgb), 0.22);
    background: rgba(var(--pe-accent-rgb), 0.08);
}

.pe-price-state--error {
    border-color: rgba(194, 31, 73, 0.28);
    background: rgba(255, 241, 245, 0.95);
}

.pe-price-state--error .pe-price-state__title,
.pe-price-state--error .pe-price-state__text {
    color: #8f1839;
}

.pe-price-state--quote {
    border-color: rgba(21, 138, 76, 0.26);
    background: rgba(240, 250, 245, 0.96);
}

.pe-price-state--quote .pe-price-state__title,
.pe-price-state--quote .pe-price-state__text {
    color: #16643b;
}

.pe-price-total-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: default;
}

.pe-price-total-toggle strong {
    color: var(--pe-accent-dark);
}

.pe-price-total-toggle.is-debug-enabled {
    cursor: pointer;
}

.pe-summary-submit:focus-visible {
    background-size: 100% 100%, 100% 100%;
    border-color: var(--pe-accent-hover);
    color: #fff;
}

.pe-price-total-toggle.is-open {
    box-shadow: inset 0 0 0 1px var(--pe-border-strong);
}

.pe-price-total-toggle:disabled {
    opacity: 1;
}

.pe-price-debug {
    margin-top: 8px;
    border-top: 1px solid rgba(var(--pe-accent-rgb), 0.32);
    padding-top: 8px;
    overflow: scroll;
}

.pe-price-debug__head {
    font-size: 12px;
    font-weight: 700;
    color: var(--pe-muted);
    margin-bottom: 6px;
}

.pe-price-debug__section {
    margin-bottom: 6px;
    border: 1px solid var(--pe-border);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
}

.pe-price-debug__section summary {
    cursor: pointer;
    padding: 6px 8px;
    font-size: 12px;
    color: var(--pe-accent-dark);
    font-weight: 600;
}

.pe-price-debug__table-wrap {
    overflow: auto;
    border-top: 1px solid var(--pe-border);
}

.pe-price-debug__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 580px;
}

.pe-price-debug__table th,
.pe-price-debug__table td {
    border-bottom: 1px solid var(--pe-border);
    padding: 4px 6px;
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.pe-price-debug__table th {
    color: var(--pe-muted);
    background: var(--pe-surface-soft);
}

.pe-price-debug__meta {
    padding: 7px 8px;
    display: grid;
    gap: 4px;
    font-size: 11px;
    color: var(--pe-text);
    line-height: 1.25;
}

.pe-price-debug__empty {
    margin: 0;
    font-size: 12px;
    color: var(--pe-muted);
}

.pe-price-loading {
    margin: 0 25px;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: var(--pe-accent-dark);
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(1px);
    z-index: 5;
    pointer-events: none;
}

.pe-summary-prices.is-loading .pe-price-loading {
    display: inline-flex;
}

.pe-price-loading__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid var(--pe-border);
    border-top-color: var(--pe-accent);
    border-radius: 50%;
    display: inline-block;
    animation: pe-spin 0.8s linear infinite;
}

@keyframes pe-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.pe-estimated-date {
    display: none !important;
}

.pe-summary-submit {
    --pe-sweep-base: var(--pe-accent);
    flex: 0 0 auto;
    margin-top: 10px;
    width: 100%;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 14px;
    line-height: 1.1;
    cursor: pointer;
    text-transform: none !important;
}

.pe-summary-submit:hover {
    background-size: 100% 100%, 100% 100%;
}

.pe-summary-submit:disabled {
    opacity: 0.74;
    cursor: progress;
}

.pe-summary-message {
    flex: 0 0 auto;
    min-height: 18px;
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--pe-muted);
}

.pe-summary-message.is-error {
    color: #c21f49;
}

@media (max-width: 1500px) and (min-width: 1280px) {
    .pe-pdp-configurator__summary {
        right: 16px;
        bottom: clamp(8vh, 12vh, 12vh);
        width: clamp(312px, 27vw, 360px);
        max-width: calc(100vw - 24px);
        max-height: calc(100vh - 235px);
    }
}

@media (max-width: 1279px) {
    .pe-pdp-configurator {
        padding-right: 0;
    }

    .pe-pdp-configurator__summary {
        position: static;
        transform: none;
        width: auto;
        max-height: none;
        display: block;
        overflow: visible;
        margin-top: 16px;
    }

    .pe-summary-rows {
        overflow: visible;
        max-height: none;
        padding-right: 0;
    }

    .pe-summary-toolbar {
        grid-template-columns: 1fr;
    }

    .pe-pdp-configurator__summary h3 {
        font-size: 24px;
    }

    .pe-summary-submit {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .pe-pdp-configurator__head h2 {
        font-size: 24px;
    }

    .pe-option-choices,
    .pe-accessory-grid,
    .pe-accessory-qty-grid,
    .pe-free-dimensions__grid,
    .pe-accessory-meta-section__grid,
    .pe-choice-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pe-grid-item--column-positioned {
        grid-column: auto / span 1;
    }

    .pe-accessory-meta-section__grid[data-pe-grid-mode="compact"] {
        grid-template-columns: repeat(var(--pe-columns-count, 2), minmax(0, 1fr));
        width: 100%;
    }

    .pe-accessory-meta-section__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pe-accessory-meta-section__action {
        width: 100%;
        min-width: 0;
    }

    .pe-conditional-attribute__toggle .pe-choice-field,
    .pe-conditional-attribute__toggle-field,
    .pe-conditional-attribute__options-panel {
        width: 100%;
    }

    .pe-free-dimensions__grid--primary {
        gap: 12px 14px;
        max-width: 524px;
    }

    .pe-free-dimensions__grid--controls {
        gap: 12px 14px;
        max-width: 460px;
    }

    .pe-free-dimensions {
        padding-inline: 16px;
    }
}

@media (max-width: 720px) {
    .pe-option-choices,
    .pe-accessory-grid,
    .pe-accessory-qty-grid,
    .pe-choice-group {
        gap: 10px;
    }

    .pe-component-quantity {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pe-component-quantity__visual {
        max-width: 220px;
    }

    .pe-component-quantity__controls {
        justify-items: stretch;
    }

    .pe-component-quantity__controls > .pe-inline-quantity-field,
    .pe-component-quantity__quantity-field {
        width: 100%;
        max-width: 220px;
        justify-self: center;
    }

    .pe-free-dimensions {
        gap: 12px;
        padding-inline: 12px;
    }

    .pe-free-dimensions__grid--primary,
    .pe-free-dimensions__grid--controls {
        gap: 10px 12px;
        max-width: 100%;
    }

    .pe-free-dimensions__quantity {
        max-width: 270px;
    }

    .pe-option--choice .pe-option-image {
        width: var(--pe-option-image-size-mobile);
        height: var(--pe-option-image-size-mobile);
    }

    .pe-option--shipping .pe-option-content {
        width: 100%;
    }

    .pe-conditional-attribute__toggle {
        margin-bottom: 14px;
    }

    .pe-conditional-attribute__toggle .pe-choice-group,
    .pe-conditional-attribute__toggle-group,
    .pe-conditional-attribute__options-panel {
        padding: 10px;
        border-radius: 16px;
    }

    .pe-option--shipping .pe-option-image {
        width: 56px;
        height: 56px;
    }

    .pe-option--shipping .pe-option-text {
        min-height: 90px;
        padding: 12px 10px 13px;
        font-size: 14px;
    }

    .pe-shipping-option-title {
        font-size: 16px;
    }

    .pe-shipping-option-date {
        font-size: 13px;
    }

    .pe-shipping-option-loader__spinner {
        width: 16px;
        height: 16px;
    }

    .pe-option--accessory .pe-option-image {
        width: var(--pe-option-image-size-mobile);
        height: var(--pe-option-image-size-mobile);
    }

    .pe-choice-button__image {
        width: var(--pe-option-image-size-mobile);
        height: var(--pe-option-image-size-mobile);
    }

    .pe-option--accessory .pe-option-text {
        min-height: 44px;
        font-size: 13px;
    }
}
