.finishing-theme-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.finishing-theme-svg svg {
    display: block;
    width: 100%;
    height: 100%;
}

#sdv-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: opacity 160ms ease;
}

#canvas-wrapper .sdv-loading-overlay {
    position: absolute;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(247, 247, 246, 0.85);
    z-index: 10;
}

#canvas-wrapper.is-loading .sdv-loading-overlay {
    display: grid;
}

#canvas-wrapper.is-loading #sdv-canvas {
    opacity: 0;
}

.sdv-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    animation: sdvspin 0.9s linear infinite;
}

@keyframes sdvspin {
    to { transform: rotate(360deg); }
}

#fullImage .modal__container {
    padding: 0;
    height: 100%;
}

#fullImage .modal__content {
    width: 100%;
    height: 100%;
    max-width: none;
}

#fullImage .modal__img-full {
    position: relative;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

#canvas-wrapper.product__img div:has(img[src$="spinner_ripple.svg"]) {
    z-index: 2;
    width: 200px;
    height: 66px;
}

#canvas-wrapper.product__img div img[src*="spinner_ripple"] {
    width: 66px !important;
    height: 66px !important;
}
form[data-product-form] .summary .summary-action a.btn[data-edit-form] {
    position: absolute;
    right: 0;
}
form[data-product-form] .step-input.stair-input-prev[data-step="0"] .step-input__header {
    position: relative;
}
form[data-product-form] .step-input.stair-input-prev[data-step="0"] .step-input__header a[data-popup-opener] {
    position: absolute;
    right: 0;
}
/* Default state: show errors, hide basket buttons */
.configuration.more-to-do { display: block; }
.configuration.add-or-edit { display: none; }
.configuration.employee-edit { display: none; }
.is-employee .cart-holder { display: none; }

/* Payment-status: hide all status sections by default; handlePaymentStatus reveals
   the one matching the order's status (.payment.payment-<status>). */
.clips-payment-status section.payment,
.clips-payment-status section.payment-video {
    display: none;
}
.clips-configurator .floor-input__price p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}
.void-input--v2 .floor-input__table-label.grid--xl > div:nth-child(3) {
    text-align: center !important;
}

.expert-review__message.success {
    color: green;
}

.expert-review__message.error {
    color: red;
}

.share-form__success button[data-share-btn] {
    position: static;
    transform: none;
    top: auto;
    right: auto;
    height: auto;
}
.share__holder:not(:has(.share-form__success.active)) {
    .share-configurator { display: block !important; }
    .share-configuration { display: inline-flex !important; }
}
.cart-holder.active .cart-dropdown.cart-dropdown-items-1 .cart-item__remove {
    display: inline-block;
}
.geometry__total > div > div:nth-child(2) {
    font-weight: 700;
}
body.clips-configurator[language-id="1"] .stair-finishing__option {
    max-width: 291px;
}
@media (min-width: 768px) {
    body[language-id="4"] [data-product-form] .step-input .step-input__slider label {
        font-size: 15px;
    }
}

.floor-input__quantity input[name="amountOfFloors"],
.floor-input__quantity input[name="quantity"] {
    pointer-events: none;
    cursor: default;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .input-next::before {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background-color: hsla(0, 0%, 100%, .4);
    }
    .modal__backdrop, .modal__fixed:before {
        -webkit-backdrop-filter: blur(10px) brightness(85%);
        backdrop-filter: blur(10px);
    }
}