#asg-configuratore-wrapper .asg-swatch-ral .swatch-color.asg-custom-active, #asg-configuratore-wrapper .asg-swatch-ral .swatch-color.asg-custom-active i {
    transition: all .2s ease;
}
#asg-configuratore-wrapper .asg-swatch-ral .swatch-color.asg-custom-active {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.14), 0 14px 30px rgba(0,0,0,0.28);
}
#asg-configuratore-wrapper #asg-color-picker-panel {
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(10,18,36,0.94), rgba(6,12,24,0.98));
    border: 1px solid rgba(96,143,255,0.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03), 0 18px 40px rgba(0,0,0,0.28);
}
#asg-configuratore-wrapper #asg-custom-color-wheel {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    overflow: hidden;
}
#asg-configuratore-wrapper #asg-custom-hex-input {
    min-height: 48px;
    border-radius: 14px;
}
#asg-configuratore-wrapper .asg-config-header-shell-v2 {
    padding-left: 92px;
    padding-right: 92px;
}
#asg-configuratore-wrapper .asg-config-header-shell-v2 #asg-dynamic-title, #asg-configuratore-wrapper .asg-config-header-shell-v2 .asg-controls-intro-compact, #asg-configuratore-wrapper .asg-config-header-center {
    text-align: center;
    align-self: center;
}
#asg-configuratore-wrapper .asg-config-header-center {
    margin-left: auto;
    margin-right: auto;
}
.asg-shadow-popover {
    position: absolute;
    top: 74px;
    right: 18px;
    width: min(320px, calc(100vw - 48px));
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8,14,26,0.96), rgba(6,11,20,0.98));
    border: 1px solid rgba(91,154,255,0.18);
    box-shadow: 0 20px 50px rgba(0,0,0,0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.asg-shadow-popover.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.asg-shadow-popover-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
}
.asg-shadow-popover-head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .04em;
}
.asg-shadow-popover-close {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.asg-shadow-popover-grid {
    display: grid;
    gap: 12px;
}
.asg-shadow-field {
    display: grid;
    gap: 8px;
    color: rgba(231,238,247,0.9);
    font-size: 13px;
}
.asg-shadow-field select, .asg-shadow-field input[type="range"] {
    width: 100%;
}
.asg-shadow-field select {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 12px;
    min-height: 42px;
    padding: 0 12px;
}
.asg-shadow-field-toggle {
    grid-template-columns: 1fr auto;
    align-items: center;
}
.asg-shadow-field-toggle input[type="checkbox"] {
    width: 18px;
    height: 18px;
}
.asg-shadow-field strong {
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
}
#btn-open-config-panel.is-active {
    box-shadow: 0 0 0 1px rgba(91,154,255,0.18), 0 20px 40px rgba(57,120,255,0.18);
}
#asg-configuratore-wrapper .asg-viewer-top-info .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    min-height: 36px;
    padding-inline: 16px;
}
#asg-configuratore-wrapper .asg-viewer-top-info .badge i {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#asg-configuratore-wrapper .asg-shadow-popover, #asg-configuratore-wrapper .asg-shadow-popover * {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}
#asg-configuratore-wrapper .asg-shadow-popover {
    background: linear-gradient(180deg, rgba(8,14,26,0.98), rgba(5,10,20,0.98));
    border: 1px solid rgba(96, 138, 214, 0.16);
    box-shadow: 0 26px 70px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.04);
    width: min(420px, calc(100vw - 40px));
}
#asg-configuratore-wrapper .asg-shadow-popover-head strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f5f8ff;
}
#asg-configuratore-wrapper .asg-shadow-field, #asg-configuratore-wrapper .asg-shadow-field-toggle {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(148,163,184,0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}
#asg-configuratore-wrapper .asg-shadow-field span, #asg-configuratore-wrapper .asg-shadow-field-toggle span {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(214,225,243,0.78);
    display: block;
    margin-bottom: 2px;
}
#asg-configuratore-wrapper .asg-shadow-field select {
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(16,24,40,0.96), rgba(9,15,27,0.98));
    color: #f5f8ff;
    padding: 0 16px;
    text-align: center;
    text-align-last: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 12px 24px rgba(0,0,0,0.18);
}
#asg-configuratore-wrapper .asg-shadow-field option {
    text-align: center;
    background: #0b1220;
    color: #f5f8ff;
}
#asg-configuratore-wrapper .asg-shadow-field input[type="range"] {
    accent-color: #5c92ff;
}
#asg-configuratore-wrapper .asg-shadow-field-toggle {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
}
#asg-configuratore-wrapper .asg-shadow-field-toggle input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 54px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(15,24,40,0.95), rgba(9,14,26,0.98));
    border: 1px solid rgba(120,145,185,0.28);
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.16);
}
#asg-configuratore-wrapper .asg-shadow-field-toggle input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f9fbff, #dce6ff);
    box-shadow: 0 6px 12px rgba(0,0,0,0.18);
    transition: transform .22s ease, background .22s ease;
}
#asg-configuratore-wrapper .asg-shadow-field-toggle input[type="checkbox"]:checked {
    background: linear-gradient(135deg, rgba(33,220,175,0.9), rgba(79,126,255,0.9));
    border-color: rgba(89,211,186,0.38);
}
#asg-configuratore-wrapper .asg-shadow-field-toggle input[type="checkbox"]:checked::before {
    transform: translateX(24px);
    background: linear-gradient(180deg, #ffffff, #f2f8ff);
}
#asg-configuratore-wrapper .asg-shadow-native-select {
    position: static;
    inset: auto;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(129, 155, 196, 0.18);
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(12,19,33,0.96), rgba(7,12,23,0.98));
    color: #edf4ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 28px rgba(0,0,0,0.18);
}
#asg-configuratore-wrapper .asg-shadow-field-orientation {
    position: relative;
}
#asg-configuratore-wrapper .asg-shadow-orientation-pills {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
#asg-configuratore-wrapper .asg-shadow-orientation-pill {
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(129, 155, 196, 0.16);
    background: linear-gradient(180deg, rgba(12,19,33,0.94), rgba(7,12,23,0.98));
    color: #d7e5f7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 14px 26px rgba(0,0,0,0.14);
    transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, background .18s ease;
}
#asg-configuratore-wrapper .asg-shadow-orientation-pill:hover {
    color: #ffffff;
    border-color: rgba(91,154,255,0.28);
    transform: translateY(-1px);
}
#asg-configuratore-wrapper .asg-shadow-orientation-pill.is-active {
    color: #ffffff;
    border-color: rgba(65, 220, 179, 0.34);
    background: linear-gradient(135deg, rgba(0,212,170,0.20), rgba(79,126,255,0.22));
    box-shadow: 0 18px 34px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.06);
}
#asg-configuratore-wrapper .asg-shadow-popover-grid {
    gap: 14px;
}
#asg-configuratore-wrapper .asg-shadow-popover-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: #eef5ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}
#asg-configuratore-wrapper .asg-mobile-sticky-price {
    display: none;
}
#asg-configuratore-wrapper .asg-viewer-col.has-bg-watermark::after {
    content: '';
    position: absolute;
    inset: 8% 10% 18% 10%;
    background-image: var(--asg-watermark-url);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: min(52%, 420px) auto;
    opacity: 0.20;
    pointer-events: none;
    z-index: 1;
    filter: grayscale(1) brightness(1.15) contrast(0.9);
    mix-blend-mode: screen;
}
#asg-configuratore-wrapper.asg-state-configurator .asg-viewer-col.has-bg-watermark::after {
    opacity: .08;
}
#asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid {
    display: grid;
}
#asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-module-summary, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-disclaimer, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow {
    display: block;
}
#asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-divider {
    display: inline-block;
}
#asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-main {
    display: grid;
}
#asg-configuratore-wrapper .asg-dock-eyebrow {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#asg-configuratore-wrapper .asg-dock-eyebrow, #asg-configuratore-wrapper .asg-dock-eyebrow span, #asg-configuratore-wrapper .asg-dock-eyebrow i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    #asg-configuratore-wrapper.asg-state-configurator .asg-grid, #asg-configuratore-wrapper .asg-state-configurator .asg-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    #asg-configuratore-wrapper .asg-viewer-stack {
        display: block;
        width: 100%;
    }
    #asg-configuratore-wrapper .asg-viewer-col {
        order: 1;
        min-height: 420px;
        height: auto;
        position: relative;
        top: auto;
        display: block;
        width: 100%;
        margin-bottom: 14px;
        overflow: hidden;
    }
    #asg-configuratore-wrapper .asg-controls-col {
        order: 2;
        min-height: 0;
        border-top: 0;
    }
    #asg-configuratore-wrapper .asg-viewer-bottom-dock {
        order: 3;
        margin-top: 8px;
        width: 100%;
        position: sticky;
        bottom: 12px;
        z-index: 22;
    }
    #asg-configuratore-wrapper #step-2-view, #asg-configuratore-wrapper #step-2-view .asg-controls-body, #asg-configuratore-wrapper #step-2-view .control-group, #asg-configuratore-wrapper #dynamic-optionals-wrapper, #asg-configuratore-wrapper #asg-options-container {
        min-height: 0;
        height: auto;
        overflow: visible;
    }
    #asg-configuratore-wrapper.asg-state-configurator #step-2-view .asg-controls-body, #asg-configuratore-wrapper .asg-state-configurator #step-2-view .asg-controls-body {
        padding-bottom: 0;
    }
    #asg-configuratore-wrapper .asg-controls-header.asg-controls-header-compact {
        padding: 12px 12px 8px;
        border: 0;
        margin-bottom: 4px;
    }
    #asg-configuratore-wrapper .asg-config-header-shell-v2 {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 190px;
        padding: 16px 14px 8px;
        padding-left: 18px;
        padding-right: 18px;
        border: 0;
    }
    #asg-configuratore-wrapper .btn-back-models-hero, #asg-configuratore-wrapper .asg-config-mode-pill-action {
        position: absolute;
        top: 16px;
        width: 52px;
        min-width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 999px;
    }
    #asg-configuratore-wrapper .btn-back-models-hero {
        left: 16px;
    }
    #asg-configuratore-wrapper .asg-config-mode-pill-action {
        right: 16px;
    }
    #asg-configuratore-wrapper .asg-config-header-center {
        width: 100%;
        max-width: 100%;
        padding: 34px 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-top: 10px;
    }
    #asg-configuratore-wrapper .asg-config-header-shell-v2 #asg-dynamic-title {
        max-width: 11ch;
        margin: 0 auto;
        text-align: center;
        font-size: clamp(34px, 10.8vw, 52px);
        line-height: 0.92;
    }
    #asg-configuratore-wrapper .asg-config-header-shell-v2 .asg-controls-intro-compact {
        max-width: 24ch;
        margin: 0 auto;
        text-align: center;
    }
    #asg-configuratore-wrapper .asg-viewer-controls {
        width: max-content;
        max-width: calc(100% - 28px);
        bottom: 16px;
        padding: 8px;
        gap: 8px;
        display: flex;
        grid-template-columns: repeat(4, 56px);
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        flex-wrap: nowrap;
        overflow: visible;
        flex-direction: row;
        min-width: 0;
        white-space: nowrap;
        justify-items: center;
        margin: 0 auto;
        margin-inline: auto;
        pointer-events: auto;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn {
        min-width: 0;
        width: 100%;
        height: 54px;
        padding: 0;
        border-radius: 16px;
        justify-content: center;
        font-size: 0;
        line-height: 1;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn i {
        margin: 0;
        font-size: 18px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel.asg-inline-price-panel-docked {
        padding: 16px;
        border-radius: 22px;
        backdrop-filter: blur(14px);
        box-shadow: 0 22px 50px rgba(0,0,0,0.34);
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-dock-main {
        gap: 12px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .price-value {
        font-size: clamp(42px, 11vw, 56px);
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-cta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-cta-grid .btn {
        min-height: 56px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-cta-grid .btn i {
        margin: 0;
        font-size: 21px;
    }
    #asg-configuratore-wrapper .asg-inline-disclaimer {
        text-align: left;
        margin-top: 10px;
    }
    #asg-configuratore-wrapper #asg-3d-canvas, #asg-configuratore-wrapper #asg-3d-canvas canvas {
        display: block;
        width: 100%;
        min-height: 430px;
        height: 58vh;
        max-height: 620px;
    }
    #asg-configuratore-wrapper .asg-viewer-overlay {
        inset: 12px 12px 14px 12px;
        display: flex;
        pointer-events: none;
        padding: 14px;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm, #asg-configuratore-wrapper #btn-resume-rotate {
        min-width: 50px;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 18px;
        justify-content: center;
        flex: 0 0 50px;
        display: grid;
        align-items: center;
        max-width: 50px;
        min-height: 50px;
        font-size: 0;
        line-height: 1;
        margin: 0;
        grid-column: auto;
        text-align: center;
        max-height: 50px;
        place-content: center;
        place-items: center;
        position: relative;
        gap: 0;
        text-indent: 0;
        overflow: hidden;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn i, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm i {
        font-size: 18px;
        margin: 0;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn span, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm span {
        display: none;
    }
    #asg-configuratore-wrapper .asg-gizmo-overlay {
        width: 68px;
        height: 68px;
        left: auto;
        bottom: auto;
        top: 74px;
        right: 10px;
        aspect-ratio: 1 / 1;
        transform: none;
        overflow: hidden;
        z-index: 21;
    }
    #asg-configuratore-wrapper .asg-gizmo-overlay canvas {
        width: 68px;
        height: 68px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        min-width: 68px;
        min-height: 68px;
        max-width: 70px;
        max-height: 70px;
        display: block;
    }
    .asg-shadow-popover {
        top: 64px;
        right: 12px;
        width: min(300px, calc(100vw - 24px));
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm {
        font-size: 0;
        line-height: 1;
    }
    #asg-configuratore-wrapper .asg-viewer-top-info, #asg-configuratore-wrapper .asg-viewer-controls {
        pointer-events: auto;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn i, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm i, #asg-configuratore-wrapper #btn-resume-rotate i {
        margin: 0;
        font-size: 22px;
        display: block;
        width: auto;
        text-align: center;
        line-height: 1;
        transform: none;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        height: auto;
        position: static;
        left: 50%;
        right: auto;
        top: 50%;
        inset: auto;
        place-items: center;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn:last-child, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm:last-child, #asg-configuratore-wrapper #btn-resume-rotate:last-child {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
    }
    #asg-configuratore-wrapper #asg-3d-canvas {
        display: block;
        position: relative;
        width: 100%;
        height: min(60vh, 520px);
        min-height: 360px;
        max-height: 520px;
        visibility: visible;
        opacity: 1;
    }
    #asg-configuratore-wrapper #asg-3d-canvas canvas {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 360px;
        visibility: visible;
        opacity: 1;
    }
    #asg-configuratore-wrapper .asg-viewer-top-info, #asg-configuratore-wrapper .asg-viewer-controls, #asg-configuratore-wrapper .asg-gizmo-overlay {
        pointer-events: auto;
    }
    #asg-configuratore-wrapper .asg-viewer-controls .btn span, #asg-configuratore-wrapper .asg-viewer-controls .btn-sm span, #asg-configuratore-wrapper #btn-resume-rotate span {
        display: none;
    }
    #asg-configuratore-wrapper .asg-controls-header.asg-controls-header-compact, #asg-configuratore-wrapper .asg-controls-header-config, #asg-configuratore-wrapper .asg-config-header-shell-v2 {
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    #asg-configuratore-wrapper .asg-controls-header.asg-controls-header-compact, #asg-configuratore-wrapper .asg-controls-header-config {
        padding: 16px 0 4px;
        margin-bottom: 8px;
    }
    #asg-configuratore-wrapper .asg-viewer-top-info .badge {
        min-width: 0;
        justify-content: center;
        text-align: center;
        padding-inline: 18px;
        min-height: 24px;
        padding: 0 9px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-size: 9px;
        letter-spacing: 0.13em;
        width: auto;
        max-width: fit-content;
        white-space: nowrap;
        line-height: 1;
        height: 24px;
    }
    #asg-configuratore-wrapper .asg-config-header-shell-v2::before, #asg-configuratore-wrapper .asg-config-header-shell-v2::after, #asg-configuratore-wrapper .asg-controls-header-config::before, #asg-configuratore-wrapper .asg-controls-header-config::after {
        display: none;
        content: none;
    }
    #asg-configuratore-wrapper .asg-viewer-top-info {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        left: 10px;
        transform: none;
        width: auto;
        max-width: 120px;
        top: 10px;
        right: auto;
        z-index: 6;
        pointer-events: none;
        margin: 0;
    }
    #asg-configuratore-wrapper .asg-drag-hint {
        margin-left: 0;
        font-size: 10px;
        line-height: 1.15;
        color: rgba(234,242,255,0.88);
        text-shadow: 0 2px 10px rgba(0,0,0,0.42);
        white-space: nowrap;
        margin: 0;
        opacity: 0.92;
    }
    #asg-configuratore-wrapper .asg-controls-header.asg-controls-header-compact, #asg-configuratore-wrapper .asg-controls-header-config, #asg-configuratore-wrapper .asg-config-header-shell-v2, #asg-configuratore-wrapper #step-2-view .asg-controls-body, #asg-configuratore-wrapper #step-2-view .control-group {
        background: transparent;
        box-shadow: none;
    }
    #asg-configuratore-wrapper #step-2-view .control-group {
        border: 0;
        border-radius: 0;
        padding: 16px 0;
        margin: 0;
    }
    #asg-configuratore-wrapper #step-2-view .control-group::before {
        display: none;
    }
    #asg-configuratore-wrapper .asg-shadow-popover {
        position: fixed;
        top: 110px;
        left: auto;
        right: 14px;
        width: min(340px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        padding: 18px;
        border-radius: 22px;
        transform: translateY(8px) scale(0.98);
        z-index: 9999;
        max-height: calc(100vh - 120px);
        overflow: auto;
        bottom: auto;
        transform-origin: top right;
    }
    #asg-configuratore-wrapper .asg-shadow-popover.is-open {
        transform: translateY(0) scale(1);
    }
    #asg-configuratore-wrapper .asg-shadow-popover-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    #asg-configuratore-wrapper .asg-shadow-field, #asg-configuratore-wrapper .asg-shadow-field-toggle {
        padding: 14px;
        border-radius: 18px;
    }
    #asg-configuratore-wrapper .asg-shadow-field select, #asg-configuratore-wrapper .asg-shadow-field input[type="range"] {
        width: 100%;
    }
    #asg-configuratore-wrapper .asg-shadow-field strong {
        justify-self: center;
        text-align: center;
    }
    #asg-configuratore-wrapper .asg-shadow-orientation-pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        display: none;
    }
    #asg-configuratore-wrapper .asg-shadow-orientation-pill {
        min-height: 46px;
        border-radius: 15px;
        font-size: 11px;
    }
    #asg-configuratore-wrapper .asg-viewer-top-info .badge i {
        flex: 0 0 auto;
        margin: 0;
        font-size: 10px;
        margin-right: 5px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-controls-col {
        padding-bottom: 110px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        margin: 0;
        pointer-events: auto;
        margin-top: 18px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked {
        pointer-events: auto;
        border-radius: 26px;
        box-shadow: 0 18px 42px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.04);
        backdrop-filter: blur(18px);
        position: static;
        padding: 16px;
        background: linear-gradient(180deg, rgba(7,13,24,0.98), rgba(4,9,18,0.99));
        overflow: hidden;
    }
    #asg-configuratore-wrapper .asg-viewer-col, #asg-configuratore-wrapper #asg-3d-canvas, #asg-configuratore-wrapper #asg-3d-canvas canvas {
        touch-action: pan-y;
    }
    #asg-configuratore-wrapper .asg-shadow-native-select {
        position: static;
        width: 100%;
        height: 52px;
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
        padding: 0 16px;
        border: 1px solid rgba(129, 155, 196, 0.18);
        background: linear-gradient(180deg, rgba(12,19,33,0.96), rgba(7,12,23,0.98));
        color: #edf4ff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-align: center;
        text-align-last: center;
        -webkit-appearance: none;
        appearance: none;
    }
    #asg-configuratore-wrapper .asg-shadow-field-orientation {
        gap: 10px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-module-summary, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-disclaimer, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-divider {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-main {
        display: grid;
        padding: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px 12px;
        grid-template-areas: "eyebrow actions"
      "price price";
        align-items: start;
        column-gap: 12px;
        row-gap: 8px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-price-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        grid-area: price;
        justify-content: flex-end;
        min-width: 0;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .price-value {
        font-size: clamp(46px, 12vw, 64px);
        line-height: 0.96;
        letter-spacing: -0.055em;
        white-space: nowrap;
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        max-width: 100%;
    }
    body #asg-mobile-sticky-price {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
        z-index: 95;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 18px;
        border: 1px solid rgba(96, 138, 214, 0.16);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(7,13,24,0.98), rgba(4,9,18,0.98));
        box-shadow: 0 22px 54px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.04);
        backdrop-filter: blur(18px);
        color: #eef6ff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    }
    body #asg-mobile-sticky-price.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    body #asg-mobile-sticky-price .asg-mobile-sticky-label {
        display: block;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        color: #8aa0bc;
    }
    body #asg-mobile-sticky-price .asg-mobile-sticky-value {
        display: inline-flex;
        align-items: flex-start;
        gap: 4px;
        font-size: 36px;
        line-height: 1;
        font-weight: 900;
        color: #ffffff;
    }
    body #asg-mobile-sticky-price .currency {
        font-size: 20px;
        font-weight: 700;
        opacity: .9;
        transform: translateY(2px);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid {
        display: grid;
        grid-template-columns: repeat(2, 56px);
        gap: 8px;
        grid-area: actions;
        align-self: start;
        justify-self: end;
        width: auto;
        min-width: 0;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-disclaimer {
        display: block;
        padding: 14px 0 0;
        margin: 14px 0 0;
        border-top: 1px solid rgba(255,255,255,0.08);
        font-size: 12px;
        line-height: 1.45;
        color: rgba(221,233,255,0.78);
        text-wrap: balance;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-disclaimer, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-divider {
        display: block;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-module-summary {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow {
        grid-area: eyebrow;
        display: inline-flex;
        align-self: center;
        justify-self: start;
        margin: 0;
        align-items: center;
        min-height: 46px;
        padding: 0 16px;
        font-size: 12px;
        letter-spacing: 0.17em;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .price-label {
        font-size: 11px;
        letter-spacing: 0.22em;
        margin: 0;
        opacity: 0.9;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .currency {
        font-size: 24px;
        line-height: 1;
        transform: translateY(-2px);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid .btn {
        width: 56px;
        min-width: 56px;
        min-height: 56px;
        border-radius: 18px;
        padding: 0;
        display: grid;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        font-size: 0;
        height: 56px;
        place-items: center;
        line-height: 1;
        overflow: hidden;
        box-shadow: 0 14px 26px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.06);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:first-child {
        grid-area: cta1;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:last-child {
        grid-area: cta2;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn i {
        font-size: 20px;
        margin: 0;
        display: block;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-disclaimer {
        display: block;
        margin: 10px 0 0;
        padding: 10px 0 0;
        border-top: 1px solid rgba(255,255,255,0.08);
        font-size: 10px;
        line-height: 1.35;
        text-align: left;
    }
    #asg-configuratore-wrapper .asg-watermark {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-col.has-bg-watermark::after {
        inset: 12% 10% 18% 10%;
        background-position: center center;
        background-size: min(58%, 320px) auto;
        opacity: 0.1;
        mix-blend-mode: screen;
        z-index: 1;
    }
    #asg-configuratore-wrapper .asg-viewer-col.has-bg-watermark::after {
        inset: 12% 10% 18% 10%;
        background-position: center center;
        background-size: min(62%, 320px) auto;
        opacity: 0.14;
        mix-blend-mode: screen;
        z-index: 1;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-divider {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid {
        display: grid;
        grid-area: cta;
        grid-template-columns: repeat(2, 52px);
        gap: 8px;
        align-self: center;
        justify-self: end;
        justify-content: end;
        grid-auto-rows: 52px;
        width: auto;
        min-width: 112px;
        align-items: center;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn {
        width: 50px;
        min-width: 50px;
        min-height: 50px;
        border-radius: 16px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        font-size: 0;
        line-height: 1;
        max-width: 50px;
        height: 50px;
        max-height: 50px;
        place-items: center;
        overflow: hidden;
        justify-self: center;
        align-self: start;
        margin: 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.18);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-divider, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-module-summary {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-eyebrow {
        grid-area: eyebrow;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: start;
        min-height: 30px;
        padding: 0 12px;
        margin: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 10px;
        letter-spacing: 0.16em;
        line-height: 1;
        align-self: start;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-meta {
        grid-area: price;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        min-width: 0;
        overflow: visible;
        padding-top: 2px;
        align-self: center;
        justify-self: stretch;
        width: 100%;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .price-label {
        font-size: 10px;
        letter-spacing: 0.18em;
        margin: 0;
        line-height: 1.1;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .price-value {
        font-size: clamp(30px, 10vw, 52px);
        line-height: 0.92;
        letter-spacing: -0.05em;
        white-space: nowrap;
        margin: 0;
        max-width: calc(100vw - 166px);
        overflow: visible;
        text-overflow: initial;
        display: inline-flex;
        align-items: flex-start;
        gap: 3px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .currency {
        font-size: 19px;
        margin-right: 2px;
        transform: translateY(2px);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-divider, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-inline-meta {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-divider {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-inline-meta {
        grid-area: meta;
        display: block;
        min-width: 0;
        width: 100%;
        margin: 0;
        margin-top: 2px;
        min-height: 0;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-module-summary {
        display: inline-flex;
        max-width: 100%;
        margin: 0;
        padding: 7px 10px;
        font-size: 10px;
        line-height: 1.2;
        border-radius: 999px;
        white-space: normal;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:first-child, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:last-child {
        grid-area: auto;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-dock-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "eyebrow eyebrow"
      "price cta"
      "meta meta";
        column-gap: 12px;
        row-gap: 8px;
        align-items: center;
        padding: 0;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:first-child, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:last-child {
        grid-area: auto;
        width: 52px;
        min-width: 52px;
        max-width: 52px;
        height: 52px;
        min-height: 52px;
        max-height: 52px;
        padding: 0;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        font-size: 0;
        line-height: 1;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-divider, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-inline-meta, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-module-summary {
        display: none;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-price-panel.asg-inline-price-panel-docked .asg-inline-cta-grid .btn i {
        margin: 0;
        font-size: 22px;
        line-height: 1;
        display: block;
    }
}

@media (min-width: 769px) {
    .asg-shadow-popover {
        top: 86px;
        right: 20px;
        width: min(380px, calc(100vw - 80px));
        padding: 18px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(9,16,30,0.97), rgba(6,11,21,0.99));
        border: 1px solid rgba(91,154,255,0.22);
        box-shadow: 0 26px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04);
    }
    .asg-shadow-popover-head {
        margin-bottom: 16px;
    }
    .asg-shadow-popover-head strong {
        font-size: 15px;
        letter-spacing: .05em;
    }
    .asg-shadow-popover-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .asg-shadow-field, .asg-shadow-field-toggle {
        padding: 14px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 16px;
    }
    .asg-shadow-field:last-child {
        grid-column: 1 / -1;
    }
    .asg-shadow-field select, .asg-shadow-field input[type="range"] {
        accent-color: #5c92ff;
    }
    #asg-configuratore-wrapper .asg-shadow-popover {
        top: 88px;
        right: 20px;
        width: min(420px, calc(100vw - 90px));
        padding: 20px;
        border-radius: 24px;
        background: radial-gradient(circle at top right, rgba(92,146,255,0.18), transparent 34%),
            linear-gradient(180deg, rgba(10,18,34,0.98), rgba(6,12,24,0.98));
        border: 1px solid rgba(103,149,255,0.24);
        box-shadow: 0 28px 80px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.05);
        backdrop-filter: blur(14px);
    }
    #asg-configuratore-wrapper .asg-shadow-popover-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(148,163,184,0.14);
    }
    #asg-configuratore-wrapper .asg-shadow-popover-head strong {
        font-size: 15px;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
    #asg-configuratore-wrapper .asg-shadow-popover-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    #asg-configuratore-wrapper .asg-shadow-field, #asg-configuratore-wrapper .asg-shadow-field-toggle {
        padding: 14px;
        border-radius: 18px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(148,163,184,0.10);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
    }
    #asg-configuratore-wrapper .asg-shadow-field:last-child {
        grid-column: 1 / -1;
    }
    #asg-configuratore-wrapper .asg-viewer-bottom-dock {
        margin-top: 18px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel.asg-inline-price-panel-docked {
        padding: 24px 28px 18px;
        border-radius: 28px;
        background: linear-gradient(180deg, rgba(7,13,24,0.985), rgba(4,9,18,0.985));
        box-shadow: 0 24px 56px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.04);
        overflow: hidden;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-dock-main {
        display: grid;
        grid-template-columns: auto 1px minmax(220px, 300px) minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 18px;
        row-gap: 14px;
        grid-template-areas: "eyebrow divider price actions"
      "eyebrow divider meta actions";
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-dock-eyebrow {
        justify-self: center;
        margin: 0;
        grid-area: eyebrow;
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 20px;
        white-space: nowrap;
        line-height: 1;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-inline: 18px;
        transform: none;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-dock-divider {
        display: block;
        width: 1px;
        height: 54px;
        background: rgba(255,255,255,0.08);
        grid-area: divider;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-price-meta {
        align-items: flex-start;
        justify-content: center;
        min-width: 0;
        grid-area: price;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .price-label {
        margin: 0;
        font-size: 12px;
        letter-spacing: 0.2em;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .price-value {
        font-size: clamp(48px, 3.7vw, 72px);
        line-height: 0.92;
        letter-spacing: -0.05em;
        white-space: nowrap;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-cta-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(176px, 1fr));
        gap: 12px;
        justify-self: end;
        grid-area: actions;
        align-self: center;
        width: min(100%, 392px);
        max-width: 100%;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .asg-inline-cta-grid .btn {
        min-width: 176px;
        min-height: 72px;
        border-radius: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.12;
        text-align: center;
        white-space: normal;
    }
    #asg-configuratore-wrapper .asg-inline-disclaimer {
        margin: 16px 0 0;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.08);
        text-align: left;
        font-size: 14px;
        display: block;
        line-height: 1.5;
        width: 100%;
        padding: 14px 0 0;
    }
    #asg-configuratore-wrapper .asg-shadow-orientation-pills {
        display: none;
    }
    #asg-configuratore-wrapper .asg-shadow-native-select {
        position: static;
        width: 100%;
        height: 52px;
        opacity: 1;
        pointer-events: auto;
        border-radius: 16px;
        padding: 0 18px;
        border: 1px solid rgba(129,155,196,0.18);
        background: linear-gradient(180deg, rgba(12,19,33,0.96), rgba(7,12,23,0.98));
        color: #edf4ff;
        font-size: 14px;
        font-weight: 700;
        appearance: none;
        -webkit-appearance: none;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel-docked .currency {
        font-size: 24px;
        margin-right: 4px;
    }
    #asg-configuratore-wrapper .asg-dock-inline-meta {
        grid-area: meta;
        align-self: start;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #asg-configuratore-wrapper .asg-module-summary {
        display: inline-flex;
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-main {
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        column-gap: 18px;
    }
    #asg-configuratore-wrapper .asg-inline-price-panel.asg-inline-price-panel-docked .asg-dock-eyebrow {
        align-self: center;
        justify-self: center;
        margin: 0;
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .price-value {
        max-width: calc(100vw - 154px);
        font-size: clamp(28px, 9.6vw, 46px);
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn {
        width: 54px;
        min-width: 54px;
        max-width: 54px;
        height: 54px;
        min-height: 54px;
        max-height: 54px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid {
        grid-template-columns: repeat(2, 48px);
        grid-auto-rows: 48px;
        gap: 6px;
        min-width: 104px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn {
        width: 46px;
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        min-height: 46px;
        max-height: 46px;
        border-radius: 15px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn i {
        font-size: 18px;
    }
    #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:first-child, #asg-configuratore-wrapper.asg-state-configurator .asg-viewer-bottom-dock .asg-inline-cta-grid .btn:last-child {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        border-radius: 15px;
    }
}