#configurator-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#configurator-loader.active {
    display: flex;
}
#configurator-loader .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
#configurator-loader .loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg); }
}

@keyframes prixClipFix {
    0%   { clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
    25%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
    50%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
    75%  { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
    100% { clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); }
}

.aw-fabrication-delay {
    margin: 1rem 0 !important;
    width: 100% !important;
}
.aw-fabrication-delay p {
    margin: 0 !important;
}
.aw-cart-configurator-selections {
    margin-top: 10px;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px;
}
.aw-cart-configurator-selections .selection-item {
    display: inline-flex !important;
    background: #f5f5f5 !important;
    border-radius: 20px !important;
    padding: 4px 14px !important;
    font-size: 12px !important;
    color: #555 !important;
    line-height: 1.4;
}
.aw-cart-configurator-selections .selection-item .option-name {
    font-weight: 600;
    color: #232323 !important;
    margin-right: 3px;
}
/* --- Hide freejump elements for Voronoi products --- */
.configurator-page .fjc-header-side-logo{
    display: none;
}
.configurator-page .fjc-footer{
    display: none;
}

/* Modal styles are now shared via .addtocart-modal class in the theme SCSS */

/* Configurator-specific: product name uses strong tag filled by JS */
#modalConfigurator .configurator-modal-combination strong {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (min-width: 1200px) {
    #description .fj-accessories-right {
        float: right;
    }
}

#main .compare-row,
#main .compare-row .compare-titre,
#main .compare-row h2,
#main .compare-row h3,
#main .compare-row h4,
#main .compare-row p {
    color: #000;
}
