/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-6snyvdfrid] {
    min-height: 100vh;
}

#blazor-error-ui[b-6snyvdfrid] {
    color-scheme: light only;
    background: #fff3dd;
    bottom: 0;
    box-shadow: 0 -10px 24px rgba(90, 52, 36, 0.14);
    box-sizing: border-box;
    color: #693e2c;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .reload[b-6snyvdfrid] {
        color: inherit;
        font-weight: 700;
    }

    #blazor-error-ui .dismiss[b-6snyvdfrid] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eff1nz09te],
.components-reconnect-repeated-attempt-visible[b-eff1nz09te],
.components-reconnect-failed-visible[b-eff1nz09te],
.components-pause-visible[b-eff1nz09te],
.components-resume-failed-visible[b-eff1nz09te],
.components-rejoining-animation[b-eff1nz09te] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-retrying[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-failed[b-eff1nz09te],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eff1nz09te] {
    display: block;
}


#components-reconnect-modal[b-eff1nz09te] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-eff1nz09te 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eff1nz09te 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eff1nz09te 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eff1nz09te]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eff1nz09te 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eff1nz09te {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eff1nz09te {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eff1nz09te {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eff1nz09te] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eff1nz09te] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eff1nz09te] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eff1nz09te] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eff1nz09te] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eff1nz09te] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eff1nz09te] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eff1nz09te 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eff1nz09te] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eff1nz09te {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Gestion.razor.rz.scp.css */
.gestion-page[b-ez0lyc7oyj] {
    min-height: 100vh;
    padding: 1.25rem;
    background: linear-gradient(180deg, #f7fbff 0%, #fff7fb 58%, #ffffff 100%);
}

@media (min-width: 841px) {
    #plantilla-cleaning .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        gap: 0.5rem;
        padding: clamp(0.85rem, 1.2vw, 1.25rem);
    }

    #plantilla-cleaning .gestion-template-modal__header span:not(.gestion-template-modal__close)[b-ez0lyc7oyj] {
        min-height: 1.8rem;
        padding: 0.26rem 0.9rem;
        font-size: 0.88rem;
    }

    #plantilla-cleaning .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.22rem 0;
        font-size: clamp(2.25rem, 3vw, 3.05rem);
    }

    #plantilla-cleaning .gestion-template-modal__header p[b-ez0lyc7oyj] {
        font-size: clamp(0.96rem, 1.1vw, 1.08rem);
        line-height: 1.28;
    }

    #plantilla-cleaning .gestion-cleaning-template[b-ez0lyc7oyj] {
        gap: 1.15rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
        min-height: 28.25rem;
        gap: 0.55rem;
        padding: 1.15rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj]::before {
        width: 12.2rem;
        height: 5.8rem;
        margin: 0 0 -0.2rem;
        opacity: 0.68;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone > span[b-ez0lyc7oyj] {
        width: 4.7rem;
        height: 4.7rem;
        font-size: 2.2rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone strong[b-ez0lyc7oyj] {
        font-size: 1.3rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone p[b-ez0lyc7oyj] {
        font-size: 0.98rem;
        line-height: 1.35;
    }

    #plantilla-cleaning .gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
        min-height: 3.25rem;
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-cleaning-template__upload-button span[b-ez0lyc7oyj] {
        color: inherit;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone small[b-ez0lyc7oyj] {
        font-size: 1rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__form[b-ez0lyc7oyj] {
        gap: 0.6rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section[b-ez0lyc7oyj] {
        gap: 0.58rem;
        padding: 0.78rem 1.05rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3[b-ez0lyc7oyj] {
        gap: 0.62rem;
        font-size: 1.18rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3 span[b-ez0lyc7oyj] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__grid[b-ez0lyc7oyj] {
        gap: 0.56rem 1rem;
    }

    #plantilla-cleaning .gestion-cleaning-template label[b-ez0lyc7oyj] {
        gap: 0.35rem;
        font-size: 0.92rem;
    }

    #plantilla-cleaning .gestion-cleaning-template input[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template select[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 2.48rem;
        padding: 0.48rem 0.72rem;
        font-size: 0.96rem;
    }

    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 2.65rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions[b-ez0lyc7oyj] {
        padding-top: 0.48rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-height: 2.82rem;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        display: block !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding-right: 4.5rem !important;
    }

    .gestion-category-modal__hero > div[b-ez0lyc7oyj] {
        width: min(100%, 72rem) !important;
        max-width: 72rem !important;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj],
    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        width: auto !important;
        max-width: 72rem !important;
    }
}

.gestion-comments[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-comments__header[b-ez0lyc7oyj],
.gestion-comment[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(16, 35, 59, 0.12);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(16, 35, 59, 0.08);
}

.gestion-comments__header[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.gestion-comments__header h2[b-ez0lyc7oyj],
.gestion-comment h3[b-ez0lyc7oyj] {
    margin: 0;
    color: #10233b;
}

.gestion-comments__header p[b-ez0lyc7oyj],
.gestion-comment p[b-ez0lyc7oyj],
.gestion-comment small[b-ez0lyc7oyj],
.gestion-comments__summary span[b-ez0lyc7oyj] {
    margin: 0;
    color: #436078;
}

.gestion-comments__header strong[b-ez0lyc7oyj] {
    color: #6e26d9;
}

.gestion-comments__summary[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.7rem;
}

.gestion-comments__summary article[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
    padding: 0.85rem;
    border: 1px solid rgba(16, 35, 59, 0.1);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-comments__summary small[b-ez0lyc7oyj] {
    color: #436078;
    font-weight: 800;
}

.gestion-comments__summary strong[b-ez0lyc7oyj],
.gestion-comment__rating strong[b-ez0lyc7oyj] {
    color: #d13f8d;
    letter-spacing: 0.03em;
}

.gestion-comments__list[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.75rem;
}

.gestion-comment[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
}

.gestion-comment__main[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
}

.gestion-comment__status[b-ez0lyc7oyj] {
    width: max-content;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
}

.gestion-comment__status--approved[b-ez0lyc7oyj] {
    background: rgba(25, 230, 230, 0.16);
    color: #08797b;
}

.gestion-comment__status--pending[b-ez0lyc7oyj] {
    background: rgba(210, 155, 33, 0.18);
    color: #8b5e00;
}

.gestion-comment__status--hidden[b-ez0lyc7oyj] {
    background: rgba(16, 35, 59, 0.1);
    color: #436078;
}

.gestion-comment__rating[b-ez0lyc7oyj] {
    display: grid;
    justify-items: end;
    gap: 0.2rem;
    color: #436078;
    font-size: 0.86rem;
    font-weight: 850;
}

.gestion-comment__actions[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
}

.gestion-comment__actions button[b-ez0lyc7oyj] {
    min-height: 2.25rem;
    padding: 0 0.75rem;
    border: 1px solid rgba(16, 35, 59, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #10233b;
    font-weight: 850;
}

.gestion-comment__actions button:hover[b-ez0lyc7oyj] {
    border-color: #6e26d9;
    color: #6e26d9;
}

@media (max-width: 760px) {
    .gestion-comments__header[b-ez0lyc7oyj],
    .gestion-comment[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-comment__rating[b-ez0lyc7oyj] {
        justify-items: start;
    }

    .gestion-comment__actions[b-ez0lyc7oyj] {
        justify-content: stretch;
    }

    .gestion-comment__actions button[b-ez0lyc7oyj] {
        flex: 1 1 8rem;
    }
}

@media (min-width: 841px) {
    .gestion-toolbar[b-ez0lyc7oyj] {
        min-height: 5.2rem;
        padding: 1.15rem 1.35rem;
    }

    .gestion-toolbar > div:first-child[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    .gestion-toolbar > div:first-child strong[b-ez0lyc7oyj] {
        color: var(--page-copy);
        font-size: 1.28rem;
        line-height: 1.25;
    }

    .gestion-toolbar > div:first-child > span:not(.gestion-toolbar__icon)[b-ez0lyc7oyj] {
        color: #536a91;
        font-size: 1.08rem;
        line-height: 1.35;
    }

    .gestion-categories--page[b-ez0lyc7oyj] {
        gap: 1.35rem;
        padding: 2.25rem 2.45rem;
    }

    .gestion-categories__header h2[b-ez0lyc7oyj] {
        font-size: clamp(2.75rem, 3.35vw, 3.5rem);
        line-height: 1.05;
    }

    .gestion-categories__header p[b-ez0lyc7oyj] {
        margin-top: 0.45rem;
        color: #5b6f96;
        font-size: 1.35rem;
        line-height: 1.4;
    }

    .gestion-categories__create[b-ez0lyc7oyj] {
        min-height: 3.75rem;
        min-width: 11.5rem;
        padding: 0.95rem 1.65rem;
        font-size: 1.12rem;
    }

    .gestion-category-row[b-ez0lyc7oyj] {
        min-height: 7.35rem;
        padding: 1.25rem 1.45rem;
    }

    .gestion-category-row__icon[b-ez0lyc7oyj] {
        width: 4.05rem;
        height: 4.05rem;
        font-size: 1.25rem;
    }

    .gestion-category-row__copy strong[b-ez0lyc7oyj] {
        font-size: 1.65rem;
        line-height: 1.15;
    }

    .gestion-category-row__copy small[b-ez0lyc7oyj] {
        margin-top: 0.18rem;
        color: #4f6387;
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .gestion-category-row__actions button[b-ez0lyc7oyj] {
        width: 3.45rem;
        height: 3.45rem;
        font-size: 1.25rem;
    }

    .gestion-product-row[b-ez0lyc7oyj] {
        grid-template-columns: 3.8rem minmax(0, 1fr) auto;
        min-height: 6.4rem;
        padding: 1rem 1.25rem;
    }

    .gestion-product-row__actions button[b-ez0lyc7oyj] {
        min-width: 7.5rem;
        min-height: 3.1rem;
        font-size: 1rem;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        display: block !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding-right: 4.5rem !important;
    }

    .gestion-category-modal__hero > div[b-ez0lyc7oyj] {
        width: min(100%, 72rem) !important;
        max-width: 72rem !important;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj],
    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        width: auto !important;
        max-width: 72rem !important;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        display: block !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding-right: 4.5rem !important;
    }

    .gestion-category-modal__hero > div[b-ez0lyc7oyj] {
        width: min(100%, 72rem) !important;
        max-width: 72rem !important;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj],
    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        width: auto !important;
        max-width: 72rem !important;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        grid-template-columns: minmax(0, 1fr);
        padding-right: 4rem;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        display: block;
        min-height: 0;
        padding-right: 4.5rem;
    }

    .gestion-category-modal__hero > div[b-ez0lyc7oyj] {
        width: min(100%, 72rem);
        max-width: 72rem;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj],
    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        width: auto;
        max-width: 72rem;
    }
}

@media (min-width: 841px) {
    #plantilla-cleaning .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        padding: clamp(1rem, 1.45vw, 1.55rem);
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
        min-height: 28.25rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj]::before {
        width: 12.2rem;
        height: 5.8rem;
    }

    #plantilla-cleaning .gestion-cleaning-template label.gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-cleaning-template label.gestion-cleaning-template__upload-button span[b-ez0lyc7oyj] {
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-template-modal__actions[b-ez0lyc7oyj] {
        padding-top: 0.48rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-height: 3.05rem;
    }
}

@media (min-width: 841px) {
    #plantilla-cleaning .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        padding: clamp(1rem, 1.45vw, 1.55rem);
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
        min-height: 28.25rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj]::before {
        width: 12.2rem;
        height: 5.8rem;
    }

    #plantilla-cleaning .gestion-cleaning-template label.gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-cleaning-template label.gestion-cleaning-template__upload-button span[b-ez0lyc7oyj] {
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-template-modal__actions[b-ez0lyc7oyj] {
        padding-top: 0.48rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-height: 3.05rem;
    }
}

.gestion-page__shell[b-ez0lyc7oyj] {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    gap: 1.35rem;
}

.gestion-page--login[b-ez0lyc7oyj] {
    display: grid;
    align-items: center;
}

.gestion-page--login .gestion-page__shell[b-ez0lyc7oyj] {
    width: min(100%, 72rem);
    gap: 1.1rem;
}

.gestion-page__hero[b-ez0lyc7oyj],
.gestion-toolbar[b-ez0lyc7oyj],
.gestion-login__card[b-ez0lyc7oyj],
.gestion-item[b-ez0lyc7oyj],
.gestion-sidebar[b-ez0lyc7oyj],
.gestion-empty-selection[b-ez0lyc7oyj],
.gestion-loading[b-ez0lyc7oyj] {
    border-radius: 1.1rem;
    background: rgba(250, 253, 255, 0.9);
    border: 1px solid var(--page-stroke);
    box-shadow: 0 24px 70px rgba(8, 35, 66, 0.1);
    backdrop-filter: blur(10px);
}

.gestion-page__hero[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    min-height: auto;
    padding: 1.35rem 1.6rem;
    box-shadow: 0 14px 36px rgba(8, 35, 66, 0.07);
}

.gestion-page--login .gestion-page__hero[b-ez0lyc7oyj] {
    min-height: auto;
    padding: 1.25rem 1.65rem;
}

.gestion-page--login .gestion-page__hero h1[b-ez0lyc7oyj] {
    font-size: clamp(2rem, 3vw, 2.55rem);
}

.gestion-page--login .gestion-page__hero p[b-ez0lyc7oyj] {
    max-width: 46rem;
    line-height: 1.45;
}

.gestion-topnav[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.6vw, 1.35rem);
    padding: clamp(0.85rem, 1.6vw, 1.35rem);
    border: 1px solid var(--page-stroke);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 55px rgba(8, 35, 66, 0.08);
}

.gestion-home[b-ez0lyc7oyj] {
    display: grid;
    gap: 1.15rem;
}

.gestion-home__header[b-ez0lyc7oyj],
.gestion-home__stats[b-ez0lyc7oyj],
.gestion-home__chart[b-ez0lyc7oyj] {
    border: 1px solid var(--page-stroke);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(8, 35, 66, 0.08);
}

.gestion-home__header[b-ez0lyc7oyj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: clamp(18rem, 26vw, 23rem);
    padding: clamp(2.2rem, 4vw, 3.6rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 26%, rgba(255, 255, 255, 0.72) 0 4.2rem, transparent 4.3rem),
        radial-gradient(circle at 68% 92%, rgba(151, 123, 255, 0.16) 0 7rem, transparent 7.1rem),
        radial-gradient(circle at 88% 6%, color-mix(in srgb, var(--page-pink) 15%, transparent), transparent 36%),
        radial-gradient(circle at 8% 100%, color-mix(in srgb, var(--page-accent) 17%, transparent), transparent 40%),
        linear-gradient(135deg, rgba(248, 254, 255, 0.98), rgba(255, 244, 250, 0.94));
}

.gestion-home__header[b-ez0lyc7oyj]::before {
    content: "";
    position: absolute;
    right: -7%;
    bottom: -22%;
    width: 42%;
    aspect-ratio: 1.55;
    border: 2px solid rgba(255, 255, 255, 0.66);
    border-radius: 52% 48% 0 0;
    transform: rotate(-18deg);
    box-shadow: -5rem -2.6rem 0 rgba(255, 255, 255, 0.18);
}

.gestion-home__header[b-ez0lyc7oyj]::after {
    content: "";
    position: absolute;
    right: 31%;
    top: 18%;
    width: 8.2rem;
    height: 5.6rem;
    opacity: 0.28;
    background-image: radial-gradient(circle, var(--page-pink) 1.5px, transparent 1.7px);
    background-size: 1rem 1rem;
}

.gestion-home__header > div[b-ez0lyc7oyj] {
    position: relative;
    z-index: 1;
}

.gestion-home__header h1[b-ez0lyc7oyj] {
    margin: 0.45rem 0 0;
    color: var(--page-copy);
    font-family: "Sora", "Segoe UI", sans-serif;
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 1.02;
}

.gestion-home__header p[b-ez0lyc7oyj] {
    position: relative;
    max-width: 43rem;
    margin: 1.25rem 0 0;
    padding-left: 1.25rem;
    color: var(--page-copy-muted);
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.55;
}

.gestion-home__header p[b-ez0lyc7oyj]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.25rem;
    width: 0.18rem;
    border-radius: 999px;
    background: var(--page-pink);
}

.gestion-home__stats[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.gestion-home__stats article[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.35rem 1.6rem;
    align-items: center;
    min-height: 11.8rem;
    padding: clamp(1.55rem, 2.5vw, 2.25rem);
    border: 1px solid #dbe5ef;
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 55px rgba(8, 35, 66, 0.08);
}

.gestion-home__stat-icon[b-ez0lyc7oyj] {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: clamp(4.4rem, 7vw, 6.5rem);
    height: clamp(4.4rem, 7vw, 6.5rem);
    border-radius: 999px;
}

.gestion-home__stat-icon svg[b-ez0lyc7oyj] {
    width: 2.2rem;
    height: 2.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gestion-home__stat-icon--pink[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-pink) 11%, transparent);
    color: var(--page-pink);
}

.gestion-home__stat-icon--teal[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-accent) 11%, transparent);
    color: var(--page-accent-strong);
}

.gestion-home__stat-icon--violet[b-ez0lyc7oyj] {
    background: rgba(111, 104, 255, 0.12);
    color: #6f68ff;
}

.gestion-home__stats small[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-weight: 900;
}

.gestion-home__stats strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    line-height: 1;
}

.gestion-home__chart[b-ez0lyc7oyj] {
    display: grid;
    gap: 1.8rem;
    padding: clamp(1.7rem, 3vw, 2.65rem);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 55px rgba(8, 35, 66, 0.08);
}

.gestion-home__chart-heading[b-ez0lyc7oyj] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.gestion-home__chart-heading h2[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.gestion-home__chart-heading span[b-ez0lyc7oyj],
.gestion-home__bar span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-weight: 850;
}

.gestion-home__bar[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(10rem, 0.35fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-height: 7.2rem;
    padding: 1.45rem 1.7rem;
    border: 1px solid #dbe5ef;
    border-radius: 0.95rem;
    background: #ffffff;
}

.gestion-home__bar > div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-home__bar strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.gestion-home__bar meter[b-ez0lyc7oyj] {
    width: 100%;
    height: 0.95rem;
}

.gestion-home__bar meter[b-ez0lyc7oyj]::-webkit-meter-bar {
    border: 0;
    border-radius: 999px;
    background: #eef4f8;
}

.gestion-home__bar meter[b-ez0lyc7oyj]::-webkit-meter-optimum-value {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--page-accent-strong), var(--page-pink));
}

.gestion-topnav a[b-ez0lyc7oyj],
.gestion-topnav button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: 4.55rem;
    padding: 0.85rem 1rem;
    border: 1px solid #dbe5ef;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--page-copy);
    font-weight: 900;
    font-size: clamp(1rem, 1.4vw, 1.28rem);
    text-align: center;
    box-shadow: 0 10px 24px rgba(8, 35, 66, 0.04);
}

.gestion-topnav svg[b-ez0lyc7oyj] {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.gestion-topnav__item--active[b-ez0lyc7oyj] {
    background: var(--page-pink) !important;
    color: var(--page-background-soft) !important;
    border-color: transparent !important;
    box-shadow: 0 18px 34px color-mix(in srgb, var(--page-pink) 24%, transparent);
}

.gestion-page__eyebrow[b-ez0lyc7oyj],
.gestion-login__eyebrow[b-ez0lyc7oyj],
.gestion-item__index[b-ez0lyc7oyj],
.gestion-modal__eyebrow[b-ez0lyc7oyj] {
    display: inline-block;
    color: var(--page-pink);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
}

.gestion-page__hero h1[b-ez0lyc7oyj],
.gestion-login__card h2[b-ez0lyc7oyj],
.gestion-item h2[b-ez0lyc7oyj],
.gestion-modal__card h2[b-ez0lyc7oyj] {
    margin: 0.45rem 0 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    color: var(--page-copy);
}

.gestion-page__hero p[b-ez0lyc7oyj],
.gestion-login__card p[b-ez0lyc7oyj],
.gestion-loading p[b-ez0lyc7oyj],
.gestion-toolbar span[b-ez0lyc7oyj],
.gestion-item__preview p[b-ez0lyc7oyj],
.gestion-modal__card p[b-ez0lyc7oyj] {
    margin: 0.5rem 0 0;
    color: var(--page-copy-muted);
    line-height: 1.45;
}

.gestion-page__hero-actions[b-ez0lyc7oyj],
.gestion-toolbar__actions[b-ez0lyc7oyj],
.gestion-item__tools[b-ez0lyc7oyj],
.gestion-modal__actions[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.gestion-page__link[b-ez0lyc7oyj],
.gestion-page__logout[b-ez0lyc7oyj],
.gestion-toolbar__secondary[b-ez0lyc7oyj],
.gestion-toolbar__primary[b-ez0lyc7oyj],
.gestion-item__tools button[b-ez0lyc7oyj],
.gestion-login__form button[b-ez0lyc7oyj],
.gestion-modal__secondary[b-ez0lyc7oyj],
.gestion-modal__primary[b-ez0lyc7oyj],
.gestion-modal__danger[b-ez0lyc7oyj] {
    border: 0;
    padding: 0.85rem 1.15rem;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.gestion-page__link[b-ez0lyc7oyj],
.gestion-toolbar__secondary[b-ez0lyc7oyj],
.gestion-item__tools button[b-ez0lyc7oyj],
.gestion-modal__secondary[b-ez0lyc7oyj] {
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
}

.gestion-page__logout[b-ez0lyc7oyj],
.gestion-toolbar__primary[b-ez0lyc7oyj],
.gestion-login__form button[b-ez0lyc7oyj],
.gestion-modal__primary[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #f7fbff;
    box-shadow: 0 16px 24px color-mix(in srgb, var(--page-pink) 22%, transparent);
}

.gestion-modal__danger[b-ez0lyc7oyj],
.gestion-item__danger[b-ez0lyc7oyj] {
    background: rgba(255, 236, 236, 0.96) !important;
    color: #b14444 !important;
}

.gestion-page__link:hover[b-ez0lyc7oyj],
.gestion-page__logout:hover[b-ez0lyc7oyj],
.gestion-toolbar__secondary:hover[b-ez0lyc7oyj],
.gestion-toolbar__primary:hover[b-ez0lyc7oyj],
.gestion-item__tools button:hover[b-ez0lyc7oyj],
.gestion-login__form button:hover[b-ez0lyc7oyj],
.gestion-modal__secondary:hover[b-ez0lyc7oyj],
.gestion-modal__primary:hover[b-ez0lyc7oyj],
.gestion-modal__danger:hover[b-ez0lyc7oyj],
.gestion-upload__button:hover[b-ez0lyc7oyj] {
    transform: translateY(-1px);
}

.gestion-page__link:disabled[b-ez0lyc7oyj],
.gestion-page__logout:disabled[b-ez0lyc7oyj],
.gestion-toolbar__secondary:disabled[b-ez0lyc7oyj],
.gestion-toolbar__primary:disabled[b-ez0lyc7oyj],
.gestion-item__tools button:disabled[b-ez0lyc7oyj],
.gestion-login__form button:disabled[b-ez0lyc7oyj],
.gestion-modal__secondary:disabled[b-ez0lyc7oyj],
.gestion-modal__primary:disabled[b-ez0lyc7oyj],
.gestion-modal__danger:disabled[b-ez0lyc7oyj] {
    opacity: 0.48;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.gestion-login[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    padding: 2.4rem 0;
}

.gestion-page--login .gestion-login[b-ez0lyc7oyj] {
    padding: 0;
}

.gestion-login__card[b-ez0lyc7oyj] {
    width: min(100%, 32rem);
    padding: 1.6rem;
}

.gestion-page--login .gestion-login__card[b-ez0lyc7oyj] {
    width: min(100%, 29rem);
    padding: 1.35rem;
}

.gestion-login__form[b-ez0lyc7oyj],
.gestion-item__grid[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-field[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 251, 251, 0.32));
    border: 1px solid var(--page-stroke);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 16px 38px rgba(8, 35, 66, 0.06);
}

.gestion-field--auth[b-ez0lyc7oyj] {
    padding: 1.05rem;
}

.gestion-field__label[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.92rem;
    font-weight: 800;
}

.gestion-field__help[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

[b-ez0lyc7oyj] .gestion-field__control {
    width: 100%;
    min-height: 3.3rem;
    padding: 0.98rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid var(--page-stroke);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.96));
    color: var(--page-copy);
    font: inherit;
    box-shadow: 0 10px 24px rgba(8, 35, 66, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

[b-ez0lyc7oyj] .gestion-field__control::placeholder {
    color: #87a0ba;
}

[b-ez0lyc7oyj] .gestion-field__control:hover {
    border-color: color-mix(in srgb, var(--page-accent) 32%, transparent);
    background: linear-gradient(180deg, #ffffff, #f6fbff);
}

[b-ez0lyc7oyj] .gestion-field__control:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--page-accent) 50%, transparent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-accent) 14%, transparent), 0 16px 28px rgba(8, 35, 66, 0.08);
    transform: translateY(-1px);
}

[b-ez0lyc7oyj] .gestion-field__control--textarea {
    min-height: 7.5rem;
    resize: vertical;
}

[b-ez0lyc7oyj] .gestion-field__control--price {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.gestion-login__form input[b-ez0lyc7oyj],
.gestion-item__grid input[b-ez0lyc7oyj],
.gestion-item__grid textarea[b-ez0lyc7oyj] {
    width: 100%;
}

.gestion-login__error[b-ez0lyc7oyj],
.gestion-toolbar__feedback[b-ez0lyc7oyj] {
    margin: 0;
    color: #1e5f9d;
    font-weight: 700;
}

.gestion-loading[b-ez0lyc7oyj],
.gestion-toolbar[b-ez0lyc7oyj],
.gestion-item[b-ez0lyc7oyj] {
    padding: 1.35rem;
}

.gestion-toolbar[b-ez0lyc7oyj] {
    display: flex;
    justify-content: flex-start;
    gap: 0.9rem;
    align-items: center;
    padding: 0.95rem 1.2rem;
    border-radius: 0.8rem;
    box-shadow: 0 12px 30px rgba(8, 35, 66, 0.055);
}

.gestion-toolbar > div:first-child[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.gestion-toolbar > div:first-child > span:not(.gestion-toolbar__icon)[b-ez0lyc7oyj] {
    display: none;
}

.gestion-toolbar__icon[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 0.65rem;
    background: #fff7e8;
    color: #99631f;
    font-size: 1.1rem;
}

.gestion-categories[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.85rem;
    padding: 1.2rem;
    border: 1px solid var(--page-stroke);
    border-radius: 1.1rem;
    background: rgba(250, 253, 255, 0.9);
    box-shadow: 0 24px 70px rgba(8, 35, 66, 0.08);
}

.gestion-categories--page[b-ez0lyc7oyj] {
    padding: 1.8rem 2rem;
}

.gestion-categories__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
}

.gestion-categories__header:has(.gestion-template-picker)[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
}

.gestion-categories__header h2[b-ez0lyc7oyj] {
    margin: 0.35rem 0 0;
    color: var(--page-copy);
    font-size: 1.7rem;
}

.gestion-categories__header p[b-ez0lyc7oyj] {
    margin: 0.35rem 0 0;
    color: #6778b7;
    font-size: 1rem;
}

.gestion-page__hero h1[b-ez0lyc7oyj] {
    margin-top: 0.35rem;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.05;
}

.gestion-categories__new[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) auto;
    gap: 1rem;
    width: min(100%, 31rem);
    justify-content: end;
}

.gestion-categories__new:has(.gestion-template-picker)[b-ez0lyc7oyj] {
    grid-template-columns: minmax(14rem, 24rem) minmax(0, 1fr);
    align-items: start;
    width: 100%;
}

.gestion-categories__new:has(.gestion-template-picker) .gestion-template-picker[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-categories__new input[b-ez0lyc7oyj] {
    min-height: 3.4rem;
    min-width: 0;
    padding: 0.75rem 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.7rem;
    background: #ffffff;
    color: var(--page-copy);
    font: inherit;
    outline: none;
}

.gestion-categories__new-actions[b-ez0lyc7oyj] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.gestion-template-picker + .gestion-categories__new-actions[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    justify-content: flex-end;
}

.gestion-categories__feedback[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-categories__new button[b-ez0lyc7oyj] {
    min-height: 3.4rem;
    padding: 0.75rem 1.45rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: var(--page-background-soft);
    font-weight: 900;
}

.gestion-categories__create[b-ez0lyc7oyj] {
    justify-self: end;
}

.gestion-categories__cancel[b-ez0lyc7oyj] {
    background: #e8fbfb !important;
    color: var(--page-teal) !important;
}

.gestion-template-picker[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 22%, transparent);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(221, 251, 251, 0.58));
    box-shadow: 0 18px 46px rgba(8, 35, 66, 0.08);
}

.gestion-template-picker > div:first-child[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.2rem;
}

.gestion-template-picker strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.98rem;
}

.gestion-template-picker span[b-ez0lyc7oyj] {
    color: #5a6f91;
    font-size: 0.86rem;
    font-weight: 800;
}

.gestion-template-picker__grid[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.85rem;
}

.gestion-template-option[b-ez0lyc7oyj] {
    position: relative;
    display: grid !important;
    gap: 0.38rem;
    min-height: 0 !important;
    padding: 1rem !important;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent) !important;
    border-radius: 0.95rem !important;
    background: linear-gradient(135deg, #ffffff 0%, #f4fdff 100%) !important;
    color: var(--page-copy) !important;
    text-align: left;
    box-shadow: 0 14px 30px rgba(8, 35, 66, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.gestion-template-option summary[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.38rem;
    cursor: pointer;
    list-style: none;
}

.gestion-template-option summary[b-ez0lyc7oyj]::-webkit-details-marker {
    display: none;
}

.gestion-template-option[open][b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-pink) 42%, transparent) !important;
    background: linear-gradient(135deg, #fff4fa 0%, #ffffff 58%, #e8fbfb 100%) !important;
}

.gestion-template-option[b-ez0lyc7oyj]::before {
    content: "";
    position: absolute;
    inset: 0.65rem auto auto 0.65rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--page-accent);
    box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--page-accent) 12%, transparent);
}

.gestion-template-option:hover[b-ez0lyc7oyj],
.gestion-template-option:focus-visible[b-ez0lyc7oyj] {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--page-pink) 38%, transparent) !important;
    box-shadow: 0 20px 38px rgba(8, 35, 66, 0.11);
}

.gestion-template-option em[b-ez0lyc7oyj] {
    justify-self: start;
    min-height: 1.75rem;
    margin-top: 0.2rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gestion-template-option__top[b-ez0lyc7oyj] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-left: 0;
}

.gestion-template-option__top strong[b-ez0lyc7oyj] {
    min-width: 0;
    padding-left: 0;
}

.gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 1.75rem;
    padding: 0.3rem 0.65rem;
    border: 1px solid rgba(93, 115, 146, 0.2);
    border-radius: 999px;
    background: #ffffff;
    color: #71809a;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.gestion-template-option .gestion-template-option__status--active[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-accent) 28%, transparent);
    background: color-mix(in srgb, var(--page-accent) 14%, transparent);
    color: var(--page-accent-strong);
}

.gestion-template-option a[b-ez0lyc7oyj],
.gestion-template-option button[b-ez0lyc7oyj] {
    justify-self: start;
    min-height: 2.15rem;
    margin-top: 0.35rem;
    padding: 0.45rem 0.8rem;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
    cursor: pointer;
    font-size: 0.74rem;
    font-weight: 900;
    font-family: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.gestion-template-option a:hover[b-ez0lyc7oyj],
.gestion-template-option a:focus-visible[b-ez0lyc7oyj],
.gestion-template-option button:hover[b-ez0lyc7oyj],
.gestion-template-option button:focus-visible[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-template-option span[b-ez0lyc7oyj] {
    color: #5d7392;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
}

.gestion-template-option small[b-ez0lyc7oyj] {
    color: #7b8aa4;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
}

.gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.72rem;
    font-weight: 900;
}

.gestion-template-option--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink) !important;
    background: linear-gradient(135deg, #fff4fa 0%, #ffffff 58%, #e8fbfb 100%) !important;
    color: var(--page-pink) !important;
}

.gestion-template-option--active[b-ez0lyc7oyj]::before {
    background: var(--page-pink);
    box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--page-pink) 14%, transparent);
}

.gestion-template-option__body[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding-top: 0.8rem;
    border-top: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
}

.gestion-template-option__body dl[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.gestion-template-option__body dl div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-template-option__body dt[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.75rem;
    font-weight: 900;
}

.gestion-template-option__body dd[b-ez0lyc7oyj] {
    margin: 0;
    color: #5d7392;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.3;
}

.gestion-template-option__use[b-ez0lyc7oyj] {
    justify-self: start;
    min-height: 2.35rem !important;
    padding: 0.45rem 0.9rem !important;
    border-radius: 999px !important;
    background: var(--page-pink) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--page-pink) 18%, transparent);
}

.gestion-template-picker[b-ez0lyc7oyj] {
    gap: 1.25rem;
    padding: 1.35rem;
    border-color: #dde6f1;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(8, 35, 66, 0.06);
}

.gestion-template-picker__header[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 19rem);
    align-items: start;
    gap: 1rem;
}

.gestion-template-picker__header > div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
}

.gestion-template-picker__header > div > strong[b-ez0lyc7oyj] {
    color: #0b1d3a;
    font-size: clamp(1.65rem, 2vw, 2.2rem);
    line-height: 1.05;
}

.gestion-template-picker__header > div > span[b-ez0lyc7oyj] {
    color: #596985;
    font-size: 1rem;
}

.gestion-template-picker__tip[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 1.4rem minmax(0, 1fr);
    gap: 0.55rem;
    padding: 0.8rem;
    border: 1px solid #e0e7f1;
    border-radius: 0.65rem;
    background: #f9fbfe;
}

.gestion-template-picker__tip b[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--page-accent) 30%, transparent);
    color: var(--page-accent-strong);
    font-size: 0.8rem;
}

.gestion-template-picker__tip strong[b-ez0lyc7oyj] {
    color: #203252;
    font-size: 0.82rem;
}

.gestion-template-picker__tip p[b-ez0lyc7oyj] {
    margin: 0.25rem 0 0;
    color: #65738d;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-template-picker__grid[b-ez0lyc7oyj] {
    grid-template-columns: repeat(auto-fit, minmax(16.8rem, 1fr));
    gap: 1.15rem;
}

.gestion-template-option[b-ez0lyc7oyj] {
    gap: 0.9rem !important;
    align-content: start;
    min-height: 15.5rem !important;
    padding: 1rem !important;
    border-color: #dfe6ef !important;
    border-radius: 0.75rem !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(8, 35, 66, 0.055);
}

.gestion-template-option[b-ez0lyc7oyj]::before {
    display: none;
}

.gestion-template-option:hover[b-ez0lyc7oyj],
.gestion-template-option:focus-within[b-ez0lyc7oyj] {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--page-accent) 35%, transparent) !important;
    box-shadow: 0 20px 42px rgba(8, 35, 66, 0.1);
}

.gestion-template-option__top[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding-right: 6.8rem;
}

.gestion-template-option__icon[b-ez0lyc7oyj] {
    display: grid !important;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid color-mix(in srgb, var(--template-icon-color) 32%, white);
    border-radius: 999px;
    background: var(--template-icon-bg);
    color: var(--template-icon-color) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    line-height: 1;
}

.gestion-template-option__top strong[b-ez0lyc7oyj] {
    color: #101e3d;
    font-size: 1.08rem;
    line-height: 1.15;
}

.gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
    position: absolute;
    top: 1.05rem;
    right: 1rem;
    min-height: 1.65rem;
    max-width: 6.4rem;
    padding: 0.25rem 0.58rem;
    border-color: #dfe4ed;
    background: #ffffff;
    color: #66738c;
    font-size: 0.58rem;
    white-space: nowrap;
}

.gestion-template-option .gestion-template-option__status--active[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-accent) 22%, transparent);
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
}

.gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
    min-height: 3.6rem;
    color: #25375a;
    font-size: 0.82rem;
    font-weight: 850;
    line-height: 1.28;
}

.gestion-template-option__fields[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    min-height: 1.55rem;
}

.gestion-template-option__fields small[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    color: #596782;
    font-size: 0.66rem;
    font-weight: 850;
}

.gestion-template-option__fields small span[b-ez0lyc7oyj] {
    color: #6e7890;
    font-size: 0.76rem;
}

.gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.4rem;
    background: #f4f7fb;
    color: #52607a;
    font-size: 0.72rem;
    line-height: 1.2;
}

.gestion-template-option button[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 2.65rem;
    margin-top: auto;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 0.45rem;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}

.gestion-template-option button:hover[b-ez0lyc7oyj],
.gestion-template-option button:focus-visible[b-ez0lyc7oyj] {
    background: var(--page-accent-strong);
    color: #ffffff;
}

.gestion-template-option--active[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-accent) 26%, transparent) !important;
    background: #ffffff !important;
    color: var(--page-copy) !important;
}

@media (max-width: 1180px) {
    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
    }
}

@media (max-width: 920px) {
    .gestion-home__brand-heading[b-ez0lyc7oyj] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .gestion-home__brand-heading button[b-ez0lyc7oyj] {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gestion-home__upload-card--wide[b-ez0lyc7oyj] {
        grid-column: span 2;
    }

    .gestion-template-picker__header[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .gestion-template-picker[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }
}

.gestion-template-picker__grid[b-ez0lyc7oyj] {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
}

.gestion-template-option[b-ez0lyc7oyj] {
    min-height: 14.25rem !important;
    padding: 0.9rem !important;
    gap: 0.72rem !important;
}

.gestion-template-option__top[b-ez0lyc7oyj] {
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: 0.65rem;
    padding-right: 0;
}

.gestion-template-option__icon[b-ez0lyc7oyj] {
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.05rem !important;
}

.gestion-template-option__top strong[b-ez0lyc7oyj] {
    font-size: 0.98rem;
}

.gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
    position: static;
    grid-column: 2;
    justify-self: start;
    max-width: 5.35rem;
    min-height: 1.5rem;
    padding: 0.22rem 0.5rem;
    font-size: 0.52rem;
}

.gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
    min-height: 3.35rem;
    font-size: 0.76rem;
}

.gestion-template-option__fields[b-ez0lyc7oyj] {
    gap: 0.42rem 0.58rem;
}

.gestion-template-option__fields small[b-ez0lyc7oyj] {
    font-size: 0.62rem;
}

.gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
    min-height: 2.2rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.68rem;
}

.gestion-template-option button[b-ez0lyc7oyj] {
    min-height: 2.35rem;
    padding: 0.55rem 0.72rem;
    font-size: 0.72rem;
}

.gestion-template-detail[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--page-pink) 28%, transparent);
    border-radius: 0.85rem;
    background: #fff4fa;
    box-shadow: 0 14px 30px rgba(8, 35, 66, 0.07);
}

.gestion-template-detail:not(.gestion-template-detail--featured)[b-ez0lyc7oyj] {
    display: none;
}

.gestion-template-detail--featured[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-pink) 34%, transparent);
    background:
        linear-gradient(135deg, rgba(255, 244, 250, 0.96), rgba(232, 251, 251, 0.9)),
        #ffffff;
}

.gestion-template-detail > div:first-child[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
}

.gestion-template-detail > div:first-child span[b-ez0lyc7oyj] {
    color: var(--page-pink);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gestion-template-detail > div:first-child strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.12rem;
}

.gestion-template-detail p[b-ez0lyc7oyj],
.gestion-template-detail dl[b-ez0lyc7oyj],
.gestion-template-detail dd[b-ez0lyc7oyj] {
    margin: 0;
}

.gestion-template-detail p[b-ez0lyc7oyj] {
    color: #49617f;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-template-detail dl[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.gestion-template-detail dl div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.2rem;
    padding: 0.7rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.72);
}

.gestion-template-detail dt[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-template-detail dd[b-ez0lyc7oyj] {
    color: #5d7392;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.3;
}

.gestion-template-detail__chips[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.gestion-template-detail__chips span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    font-size: 0.76rem;
    font-weight: 900;
}

.gestion-template-modal[b-ez0lyc7oyj] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    place-items: center;
    padding: 1.25rem;
    overflow: hidden;
    overscroll-behavior: contain;
}

.gestion-template-modal:target[b-ez0lyc7oyj],
.gestion-template-modal--open[b-ez0lyc7oyj] {
    display: grid;
}

.gestion-template-modal__backdrop[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    background: rgba(8, 35, 66, 0.42);
    backdrop-filter: blur(10px);
}

.gestion-template-modal__card[b-ez0lyc7oyj] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    width: min(100%, 58rem);
    max-height: min(92vh, 54rem);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding: 1.2rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 22%, transparent);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4fdff 100%);
    box-shadow: 0 30px 90px rgba(8, 35, 66, 0.28);
}

.gestion-template-modal__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    padding-right: 3rem;
}

.gestion-template-modal__header span[b-ez0lyc7oyj] {
    color: var(--page-pink);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gestion-template-modal__header h2[b-ez0lyc7oyj] {
    margin: 0.15rem 0;
    color: var(--page-copy);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.gestion-template-modal__header p[b-ez0lyc7oyj] {
    margin: 0;
    color: #506985;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-template-modal__close[b-ez0lyc7oyj] {
    position: sticky;
    top: 0.75rem;
    z-index: 6;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: -3.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0b1d3a;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(8, 35, 66, 0.12);
}

.gestion-template-modal__close:hover[b-ez0lyc7oyj],
.gestion-template-modal__close:focus-visible[b-ez0lyc7oyj] {
    outline: none;
    background: #fff4fa;
    color: var(--page-pink);
}

.gestion-template-modal__preview[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(13rem, 0.85fr) minmax(0, 1.65fr);
    gap: 1rem;
    align-items: start;
}

.gestion-template-modal__upload[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.55rem;
    min-height: 18rem;
    padding: 1rem;
    border: 1px dashed color-mix(in srgb, var(--page-accent) 48%, transparent);
    border-radius: 0.9rem;
    background:
        linear-gradient(135deg, rgba(232, 251, 251, 0.78), rgba(255, 244, 250, 0.84)),
        #ffffff;
    text-align: center;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame)[b-ez0lyc7oyj] {
    align-content: start;
    gap: 0.45rem;
    min-height: 0;
    padding: 0.75rem;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) > span[b-ez0lyc7oyj] {
    display: none;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) > strong[b-ez0lyc7oyj] {
    font-size: 0.94rem;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) > small[b-ez0lyc7oyj] {
    line-height: 1.2;
}

.gestion-template-modal__upload > span[b-ez0lyc7oyj] {
    display: inline-grid;
    place-items: center;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-size: 2rem;
    box-shadow: 0 12px 28px rgba(8, 35, 66, 0.1);
}

.gestion-template-modal__upload strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.05rem;
}

.gestion-template-modal__upload small[b-ez0lyc7oyj] {
    max-width: 14rem;
    color: #5d7392;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-template-modal__image-frame[b-ez0lyc7oyj] {
    width: min(100%, 14rem);
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 0.8rem;
    background: #ffffff;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-frame[b-ez0lyc7oyj] {
    width: min(100%, 9rem);
}

.gestion-template-modal__image-frame:active[b-ez0lyc7oyj] {
    cursor: grabbing;
}

.gestion-template-modal__upload img[b-ez0lyc7oyj] {
    width: min(100%, 14rem);
    aspect-ratio: 1;
    object-fit: contain;
    object-position: var(--template-image-x, 50%) var(--template-image-y, 50%);
    transform: scale(var(--template-image-zoom, 1));
    transform-origin: var(--template-image-x, 50%) var(--template-image-y, 50%);
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 0.8rem;
    background: #ffffff;
}

.gestion-template-modal__image-frame img[b-ez0lyc7oyj] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
}

.gestion-template-modal__upload-button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: var(--page-accent-strong);
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
}

.gestion-template-modal__image-grid[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    max-width: 16rem;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-grid[b-ez0lyc7oyj] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    max-width: 13rem;
}

.gestion-template-modal__image-grid span[b-ez0lyc7oyj] {
    position: relative;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.65rem;
    background: #ffffff;
    aspect-ratio: 1;
}

.gestion-template-modal__image-grid img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    border: 0;
    border-radius: 0;
    cursor: default;
    touch-action: auto;
}

.gestion-template-modal__thumb-view[b-ez0lyc7oyj] {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 0.65rem !important;
    background: transparent !important;
    cursor: pointer;
    overflow: hidden;
}

.gestion-template-modal__thumb-view--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink) !important;
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--page-pink) 18%, transparent);
}

.gestion-template-modal__image-grid b[b-ez0lyc7oyj] {
    position: absolute;
    left: 0.25rem;
    bottom: 0.25rem;
    padding: 0.14rem 0.35rem;
    border-radius: 999px;
    background: rgba(0, 137, 152, 0.9);
    color: #ffffff;
    font-size: 0.58rem;
    line-height: 1;
}

.gestion-template-modal__image-grid button[b-ez0lyc7oyj] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
}

.gestion-template-modal__fields[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: max-content;
    align-content: start;
    align-items: start;
    gap: 0.7rem;
}

.gestion-template-modal__fields label[b-ez0lyc7oyj],
.gestion-template-modal__palette[b-ez0lyc7oyj],
.gestion-template-modal__requirements[b-ez0lyc7oyj] {
    display: grid;
    align-content: start;
    gap: 0.32rem;
    min-height: 0;
    padding: 0.62rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-template-modal__fields span[b-ez0lyc7oyj],
.gestion-template-modal__requirements strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-template-modal__fields input[b-ez0lyc7oyj],
.gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
    width: 100%;
    border: 1px solid var(--page-stroke);
    border-radius: 0.65rem;
    background: #f9fcff;
    color: #5d7392;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    min-height: 2.55rem;
    padding: 0.45rem 0.65rem;
}

.gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
    min-height: 4rem;
    resize: none;
}

.gestion-template-modal__wide[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-template-modal__palette > div[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.gestion-template-modal__palette-swatch[b-ez0lyc7oyj] {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.14), 0 8px 16px rgba(8, 35, 66, 0.08);
}

.gestion-template-modal__palette-swatch--active[b-ez0lyc7oyj] {
    box-shadow: 0 0 0 3px var(--page-pink), 0 10px 20px color-mix(in srgb, var(--page-pink) 16%, transparent);
}

.gestion-template-modal__color-exact[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(6.5rem, auto) 2.7rem minmax(5rem, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
    margin-top: 0.35rem;
    padding: 0.55rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 14%, transparent);
    border-radius: 0.75rem;
    background: rgba(249, 252, 255, 0.72);
}

.gestion-template-modal__color-exact span[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.8rem;
    font-weight: 900;
}

.gestion-template-modal__color-exact input[type="color"][b-ez0lyc7oyj] {
    width: 2.7rem;
    height: 2.45rem;
    padding: 0.18rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 22%, transparent);
    border-radius: 0.75rem;
    background: #ffffff;
}

.gestion-template-modal__color-exact strong[b-ez0lyc7oyj] {
    color: #5d7392;
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gestion-template-modal__color-exact button[b-ez0lyc7oyj],
.gestion-template-modal__selected-colors button[b-ez0lyc7oyj] {
    min-height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-template-modal__color-exact button[b-ez0lyc7oyj] {
    padding: 0.45rem 0.8rem;
}

.gestion-template-modal__selected-colors[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gestion-template-modal__selected-colors button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.65rem;
    background: rgba(221, 251, 251, 0.9);
    color: var(--page-accent-strong);
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
}

.gestion-template-modal__selected-colors i[b-ez0lyc7oyj] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.12);
}

.gestion-template-modal__selected-colors b[b-ez0lyc7oyj] {
    display: inline-grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 14%, transparent);
    color: var(--page-pink);
    font-size: 0.72rem;
}

.gestion-template-modal__requirements p[b-ez0lyc7oyj] {
    margin: 0;
    color: #5d7392;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-template-modal__actions[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
}

.gestion-template-modal__actions a[b-ez0lyc7oyj],
.gestion-template-modal__actions button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.gestion-template-modal__actions a[b-ez0lyc7oyj] {
    background: #e8fbfb;
    color: var(--page-teal);
}

.gestion-template-modal__actions button[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-template-modal__image-controls[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.6rem;
    width: min(100%, 18rem);
    padding: 0.75rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.84);
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-controls[b-ez0lyc7oyj] {
    gap: 0.45rem;
    width: min(100%, 13rem);
    padding: 0.55rem;
}

.gestion-template-modal__image-controls label[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4rem;
    align-items: center;
    gap: 0.4rem 0.55rem;
    color: #4f6086;
    font-size: 0.78rem;
    font-weight: 900;
    text-align: left;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-controls label[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 1fr) 3.45rem;
    gap: 0.28rem 0.45rem;
    font-size: 0.72rem;
}

.gestion-template-modal__image-controls > strong[b-ez0lyc7oyj] {
    justify-self: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.78rem;
}

.gestion-template-modal__image-controls label > span[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-template-modal__image-controls input[b-ez0lyc7oyj] {
    min-height: 1.6rem;
    accent-color: var(--page-accent-strong);
}

.gestion-template-modal__image-controls input[type="number"][b-ez0lyc7oyj] {
    min-height: 2rem;
    padding: 0.25rem 0.35rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.45rem;
    color: #4f6086;
    font-size: 0.78rem;
    text-align: center;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-controls input[type="number"][b-ez0lyc7oyj] {
    min-height: 1.8rem;
    font-size: 0.72rem;
}

.gestion-template-modal__image-actions[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.55rem;
}

.gestion-template-modal__image-actions button[b-ez0lyc7oyj] {
    min-height: 2.35rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-template-modal__upload:has(.gestion-template-modal__image-frame) .gestion-template-modal__image-actions button[b-ez0lyc7oyj] {
    min-height: 2rem;
    padding: 0.35rem 0.45rem;
    font-size: 0.72rem;
}

.gestion-template-modal__image-actions button:last-child[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-template-modal__use-template[b-ez0lyc7oyj] {
    min-width: 10rem;
}

.gestion-template-modal__use-template--active[b-ez0lyc7oyj],
.gestion-template-modal__use-template:disabled[b-ez0lyc7oyj] {
    border: 1px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
    background: color-mix(in srgb, var(--page-accent) 13%, transparent);
    color: var(--page-accent-strong);
    cursor: default;
    opacity: 1;
}

.gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
    width: min(100%, 68rem);
    max-height: min(92vh, 56rem);
    padding: 1.35rem;
    border-radius: 0.85rem;
    background: #ffffff;
}

.gestion-template-modal__card--cleaning .gestion-template-modal__header h2[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: clamp(1.75rem, 2.6vw, 2.45rem);
}

.gestion-template-modal__card--cleaning .gestion-template-modal__header h2 span[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 1.45rem;
}

.gestion-template-modal__card--cleaning .gestion-template-modal__header p[b-ez0lyc7oyj] {
    margin-top: 0.35rem;
    color: #63749b;
}

.gestion-cleaning-template[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(13.5rem, 0.5fr) minmax(0, 2fr);
    gap: 1.1rem;
    align-items: start;
}

.gestion-cleaning-template__media[b-ez0lyc7oyj],
.gestion-cleaning-template__form[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.gestion-cleaning-template__dropzone[b-ez0lyc7oyj],
.gestion-cleaning-template__extra[b-ez0lyc7oyj],
.gestion-cleaning-template__section[b-ez0lyc7oyj] {
    border: 1px solid #dfe6ef;
    border-radius: 0.8rem;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(8, 35, 66, 0.04);
}

.gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    align-content: center;
    align-self: start;
    gap: 0.45rem;
    min-height: 11.5rem;
    padding: 0.75rem;
    border-color: color-mix(in srgb, var(--page-accent) 36%, transparent);
    border-style: dashed;
    text-align: center;
}

.gestion-cleaning-template__dropzone > span[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    background: #fbfdff;
    color: var(--page-accent-strong);
    font-size: 1.45rem;
}

.gestion-cleaning-template__image-frame[b-ez0lyc7oyj] {
    width: min(100%, 10rem);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid #d7e0ec;
    background: #f8fbff;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.gestion-cleaning-template__image-frame:active[b-ez0lyc7oyj] {
    cursor: grabbing;
}

.gestion-cleaning-template__image-frame img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: var(--cleaning-image-x, 50%) var(--cleaning-image-y, 50%);
    transform: scale(var(--cleaning-image-zoom, 1));
    transform-origin: var(--cleaning-image-x, 50%) var(--cleaning-image-y, 50%);
    pointer-events: none;
}

.gestion-cleaning-template__dropzone strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.86rem;
}

.gestion-cleaning-template__dropzone p[b-ez0lyc7oyj],
.gestion-cleaning-template__extra p[b-ez0lyc7oyj] {
    max-width: 13rem;
    margin: 0;
    color: #66779d;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.3;
}

.gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.45rem;
    padding: 0.5rem 0.9rem;
    border: 0;
    border-radius: 0.45rem;
    background: var(--page-accent-strong);
    color: #ffffff;
    font-weight: 900;
    font-size: 0.84rem;
    box-shadow: 0 12px 24px rgba(0, 137, 152, 0.2);
    cursor: pointer;
}

.gestion-cleaning-template__image-controls[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
    width: min(100%, 18rem);
    padding: 0.75rem;
    border: 1px solid #dbe7f1;
    border-radius: 0.65rem;
    background: #ffffff;
}

.gestion-cleaning-template__image-controls > strong[b-ez0lyc7oyj] {
    justify-self: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.78rem;
}

.gestion-cleaning-template__image-controls label[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 5.2rem minmax(0, 1fr) 4.75rem;
    align-items: center;
    gap: 0.6rem;
    color: #4f6086;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-cleaning-template__image-controls input[b-ez0lyc7oyj] {
    min-height: 1.6rem;
    accent-color: var(--page-accent-strong);
}

.gestion-cleaning-template__image-controls input[type="number"][b-ez0lyc7oyj] {
    min-height: 2.1rem;
    padding: 0.25rem 0.45rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.45rem;
    color: #4f6086;
    font-size: 0.8rem;
    text-align: center;
}

.gestion-cleaning-template__image-controls button[b-ez0lyc7oyj] {
    justify-self: start;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-cleaning-template__extra[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.65rem;
    padding: 1.1rem;
}

.gestion-cleaning-template__extra strong[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--page-accent-strong);
}

.gestion-cleaning-template__extra-add[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 5.8rem;
    aspect-ratio: 1;
    border: 1px dashed #cad8e8;
    border-radius: 0.55rem;
    color: var(--page-accent-strong);
    font-size: 1.7rem;
    text-decoration: none;
    cursor: pointer;
}

.gestion-cleaning-template__extra-grid[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
    gap: 0.5rem;
}

.gestion-cleaning-template__extra-grid img[b-ez0lyc7oyj] {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #d7e0ec;
    border-radius: 0.55rem;
}

.gestion-cleaning-template__thumb-view[b-ez0lyc7oyj] {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 0.55rem !important;
    background: transparent !important;
    cursor: pointer;
    overflow: hidden;
}

.gestion-cleaning-template__thumb-view--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink) !important;
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--page-pink) 18%, transparent);
}

.gestion-cleaning-template__thumb-view img[b-ez0lyc7oyj] {
    display: block;
    border: 0;
    border-radius: 0;
}

.gestion-cleaning-template__extra-thumb[b-ez0lyc7oyj] {
    position: relative;
    display: block;
}

.gestion-cleaning-template__extra-thumb b[b-ez0lyc7oyj] {
    position: absolute;
    left: 0.25rem;
    bottom: 0.25rem;
    padding: 0.14rem 0.35rem;
    border-radius: 999px;
    background: rgba(0, 137, 152, 0.9);
    color: #ffffff;
    font-size: 0.58rem;
    line-height: 1;
}

.gestion-cleaning-template__extra-thumb button[b-ez0lyc7oyj] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
}

.gestion-cleaning-template__section[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 1.15rem;
}

.gestion-cleaning-template__section h3[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: var(--page-accent-strong);
    font-size: 1rem;
}

.gestion-cleaning-template__section h3 span[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 0.72rem;
}

.gestion-cleaning-template__grid[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.9rem;
}

.gestion-cleaning-template__grid--two[b-ez0lyc7oyj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gestion-cleaning-template__grid--four[b-ez0lyc7oyj] {
    grid-template-columns: 1fr 1fr 1.1fr 1fr;
}

.gestion-cleaning-template__grid--three[b-ez0lyc7oyj] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gestion-cleaning-template label[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.45rem;
    color: #4f6086;
    font-size: 0.82rem;
    font-weight: 900;
}

.gestion-cleaning-template input[b-ez0lyc7oyj],
.gestion-cleaning-template select[b-ez0lyc7oyj],
.gestion-cleaning-template textarea[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 3rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.45rem;
    background: #ffffff;
    color: #66779d;
    font: inherit;
    font-weight: 800;
    padding: 0.7rem 0.8rem;
}

.gestion-cleaning-template textarea[b-ez0lyc7oyj] {
    min-height: 4rem;
    resize: none;
}

.gestion-cleaning-template__wide[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-cleaning-template__options > div[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gestion-cleaning-template__options label[b-ez0lyc7oyj] {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0.65rem;
}

.gestion-cleaning-template__options input[b-ez0lyc7oyj] {
    width: 1.2rem;
    min-height: 1.2rem;
    accent-color: var(--page-accent-strong);
}

.gestion-cleaning-template__actions[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    margin: 0 -1.35rem -1.35rem;
    padding: 1rem 1.35rem;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
}

.gestion-cleaning-template__actions a[b-ez0lyc7oyj],
.gestion-cleaning-template__actions button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.65rem 1.25rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 0.45rem;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-weight: 900;
    text-decoration: none;
}

.gestion-cleaning-template__actions button[b-ez0lyc7oyj] {
    min-width: 12rem;
}

.gestion-cleaning-template__actions button:last-child[b-ez0lyc7oyj] {
    background: var(--page-accent-strong);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 137, 152, 0.18);
}

.gestion-cleaning-template__status[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    flex: 1 1 100%;
    min-height: 2rem;
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-footwear-template .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
    min-height: 0;
}

.gestion-template-modal__card:has(.gestion-footwear-template)[b-ez0lyc7oyj],
.gestion-template-modal__card:has(.gestion-template-product-editor)[b-ez0lyc7oyj] {
    width: min(100%, 82rem);
    max-height: min(92vh, 58rem);
    overflow-x: hidden;
}

.gestion-template-modal__card--product[b-ez0lyc7oyj] {
    padding-top: 1.8rem;
}

.gestion-template-product-editor[b-ez0lyc7oyj] {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gestion-template-product-editor .gestion-item__preview[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-template-image-upload[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.7rem;
    padding: 0.85rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.72);
}

.gestion-template-image-upload__button[b-ez0lyc7oyj] {
    justify-self: start;
}

.gestion-footwear-template[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 2fr) minmax(20rem, 0.82fr);
    align-items: start;
    width: 100%;
}

.gestion-footwear-template .gestion-cleaning-template__media[b-ez0lyc7oyj] {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.gestion-footwear-template .gestion-cleaning-template__form[b-ez0lyc7oyj] {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.gestion-footwear-template .gestion-cleaning-template__section[b-ez0lyc7oyj] {
    background: #ffffff;
}

.gestion-footwear-template .gestion-cleaning-template__section label[b-ez0lyc7oyj] {
    min-width: 0;
}

.gestion-footwear-template .gestion-cleaning-template__section input[b-ez0lyc7oyj],
.gestion-footwear-template .gestion-cleaning-template__section textarea[b-ez0lyc7oyj] {
    min-width: 0;
    font-size: 1rem;
}

.gestion-footwear-template .gestion-cleaning-template__grid--two[b-ez0lyc7oyj],
.gestion-footwear-template .gestion-cleaning-template__grid--three[b-ez0lyc7oyj],
.gestion-footwear-template .gestion-cleaning-template__grid--four[b-ez0lyc7oyj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gestion-footwear-template .gestion-cleaning-template__dropzone > span[b-ez0lyc7oyj] {
    background: linear-gradient(135deg, color-mix(in srgb, var(--page-pink) 12%, transparent), color-mix(in srgb, var(--page-accent) 12%, transparent));
    color: var(--page-pink);
}

.gestion-footwear-template__image-panel[b-ez0lyc7oyj] {
    place-items: stretch;
    align-content: start;
    gap: 0.9rem;
    padding: 1rem;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(232, 251, 251, 0.82), rgba(255, 255, 255, 0.96)),
        #ffffff;
}

.gestion-footwear-template__image-copy[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
}

.gestion-footwear-template__image-copy span[b-ez0lyc7oyj] {
    color: var(--page-pink);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gestion-footwear-template__image-copy strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.25rem;
}

.gestion-footwear-template__image-copy p[b-ez0lyc7oyj] {
    max-width: none;
    color: #506985;
}

.gestion-footwear-template__hero-preview[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    gap: 0.55rem;
    width: 100%;
    aspect-ratio: 1.14;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.8rem;
    background: #ffffff;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.gestion-footwear-template__hero-preview:active[b-ez0lyc7oyj] {
    cursor: grabbing;
}

.gestion-footwear-template__hero-preview > span[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 10%, transparent);
    color: var(--page-pink);
    font-size: 2.3rem;
    font-weight: 900;
}

.gestion-footwear-template__hero-preview small[b-ez0lyc7oyj] {
    color: #66779d;
    font-weight: 900;
}

.gestion-footwear-template__hero-preview img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: var(--footwear-image-x, 50%) var(--footwear-image-y, 50%);
    transform: scale(var(--footwear-image-zoom, 1));
    transform-origin: var(--footwear-image-x, 50%) var(--footwear-image-y, 50%);
    pointer-events: none;
}

.gestion-footwear-template__sequence[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 2.1rem minmax(0, 1fr) 2.1rem;
    align-items: center;
    gap: 0.4rem 0.5rem;
    padding: 0.55rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.gestion-footwear-template__sequence button[b-ez0lyc7oyj] {
    display: inline-grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    cursor: pointer;
    font: inherit;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.gestion-footwear-template__sequence button:disabled[b-ez0lyc7oyj] {
    opacity: 0.42;
    cursor: not-allowed;
}

.gestion-footwear-template__sequence strong[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 0.86rem;
}

.gestion-footwear-template__sequence span[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    color: #5d7392;
    font-size: 0.72rem;
    font-weight: 800;
}

.gestion-footwear-template__adjustment[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.6rem;
    padding: 0.75rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-footwear-template__adjustment label[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.8rem;
    align-items: center;
    gap: 0.4rem 0.55rem;
    color: #4f6086;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-footwear-template__adjustment label > span[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-footwear-template__adjustment input[b-ez0lyc7oyj] {
    min-height: 1.6rem;
    accent-color: var(--page-accent-strong);
}

.gestion-footwear-template__adjustment input[type="number"][b-ez0lyc7oyj] {
    min-height: 2rem;
    padding: 0.25rem 0.35rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.45rem;
    color: #4f6086;
    font-size: 0.78rem;
    text-align: center;
}

.gestion-footwear-template__adjustment-actions[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.55rem;
}

.gestion-footwear-template__adjustment-actions button[b-ez0lyc7oyj] {
    min-height: 2.35rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-footwear-template__adjustment-actions button:last-child[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-footwear-template__adjustment small[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-footwear-template__image-meta[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.78);
}

.gestion-footwear-template__image-meta strong[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 0.9rem;
}

.gestion-footwear-template__image-meta span[b-ez0lyc7oyj] {
    color: #5d7392;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: right;
}

.gestion-footwear-template__gallery[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.6rem;
}

.gestion-footwear-template__gallery > strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.9rem;
}

.gestion-footwear-template__gallery .gestion-cleaning-template__extra-grid[b-ez0lyc7oyj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
}

.gestion-footwear-template__url[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.75rem;
    padding: 1.1rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.8rem;
    background: #ffffff;
}

.gestion-footwear-template__url strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.95rem;
}

.gestion-footwear-template__url input[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 3.15rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 22%, transparent);
    border-radius: 0.7rem;
    background: #ffffff;
    color: var(--page-copy);
    font: inherit;
    font-weight: 800;
}

.gestion-footwear-template__url button[b-ez0lyc7oyj] {
    justify-self: start;
    min-height: 2.8rem;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.gestion-footwear-template__url span[b-ez0lyc7oyj] {
    color: #49617f;
    font-size: 0.82rem;
    font-weight: 800;
}

.gestion-footwear-template__chips[b-ez0lyc7oyj] {
    margin-top: 0.35rem;
}

.gestion-footwear-template__chip[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    cursor: pointer;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 900;
}

.gestion-footwear-template__chip--active[b-ez0lyc7oyj] {
    background: var(--page-accent-strong);
    color: #ffffff;
}

.gestion-footwear-template__size-add[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.gestion-footwear-template__size-add input[b-ez0lyc7oyj] {
    min-height: 3.2rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 0.8rem;
    color: var(--page-copy);
    font: inherit;
}

.gestion-footwear-template__size-add button[b-ez0lyc7oyj] {
    min-height: 3.2rem;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.gestion-footwear-template__selected[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.gestion-footwear-template__selected button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 999px;
    background: rgba(221, 251, 251, 0.85);
    color: var(--page-accent-strong);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-footwear-template__selected i[b-ez0lyc7oyj] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: var(--swatch);
}

.gestion-footwear-template__selected b[b-ez0lyc7oyj] {
    display: inline-grid;
    place-items: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 16%, transparent);
    color: var(--page-pink);
    font-size: 0.7rem;
}

.gestion-footwear-template__swatches[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.gestion-footwear-template__swatches button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.35rem 0.7rem 0.35rem 0.45rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 999px;
    background: #ffffff;
    color: #385475;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 900;
    font-family: inherit;
}

.gestion-footwear-template__swatches button[b-ez0lyc7oyj]::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid rgba(8, 35, 66, 0.12);
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.gestion-footwear-template__swatch--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink) !important;
    background: #fff4fa !important;
    color: var(--page-pink) !important;
}

.gestion-footwear-template__custom[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) minmax(10rem, auto);
    gap: 0.65rem;
    align-items: center;
    margin-top: 0.85rem;
}

.gestion-footwear-template__custom input[type="color"][b-ez0lyc7oyj] {
    width: 3.5rem;
    height: 3.2rem;
    padding: 0.2rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 0.8rem;
    background: #ffffff;
}

.gestion-footwear-template__custom input:not([type="color"])[b-ez0lyc7oyj] {
    min-height: 3.2rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 20%, transparent);
    border-radius: 0.8rem;
    color: var(--page-copy);
    font: inherit;
}

.gestion-footwear-template__custom button[b-ez0lyc7oyj] {
    min-height: 3.2rem;
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

@media (max-width: 980px) {
    .gestion-footwear-template[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-footwear-template .gestion-cleaning-template__media[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__form[b-ez0lyc7oyj] {
        grid-column: 1;
        grid-row: auto;
    }

    .gestion-footwear-template .gestion-cleaning-template__media[b-ez0lyc7oyj] {
        order: 2;
    }

    .gestion-footwear-template .gestion-cleaning-template__form[b-ez0lyc7oyj] {
        order: 1;
    }
}

@media (max-width: 720px) {
    .gestion-footwear-template .gestion-cleaning-template__grid--two[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__grid--three[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__grid--four[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-footwear-template .gestion-cleaning-template__section label[b-ez0lyc7oyj] {
        padding-left: 0;
    }

    .gestion-footwear-template .gestion-cleaning-template__section label[b-ez0lyc7oyj]::before {
        display: none;
    }

    .gestion-footwear-template__custom[b-ez0lyc7oyj] {
        grid-template-columns: 3.5rem minmax(0, 1fr);
    }

    .gestion-footwear-template__custom button[b-ez0lyc7oyj] {
        grid-column: 1 / -1;
    }

    .gestion-footwear-template__size-add[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

}

.gestion-footwear-template__extra-thumb[b-ez0lyc7oyj] {
    position: relative;
    display: block;
}

.gestion-footwear-template__thumb-view[b-ez0lyc7oyj] {
    position: static !important;
    display: block;
    width: 100%;
    height: auto !important;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.55rem;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.gestion-footwear-template__thumb-view--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--page-pink) 14%, transparent);
}

.gestion-footwear-template__thumb-view img[b-ez0lyc7oyj] {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.gestion-footwear-template__extra-thumb b[b-ez0lyc7oyj] {
    position: absolute;
    left: 0.35rem;
    bottom: 0.35rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(0, 137, 152, 0.9);
    color: #ffffff;
    font-size: 0.62rem;
}

.gestion-footwear-template__extra-thumb > button:not(.gestion-footwear-template__thumb-view)[b-ez0lyc7oyj] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 1.65rem;
    height: 1.65rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
}

.gestion-categories__list[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.6rem;
}

.gestion-category-table[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.75rem;
}

.gestion-category-row[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    min-height: 4.7rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.84);
}

.gestion-category-row div:first-child[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.gestion-category-row__icon[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #f5f7fb;
    color: var(--page-copy);
    font-size: 1.4rem;
}

.gestion-category-row__copy[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
}

.gestion-category-row strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.14rem;
}

.gestion-category-row span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.85rem;
    font-weight: 800;
}

.gestion-category-row__actions[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gestion-category-row__actions button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    min-height: 2.6rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--page-accent-strong);
    font-size: 1.3rem;
    font-weight: 900;
}

.gestion-category-row__actions .gestion-item__danger[b-ez0lyc7oyj] {
    background: transparent !important;
    color: var(--page-pink) !important;
}

.gestion-category-row__confirm[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid color-mix(in srgb, var(--page-pink) 14%, transparent);
}

.gestion-category-row__confirm span[b-ez0lyc7oyj] {
    margin-right: auto;
    color: var(--page-copy);
    font-weight: 900;
}

.gestion-category-row__confirm button[b-ez0lyc7oyj] {
    min-height: 2.45rem;
    padding: 0.45rem 0.85rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-category-row__confirm .gestion-category-row__confirm-danger[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-product-tools[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(18rem, 1fr) auto;
    grid-template-areas:
        "summary search save"
        "filters filters filters";
    gap: 0.85rem 1rem;
    align-items: center;
    padding: 0.9rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 42px rgba(8, 35, 66, 0.08);
}

.gestion-product-tools__summary[b-ez0lyc7oyj] {
    grid-area: summary;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: max-content;
    color: var(--page-copy);
    font-size: 1.05rem;
    font-weight: 900;
}

.gestion-product-tools__save[b-ez0lyc7oyj] {
    grid-area: save;
    min-height: 3.15rem;
    white-space: nowrap;
}

.gestion-product-filters[b-ez0lyc7oyj] {
    grid-area: filters;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.gestion-product-filter[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.85rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.65rem;
    background: #ffffff;
    color: var(--page-copy);
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(8, 35, 66, 0.035);
}

.gestion-product-filter > span[b-ez0lyc7oyj] {
    color: #24537c;
    font-size: 1rem;
}

.gestion-product-filter em[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    height: 1.85rem;
    padding-inline: 0.35rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.88rem;
    font-style: normal;
}

.gestion-product-filter--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: color-mix(in srgb, var(--page-pink) 10%, transparent);
    color: var(--page-pink);
}

.gestion-product-filter--active > span[b-ez0lyc7oyj] {
    color: var(--page-pink);
}

.gestion-product-search[b-ez0lyc7oyj] {
    grid-area: search;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    min-width: 0;
    padding: 0.45rem 0.7rem;
    border: 1px solid #d6e0eb;
    border-radius: 0.65rem;
    background: #ffffff;
    box-shadow: none;
}

.gestion-product-search span[b-ez0lyc7oyj] {
    color: #577091;
    font-size: 1.35rem;
}

.gestion-product-search input[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 2.65rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--page-copy);
    font: inherit;
    font-weight: 800;
    outline: none;
}

.gestion-product-search input[b-ez0lyc7oyj]::placeholder {
    color: #8395ad;
}

@media (max-width: 760px) {
    .gestion-product-tools[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "summary"
            "search"
            "filters"
            "save";
    }

    .gestion-product-tools__summary[b-ez0lyc7oyj] {
        min-width: 0;
    }

    .gestion-product-tools__save[b-ez0lyc7oyj] {
        width: 100%;
    }
}

.gestion-products-panel[b-ez0lyc7oyj],
.gestion-product-detail__hero[b-ez0lyc7oyj],
.gestion-editor--detail[b-ez0lyc7oyj] {
    padding: 1.45rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(8, 35, 66, 0.08);
}

.gestion-products-panel[b-ez0lyc7oyj] {
    display: grid;
    gap: 1.1rem;
}

.gestion-products-panel__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.gestion-products-panel__header h2[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
    font-size: 1.8rem;
}

.gestion-products-panel__header span[b-ez0lyc7oyj],
.gestion-products-panel__header strong[b-ez0lyc7oyj] {
    color: #577091;
    font-weight: 900;
}

.gestion-products-panel__new[b-ez0lyc7oyj] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.1rem;
    padding: 0.75rem 1.3rem;
    border: 0;
    border-radius: 0.55rem;
    background: var(--page-pink);
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 14px 26px color-mix(in srgb, var(--page-pink) 22%, transparent);
}

.gestion-products-panel__new span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
}

.gestion-products-list[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.45rem;
}

.gestion-product-row[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: 100%;
    min-height: 5.3rem;
    padding: 0.8rem 1.1rem;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--page-copy);
    text-align: left;
    box-shadow: 0 8px 22px rgba(8, 35, 66, 0.06);
}

.gestion-product-row:hover[b-ez0lyc7oyj],
.gestion-product-row:focus-visible[b-ez0lyc7oyj] {
    border-color: var(--page-accent);
    outline: none;
}

.gestion-product-row__index[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-product-row__copy[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-product-row__copy strong[b-ez0lyc7oyj] {
    overflow: hidden;
    color: var(--page-copy);
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gestion-product-row__copy small[b-ez0lyc7oyj] {
    color: #577091;
    font-weight: 900;
}

.gestion-product-row__arrow[b-ez0lyc7oyj] {
    display: none;
}

@media (max-width: 760px) {
    .gestion-page[b-ez0lyc7oyj] {
        padding: 0.75rem;
        overflow-x: hidden;
    }

    .gestion-page__shell[b-ez0lyc7oyj],
    .gestion-home[b-ez0lyc7oyj],
    .gestion-home__brand[b-ez0lyc7oyj],
    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        min-width: 0;
        width: 100%;
    }

    .gestion-topnav[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
        padding: 0.65rem;
    }

    .gestion-topnav a[b-ez0lyc7oyj],
    .gestion-topnav button[b-ez0lyc7oyj] {
        min-width: 0;
        min-height: 3.4rem;
        padding: 0.65rem 0.55rem;
        gap: 0.45rem;
        font-size: 0.86rem;
    }

    .gestion-topnav a:nth-last-child(2)[b-ez0lyc7oyj] {
        grid-column: 1 / -1;
    }

    .gestion-home__brand-heading[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__brand-heading button[b-ez0lyc7oyj] {
        width: 100%;
        min-width: 0;
    }

    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__hero-crop-editor[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__upload-card[b-ez0lyc7oyj],
    .gestion-home__upload-card--wide[b-ez0lyc7oyj] {
        grid-column: auto;
    }
}

.gestion-home__text-control .gestion-home__identity-input[b-ez0lyc7oyj] {
    width: 100% !important;
    min-height: 3.95rem !important;
    padding: 0.82rem 1rem !important;
    border: 2px solid #d7e0ec !important;
    border-radius: 0.72rem !important;
    background: #ffffff !important;
    color: var(--page-copy) !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    box-shadow: inset 0 1px 0 rgba(8, 35, 66, 0.03) !important;
}

.gestion-home__text-control[b-ez0lyc7oyj]  input.gestion-home__identity-input {
    width: 100% !important;
    min-height: 3.95rem !important;
    padding: 0.82rem 1rem !important;
    border: 2px solid #d7e0ec !important;
    border-radius: 0.72rem !important;
    background: #ffffff !important;
    color: var(--page-copy) !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    box-shadow: inset 0 1px 0 rgba(8, 35, 66, 0.03) !important;
}

.gestion-home__text-control[b-ez0lyc7oyj]  input.gestion-home__identity-input:focus {
    outline: none !important;
    border-color: var(--page-accent-strong) !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-accent) 12%, transparent) !important;
}

.gestion-home__text-control .gestion-home__identity-input:focus[b-ez0lyc7oyj] {
    outline: none !important;
    border-color: var(--page-accent-strong) !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-accent) 12%, transparent) !important;
}

.gestion-home__text-control em[b-ez0lyc7oyj] {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    padding-top: 0.9rem !important;
    border-top: 1px solid #e3e9f1 !important;
    color: var(--page-copy-muted) !important;
    font-size: 0.78rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

@media (max-width: 620px) {
    .gestion-home__brand[b-ez0lyc7oyj] {
        padding: 1rem;
        border-radius: 0.95rem;
    }

    .gestion-home__brand-heading[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .gestion-home__brand-icon[b-ez0lyc7oyj] {
        width: 4rem;
        height: 4rem;
    }

    .gestion-home__brand-heading h2[b-ez0lyc7oyj] {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
        line-height: 1.05;
    }

    .gestion-home__brand-heading p[b-ez0lyc7oyj] {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__upload-card[b-ez0lyc7oyj],
    .gestion-home__upload-card--wide[b-ez0lyc7oyj] {
        grid-column: auto;
        min-height: 0;
        padding: 1rem;
    }

    .gestion-home__dropzone[b-ez0lyc7oyj] {
        min-height: 11rem;
        padding: 0.85rem;
    }

    .gestion-home__dropzone > span[b-ez0lyc7oyj] {
        width: 3rem;
        height: 3rem;
    }

    .gestion-home__identity-card[b-ez0lyc7oyj] {
        min-height: 0;
    }

    .gestion-home__identity-card > strong[b-ez0lyc7oyj] {
        min-height: 0;
    }

    .gestion-home__identity-copy small[b-ez0lyc7oyj],
    .gestion-home__identity-card > small[b-ez0lyc7oyj] {
        min-height: 0;
    }

    .gestion-home__dropzone em[b-ez0lyc7oyj] {
        width: 100%;
    }

    .gestion-home__logo-actions[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__logo-controls label[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .gestion-home__logo-controls label > span[b-ez0lyc7oyj] {
        justify-content: flex-start;
    }
}

.gestion-home__brand[b-ez0lyc7oyj] {
    display: grid;
    gap: clamp(1.4rem, 2vw, 1.8rem);
    padding: clamp(1.4rem, 3vw, 2.35rem);
    border: 1px solid #dbe5ef;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px rgba(8, 35, 66, 0.09);
}

.gestion-home__identity-entry[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-height: 7.4rem;
    padding: 1.2rem 1.35rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--page-copy);
    text-align: left;
    box-shadow: 0 22px 58px rgba(8, 35, 66, 0.08);
    cursor: pointer;
}

.gestion-home__identity-entry:hover[b-ez0lyc7oyj],
.gestion-home__identity-entry:focus-visible[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-accent) 42%, transparent);
    box-shadow: 0 28px 66px rgba(8, 35, 66, 0.12);
    outline: none;
}

.gestion-home__identity-entry strong[b-ez0lyc7oyj] {
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.1;
}

.gestion-home__identity-entry small[b-ez0lyc7oyj] {
    display: block;
    margin-top: 0.35rem;
    color: var(--page-copy-muted);
    font-size: 1rem;
    font-weight: 750;
}

.gestion-home__identity-entry > b[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 2rem;
    line-height: 1;
}

.gestion-home__brand-heading[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1.1rem;
}

.gestion-home__brand-heading h2[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
    font-size: clamp(2rem, 3.2vw, 2.85rem);
    line-height: 1;
}

.gestion-home__brand-heading p[b-ez0lyc7oyj] {
    margin: 0.65rem 0 0;
    color: var(--page-copy-muted);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    font-weight: 750;
}

.gestion-home__brand-icon[b-ez0lyc7oyj],
.gestion-home__identity-icon[b-ez0lyc7oyj],
.gestion-home__dropzone > span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.gestion-home__brand-icon[b-ez0lyc7oyj] {
    width: 5.3rem;
    height: 5.3rem;
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
}

.gestion-home__brand-icon svg[b-ez0lyc7oyj],
.gestion-home__identity-icon svg[b-ez0lyc7oyj],
.gestion-home__brand-heading button svg[b-ez0lyc7oyj],
.gestion-home__dropzone svg[b-ez0lyc7oyj] {
    width: 1.75rem;
    height: 1.75rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gestion-home__brand-heading button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 4.2rem;
    padding: 0.95rem 1.65rem;
    border: 0;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, var(--page-pink), var(--page-pink));
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 900;
    box-shadow: 0 18px 34px color-mix(in srgb, var(--page-pink) 22%, transparent);
}

.gestion-home__brand-heading .gestion-home__brand-close[b-ez0lyc7oyj] {
    width: 3rem;
    min-height: 3rem;
    padding: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 1.45rem;
    box-shadow: none;
}

.gestion-home__brand-grid[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.7vw, 1.4rem);
}

.gestion-home__identity-card[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: start;
    gap: 0.8rem 0.9rem;
    min-width: 0;
    min-height: 15.9rem;
    padding: 1.25rem;
    border: 1px solid rgba(215, 224, 236, 0.95);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 44px rgba(8, 35, 66, 0.07);
}

.gestion-home__identity-icon[b-ez0lyc7oyj] {
    width: 2.9rem;
    height: 2.9rem;
}

.gestion-home__identity-icon--teal[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
}

.gestion-home__identity-icon--pink[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
}

.gestion-home__identity-card strong[b-ez0lyc7oyj],
.gestion-home__upload-title strong[b-ez0lyc7oyj] {
    min-width: 0;
    color: var(--page-copy);
    font-size: 1.06rem;
    line-height: 1.25;
}

.gestion-home__identity-copy[b-ez0lyc7oyj] {
    display: block;
    min-width: 0;
    padding-top: 0.18rem;
}

.gestion-home__identity-copy small[b-ez0lyc7oyj] {
    display: block;
    margin-top: 0.75rem;
    color: var(--page-copy-muted);
    font-weight: 750;
    line-height: 1.45;
}

.gestion-home__identity-card > small[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    color: var(--page-copy-muted);
    font-weight: 750;
    line-height: 1.45;
}

.gestion-home__text-control[b-ez0lyc7oyj] {
    display: grid;
    grid-column: 1 / -1;
    gap: 0.75rem;
    margin-top: 0.8rem;
}

.gestion-home__text-control em[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-top: 0.9rem;
    border-top: 1px solid #e3e9f1;
    color: var(--page-copy-muted);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.gestion-home__text-control em b[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.18rem;
    height: 1.18rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 999px;
    color: var(--page-accent-strong);
    font-size: 0.78rem;
    font-weight: 900;
}

.gestion-home__identity-input[b-ez0lyc7oyj],
.gestion-home__color-control[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 3.95rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.72rem;
    background: #ffffff;
    color: var(--page-copy);
    font-size: 1.02rem;
}

.gestion-home__identity-input[b-ez0lyc7oyj] {
    width: 100%;
    padding: 0.82rem 1rem;
    border-width: 2px;
    box-shadow: inset 0 1px 0 rgba(8, 35, 66, 0.03);
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.gestion-home__identity-input:focus[b-ez0lyc7oyj] {
    outline: none;
    border-color: var(--page-accent-strong);
    background: #ffffff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--page-accent) 12%, transparent);
}

.gestion-home__color-control[b-ez0lyc7oyj] {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 3.55rem minmax(4.8rem, 1fr) 1rem;
    align-items: center;
    gap: 0.65rem;
    min-height: 4rem;
    margin-top: 1.05rem;
    padding: 0.72rem 0.85rem;
    border-width: 2px;
}

.gestion-home__color-control input[b-ez0lyc7oyj] {
    width: 100%;
    height: 2.35rem;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
}

.gestion-home__color-control em[b-ez0lyc7oyj] {
    min-width: 0;
    color: var(--page-copy);
    font-size: 0.98rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.gestion-home__color-control svg[b-ez0lyc7oyj] {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: #8fa0b8;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gestion-home__upload-card[b-ez0lyc7oyj] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.9rem;
    grid-column: span 2;
    min-height: 18rem;
    padding: 1.15rem;
    border: 1px solid #dbe5ef;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 30px rgba(8, 35, 66, 0.045);
}

.gestion-home__upload-card > img[b-ez0lyc7oyj] {
    justify-self: center;
}

.gestion-home__upload-card--wide[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-home__upload-title[b-ez0lyc7oyj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.gestion-home__upload-title strong[b-ez0lyc7oyj] {
    flex: 1 1 auto;
}

.gestion-home__upload-edit[b-ez0lyc7oyj],
.gestion-home__preview-edit[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--page-pink) 35%, transparent);
    background: #ffffff;
    color: var(--page-pink);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(193, 79, 116, 0.12);
}

.gestion-home__upload-edit[b-ez0lyc7oyj] {
    flex: 0 0 auto;
    min-height: 2.35rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
}

.gestion-home__upload-edit:hover[b-ez0lyc7oyj],
.gestion-home__preview-edit:hover[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: color-mix(in srgb, var(--page-pink) 9%, #ffffff);
}

.gestion-home__upload-card img[b-ez0lyc7oyj] {
    width: 100%;
    max-height: 7rem;
    object-fit: contain;
    border-radius: 0.65rem;
    background: #ffffff;
}

.gestion-home__upload-card--wide img[b-ez0lyc7oyj] {
    object-fit: cover;
}

.gestion-home__dropzone[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 0.38rem;
    min-height: 12.8rem;
    padding: 1rem;
    border: 1px dashed color-mix(in srgb, var(--page-accent) 50%, transparent);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 254, 255, 0.92));
    color: var(--page-copy);
    text-align: center;
}

.gestion-home__dropzone--pink[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-pink) 46%, transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.92));
}

.gestion-home__dropzone > span[b-ez0lyc7oyj] {
    width: 3.5rem;
    height: 3.5rem;
    background: color-mix(in srgb, var(--page-accent) 12%, transparent);
    color: var(--page-accent-strong);
}

.gestion-home__dropzone--pink > span[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
}

.gestion-home__dropzone strong[b-ez0lyc7oyj] {
    max-width: 20rem;
    font-size: 0.96rem;
    line-height: 1.25;
}

.gestion-home__dropzone small[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-weight: 800;
}

.gestion-home__dropzone em[b-ez0lyc7oyj] {
    min-width: min(100%, 12.5rem);
    min-height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 0.42rem;
    color: var(--page-accent-strong);
    font-style: normal;
    font-weight: 900;
}

.gestion-home__dropzone--pink em[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    color: var(--page-pink);
}

.gestion-home__logo-editor[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.9rem;
    min-width: 0;
}

.gestion-home__logo-preview[b-ez0lyc7oyj] {
    --store-preview-frame-inset: 12.8px;
    position: relative;
    display: grid;
    place-items: center;
    min-height: 9.8rem;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0.85rem;
    background: #ffffff;
    background-size: auto;
    cursor: grab;
    touch-action: none;
    user-select: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.gestion-store-image-panning[b-ez0lyc7oyj],
.gestion-store-image-panning .gestion-home__zoom-preview[b-ez0lyc7oyj] {
    cursor: grabbing !important;
}

.gestion-home__logo-preview[b-ez0lyc7oyj]::before {
    display: none;
}

.gestion-home__logo-preview[b-ez0lyc7oyj]::after {
    display: none;
}

.gestion-home__logo-preview img[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: var(--store-logo-fit, contain);
    object-position: var(--store-logo-x, 50%) var(--store-logo-y, 50%);
    transform: translate(var(--store-logo-pan-x, 0%), var(--store-logo-pan-y, 0%)) scale(var(--store-logo-zoom, 1)) scale(var(--store-logo-scale-x, 1), var(--store-logo-scale-y, 1));
    transform-origin: center center;
}

.gestion-home__preview-edit[b-ez0lyc7oyj] {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 2;
    min-height: 2.45rem;
    padding: 0.58rem 0.85rem;
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.gestion-home__logo-preview--hero[b-ez0lyc7oyj] {
    aspect-ratio: 16 / 5;
    min-height: 11.2rem;
    background: #ffffff;
    background-size: auto;
}

.gestion-home__logo-preview--hero[b-ez0lyc7oyj]::before {
    background: rgba(255, 255, 255, 0.9);
}

.gestion-home__logo-preview--hero[b-ez0lyc7oyj]::after {
    display: none;
}

.gestion-home__logo-preview--hero img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: var(--store-hero-fit, contain);
    object-position: var(--store-hero-x, 50%) var(--store-hero-y, 50%);
    transform: translate(var(--store-hero-pan-x, 0%), var(--store-hero-pan-y, 0%)) scale(var(--store-hero-zoom, 1)) scale(var(--store-hero-scale-x, 1), var(--store-hero-scale-y, 1));
    transform-origin: center center;
}

.gestion-home__hero-gallery[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.85rem;
    padding: clamp(0.75rem, 1.6vw, 1.15rem);
    border: 1px solid color-mix(in srgb, var(--page-pink) 18%, #dbe5ef);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #ffffff, color-mix(in srgb, var(--page-pink) 3%, #ffffff));
}

.gestion-home__hero-main[b-ez0lyc7oyj] {
    display: grid;
    min-width: 0;
}

.gestion-home__hero-device-toggle[b-ez0lyc7oyj] {
    display: inline-flex;
    justify-self: start;
    gap: 0.35rem;
    padding: 0.22rem;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    background: #eef3f7;
}

.gestion-home__hero-device-button[b-ez0lyc7oyj] {
    min-height: 2.15rem;
    padding: 0 0.9rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--page-copy);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 850;
    cursor: pointer;
}

.gestion-home__hero-device-button--active[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
}

.gestion-home__hero-crop-frame[b-ez0lyc7oyj] {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 5.8;
    min-height: 0;
    overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--page-pink) 44%, #dbe5ef);
    border-radius: 0.85rem;
    background: #eceff3;
    box-sizing: border-box;
    cursor: grab;
    touch-action: none;
    user-select: none;
    box-shadow: 0 18px 42px rgba(8, 35, 66, 0.13), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.gestion-home__hero-crop-frame--button[b-ez0lyc7oyj] {
    padding: 0;
    border: 1px solid #dbe5ef;
}

.gestion-home__hero-crop-frame img[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    border-radius: 0;
    object-fit: var(--store-hero-fit, cover);
    object-position: var(--store-hero-x, 50%) var(--store-hero-y, 50%);
    transform: translate(var(--store-hero-pan-x, 0%), var(--store-hero-pan-y, 0%)) scale(var(--store-hero-zoom, 1)) scale(var(--store-hero-scale-x, 1), var(--store-hero-scale-y, 1));
    transform-origin: center center;
}

.gestion-home__hero-crop-frame--mobile[b-ez0lyc7oyj] {
    justify-self: center;
    width: min(100%, 24rem);
    height: clamp(300px, 78vw, 360px);
    aspect-ratio: auto;
}

.gestion-home__hero-crop-frame--mobile img[b-ez0lyc7oyj] {
    object-fit: var(--store-hero-mobile-fit, cover);
    object-position: var(--store-hero-mobile-x, 50%) var(--store-hero-mobile-y, 50%);
    transform: translate(var(--store-hero-mobile-pan-x, 0%), var(--store-hero-mobile-pan-y, 0%)) scale(var(--store-hero-mobile-zoom, 1)) scale(var(--store-hero-mobile-scale-x, 1), var(--store-hero-mobile-scale-y, 1));
}

.gestion-home__hero-crop-mask[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255, 255, 255, 0.84);
    border-radius: inherit;
    background:
        linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px) 0 0 / 100% 33.333%,
        linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px) 0 0 / 33.333% 100%;
    box-shadow: inset 0 0 0 1px rgba(8, 35, 66, 0.14), inset 0 0 42px rgba(8, 35, 66, 0.08);
    pointer-events: none;
}

.gestion-home__hero-crop-label[b-ez0lyc7oyj] {
    position: absolute;
    left: 0.8rem;
    bottom: 0.8rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--page-copy);
    font-size: 0.76rem;
    font-weight: 900;
    backdrop-filter: blur(10px);
    pointer-events: none;
}

.gestion-home__hero-crop-values[b-ez0lyc7oyj] {
    display: none;
}

.gestion-home__hero-thumb-strip[b-ez0lyc7oyj] {
    display: flex;
    gap: 0.62rem;
    min-width: 0;
    overflow-x: auto;
    padding: 0.1rem 0.1rem 0.35rem;
    scrollbar-width: thin;
}

.gestion-home__hero-slide[b-ez0lyc7oyj] {
    position: relative;
    flex: 0 0 clamp(7.2rem, 18vw, 11rem);
    width: clamp(7.2rem, 18vw, 11rem);
    aspect-ratio: 16 / 5.8;
    border: 2px solid transparent;
    border-radius: 0.72rem;
    background: #ffffff;
    cursor: grab;
}

.gestion-home__hero-slide--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
}

.gestion-home__hero-slide-thumb[b-ez0lyc7oyj],
.gestion-home__hero-add-thumb[b-ez0lyc7oyj] {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dbe5ef;
    border-radius: 0.62rem;
    background: #eef3f7;
    cursor: pointer;
}

.gestion-home__hero-slide-thumb img[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    border-radius: 0;
    object-fit: var(--store-hero-fit, cover);
    object-position: var(--store-hero-x, 50%) var(--store-hero-y, 50%);
    transform: translate(var(--store-hero-pan-x, 0%), var(--store-hero-pan-y, 0%)) scale(var(--store-hero-zoom, 1)) scale(var(--store-hero-scale-x, 1), var(--store-hero-scale-y, 1));
    transform-origin: center center;
}

.gestion-home__hero-thumb-remove[b-ez0lyc7oyj] {
    position: absolute;
    top: -0.45rem;
    right: -0.45rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(8, 35, 66, 0.18);
}

.gestion-home__hero-add-thumb[b-ez0lyc7oyj] {
    flex: 0 0 clamp(7.2rem, 18vw, 11rem);
    width: clamp(7.2rem, 18vw, 11rem);
    aspect-ratio: 16 / 5.8;
    border-style: dashed;
    color: var(--page-pink);
}

.gestion-home__hero-add-thumb span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 10%, #ffffff);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.gestion-home__hero-footer[b-ez0lyc7oyj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
}

.gestion-home__hero-footer button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 10.5rem);
    min-height: 2.65rem;
    padding: 0.62rem 1rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.5rem;
    background: #ffffff;
    color: var(--page-copy);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
}

.gestion-home__hero-footer button:hover[b-ez0lyc7oyj],
.gestion-home__hero-footer button:focus-visible[b-ez0lyc7oyj] {
    outline: none;
    border-color: var(--page-pink);
    color: var(--page-pink);
}

.gestion-home__fit-modes[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    min-width: 0;
}

.gestion-home__fit-mode[b-ez0lyc7oyj] {
    min-width: 0;
    min-height: 2.45rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 32%, transparent);
    border-radius: 0.55rem;
    background: #ffffff;
    color: var(--page-copy);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    cursor: pointer;
}

.gestion-home__fit-mode--active[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-accent) 13%, transparent);
    border-color: var(--page-accent-strong);
    color: var(--page-accent-strong);
}

.gestion-home__fit-mode--pink[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-pink) 32%, transparent);
}

.gestion-home__fit-mode--pink.gestion-home__fit-mode--active[b-ez0lyc7oyj] {
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    border-color: var(--page-pink);
    color: var(--page-pink);
}

.gestion-home__logo-controls[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
}

.gestion-home__logo-controls label[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 7.4rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    color: var(--page-copy);
    font-size: 0.86rem;
    font-weight: 900;
}

.gestion-home__logo-controls label > span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.gestion-home__logo-controls b[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.78rem;
}

.gestion-home__logo-controls input[type="range"][b-ez0lyc7oyj] {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    white-space: normal !important;
    border: 0 !important;
    width: 100%;
    accent-color: var(--page-accent-strong);
}

.gestion-home__logo-editor--hero .gestion-home__logo-controls input[type="range"][b-ez0lyc7oyj] {
    accent-color: var(--page-pink);
}

.gestion-home__logo-actions[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 0.6rem;
}

.gestion-home__logo-actions label[b-ez0lyc7oyj],
.gestion-home__logo-actions button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.6rem 0.9rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 0.5rem;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-weight: 900;
    min-width: 0;
    text-align: center;
}

.gestion-home__logo-actions button[b-ez0lyc7oyj] {
    border-color: #d7e0ec;
    color: var(--page-copy);
}

.gestion-home__logo-actions--compact[b-ez0lyc7oyj] {
    grid-template-columns: 1fr;
}

.gestion-home__logo-save[b-ez0lyc7oyj] {
    border-color: var(--page-accent-strong) !important;
    background: var(--page-accent-strong) !important;
    color: #ffffff !important;
}

.gestion-home__logo-actions--pink label[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    color: var(--page-pink);
}

.gestion-home__logo-actions--pink .gestion-home__logo-save[b-ez0lyc7oyj] {
    border-color: var(--page-pink) !important;
    background: var(--page-pink) !important;
}

.gestion-home__upload-card input[type="file"][b-ez0lyc7oyj] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.gestion-home__upload-card[b-ez0lyc7oyj]  input[type="file"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.gestion-home__brand-status[b-ez0lyc7oyj] {
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 0.8rem;
    background: var(--page-accent-soft);
    color: var(--page-copy);
    font-weight: 900;
}

.gestion-product-row__actions[b-ez0lyc7oyj] {
    display: inline-flex;
    justify-content: flex-end;
    gap: 0.55rem;
}

.gestion-product-row__actions button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
}

.gestion-product-row__edit[b-ez0lyc7oyj] {
    border: 1px solid color-mix(in srgb, var(--page-accent) 35%, transparent);
    background: rgba(221, 251, 251, 0.75);
    color: var(--page-accent-strong);
}

.gestion-product-row__delete[b-ez0lyc7oyj] {
    border: 1px solid color-mix(in srgb, var(--page-pink) 26%, transparent);
    background: rgba(255, 244, 250, 0.95);
    color: var(--page-pink);
}

.gestion-product-row__actions button:hover[b-ez0lyc7oyj],
.gestion-product-row__actions button:focus-visible[b-ez0lyc7oyj] {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(8, 35, 66, 0.1);
}

.gestion-category[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
    min-height: 4rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.78);
    color: var(--page-copy);
    text-align: left;
}

.gestion-category strong[b-ez0lyc7oyj] {
    font-size: 1rem;
}

.gestion-category span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.85rem;
    font-weight: 800;
}

.gestion-category--active[b-ez0lyc7oyj] {
    border-color: var(--page-accent);
    background: linear-gradient(135deg, rgba(221, 251, 251, 0.95), rgba(255, 245, 248, 0.95));
    box-shadow: 0 14px 28px rgba(8, 35, 66, 0.08);
}

.gestion-list[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-workspace[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(20rem, 0.34fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.gestion-sidebar[b-ez0lyc7oyj] {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 0.9rem;
    max-height: calc(100vh - 2rem);
    padding: 1rem;
}

.gestion-sidebar__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--page-stroke);
}

.gestion-sidebar__header div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-sidebar__header strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-sidebar__header span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.85rem;
    font-weight: 800;
}

.gestion-sidebar__empty[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(221, 251, 251, 0.45);
    color: var(--page-copy-muted);
}

.gestion-sidebar__empty strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-sidebar__empty p[b-ez0lyc7oyj] {
    margin: 0;
    line-height: 1.5;
}

.gestion-sidebar__list[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
    overflow: auto;
    padding-right: 0.25rem;
}

.gestion-sidebar__new[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: var(--page-background-soft);
    font-weight: 900;
    box-shadow: 0 14px 24px color-mix(in srgb, var(--page-pink) 18%, transparent);
}

.gestion-sidebar__item[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.12rem 0.65rem;
    width: 100%;
    padding: 0.85rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.78);
    color: var(--page-copy);
    text-align: left;
}

.gestion-sidebar__item span[b-ez0lyc7oyj] {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-sidebar__item strong[b-ez0lyc7oyj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gestion-sidebar__item small[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-weight: 800;
}

.gestion-sidebar__item--active[b-ez0lyc7oyj] {
    border-color: var(--page-accent);
    background: linear-gradient(135deg, rgba(221, 251, 251, 0.88), rgba(255, 245, 248, 0.92));
    box-shadow: 0 14px 30px rgba(8, 35, 66, 0.08);
}

.gestion-item[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-product-detail[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-product-detail__hero[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: end;
}

.gestion-product-detail__back[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
    justify-self: start;
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.55rem 1.25rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-product-detail__summary[b-ez0lyc7oyj] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.gestion-product-detail__icon[b-ez0lyc7oyj],
.gestion-field__icon[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 10%, transparent);
    color: var(--shoe-color, var(--page-pink));
    font-weight: 900;
}

.gestion-product-detail__summary span:not(.gestion-product-detail__icon)[b-ez0lyc7oyj] {
    color: var(--page-pink);
    font-size: 0.86rem;
    font-weight: 900;
}

.gestion-product-detail__summary h2[b-ez0lyc7oyj] {
    margin: 0.2rem 0 0;
    color: var(--page-copy);
    font-size: 1.45rem;
}

.gestion-product-detail__edit[b-ez0lyc7oyj] {
    border: 0 !important;
    background: var(--page-pink) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 26px color-mix(in srgb, var(--page-pink) 22%, transparent);
    min-width: 3.25rem;
    padding-inline: 1rem !important;
    font-size: 1.25rem;
}

.gestion-product-detail__actions[b-ez0lyc7oyj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    align-items: center;
    padding-top: 0.35rem;
}

.gestion-product-detail__actions button[b-ez0lyc7oyj] {
    min-height: 3.1rem;
    padding: 0.8rem 1.35rem;
    border: 0;
    border-radius: 999px;
    font-weight: 950;
    cursor: pointer;
}

.gestion-product-detail__cancel[b-ez0lyc7oyj] {
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
}

.gestion-product-detail__save[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
    box-shadow: 0 18px 36px color-mix(in srgb, var(--page-pink) 22%, transparent);
}

.gestion-item__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.gestion-item__grid[b-ez0lyc7oyj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gestion-field--full[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-product-image-field[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-product-image-field__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: center;
}

.gestion-product-image-field__header > div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-product-image-field__header strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.05rem;
}

.gestion-product-image-field__frame[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 16rem;
    border: 1px dashed color-mix(in srgb, var(--page-accent) 34%, transparent);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #ffffff, rgba(221, 251, 251, 0.3));
}

.gestion-product-image-field__frame > img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    max-height: 24rem;
    object-fit: contain;
}

.gestion-product-image-field__empty[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
    place-items: center;
    min-height: 10rem;
    border: 1px dashed color-mix(in srgb, var(--page-accent) 34%, transparent);
    border-radius: 0.7rem;
    background: linear-gradient(180deg, #ffffff, rgba(221, 251, 251, 0.3));
    color: var(--page-copy-muted);
    text-align: center;
}

.gestion-product-image-field__empty span[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 1.35rem;
}

.gestion-product-image-field__empty strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-product-image-field__grid[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
    gap: 0.65rem;
    max-height: 23rem;
    overflow: auto;
    padding-right: 0.1rem;
}

.gestion-product-image-field__card[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.5rem;
    align-content: start;
    min-width: 0;
}

.gestion-product-image-field__tile[b-ez0lyc7oyj] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--page-stroke);
    border-radius: 0.55rem;
    background: #ffffff;
    aspect-ratio: 1;
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.gestion-product-image-field__tile--selected[b-ez0lyc7oyj] {
    border-color: var(--page-accent-strong);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--page-accent) 24%, transparent);
}

.gestion-product-image-field__tile img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate(var(--product-editor-image-position-x, 0%), var(--product-editor-image-position-y, 0%)) scale(var(--product-editor-image-zoom, 1));
    transform-origin: center;
    background: #ffffff;
    pointer-events: none;
}

.gestion-product-image-field__tile b[b-ez0lyc7oyj],
.gestion-product-image-field__tile button[b-ez0lyc7oyj] {
    position: absolute;
}

.gestion-product-image-field__tile b[b-ez0lyc7oyj] {
    left: 0.35rem;
    bottom: 0.35rem;
    max-width: calc(100% - 0.7rem);
    padding: 0.22rem 0.45rem;
    border-radius: 999px;
    background: rgba(0, 119, 145, 0.9);
    color: #ffffff;
    font-size: 0.68rem;
    line-height: 1;
}

.gestion-product-image-field__tile button[b-ez0lyc7oyj] {
    top: 0.3rem;
    right: 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 94%, transparent);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.gestion-product-image-field__tile .gestion-product-image-field__adjust[b-ez0lyc7oyj] {
    top: 0.3rem;
    left: 0.3rem;
    right: auto;
    width: auto;
    min-width: 0;
    height: 1.65rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: rgba(0, 145, 167, 0.92);
    font-size: 0.68rem;
    line-height: 1;
}

.gestion-product-image-field__edit-frame[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border: 2px solid var(--page-accent-strong);
    border-radius: 0.55rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.gestion-product-image-field__direct-actions[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
}

.gestion-product-image-field__direct-actions button[b-ez0lyc7oyj] {
    min-height: 2rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.76rem;
    font-weight: 900;
}

.gestion-product-image-field__direct-actions button:last-child[b-ez0lyc7oyj] {
    background: var(--page-accent-strong);
    color: #ffffff;
}

.gestion-product-image-field__description[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.5rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 16%, transparent);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-product-image-field__description span[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.76rem;
    font-weight: 900;
}

.gestion-product-image-field__description textarea[b-ez0lyc7oyj] {
    width: 100%;
    min-height: 3.8rem;
    max-height: 7.5rem;
    resize: vertical;
    border: 1px solid var(--page-stroke);
    border-radius: 0.55rem;
    padding: 0.55rem 0.65rem;
    background: #ffffff;
    color: var(--page-copy);
    font: inherit;
    font-size: 0.88rem;
    line-height: 1.35;
}

.gestion-product-image-field__description textarea:focus[b-ez0lyc7oyj] {
    outline: 2px solid color-mix(in srgb, var(--page-accent) 24%, transparent);
    border-color: var(--page-accent-strong);
}

.gestion-product-image-field__upload[b-ez0lyc7oyj] {
    display: grid;
    justify-items: stretch;
}

.gestion-product-image-field__upload .gestion-upload__button[b-ez0lyc7oyj] {
    width: 100%;
}

.gestion-product-image-adjustment[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(7.5rem, 0.8fr) minmax(0, 1.2fr);
    gap: 0.75rem;
    position: sticky;
    top: 0.65rem;
    z-index: 3;
    padding: 0.7rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 28%, transparent);
    border-radius: 0.8rem;
    background: color-mix(in srgb, var(--page-accent-soft) 72%, #ffffff);
    box-shadow: 0 18px 36px rgba(8, 35, 66, 0.12);
}

.gestion-product-image-adjustment__preview-card[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.35rem;
    align-content: start;
    min-width: 0;
    padding: 0.55rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 12%, transparent);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.94);
}

.gestion-product-image-adjustment__preview-card > span[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gestion-product-image-adjustment__preview-card > strong[b-ez0lyc7oyj],
.gestion-product-image-adjustment__preview-card > small[b-ez0lyc7oyj] {
    display: block;
    text-align: center;
}

.gestion-product-image-adjustment__preview-card > strong[b-ez0lyc7oyj] {
    color: #082342;
    font-size: 0.84rem;
    line-height: 1.25;
}

.gestion-product-image-adjustment__preview-card > small[b-ez0lyc7oyj] {
    color: #082342;
    font-size: 0.86rem;
    font-weight: 950;
}

.gestion-product-image-adjustment__preview[b-ez0lyc7oyj] {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0.6rem;
    background: #f8f4ec;
    aspect-ratio: 1;
}

.gestion-product-image-adjustment__preview img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate(var(--product-editor-image-position-x, 0%), var(--product-editor-image-position-y, 0%)) scale(var(--product-editor-image-zoom, 1));
    transform-origin: center;
    background: #f8f4ec;
}

.gestion-product-image-adjustment__preview b[b-ez0lyc7oyj] {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    max-width: calc(100% - 1.1rem);
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    background: rgba(255, 252, 246, 0.92);
    color: var(--page-accent);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gestion-product-image-adjustment__controls[b-ez0lyc7oyj] {
    display: grid;
    align-content: center;
    gap: 0.52rem;
    min-width: 0;
}

.gestion-product-image-adjustment__controls strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.95rem;
}

.gestion-product-image-adjustment__controls label[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: 5.2rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: center;
    color: var(--page-copy-muted);
    font-size: 0.8rem;
    font-weight: 850;
}

.gestion-product-image-adjustment__controls input[b-ez0lyc7oyj] {
    width: 100%;
    accent-color: var(--page-accent-strong);
}

.gestion-product-image-adjustment__controls > div[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.gestion-product-image-adjustment__controls button[b-ez0lyc7oyj] {
    min-height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-product-image-adjustment__controls button:last-child[b-ez0lyc7oyj] {
    background: var(--page-accent-strong);
    color: #ffffff;
}

.gestion-upload[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    padding-top: 0.1rem;
}

.gestion-upload__native-shell[b-ez0lyc7oyj] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.gestion-upload__button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 800;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.gestion-upload__button--compact[b-ez0lyc7oyj] {
    min-height: 2.5rem;
    padding: 0.65rem 0.95rem;
}

.gestion-item__header p[b-ez0lyc7oyj] {
    margin: 0.45rem 0 0;
    color: var(--page-copy-muted);
    line-height: 1.55;
}

.gestion-editor[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.34fr);
    gap: 1rem;
    align-items: start;
}

.gestion-editor--detail[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.42fr);
}

.gestion-editor__form[b-ez0lyc7oyj] {
    display: grid;
    gap: 1rem;
}

.gestion-product-template-banner[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 167, 181, 0.24);
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(231, 251, 251, 0.96), rgba(255, 255, 255, 0.92));
    color: var(--page-copy);
}

.gestion-product-template-banner__icon[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: var(--template-icon-bg, var(--page-accent-soft));
    color: var(--template-icon-color, var(--page-accent-strong));
    font-size: 1.15rem;
    font-weight: 900;
}

.gestion-product-template-banner strong[b-ez0lyc7oyj],
.gestion-product-template-banner small[b-ez0lyc7oyj] {
    display: block;
}

.gestion-product-template-banner strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 1.03rem;
    font-weight: 950;
}

.gestion-product-template-banner small[b-ez0lyc7oyj] {
    margin-top: 0.1rem;
    color: #577091;
    font-weight: 850;
}

.gestion-editor__form--detail .gestion-item__grid[b-ez0lyc7oyj] {
    gap: 0.7rem;
}

.gestion-editor__form--detail .gestion-field--options[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-field--compact[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem 1rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.75);
}

.gestion-field--compact .gestion-field__icon[b-ez0lyc7oyj] {
    grid-row: 1 / span 5;
}

.gestion-field--compact .gestion-field__label[b-ez0lyc7oyj] {
    align-self: end;
}

.gestion-field--compact .gestion-field__control[b-ez0lyc7oyj] {
    min-height: 2.7rem;
    padding-block: 0.55rem;
}

.gestion-field--compact .gestion-field__help[b-ez0lyc7oyj],
.gestion-field--compact .gestion-size-selector[b-ez0lyc7oyj],
.gestion-field--compact .gestion-size-chips[b-ez0lyc7oyj],
.gestion-field--compact .gestion-color-picker[b-ez0lyc7oyj],
.gestion-field--compact .gestion-selected-colors[b-ez0lyc7oyj],
.gestion-field--compact .gestion-color-size-list[b-ez0lyc7oyj],
.gestion-field--compact .gestion-color-stock-list[b-ez0lyc7oyj],
.gestion-field--compact .gestion-custom-color[b-ez0lyc7oyj] {
    grid-column: 2;
}

.gestion-stock-pill[b-ez0lyc7oyj] {
    justify-self: start;
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-size-selector[b-ez0lyc7oyj],
.gestion-size-chips[b-ez0lyc7oyj],
.gestion-color-picker[b-ez0lyc7oyj],
.gestion-selected-colors[b-ez0lyc7oyj],
.gestion-extra-photos[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gestion-size-selector__button[b-ez0lyc7oyj],
.gestion-size-chips button[b-ez0lyc7oyj] {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.72rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-size-chips button[b-ez0lyc7oyj] {
    cursor: pointer;
}

.gestion-size-chips button:hover[b-ez0lyc7oyj],
.gestion-size-chips button:focus-visible[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
}

.gestion-size-chips b[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
    font-size: 0.9rem;
    line-height: 1;
}

.gestion-size-selector__button--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
}

.gestion-color-picker[b-ez0lyc7oyj] {
    align-items: center;
}

.gestion-color-picker__swatch[b-ez0lyc7oyj] {
    width: 2.35rem;
    height: 2.35rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.12), 0 10px 20px rgba(8, 35, 66, 0.08);
}

.gestion-color-picker__swatch--active[b-ez0lyc7oyj] {
    box-shadow: 0 0 0 3px var(--page-pink), 0 12px 24px color-mix(in srgb, var(--page-pink) 18%, transparent);
}

.gestion-selected-colors button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.3rem 0.72rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-selected-colors i[b-ez0lyc7oyj] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.18);
}

.gestion-selected-colors b[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
    font-size: 0.9rem;
    line-height: 1;
}

.gestion-color-size-list[b-ez0lyc7oyj],
.gestion-color-stock-list[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
}

.gestion-color-size-list > strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.86rem;
}

.gestion-color-stock-list > strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: 0.86rem;
}

.gestion-color-stock-group[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.45rem;
    padding: 0.55rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
}

.gestion-color-stock-group > strong[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #082342;
    font-size: 0.9rem;
}

.gestion-color-stock-group i[b-ez0lyc7oyj] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.18);
}

.gestion-color-size-row[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.5rem;
    padding: 0.6rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.78);
}

.gestion-color-size-row > span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #082342;
    font-weight: 900;
}

.gestion-color-size-row i[b-ez0lyc7oyj] {
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.18);
}

.gestion-color-size-row > div[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.gestion-color-size-row__chip[b-ez0lyc7oyj] {
    min-height: 2rem;
    padding: 0.25rem 0.7rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: #ffffff;
    color: var(--page-copy);
    font-weight: 900;
}

.gestion-color-size-row__chip--active[b-ez0lyc7oyj] {
    border-color: var(--page-pink);
    background: color-mix(in srgb, var(--page-pink) 12%, transparent);
    color: var(--page-pink);
}

.gestion-color-stock-row[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) minmax(6rem, 9rem) auto;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.78);
}

.gestion-color-stock-row > span[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    color: #082342;
    font-weight: 900;
}

.gestion-color-stock-row i[b-ez0lyc7oyj] {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.18);
}

.gestion-color-stock-row em[b-ez0lyc7oyj] {
    justify-self: start;
    color: var(--page-accent-strong);
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.gestion-custom-color[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
}

.gestion-custom-color input[type="color"][b-ez0lyc7oyj] {
    width: 3rem;
    height: 3rem;
    padding: 0.15rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: #ffffff;
}

.gestion-custom-color button[b-ez0lyc7oyj] {
    min-height: 2.8rem;
    padding: 0.55rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-pink);
    color: #ffffff;
    font-weight: 900;
}

.gestion-editor__section[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.8rem;
    padding: 0.95rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 14%, transparent);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.72);
}

.gestion-editor__section h3[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
    font-size: 0.95rem;
}

.gestion-upload__button:disabled[b-ez0lyc7oyj] {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

[b-ez0lyc7oyj] .gestion-upload__native,
[b-ez0lyc7oyj] .gestion-upload__native input,
[b-ez0lyc7oyj] .gestion-upload__native button {
    display: none !important;
}

.gestion-upload__status[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

.gestion-item__preview[b-ez0lyc7oyj] {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.78);
}

.gestion-item__preview-copy[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.3rem;
}

.gestion-item__preview-copy span[b-ez0lyc7oyj] {
    color: var(--page-pink);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
}

.gestion-item__preview-copy strong[b-ez0lyc7oyj] {
    font-family: "Sora", "Segoe UI", sans-serif;
    color: var(--page-copy);
}

.gestion-item__preview-copy small[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-item__preview img[b-ez0lyc7oyj] {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}

.gestion-item__preview--detail[b-ez0lyc7oyj] {
    position: static;
    gap: 1rem;
    align-self: start;
}

.gestion-item__preview--detail img[b-ez0lyc7oyj] {
    aspect-ratio: 1.26;
    border: 1px solid #f1dfd5;
    object-fit: contain;
    background: #fff9f4;
}

.gestion-template-product-editor.gestion-editor--detail[b-ez0lyc7oyj] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(16.5rem, 0.85fr);
    gap: 0.9rem;
    grid-auto-flow: dense;
}

.gestion-template-product-editor .gestion-editor__form--detail[b-ez0lyc7oyj],
.gestion-template-product-editor .gestion-editor__form--detail .gestion-item__grid[b-ez0lyc7oyj] {
    display: contents;
}

.gestion-template-product-editor .gestion-product-template-banner[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-template-product-editor .gestion-item__preview--detail[b-ez0lyc7oyj] {
    grid-column: 3;
    grid-row: 2 / span 4;
    width: 100%;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.85rem;
}

.gestion-template-product-editor .gestion-item__preview-copy[b-ez0lyc7oyj] {
    gap: 0.15rem;
}

.gestion-template-product-editor .gestion-item__preview-copy span[b-ez0lyc7oyj] {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
}

.gestion-template-product-editor .gestion-item__preview-copy strong[b-ez0lyc7oyj] {
    font-size: 0.98rem;
    line-height: 1.25;
}

.gestion-template-product-editor .gestion-field--options[b-ez0lyc7oyj] {
    grid-column: 1 / span 2;
}

.gestion-template-product-editor .gestion-field--full[b-ez0lyc7oyj] {
    grid-column: 1 / -1;
}

.gestion-template-product-editor .gestion-field--compact[b-ez0lyc7oyj] {
    min-width: 0;
    padding: 1rem;
}

.gestion-template-product-editor .gestion-field--compact .gestion-field__control[b-ez0lyc7oyj] {
    width: 100%;
}

.gestion-template-product-editor .gestion-template-image-upload__button[b-ez0lyc7oyj] {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.gestion-gallery-manager[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.72);
}

.gestion-gallery-manager__header[b-ez0lyc7oyj] {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    align-items: center;
}

.gestion-gallery-manager__header div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.12rem;
}

.gestion-gallery-manager__header strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-gallery-manager__header span[b-ez0lyc7oyj],
.gestion-gallery-manager__empty[b-ez0lyc7oyj],
.gestion-gallery-manager__urls summary[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.85rem;
    font-weight: 800;
}

.gestion-gallery-manager__empty[b-ez0lyc7oyj] {
    margin: 0;
    line-height: 1.45;
}

.gestion-extra-photos[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(4.4rem, 1fr));
    gap: 0.55rem;
    max-height: 11rem;
    overflow: auto;
    padding-right: 0.15rem;
}

.gestion-extra-photo[b-ez0lyc7oyj] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--page-stroke);
    border-radius: 0.65rem;
    background: #ffffff;
    aspect-ratio: 1;
}

.gestion-extra-photo img[b-ez0lyc7oyj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gestion-extra-photo button[b-ez0lyc7oyj] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-pink) 92%, transparent);
    color: #ffffff;
    font-weight: 900;
}

.gestion-gallery-manager__urls[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.55rem;
}

.gestion-gallery-manager__urls summary[b-ez0lyc7oyj] {
    cursor: pointer;
}

[b-ez0lyc7oyj] .gestion-field__control--small-textarea {
    min-height: 4.5rem;
    max-height: 8rem;
}

/* Legacy direct images, kept for older markup paths. */
.gestion-extra-photos > img[b-ez0lyc7oyj] {
    width: 4.75rem;
    height: 4.75rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.65rem;
    object-fit: cover;
    background: #ffffff;
}

.gestion-item__preview-art[b-ez0lyc7oyj] {
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
}

.gestion-empty-selection[b-ez0lyc7oyj] {
    padding: 2rem;
}

.gestion-empty-selection h2[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
}

.gestion-empty-selection p[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
}

.sr-only[b-ez0lyc7oyj] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gestion-modal[b-ez0lyc7oyj] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.gestion-modal__backdrop[b-ez0lyc7oyj] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(17, 35, 58, 0.34);
    backdrop-filter: blur(10px);
}

.gestion-modal__card[b-ez0lyc7oyj] {
    position: relative;
    z-index: 1;
    width: min(100%, 30rem);
    padding: 1.45rem;
    border-radius: 1.7rem;
    background: linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(241, 248, 255, 0.96));
    border: 1px solid rgba(107, 154, 204, 0.16);
    box-shadow: 0 30px 90px rgba(37, 73, 112, 0.22);
}

.gestion-modal__actions[b-ez0lyc7oyj] {
    justify-content: flex-end;
    margin-top: 1.2rem;
}

.gestion-category-modal__card[b-ez0lyc7oyj] {
    position: relative;
    width: min(100%, 72rem);
    max-height: min(90vh, 54rem);
    overflow: auto;
    padding: clamp(1.4rem, 3vw, 2.7rem);
}

.gestion-category-modal__close[b-ez0lyc7oyj] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 0;
    border-radius: 999px;
    background: rgba(231, 251, 251, 0.92);
    color: var(--page-accent-strong);
    font-size: 1.35rem;
    font-weight: 950;
    cursor: pointer;
}

.gestion-category-modal__back[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.2rem;
    margin-bottom: 1.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5c6f90;
    font-weight: 850;
}

.gestion-category-modal__hero[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1.15rem, 3vw, 2rem);
    align-items: center;
}

.gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: clamp(4rem, 6vw, 5.6rem);
    height: clamp(4rem, 6vw, 5.6rem);
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--page-accent) 14%, transparent);
    background: rgba(231, 251, 251, 0.74);
    color: var(--page-accent-strong);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 950;
    box-shadow: 0 0 0 0.45rem rgba(255, 255, 255, 0.86);
}

.gestion-category-modal__hero h2[b-ez0lyc7oyj] {
    margin-top: 0.15rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.gestion-category-modal__hero p[b-ez0lyc7oyj] {
    max-width: 46rem;
    font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.gestion-category-modal__name[b-ez0lyc7oyj] {
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
    padding: 1.35rem 1.65rem;
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(35, 61, 92, 0.06);
}

.gestion-category-modal__name-card[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.75rem;
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
    padding: clamp(1.35rem, 2.5vw, 2rem);
    border: 1px solid rgba(107, 154, 204, 0.14);
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(35, 61, 92, 0.06);
}

.gestion-category-modal__name-card span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.96rem;
    font-weight: 900;
}

.gestion-category-modal__name-card strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

.gestion-category-modal__created[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1.4rem;
    padding: clamp(1.4rem, 3vw, 2.2rem);
    border: 1px solid color-mix(in srgb, var(--page-accent) 18%, transparent);
    border-radius: 0.85rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(35, 61, 92, 0.08);
}

.gestion-category-modal__created-icon[b-ez0lyc7oyj] {
    display: grid;
    place-items: center;
    width: clamp(4.8rem, 7vw, 6.4rem);
    height: clamp(4.8rem, 7vw, 6.4rem);
    border-radius: 999px;
    background: var(--template-icon-bg, rgba(255, 235, 245, 0.84));
    color: var(--template-icon-color, var(--page-pink));
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.gestion-category-modal__created small[b-ez0lyc7oyj] {
    color: var(--page-accent-strong);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gestion-category-modal__created strong[b-ez0lyc7oyj] {
    display: block;
    margin-top: 0.15rem;
    color: var(--page-copy);
    font-size: clamp(2rem, 3.4vw, 2.9rem);
}

.gestion-category-modal__created p[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.65rem 0 0;
}

.gestion-category-modal__created p span[b-ez0lyc7oyj],
.gestion-category-modal__created em[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 900;
}

.gestion-category-modal__created p span:last-child[b-ez0lyc7oyj] {
    background: rgba(89, 111, 144, 0.1);
    color: var(--page-copy-muted);
}

.gestion-category-modal__created em[b-ez0lyc7oyj] {
    justify-self: end;
    background: rgba(35, 184, 111, 0.13);
    color: #168257;
    font-size: 0.92rem;
}

.gestion-category-modal__assigned-template[b-ez0lyc7oyj] {
    display: grid;
    gap: 1.1rem;
    margin-top: 0;
    padding: clamp(1.05rem, 2vw, 1.5rem);
    border: 1px solid rgba(107, 154, 204, 0.14);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 55px rgba(35, 61, 92, 0.06);
}

.gestion-category-modal__assigned-heading[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.25rem;
}

.gestion-category-modal__assigned-heading h3[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.gestion-category-modal__assigned-heading p[b-ez0lyc7oyj] {
    margin: 0;
    color: var(--page-copy-muted);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.45;
}

.gestion-category-modal__assigned-card[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1.15rem;
    align-items: center;
    padding: 1.15rem;
    border: 1px solid #dbe8f2;
    border-radius: 0.75rem;
    background: #ffffff;
}

.gestion-category-modal__assigned-copy[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.gestion-category-modal__assigned-title[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.gestion-category-modal__assigned-title strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.gestion-category-modal__assigned-card .gestion-template-option__fields[b-ez0lyc7oyj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.gestion-category-modal__assigned-card .gestion-template-option__fields small[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #f0f4f8;
    color: var(--page-copy-muted);
    font-size: 0.86rem;
    font-weight: 900;
}

.gestion-category-modal__assigned-card .gestion-template-option__usage[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.92rem;
}

.gestion-category-modal__assigned-card > button[b-ez0lyc7oyj] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3.1rem;
    padding: 0.7rem 1.2rem;
    border: 1px solid var(--page-accent-strong);
    border-radius: 0.55rem;
    background: #ffffff;
    color: var(--page-accent-strong);
    font-weight: 950;
}

.gestion-category-modal__template-summary[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
}

.gestion-category-modal__template-summary div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.2rem;
}

.gestion-category-modal__template-summary strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-category-modal__template-summary span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.35;
}

.gestion-category-modal__template-summary button[b-ez0lyc7oyj] {
    min-height: 2.85rem;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-weight: 900;
}

.gestion-category-modal__templates[b-ez0lyc7oyj] {
    margin-top: 1rem;
    max-height: 42vh;
    overflow: auto;
}

.gestion-category-modal__templates--single[b-ez0lyc7oyj] {
    max-height: none;
    overflow: visible;
    padding: 1.25rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 15%, transparent);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(35, 61, 92, 0.07);
}

.gestion-category-modal__templates--single .gestion-template-picker__header[b-ez0lyc7oyj] {
    margin-bottom: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.gestion-category-modal__templates--single .gestion-template-picker__grid[b-ez0lyc7oyj] {
    grid-template-columns: 1fr;
}

.gestion-category-modal__templates--single .gestion-template-option[b-ez0lyc7oyj] {
    border-color: color-mix(in srgb, var(--page-accent) 32%, transparent);
    background: rgba(247, 253, 253, 0.88);
}

.gestion-category-modal__templates--single .gestion-template-option__fields[b-ez0lyc7oyj] {
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}

.gestion-category-modal__close-prompt[b-ez0lyc7oyj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
    padding: 0.9rem;
    border: 1px solid color-mix(in srgb, var(--page-pink) 22%, transparent);
    border-radius: 0.7rem;
    background: rgba(255, 244, 249, 0.94);
}

.gestion-category-modal__close-prompt div[b-ez0lyc7oyj] {
    display: grid;
    gap: 0.15rem;
}

.gestion-category-modal__close-prompt strong[b-ez0lyc7oyj] {
    color: var(--page-copy);
}

.gestion-category-modal__close-prompt span[b-ez0lyc7oyj] {
    color: var(--page-copy-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.gestion-category-modal__close-prompt button[b-ez0lyc7oyj] {
    min-height: 2.55rem;
    padding: 0.55rem 0.85rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--page-copy);
    font-weight: 900;
}

.gestion-category-modal__close-prompt .gestion-category-modal__close-save[b-ez0lyc7oyj] {
    background: var(--page-pink);
    color: #ffffff;
}

@media (max-width: 720px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj],
    .gestion-category-modal__created[b-ez0lyc7oyj],
    .gestion-category-modal__assigned-card[b-ez0lyc7oyj],
    .gestion-category-modal__close-prompt[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-category-modal__created em[b-ez0lyc7oyj],
    .gestion-category-modal__assigned-card > button[b-ez0lyc7oyj] {
        justify-self: start;
    }
}

@media (max-width: 840px) {
    .gestion-page[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-page__hero[b-ez0lyc7oyj],
    .gestion-topnav[b-ez0lyc7oyj],
    .gestion-categories__header[b-ez0lyc7oyj],
    .gestion-toolbar[b-ez0lyc7oyj],
    .gestion-item__header[b-ez0lyc7oyj] {
        flex-direction: column;
        align-items: start;
    }

    .gestion-categories__new[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .gestion-topnav[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-home__header[b-ez0lyc7oyj],
    .gestion-home__chart-heading[b-ez0lyc7oyj] {
        flex-direction: column;
        align-items: start;
    }

    .gestion-home__stats[b-ez0lyc7oyj],
    .gestion-home__bar[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-category-row[b-ez0lyc7oyj] {
        flex-direction: column;
        align-items: stretch;
    }

    .gestion-workspace[b-ez0lyc7oyj],
    .gestion-editor[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-template-modal__card[b-ez0lyc7oyj] {
        width: min(100%, 34rem);
        max-height: 90vh;
        padding: 1rem;
    }

    .gestion-template-modal__preview[b-ez0lyc7oyj],
    .gestion-template-modal__fields[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-template-modal__upload[b-ez0lyc7oyj] {
        min-height: 12rem;
    }

    .gestion-sidebar[b-ez0lyc7oyj],
    .gestion-item__preview[b-ez0lyc7oyj] {
        position: static;
        max-height: none;
    }

    .gestion-item__grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-field--full[b-ez0lyc7oyj] {
        grid-column: auto;
    }

    .gestion-modal__card[b-ez0lyc7oyj] {
        width: 100%;
        border-radius: 1.45rem;
    }

    .gestion-modal__actions[b-ez0lyc7oyj] {
        width: 100%;
    }

    .gestion-modal__actions button[b-ez0lyc7oyj] {
        flex: 1 1 100%;
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 841px) {
    .gestion-home__stats article[b-ez0lyc7oyj] {
        min-height: 13.5rem;
        padding: clamp(1.8rem, 2.8vw, 2.5rem);
        gap: 0.45rem 1.75rem;
    }

    .gestion-home__stat-icon[b-ez0lyc7oyj] {
        width: clamp(5.2rem, 7.4vw, 7rem);
        height: clamp(5.2rem, 7.4vw, 7rem);
    }

    .gestion-home__stat-icon svg[b-ez0lyc7oyj] {
        width: 2.55rem;
        height: 2.55rem;
    }

    .gestion-home__stats small[b-ez0lyc7oyj] {
        font-size: clamp(1.05rem, 1.25vw, 1.28rem);
        line-height: 1.25;
    }

    .gestion-home__stats strong[b-ez0lyc7oyj] {
        font-size: clamp(3.55rem, 5.5vw, 4.9rem);
    }

    .gestion-toolbar[b-ez0lyc7oyj] {
        padding: 1.15rem 1.35rem;
    }

    .gestion-toolbar > div:first-child[b-ez0lyc7oyj] {
        gap: 1.05rem;
    }

    .gestion-toolbar > div:first-child strong[b-ez0lyc7oyj] {
        font-size: 1.22rem;
        line-height: 1.25;
    }

    .gestion-toolbar__icon[b-ez0lyc7oyj] {
        width: 3.1rem;
        height: 3.1rem;
        font-size: 1.25rem;
    }

    .gestion-toolbar__primary[b-ez0lyc7oyj],
    .gestion-toolbar__secondary[b-ez0lyc7oyj] {
        min-height: 3.2rem;
        padding: 0.85rem 1.35rem;
        font-size: 1.05rem;
    }

    .gestion-categories--page[b-ez0lyc7oyj] {
        gap: 1.25rem;
        padding: 2.15rem 2.35rem;
    }

    .gestion-categories__header h2[b-ez0lyc7oyj],
    .gestion-products-panel__header h2[b-ez0lyc7oyj] {
        font-size: clamp(2.35rem, 2.8vw, 3rem);
        line-height: 1.12;
    }

    .gestion-categories__header p[b-ez0lyc7oyj],
    .gestion-products-panel__header span[b-ez0lyc7oyj],
    .gestion-products-panel__header strong[b-ez0lyc7oyj] {
        font-size: 1.28rem;
        line-height: 1.45;
    }

    .gestion-categories__create[b-ez0lyc7oyj] {
        min-height: 3.55rem;
        padding: 0.9rem 1.65rem;
        font-size: 1.1rem;
    }

    .gestion-category-row[b-ez0lyc7oyj] {
        min-height: 7rem;
        padding: 1.25rem 1.45rem;
    }

    .gestion-category-row > div:first-child[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    .gestion-category-row__icon[b-ez0lyc7oyj] {
        width: 3.7rem;
        height: 3.7rem;
        font-size: 1.18rem;
    }

    .gestion-category-row__copy strong[b-ez0lyc7oyj] {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .gestion-category-row__copy small[b-ez0lyc7oyj] {
        font-size: 1.18rem;
        line-height: 1.35;
    }

    .gestion-category-row__actions button[b-ez0lyc7oyj] {
        width: 3.35rem;
        height: 3.35rem;
        font-size: 1.22rem;
    }

    .gestion-product-tools__summary[b-ez0lyc7oyj] {
        font-size: 1.22rem;
    }

    .gestion-product-filter[b-ez0lyc7oyj] {
        min-height: 3.25rem;
        padding: 0.7rem 1rem;
        font-size: 1.05rem;
    }

    .gestion-product-filter > span[b-ez0lyc7oyj] {
        font-size: 1.18rem;
    }

    .gestion-product-filter em[b-ez0lyc7oyj] {
        min-width: 2.05rem;
        height: 2.05rem;
        font-size: 0.98rem;
    }

    .gestion-product-search input[b-ez0lyc7oyj] {
        font-size: 1.08rem;
    }

    .gestion-products-panel__new[b-ez0lyc7oyj] {
        min-height: 3.45rem;
        padding: 0.85rem 1.45rem;
        font-size: 1.08rem;
    }

    .gestion-product-row[b-ez0lyc7oyj] {
        grid-template-columns: 3.7rem minmax(0, 1fr) auto;
        min-height: 6rem;
        padding: 1rem 1.25rem;
    }

    .gestion-product-row__index[b-ez0lyc7oyj] {
        width: 2.9rem;
        height: 2.9rem;
        font-size: 1.08rem;
    }

    .gestion-product-row__copy strong[b-ez0lyc7oyj] {
        font-size: 1.24rem;
        line-height: 1.25;
    }

    .gestion-product-row__copy small[b-ez0lyc7oyj] {
        font-size: 1rem;
        line-height: 1.35;
    }

    .gestion-template-picker[b-ez0lyc7oyj] {
        gap: 1.55rem;
        padding: 1.65rem;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        gap: 1.45rem;
    }

    .gestion-template-picker__header > div > strong[b-ez0lyc7oyj] {
        font-size: clamp(2.25rem, 2.65vw, 3rem);
        line-height: 1.08;
    }

    .gestion-template-picker__header > div > span[b-ez0lyc7oyj] {
        font-size: 1.24rem;
        line-height: 1.45;
    }

    .gestion-template-picker__tip strong[b-ez0lyc7oyj] {
        font-size: 1.08rem;
    }

    .gestion-template-picker__tip p[b-ez0lyc7oyj] {
        font-size: 0.98rem;
        line-height: 1.42;
    }

    .gestion-template-option[b-ez0lyc7oyj] {
        min-height: 21rem !important;
        padding: 1.45rem !important;
    }

    .gestion-template-option__top[b-ez0lyc7oyj] {
        grid-template-columns: 3.85rem minmax(0, 1fr);
        gap: 1rem;
        padding-right: 8.6rem;
    }

    .gestion-template-option__icon[b-ez0lyc7oyj] {
        width: 3.85rem;
        height: 3.85rem;
        font-size: 1.28rem !important;
    }

    .gestion-template-option__top strong[b-ez0lyc7oyj] {
        font-size: 1.52rem;
        line-height: 1.2;
    }

    .gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
        max-width: 8.5rem;
        min-height: 2.05rem;
        padding: 0.35rem 0.75rem;
        font-size: 0.78rem;
    }

    .gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
        min-height: 4.8rem;
        font-size: 1.16rem;
        line-height: 1.45;
    }

    .gestion-template-option__fields small[b-ez0lyc7oyj] {
        font-size: 0.95rem;
        line-height: 1.25;
    }

    .gestion-template-option__fields small span[b-ez0lyc7oyj] {
        font-size: 1.02rem;
    }

    .gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
        min-height: 3.15rem;
        padding: 0.7rem 0.85rem;
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .gestion-template-option button[b-ez0lyc7oyj] {
        min-height: 3.35rem;
        padding: 0.85rem 1.1rem;
        font-size: 1.05rem;
    }

    .gestion-category-modal__card[b-ez0lyc7oyj] {
        width: min(100%, 88rem);
        padding: clamp(2rem, 3.2vw, 3rem);
    }

    .gestion-category-modal__close[b-ez0lyc7oyj] {
        width: 2.9rem;
        height: 2.9rem;
        font-size: 1.55rem;
    }

    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        gap: 2.25rem;
    }

    .gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
        width: clamp(5rem, 6vw, 6.25rem);
        height: clamp(5rem, 6vw, 6.25rem);
        font-size: clamp(2.15rem, 3vw, 2.8rem);
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj] {
        font-size: clamp(2.65rem, 4.2vw, 3.45rem);
        line-height: 1.08;
    }

    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        max-width: 58rem;
        font-size: 1.24rem;
        line-height: 1.5;
    }

    .gestion-modal__eyebrow[b-ez0lyc7oyj] {
        font-size: 0.9rem;
    }

    .gestion-category-modal__name[b-ez0lyc7oyj] {
        padding: 1.55rem 1.8rem;
    }

    .gestion-category-modal__name .gestion-field__label[b-ez0lyc7oyj],
    .gestion-category-modal__template-summary strong[b-ez0lyc7oyj] {
        font-size: 1.16rem;
        line-height: 1.25;
    }

    .gestion-category-modal__name .gestion-field__control[b-ez0lyc7oyj] {
        min-height: 3.65rem;
        font-size: 1.12rem;
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj] {
        padding: 1.25rem;
    }

    .gestion-category-modal__template-summary span[b-ez0lyc7oyj] {
        font-size: 1.02rem;
        line-height: 1.4;
    }

    .gestion-category-modal__template-summary button[b-ez0lyc7oyj] {
        min-height: 3.2rem;
        padding: 0.75rem 1.2rem;
        font-size: 1.05rem;
    }

    .gestion-modal__actions button[b-ez0lyc7oyj],
    .gestion-modal__actions a[b-ez0lyc7oyj] {
        min-height: 3.2rem;
        padding: 0.85rem 1.3rem;
        font-size: 1.05rem;
    }
}

@media (max-width: 640px) {
    .gestion-page[b-ez0lyc7oyj] {
        padding: 0.65rem;
    }

    .gestion-page__shell[b-ez0lyc7oyj] {
        gap: 0.85rem;
    }

    .gestion-page__hero[b-ez0lyc7oyj],
    .gestion-login__card[b-ez0lyc7oyj],
    .gestion-categories[b-ez0lyc7oyj],
    .gestion-products-panel[b-ez0lyc7oyj],
    .gestion-product-detail__hero[b-ez0lyc7oyj],
    .gestion-editor--detail[b-ez0lyc7oyj],
    .gestion-item[b-ez0lyc7oyj],
    .gestion-sidebar[b-ez0lyc7oyj],
    .gestion-empty-selection[b-ez0lyc7oyj],
    .gestion-loading[b-ez0lyc7oyj] {
        border-radius: 0.8rem;
        box-shadow: 0 14px 34px rgba(8, 35, 66, 0.08);
    }

    .gestion-page__hero[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-page__hero h1[b-ez0lyc7oyj],
    .gestion-page--login .gestion-page__hero h1[b-ez0lyc7oyj] {
        font-size: 1.75rem;
    }

    .gestion-login[b-ez0lyc7oyj] {
        padding: 0;
    }

    .gestion-login__card[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-topnav[b-ez0lyc7oyj] {
        position: sticky;
        top: 0.5rem;
        z-index: 20;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        padding: 0.55rem;
        overflow-x: auto;
        border-radius: 0.85rem;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .gestion-topnav a[b-ez0lyc7oyj],
    .gestion-topnav button[b-ez0lyc7oyj] {
        flex: 0 0 auto;
        min-height: 2.9rem;
        padding: 0.55rem 0.75rem;
        gap: 0.45rem;
        border-radius: 0.7rem;
        font-size: 0.86rem;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .gestion-topnav svg[b-ez0lyc7oyj] {
        width: 1.05rem;
        height: 1.05rem;
    }

    .gestion-home__header[b-ez0lyc7oyj] {
        min-height: auto;
        padding: 1.2rem;
    }

    .gestion-home__header[b-ez0lyc7oyj]::before,
    .gestion-home__header[b-ez0lyc7oyj]::after {
        display: none;
    }

    .gestion-home__header h1[b-ez0lyc7oyj] {
        font-size: 2.05rem;
    }

    .gestion-home__header p[b-ez0lyc7oyj] {
        margin-top: 0.75rem;
        padding-left: 0.85rem;
        font-size: 1rem;
    }

    .gestion-home__stats[b-ez0lyc7oyj] {
        gap: 0.75rem;
    }

    .gestion-home__stats article[b-ez0lyc7oyj] {
        min-height: 0;
        padding: 1rem;
        gap: 0.2rem 0.9rem;
    }

    .gestion-home__stat-icon[b-ez0lyc7oyj] {
        width: 3.35rem;
        height: 3.35rem;
    }

    .gestion-home__stat-icon svg[b-ez0lyc7oyj] {
        width: 1.45rem;
        height: 1.45rem;
    }

    .gestion-home__stats strong[b-ez0lyc7oyj] {
        font-size: 2.25rem;
    }

    .gestion-home__chart[b-ez0lyc7oyj] {
        gap: 1rem;
        padding: 1rem;
    }

    .gestion-home__bar[b-ez0lyc7oyj] {
        min-height: 0;
        padding: 0.9rem;
    }

    .gestion-toolbar[b-ez0lyc7oyj] {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .gestion-toolbar__actions[b-ez0lyc7oyj],
    .gestion-toolbar__primary[b-ez0lyc7oyj],
    .gestion-toolbar__secondary[b-ez0lyc7oyj] {
        width: 100%;
    }

    .gestion-categories--page[b-ez0lyc7oyj],
    .gestion-products-panel[b-ez0lyc7oyj],
    .gestion-product-detail__hero[b-ez0lyc7oyj],
    .gestion-editor--detail[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-categories__header[b-ez0lyc7oyj],
    .gestion-products-panel__header[b-ez0lyc7oyj],
    .gestion-product-detail__hero[b-ez0lyc7oyj],
    .gestion-gallery-manager__header[b-ez0lyc7oyj],
    .gestion-item__header[b-ez0lyc7oyj] {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .gestion-categories__create[b-ez0lyc7oyj],
    .gestion-categories__new button[b-ez0lyc7oyj],
    .gestion-products-panel__new[b-ez0lyc7oyj],
    .gestion-product-detail__edit[b-ez0lyc7oyj],
    .gestion-product-detail__actions button[b-ez0lyc7oyj],
    .gestion-cleaning-template__actions button[b-ez0lyc7oyj],
    .gestion-cleaning-template__actions a[b-ez0lyc7oyj] {
        width: 100%;
        justify-content: center;
    }

    .gestion-category-row[b-ez0lyc7oyj] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0.9rem;
    }

    .gestion-category-row__actions[b-ez0lyc7oyj],
    .gestion-category-row__confirm[b-ez0lyc7oyj] {
        width: 100%;
        justify-content: stretch;
    }

    .gestion-category-row__actions button[b-ez0lyc7oyj],
    .gestion-category-row__confirm button[b-ez0lyc7oyj] {
        flex: 1 1 0;
    }

    .gestion-template-picker[b-ez0lyc7oyj] {
        gap: 1rem;
        padding: 1rem;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj],
    .gestion-category-modal__templates--single .gestion-template-option__fields[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-template-option[b-ez0lyc7oyj] {
        min-height: 0 !important;
        gap: 0.75rem !important;
        padding: 1rem !important;
    }

    .gestion-template-option__top[b-ez0lyc7oyj] {
        grid-template-columns: 3.15rem minmax(0, 1fr);
        gap: 0.8rem;
        padding-right: 0;
    }

    .gestion-template-option__icon[b-ez0lyc7oyj] {
        width: 3.15rem;
        height: 3.15rem;
        font-size: 1.08rem !important;
    }

    .gestion-template-option__top strong[b-ez0lyc7oyj] {
        font-size: 1.18rem;
        line-height: 1.18;
    }

    .gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
        position: static;
        justify-self: start;
        max-width: 100%;
        min-height: 1.85rem;
        padding: 0.35rem 0.7rem;
        font-size: 0.68rem;
        white-space: normal;
    }

    .gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
        min-height: 0;
        font-size: 0.95rem;
        line-height: 1.42;
    }

    .gestion-template-option__fields[b-ez0lyc7oyj] {
        gap: 0.5rem;
    }

    .gestion-template-option__fields small[b-ez0lyc7oyj] {
        align-items: center;
        min-height: 1.85rem;
        padding: 0.28rem 0.55rem;
        border-radius: 999px;
        background: #f4f7fb;
        font-size: 0.78rem;
        line-height: 1.2;
    }

    .gestion-template-option__fields small span[b-ez0lyc7oyj] {
        font-size: 0.85rem;
    }

    .gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
        min-height: 0;
        padding: 0.65rem 0.75rem;
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .gestion-template-option button[b-ez0lyc7oyj] {
        min-height: 2.95rem;
        padding: 0.75rem 0.9rem;
        font-size: 0.9rem;
    }

    .gestion-product-tools[b-ez0lyc7oyj],
    .gestion-product-filters[b-ez0lyc7oyj] {
        gap: 0.6rem;
    }

    .gestion-product-filters[b-ez0lyc7oyj] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gestion-product-filter[b-ez0lyc7oyj] {
        justify-content: space-between;
        min-height: 2.65rem;
        padding: 0.5rem 0.65rem;
        font-size: 0.84rem;
    }

    .gestion-product-row[b-ez0lyc7oyj] {
        grid-template-columns: 2.65rem minmax(0, 1fr);
        gap: 0.75rem;
        min-height: 0;
        padding: 0.75rem;
    }

    .gestion-product-row__index[b-ez0lyc7oyj] {
        width: 2.2rem;
        height: 2.2rem;
    }

    .gestion-product-row__copy strong[b-ez0lyc7oyj] {
        white-space: normal;
    }

    .gestion-workspace[b-ez0lyc7oyj],
    .gestion-editor[b-ez0lyc7oyj],
    .gestion-editor--detail[b-ez0lyc7oyj],
    .gestion-template-product-editor.gestion-editor--detail[b-ez0lyc7oyj],
    .gestion-footwear-template[b-ez0lyc7oyj],
    .gestion-cleaning-template[b-ez0lyc7oyj],
    .gestion-cleaning-template__grid--two[b-ez0lyc7oyj],
    .gestion-cleaning-template__grid--three[b-ez0lyc7oyj],
    .gestion-cleaning-template__grid--four[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__grid--two[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__grid--three[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__grid--four[b-ez0lyc7oyj],
    .gestion-cleaning-template__options > div[b-ez0lyc7oyj],
    .gestion-product-image-adjustment[b-ez0lyc7oyj],
    .gestion-product-image-adjustment__controls > div[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-product-image-adjustment[b-ez0lyc7oyj] {
        position: static;
    }

    .gestion-product-image-adjustment__controls label[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.28rem;
    }

    .gestion-footwear-template .gestion-cleaning-template__media[b-ez0lyc7oyj],
    .gestion-footwear-template .gestion-cleaning-template__form[b-ez0lyc7oyj],
    .gestion-template-product-editor .gestion-item__preview--detail[b-ez0lyc7oyj],
    .gestion-template-product-editor .gestion-field--options[b-ez0lyc7oyj],
    .gestion-template-product-editor .gestion-field--full[b-ez0lyc7oyj] {
        grid-column: auto;
        grid-row: auto;
    }

    .gestion-template-product-editor .gestion-editor__form--detail[b-ez0lyc7oyj],
    .gestion-template-product-editor .gestion-editor__form--detail .gestion-item__grid[b-ez0lyc7oyj] {
        display: grid;
    }

    .gestion-field[b-ez0lyc7oyj],
    .gestion-field--compact[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        padding: 0.85rem;
    }

    .gestion-field--compact .gestion-field__icon[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-field__help[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-size-selector[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-size-chips[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-color-picker[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-selected-colors[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-color-stock-list[b-ez0lyc7oyj],
    .gestion-field--compact .gestion-custom-color[b-ez0lyc7oyj] {
        grid-column: auto;
        grid-row: auto;
    }

    .gestion-color-stock-row[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-custom-color[b-ez0lyc7oyj],
    .gestion-template-modal__color-exact[b-ez0lyc7oyj],
    .gestion-footwear-template__adjustment-actions[b-ez0lyc7oyj],
    .gestion-template-modal__image-actions[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-custom-color input[type="color"][b-ez0lyc7oyj] {
        width: 100%;
        border-radius: 0.65rem;
    }

    .gestion-product-image-field__grid[b-ez0lyc7oyj],
    .gestion-extra-photos[b-ez0lyc7oyj],
    .gestion-footwear-template__gallery .gestion-cleaning-template__extra-grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gestion-item__preview[b-ez0lyc7oyj],
    .gestion-sidebar[b-ez0lyc7oyj] {
        position: static;
        max-height: none;
    }

    .gestion-item__preview img[b-ez0lyc7oyj],
    .gestion-product-image-field__frame[b-ez0lyc7oyj],
    .gestion-product-image-adjustment__preview[b-ez0lyc7oyj] {
        max-height: 18rem;
    }

    .gestion-modal[b-ez0lyc7oyj] {
        align-items: end;
        padding: 0.55rem;
        touch-action: pan-y;
    }

    .gestion-modal__card[b-ez0lyc7oyj],
    .gestion-category-modal__card[b-ez0lyc7oyj],
    .gestion-template-modal__card[b-ez0lyc7oyj],
    .gestion-template-modal__card:has(.gestion-footwear-template)[b-ez0lyc7oyj],
    .gestion-template-modal__card:has(.gestion-template-product-editor)[b-ez0lyc7oyj],
    .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        width: 100%;
        max-height: calc(100dvh - 1.1rem);
        padding: 1rem;
        border-radius: 1rem 1rem 0.85rem 0.85rem;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .gestion-template-modal[b-ez0lyc7oyj] {
        align-items: end;
        padding: 0.55rem;
    }

    .gestion-template-modal__preview[b-ez0lyc7oyj],
    .gestion-template-modal__fields[b-ez0lyc7oyj],
    .gestion-template-modal__card--cleaning .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-template-modal__image-grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gestion-template-modal__actions[b-ez0lyc7oyj],
    .gestion-cleaning-template__actions[b-ez0lyc7oyj] {
        margin-inline: -1rem;
        padding-inline: 1rem;
    }

    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding-right: 2.8rem;
    }

    .gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
        width: 2.9rem;
        height: 2.9rem;
        font-size: 1.35rem;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj] {
        font-size: 1.65rem;
        line-height: 1.12;
    }

    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .gestion-category-modal__name[b-ez0lyc7oyj],
    .gestion-category-modal__name-card[b-ez0lyc7oyj],
    .gestion-category-modal__template-summary[b-ez0lyc7oyj],
    .gestion-category-modal__assigned-template[b-ez0lyc7oyj] {
        margin-top: 0.8rem;
        padding: 0.85rem;
    }

    .gestion-category-modal__templates[b-ez0lyc7oyj] {
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
    }

    .gestion-template-picker__header > div > strong[b-ez0lyc7oyj] {
        font-size: 1.35rem;
    }

    .gestion-template-picker__header > div > span[b-ez0lyc7oyj] {
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .gestion-template-picker__tip[b-ez0lyc7oyj] {
        display: none;
    }

    .gestion-category-modal__created strong[b-ez0lyc7oyj] {
        font-size: 1.8rem;
    }
}

@media (max-width: 380px) {
    .gestion-product-filters[b-ez0lyc7oyj],
    .gestion-product-image-field__grid[b-ez0lyc7oyj],
    .gestion-extra-photos[b-ez0lyc7oyj],
    .gestion-footwear-template__gallery .gestion-cleaning-template__extra-grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
    }

    .gestion-topnav a[b-ez0lyc7oyj],
    .gestion-topnav button[b-ez0lyc7oyj] {
        font-size: 0.8rem;
    }
}

@media (max-width: 300px) {
    .gestion-page[b-ez0lyc7oyj] {
        padding: 0.35rem;
    }

    .gestion-modal[b-ez0lyc7oyj],
    .gestion-template-modal[b-ez0lyc7oyj] {
        padding: 0;
    }

    .gestion-category-modal__card[b-ez0lyc7oyj],
    .gestion-template-modal__card[b-ez0lyc7oyj],
    .gestion-template-modal__card:has(.gestion-footwear-template)[b-ez0lyc7oyj],
    .gestion-template-modal__card:has(.gestion-template-product-editor)[b-ez0lyc7oyj],
    .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        width: 100dvw;
        max-height: 100dvh;
        min-height: 100dvh;
        padding: 0.75rem;
        border-radius: 0;
    }

    .gestion-category-modal__close[b-ez0lyc7oyj] {
        top: 0.55rem;
        right: 0.55rem;
        width: 2.2rem;
        height: 2.2rem;
    }

    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        padding-right: 2.55rem;
    }

    .gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
        display: none;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj] {
        font-size: 1.45rem;
    }

    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        font-size: 0.9rem;
    }

    .gestion-category-modal__name[b-ez0lyc7oyj],
    .gestion-category-modal__name-card[b-ez0lyc7oyj],
    .gestion-category-modal__template-summary[b-ez0lyc7oyj],
    .gestion-category-modal__assigned-template[b-ez0lyc7oyj],
    .gestion-template-picker[b-ez0lyc7oyj],
    .gestion-template-option[b-ez0lyc7oyj] {
        padding: 0.7rem !important;
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj] {
        gap: 0.75rem;
    }

    .gestion-category-modal__template-summary button[b-ez0lyc7oyj] {
        width: 100%;
    }

    .gestion-template-picker[b-ez0lyc7oyj] {
        gap: 0.85rem;
    }

    .gestion-template-option__top[b-ez0lyc7oyj] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .gestion-template-option__icon[b-ez0lyc7oyj] {
        width: 2.55rem;
        height: 2.55rem;
    }

    .gestion-template-option__top strong[b-ez0lyc7oyj] {
        font-size: 1.08rem;
    }

    .gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
        font-size: 0.88rem;
    }

    .gestion-template-option__fields small[b-ez0lyc7oyj] {
        width: 100%;
    }

    .gestion-template-option button[b-ez0lyc7oyj] {
        white-space: normal;
    }
}

@media (max-width: 760px) {
    .gestion-page[b-ez0lyc7oyj] {
        padding: 0.75rem !important;
        overflow-x: hidden !important;
    }

    .gestion-page__shell[b-ez0lyc7oyj],
    .gestion-home[b-ez0lyc7oyj],
    .gestion-home__brand[b-ez0lyc7oyj],
    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .gestion-topnav[b-ez0lyc7oyj] {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0.5rem !important;
        padding: 0.55rem !important;
        overflow: visible !important;
        scroll-snap-type: none !important;
        border-radius: 0.9rem !important;
    }

    .gestion-topnav a[b-ez0lyc7oyj],
    .gestion-topnav button[b-ez0lyc7oyj] {
        min-width: 0 !important;
        min-height: 2.65rem !important;
        padding: 0.48rem 0.45rem !important;
        border-radius: 0.7rem !important;
        font-size: 0.72rem !important;
        line-height: 1.15 !important;
        white-space: normal !important;
    }

    .gestion-topnav svg[b-ez0lyc7oyj] {
        width: 0.95rem !important;
        height: 0.95rem !important;
    }

    .gestion-topnav a:nth-last-child(2)[b-ez0lyc7oyj],
    .gestion-topnav button:last-child[b-ez0lyc7oyj] {
        grid-column: auto !important;
    }

    .gestion-home[b-ez0lyc7oyj] {
        gap: 0.75rem !important;
    }

    .gestion-home__header[b-ez0lyc7oyj] {
        min-height: 0 !important;
        padding: 1.05rem 1rem !important;
        border-radius: 0.9rem !important;
    }

    .gestion-home__header[b-ez0lyc7oyj]::before,
    .gestion-home__header[b-ez0lyc7oyj]::after {
        display: none !important;
    }

    .gestion-home__header h1[b-ez0lyc7oyj] {
        margin-top: 0.35rem !important;
        font-size: clamp(1.75rem, 8.3vw, 2.05rem) !important;
        line-height: 1.08 !important;
    }

    .gestion-home__header p[b-ez0lyc7oyj] {
        max-width: 100% !important;
        margin-top: 0.7rem !important;
        padding-left: 0.75rem !important;
        font-size: 0.94rem !important;
        line-height: 1.42 !important;
    }

    .gestion-home__stats[b-ez0lyc7oyj] {
        grid-template-columns: 1fr !important;
        gap: 0.65rem !important;
    }

    .gestion-home__stats article[b-ez0lyc7oyj] {
        min-height: 0 !important;
        padding: 0.85rem 1rem !important;
        border-radius: 0.85rem !important;
        gap: 0.2rem 0.8rem !important;
    }

    .gestion-home__stat-icon[b-ez0lyc7oyj] {
        width: 3.15rem !important;
        height: 3.15rem !important;
    }

    .gestion-home__stat-icon svg[b-ez0lyc7oyj] {
        width: 1.35rem !important;
        height: 1.35rem !important;
    }

    .gestion-home__stats small[b-ez0lyc7oyj] {
        font-size: 0.84rem !important;
    }

    .gestion-home__stats strong[b-ez0lyc7oyj] {
        font-size: 2.15rem !important;
    }

    .gestion-home__chart[b-ez0lyc7oyj] {
        gap: 0.8rem !important;
        padding: 1rem !important;
        border-radius: 0.9rem !important;
    }

    .gestion-home__chart-heading[b-ez0lyc7oyj] {
        align-items: start !important;
    }

    .gestion-home__chart-heading h2[b-ez0lyc7oyj] {
        font-size: 1.55rem !important;
    }

    .gestion-home__bar[b-ez0lyc7oyj] {
        min-height: 0 !important;
        padding: 0.85rem !important;
        border-radius: 0.75rem !important;
    }

    .gestion-home__brand-heading[b-ez0lyc7oyj],
    .gestion-home__brand-grid[b-ez0lyc7oyj] {
        grid-template-columns: 1fr !important;
    }

    .gestion-home__brand-heading button[b-ez0lyc7oyj],
    .gestion-home__upload-card[b-ez0lyc7oyj],
    .gestion-home__upload-card--wide[b-ez0lyc7oyj] {
        grid-column: auto !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .gestion-home__upload-card[b-ez0lyc7oyj] {
        min-height: 0 !important;
        padding: 1rem !important;
        overflow: hidden !important;
    }

    .gestion-home__logo-editor[b-ez0lyc7oyj] {
        width: 100% !important;
        min-width: 0 !important;
        gap: 0.75rem !important;
    }

    .gestion-home__logo-preview[b-ez0lyc7oyj] {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 8.2rem !important;
    }

    .gestion-home__logo-preview--hero[b-ez0lyc7oyj] {
        min-height: 8.8rem !important;
    }

    .gestion-home__fit-modes[b-ez0lyc7oyj] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0.35rem !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .gestion-home__hero-gallery[b-ez0lyc7oyj] {
        padding: 0.65rem !important;
        gap: 0.75rem !important;
    }

    .gestion-home__hero-crop-frame[b-ez0lyc7oyj] {
        min-height: 0 !important;
    }

    .gestion-home__hero-footer[b-ez0lyc7oyj] {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .gestion-home__fit-mode[b-ez0lyc7oyj] {
        min-height: 2.55rem !important;
        padding: 0.35rem 0.25rem !important;
        font-size: 0.74rem !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
    }

    .gestion-home__logo-controls[b-ez0lyc7oyj] {
        gap: 0.45rem !important;
    }

    .gestion-home__logo-controls label[b-ez0lyc7oyj] {
        grid-template-columns: minmax(4.85rem, 0.56fr) minmax(0, 1fr) !important;
        gap: 0.45rem !important;
        font-size: 0.82rem !important;
    }

    .gestion-home__logo-controls label > span[b-ez0lyc7oyj] {
        min-width: 0 !important;
    }

    .gestion-home__logo-actions[b-ez0lyc7oyj],
    .gestion-home__logo-actions--pink[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.45rem !important;
    }

    .gestion-home__logo-actions label[b-ez0lyc7oyj],
    .gestion-home__logo-actions button[b-ez0lyc7oyj] {
        min-height: 2.85rem !important;
        padding: 0.52rem 0.45rem !important;
        font-size: 0.82rem !important;
        line-height: 1.15 !important;
        white-space: normal !important;
    }

    .gestion-home__logo-actions .gestion-home__logo-save[b-ez0lyc7oyj] {
        grid-column: 1 / -1 !important;
    }

    .gestion-home__brand-status[b-ez0lyc7oyj] {
        padding: 0.7rem 0.85rem !important;
        border-radius: 0.7rem !important;
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
        font-weight: 850 !important;
    }

    .gestion-home__chart-heading[b-ez0lyc7oyj] {
        display: grid !important;
        gap: 0.35rem !important;
    }

    .gestion-home__chart-heading span[b-ez0lyc7oyj] {
        font-size: 0.92rem !important;
    }

    .gestion-home__dropzone[b-ez0lyc7oyj] {
        min-height: 11rem !important;
        padding: 0.85rem !important;
    }

    .gestion-home__dropzone > span[b-ez0lyc7oyj] {
        width: 3rem !important;
        height: 3rem !important;
    }

    .gestion-home__dropzone em[b-ez0lyc7oyj] {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal[b-ez0lyc7oyj] {
        padding: 1rem;
    }

    .gestion-category-modal__card[b-ez0lyc7oyj] {
        width: min(96vw, 92rem);
        max-height: calc(100vh - 2rem);
        padding: clamp(1.4rem, 2vw, 2rem);
    }

    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 1.25rem;
        align-items: start;
        padding-right: 3.2rem;
    }

    .gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
        width: 4.4rem;
        height: 4.4rem;
        font-size: 2rem;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj] {
        font-size: clamp(2.2rem, 3vw, 2.8rem);
    }

    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        max-width: 62rem;
        margin-top: 0.45rem;
        font-size: 1.14rem;
        line-height: 1.45;
    }

    .gestion-category-modal__name[b-ez0lyc7oyj] {
        margin-top: 1rem;
        padding: 1.05rem 1.15rem;
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj] {
        grid-template-columns: minmax(0, 1fr) minmax(12rem, auto);
        margin-top: 0.85rem;
        padding: 1rem 1.15rem;
    }

    .gestion-category-modal__templates[b-ez0lyc7oyj] {
        max-height: min(58vh, 34rem);
        overflow: auto;
        padding-right: 0.35rem;
        overscroll-behavior: contain;
    }

    .gestion-template-picker[b-ez0lyc7oyj] {
        gap: 1.15rem;
        padding: 1.15rem;
    }

    .gestion-template-picker__header[b-ez0lyc7oyj] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.55rem;
    }

    .gestion-template-picker__tip[b-ez0lyc7oyj] {
        display: none;
    }

    .gestion-template-picker__header > div > strong[b-ez0lyc7oyj] {
        font-size: clamp(1.85rem, 2vw, 2.25rem);
    }

    .gestion-template-picker__header > div > span[b-ez0lyc7oyj] {
        font-size: 1.08rem;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .gestion-template-option[b-ez0lyc7oyj] {
        min-height: 0 !important;
        gap: 0.9rem !important;
        padding: 1.15rem !important;
    }

    .gestion-template-option__top[b-ez0lyc7oyj] {
        grid-template-columns: 3.35rem minmax(0, 1fr);
        gap: 0.85rem;
        padding-right: 0;
    }

    .gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
        position: static;
        justify-self: start;
        max-width: none;
    }

    .gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
        min-height: 0;
        font-size: 1.04rem;
    }

    .gestion-template-option__fields[b-ez0lyc7oyj] {
        gap: 0.5rem;
    }

    .gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
        min-height: 0;
    }

    .gestion-template-option button[b-ez0lyc7oyj] {
        min-height: 3.05rem;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal[b-ez0lyc7oyj] {
        padding: 0.85rem;
    }

    .gestion-category-modal__card[b-ez0lyc7oyj] {
        display: grid;
        gap: 1.35rem;
        width: min(98vw, 96rem);
        max-height: calc(100vh - 1.7rem);
        padding: clamp(1.7rem, 2.2vw, 2.6rem);
        border-radius: 1.35rem;
        background: linear-gradient(180deg, rgba(252, 254, 255, 0.99), rgba(248, 252, 255, 0.98));
    }

    .gestion-category-modal__close[b-ez0lyc7oyj] {
        top: 1.6rem;
        right: 1.6rem;
        width: 3rem;
        height: 3rem;
        border-radius: 0.65rem;
        background: #ffffff;
        color: #48627f;
        font-size: 1.65rem;
        box-shadow: 0 10px 26px rgba(8, 35, 66, 0.08);
    }

    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        grid-template-columns: 5.8rem minmax(0, 1fr);
        gap: 1.45rem;
        align-items: center;
        padding-right: 4rem;
    }

    .gestion-category-modal__hero-icon[b-ez0lyc7oyj] {
        width: 5.8rem;
        height: 5.8rem;
        font-size: 2.65rem;
        background: linear-gradient(180deg, #e8fbfb, #ffffff);
        box-shadow: 0 0 0 0.65rem rgba(231, 251, 251, 0.62);
    }

    .gestion-modal__eyebrow[b-ez0lyc7oyj] {
        font-size: 0.92rem;
        letter-spacing: 0.18em;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj] {
        margin-top: 0.35rem;
        font-size: clamp(2.8rem, 3.7vw, 4rem);
        line-height: 1;
    }

    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        max-width: 68rem;
        margin-top: 0.75rem;
        color: #4f6488;
        font-size: 1.22rem;
        line-height: 1.45;
    }

    .gestion-category-modal__name[b-ez0lyc7oyj] {
        display: grid;
        grid-template-columns: 4.8rem minmax(0, 1fr);
        align-items: center;
        gap: 1.25rem;
        margin-top: 0;
        padding: 1.35rem 1.6rem;
        border-radius: 0.95rem;
    }

    .gestion-category-modal__name .gestion-field__icon[b-ez0lyc7oyj] {
        grid-row: 1 / span 2;
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 999px;
        background: color-mix(in srgb, var(--page-pink) 12%, transparent);
        color: var(--page-pink);
        font-size: 1.55rem;
    }

    .gestion-category-modal__name .gestion-field__label[b-ez0lyc7oyj] {
        font-size: 1.18rem;
    }

    .gestion-category-modal__name .gestion-field__control[b-ez0lyc7oyj] {
        min-height: 3.75rem;
        padding: 0.85rem 1rem;
        font-size: 1.16rem;
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj] {
        grid-template-columns: 4.8rem minmax(0, 1fr) auto;
        gap: 1.15rem;
        margin-top: 0;
        padding: 1.2rem 1.6rem;
        border-color: color-mix(in srgb, var(--page-accent) 22%, transparent);
        border-radius: 0.95rem;
        background: rgba(247, 253, 253, 0.95);
    }

    .gestion-category-modal__template-summary[b-ez0lyc7oyj]::before {
        content: "▤";
        display: grid;
        place-items: center;
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 999px;
        background: color-mix(in srgb, var(--page-accent) 12%, transparent);
        color: var(--page-accent-strong);
        font-size: 1.45rem;
        font-weight: 900;
    }

    .gestion-category-modal__template-summary div[b-ez0lyc7oyj] {
        align-self: center;
    }

    .gestion-category-modal__template-summary strong[b-ez0lyc7oyj] {
        font-size: 1.24rem;
    }

    .gestion-category-modal__template-summary span[b-ez0lyc7oyj] {
        margin-top: 0.2rem;
        font-size: 1.1rem;
    }

    .gestion-category-modal__template-summary button[b-ez0lyc7oyj] {
        align-self: center;
        min-width: 11rem;
        min-height: 3.45rem;
        border: 1px solid var(--page-accent-strong);
        border-radius: 0.55rem;
        background: #ffffff;
        font-size: 1.08rem;
    }

    .gestion-category-modal__templates[b-ez0lyc7oyj] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .gestion-template-picker[b-ez0lyc7oyj] {
        gap: 1.45rem;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .gestion-template-picker__header[b-ez0lyc7oyj] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.35rem;
    }

    .gestion-template-picker__tip[b-ez0lyc7oyj] {
        display: none;
    }

    .gestion-template-picker__header > div > strong[b-ez0lyc7oyj] {
        font-size: clamp(2rem, 2.5vw, 2.65rem);
        line-height: 1.08;
    }

    .gestion-template-picker__header > div > span[b-ez0lyc7oyj] {
        color: #4f6488;
        font-size: 1.18rem;
        line-height: 1.4;
    }

    .gestion-template-picker__grid[b-ez0lyc7oyj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .gestion-template-option[b-ez0lyc7oyj] {
        display: grid !important;
        min-height: 0 !important;
        gap: 1.15rem !important;
        padding: 2rem !important;
        border-radius: 1rem !important;
        box-shadow: 0 18px 44px rgba(8, 35, 66, 0.08);
    }

    .gestion-template-option__top[b-ez0lyc7oyj] {
        grid-template-columns: 5rem minmax(0, 1fr);
        gap: 1.4rem;
        align-items: center;
        padding-right: 0;
    }

    .gestion-template-option__icon[b-ez0lyc7oyj] {
        width: 5rem;
        height: 5rem;
        font-size: 1.75rem !important;
        background: rgba(221, 251, 251, 0.82);
    }

    .gestion-template-option__top strong[b-ez0lyc7oyj] {
        font-size: clamp(2rem, 2.3vw, 2.45rem);
        line-height: 1.05;
    }

    .gestion-template-option .gestion-template-option__status[b-ez0lyc7oyj] {
        position: static;
        justify-self: start;
        min-height: 2.15rem;
        max-width: none;
        margin-top: 0.55rem;
        padding: 0.38rem 0.85rem;
        font-size: 0.84rem;
    }

    .gestion-template-option > span:not(.gestion-template-option__icon)[b-ez0lyc7oyj] {
        min-height: 0;
        padding-top: 1.1rem;
        border-top: 1px solid #dbe5ef;
        color: #40587c;
        font-size: 1.18rem;
        line-height: 1.5;
    }

    .gestion-template-option__fields[b-ez0lyc7oyj] {
        gap: 0.75rem;
    }

    .gestion-template-option__fields small[b-ez0lyc7oyj] {
        min-height: 3rem;
        padding: 0.55rem 0.85rem;
        border: 1px solid #dbe5ef;
        border-radius: 0.5rem;
        background: #ffffff;
        color: #496384;
        font-size: 1rem;
    }

    .gestion-template-option__fields small span[b-ez0lyc7oyj] {
        font-size: 1.12rem;
    }

    .gestion-template-option .gestion-template-option__usage[b-ez0lyc7oyj] {
        min-height: 3.9rem;
        padding: 1rem 1.1rem;
        border-radius: 0.55rem;
        background: rgba(221, 251, 251, 0.62);
        font-size: 1.08rem;
    }

    .gestion-template-option button[b-ez0lyc7oyj] {
        min-height: 3.75rem;
        padding: 0.95rem 1.15rem;
        border-radius: 0.55rem;
        font-size: 1.08rem;
    }
}

@media (min-width: 841px) {
    .gestion-template-modal[b-ez0lyc7oyj] {
        padding: clamp(0.8rem, 1.8vw, 1.6rem);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor))[b-ez0lyc7oyj] {
        width: min(96vw, 86rem);
        max-height: calc(100vh - 1.6rem);
        gap: 1.35rem;
        padding: clamp(2rem, 2.8vw, 3rem);
        border-color: rgba(8, 35, 66, 0.1);
        border-radius: 1.1rem;
        background: #ffffff;
        box-shadow: 0 30px 80px rgba(8, 35, 66, 0.18);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__close[b-ez0lyc7oyj] {
        position: absolute;
        top: 1.8rem;
        right: 1.8rem;
        width: 3.9rem;
        height: 3.9rem;
        margin: 0;
        background: linear-gradient(180deg, #ffffff, #f7fbff);
        color: #34466b;
        font-size: 2rem;
        box-shadow: 0 18px 36px rgba(8, 35, 66, 0.13);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__header[b-ez0lyc7oyj] {
        display: block;
        padding-right: 5rem;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__header span[b-ez0lyc7oyj] {
        display: block;
        color: var(--page-pink);
        font-size: 0.94rem;
        letter-spacing: 0.08em;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.25rem 0 0.45rem;
        font-size: clamp(3rem, 4.2vw, 4.2rem);
        line-height: 0.95;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__header p[b-ez0lyc7oyj] {
        max-width: 72rem;
        color: #4d6387;
        font-size: clamp(1.15rem, 1.45vw, 1.35rem);
        font-weight: 800;
        line-height: 1.35;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.55fr);
        gap: 1.55rem;
        align-items: stretch;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__upload[b-ez0lyc7oyj] {
        min-height: 24rem;
        padding: 1.65rem;
        border-color: color-mix(in srgb, var(--page-accent) 32%, transparent);
        border-radius: 1rem;
        background:
            radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--page-accent) 12%, transparent), transparent 18%),
            radial-gradient(circle at 88% 18%, rgba(8, 35, 66, 0.06), transparent 18%),
            #fbfeff;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__upload > span[b-ez0lyc7oyj] {
        width: 5.6rem;
        height: 5.6rem;
        color: var(--page-accent-strong);
        font-size: 2.45rem;
        box-shadow: 0 18px 42px rgba(8, 35, 66, 0.12);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__upload strong[b-ez0lyc7oyj] {
        font-size: 1.45rem;
        line-height: 1.15;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__upload small[b-ez0lyc7oyj] {
        max-width: 19rem;
        color: #52688d;
        font-size: 1.03rem;
        line-height: 1.4;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__upload-button[b-ez0lyc7oyj] {
        min-height: 3.55rem;
        min-width: 16rem;
        padding: 0.95rem 1.45rem;
        background: linear-gradient(135deg, var(--page-accent-strong), var(--page-accent));
        font-size: 1.08rem;
        box-shadow: 0 16px 32px rgba(0, 143, 162, 0.22);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields label[b-ez0lyc7oyj],
    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__palette[b-ez0lyc7oyj],
    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__requirements[b-ez0lyc7oyj] {
        min-height: 7.2rem;
        padding: 1.05rem 1.1rem;
        border-color: rgba(8, 35, 66, 0.1);
        border-radius: 0.95rem;
        background: #ffffff;
        box-shadow: 0 12px 32px rgba(8, 35, 66, 0.06);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields label[b-ez0lyc7oyj] {
        grid-template-columns: 2.7rem minmax(0, 1fr);
        gap: 0.6rem 0.8rem;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields label[b-ez0lyc7oyj]::before {
        content: "";
        grid-row: 1 / span 2;
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 999px;
        background: color-mix(in srgb, var(--page-accent) 10%, transparent);
        box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--page-accent) 16%, transparent);
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields span[b-ez0lyc7oyj],
    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__requirements strong[b-ez0lyc7oyj] {
        color: #0b1d3a;
        font-size: 1.02rem;
        line-height: 1.2;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields input[b-ez0lyc7oyj],
    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.45rem;
        padding: 0.75rem 0.95rem;
        border-color: #d9e3ef;
        border-radius: 0.7rem;
        background: #f8fbff;
        color: #4f6387;
        font-size: 1.02rem;
        line-height: 1.35;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__wide[b-ez0lyc7oyj] {
        min-height: 7.2rem;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.5rem;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: 0.2rem;
        padding-top: 1rem;
        border-top: 1px solid #dce5ef;
    }

    .gestion-template-modal__card:not(.gestion-template-modal__card--cleaning):not(.gestion-template-modal__card--product):not(:has(.gestion-footwear-template)):not(:has(.gestion-template-product-editor)) .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18rem;
        min-height: 3.65rem;
        padding: 0.95rem 1.7rem;
        background: linear-gradient(135deg, var(--page-pink), var(--page-pink));
        font-size: 1.18rem;
        box-shadow: 0 18px 34px color-mix(in srgb, var(--page-pink) 22%, transparent);
    }
}

@media (min-width: 841px) {
    #plantilla-clothing .gestion-template-modal__card[b-ez0lyc7oyj] {
        width: min(98vw, 96rem);
        max-height: calc(100vh - 0.5rem);
        gap: 1rem;
        padding: clamp(1.65rem, 2.15vw, 2.35rem);
        border-radius: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__header[b-ez0lyc7oyj] {
        padding-right: 5rem;
    }

    #plantilla-clothing .gestion-template-modal__header span[b-ez0lyc7oyj] {
        display: none;
    }

    #plantilla-clothing .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0 0 0.35rem;
        font-size: clamp(3.6rem, 4.6vw, 4.9rem);
        line-height: 0.95;
    }

    #plantilla-clothing .gestion-template-modal__header p[b-ez0lyc7oyj] {
        font-size: clamp(1.12rem, 1.45vw, 1.35rem);
        line-height: 1.28;
    }

    #plantilla-clothing .gestion-template-modal__close[b-ez0lyc7oyj] {
        top: 1.75rem;
        right: 1.75rem;
    }

    #plantilla-clothing .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: minmax(26rem, 0.9fr) minmax(0, 1.85fr);
        gap: 1.15rem;
        align-items: stretch;
    }

    #plantilla-clothing .gestion-template-modal__upload[b-ez0lyc7oyj] {
        position: relative;
        min-height: 33.75rem;
        padding: 1.75rem;
        border-style: solid;
        border-color: rgba(8, 35, 66, 0.12);
        background: #ffffff;
        box-shadow: 0 14px 34px rgba(8, 35, 66, 0.06);
    }

    #plantilla-clothing .gestion-template-modal__upload[b-ez0lyc7oyj]::before {
        content: "";
        position: absolute;
        inset: 1.7rem;
        pointer-events: none;
        border: 1px dashed color-mix(in srgb, var(--page-accent) 45%, transparent);
        border-radius: 0.9rem;
        background:
            radial-gradient(circle at 30% 34%, color-mix(in srgb, var(--page-accent) 11%, transparent), transparent 20%),
            radial-gradient(circle at 74% 33%, color-mix(in srgb, var(--page-accent) 8%, transparent), transparent 16%);
    }

    #plantilla-clothing .gestion-template-modal__upload > *[b-ez0lyc7oyj] {
        position: relative;
        z-index: 1;
    }

    #plantilla-clothing .gestion-template-modal__upload > span[b-ez0lyc7oyj] {
        width: 6.2rem;
        height: 6.2rem;
        font-size: 2.65rem;
    }

    #plantilla-clothing .gestion-template-modal__upload strong[b-ez0lyc7oyj] {
        font-size: 1.7rem;
    }

    #plantilla-clothing .gestion-template-modal__upload small[b-ez0lyc7oyj] {
        max-width: 22rem;
        font-size: 1.08rem;
        line-height: 1.35;
    }

    #plantilla-clothing .gestion-template-modal__upload-button[b-ez0lyc7oyj] {
        min-width: 18.5rem;
        min-height: 3.7rem;
        font-size: 1.12rem;
    }

    #plantilla-clothing .gestion-template-modal__fields[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__fields label[b-ez0lyc7oyj] {
        min-height: 6.55rem;
        padding: 0.9rem 1.05rem;
    }

    #plantilla-clothing .gestion-template-modal__fields input[b-ez0lyc7oyj],
    #plantilla-clothing .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.05rem;
    }

    #plantilla-clothing .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.25rem;
    }

    #plantilla-clothing .gestion-template-modal__palette[b-ez0lyc7oyj] {
        min-height: 10.8rem;
        gap: 0.85rem;
        padding: 1.05rem 1.35rem 1.35rem;
        border-radius: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__palette > span[b-ez0lyc7oyj] {
        font-size: 1.22rem;
    }

    #plantilla-clothing .gestion-template-modal__palette > div:first-of-type[b-ez0lyc7oyj] {
        gap: 0.72rem;
        padding-bottom: 0.95rem;
        border-bottom: 1px solid #dce5ef;
    }

    #plantilla-clothing .gestion-template-modal__palette-swatch[b-ez0lyc7oyj] {
        width: 2.25rem;
        height: 2.25rem;
        border-width: 3px;
        box-shadow: 0 0 0 1px rgba(8, 35, 66, 0.12), 0 8px 18px rgba(8, 35, 66, 0.12);
    }

    #plantilla-clothing .gestion-template-modal__color-exact[b-ez0lyc7oyj] {
        grid-template-columns: 8.5rem 4.1rem 7.8rem auto minmax(0, 1fr);
        gap: 0.7rem 1rem;
        margin-top: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    #plantilla-clothing .gestion-template-modal__color-exact span[b-ez0lyc7oyj] {
        align-self: center;
        font-size: 1.08rem;
    }

    #plantilla-clothing .gestion-template-modal__color-exact input[type="color"][b-ez0lyc7oyj] {
        width: 4rem;
        height: 3rem;
        border-radius: 0.7rem;
    }

    #plantilla-clothing .gestion-template-modal__color-exact strong[b-ez0lyc7oyj] {
        display: inline-flex;
        align-items: center;
        min-height: 3rem;
        padding: 0 1rem;
        border: 1px solid #d7e0ec;
        border-radius: 0.7rem;
        background: #ffffff;
        font-size: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__color-exact button[b-ez0lyc7oyj] {
        min-width: 7.6rem;
        min-height: 3rem;
        border: 1px solid var(--page-pink);
        background: #ffffff;
        color: var(--page-pink);
        font-size: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: 0;
        padding-top: 1rem;
    }

    #plantilla-clothing .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18.25rem;
        min-height: 3.55rem;
    }
}

@media (min-width: 841px) {
    #plantilla-beauty .gestion-template-modal__card[b-ez0lyc7oyj] {
        width: min(98vw, 96rem);
        max-height: calc(100vh - 0.5rem);
        gap: 1rem;
        padding: clamp(1.65rem, 2.15vw, 2.35rem);
        border-radius: 1rem;
    }

    #plantilla-beauty .gestion-template-modal__header[b-ez0lyc7oyj] {
        padding-right: 5rem;
    }

    #plantilla-beauty .gestion-template-modal__header span[b-ez0lyc7oyj] {
        font-size: 1rem;
        letter-spacing: 0.08em;
    }

    #plantilla-beauty .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.2rem 0 0.45rem;
        font-size: clamp(3.35rem, 4.25vw, 4.55rem);
        line-height: 0.96;
    }

    #plantilla-beauty .gestion-template-modal__header p[b-ez0lyc7oyj] {
        font-size: clamp(1.08rem, 1.35vw, 1.28rem);
        line-height: 1.28;
    }

    #plantilla-beauty .gestion-template-modal__close[b-ez0lyc7oyj] {
        top: 1.75rem;
        right: 1.75rem;
    }

    #plantilla-beauty .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: minmax(24rem, 0.82fr) minmax(0, 1.9fr);
        gap: 1.25rem;
        align-items: stretch;
    }

    #plantilla-beauty .gestion-template-modal__upload[b-ez0lyc7oyj] {
        position: relative;
        min-height: 32.5rem;
        padding: 1.85rem;
        border: 1px dashed rgba(63, 121, 194, 0.28);
        border-radius: 1rem;
        background:
            radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--page-accent) 15%, transparent), transparent 19%),
            radial-gradient(circle at 40% 33%, color-mix(in srgb, var(--page-pink) 14%, transparent), transparent 14%),
            linear-gradient(180deg, #ffffff, #fbfeff);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    }

    #plantilla-beauty .gestion-template-modal__upload[b-ez0lyc7oyj]::before {
        content: "";
        width: 12.5rem;
        height: 8.2rem;
        margin-bottom: -0.15rem;
        border-radius: 48% 52% 40% 38%;
        background:
            linear-gradient(90deg, transparent 0 28%, rgba(98, 171, 163, 0.74) 28% 36%, transparent 36% 100%),
            radial-gradient(ellipse at 36% 67%, rgba(108, 184, 171, 0.58) 0 18%, transparent 19%),
            radial-gradient(ellipse at 60% 62%, rgba(242, 154, 170, 0.44) 0 18%, transparent 19%),
            radial-gradient(circle at 54% 56%, rgba(255, 205, 214, 0.82) 0 22%, transparent 23%),
            radial-gradient(circle at 67% 62%, rgba(145, 211, 196, 0.74) 0 18%, transparent 19%);
        filter: drop-shadow(0 18px 22px rgba(8, 35, 66, 0.08));
    }

    #plantilla-beauty .gestion-template-modal__upload > span[b-ez0lyc7oyj] {
        width: 5.4rem;
        height: 5.4rem;
        margin-top: -1rem;
        color: var(--page-accent-strong);
        font-size: 2.35rem;
        box-shadow: 0 18px 42px rgba(8, 35, 66, 0.12);
    }

    #plantilla-beauty .gestion-template-modal__upload strong[b-ez0lyc7oyj] {
        font-size: 1.62rem;
        line-height: 1.1;
    }

    #plantilla-beauty .gestion-template-modal__upload small[b-ez0lyc7oyj] {
        max-width: 21rem;
        font-size: 1.05rem;
        line-height: 1.35;
    }

    #plantilla-beauty .gestion-template-modal__upload-button[b-ez0lyc7oyj] {
        min-width: 18rem;
        min-height: 3.65rem;
        font-size: 1.12rem;
    }

    #plantilla-beauty .gestion-template-modal__fields[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    #plantilla-beauty .gestion-template-modal__fields label[b-ez0lyc7oyj] {
        min-height: 6.75rem;
        padding: 0.95rem 1.05rem;
    }

    #plantilla-beauty .gestion-template-modal__fields label:nth-child(2)[b-ez0lyc7oyj]::before {
        background: color-mix(in srgb, var(--page-pink) 14%, transparent);
        box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--page-pink) 20%, transparent);
    }

    #plantilla-beauty .gestion-template-modal__fields label:nth-child(4)[b-ez0lyc7oyj]::before {
        background: rgba(125, 97, 220, 0.14);
        box-shadow: inset 0 0 0 1px rgba(125, 97, 220, 0.18);
    }

    #plantilla-beauty .gestion-template-modal__fields label:nth-child(5)[b-ez0lyc7oyj]::before {
        background: rgba(245, 177, 72, 0.16);
        box-shadow: inset 0 0 0 1px rgba(245, 177, 72, 0.2);
    }

    #plantilla-beauty .gestion-template-modal__fields label:nth-child(6)[b-ez0lyc7oyj]::before {
        background: rgba(68, 151, 221, 0.14);
        box-shadow: inset 0 0 0 1px rgba(68, 151, 221, 0.18);
    }

    #plantilla-beauty .gestion-template-modal__fields input[b-ez0lyc7oyj],
    #plantilla-beauty .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.15rem;
        font-size: 1rem;
    }

    #plantilla-beauty .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.35rem;
    }

    #plantilla-beauty .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: 0;
        padding-top: 1rem;
    }

    #plantilla-beauty .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18.25rem;
        min-height: 3.55rem;
    }
}

@media (min-width: 841px) {
    #plantilla-accessories .gestion-template-modal__card[b-ez0lyc7oyj] {
        width: min(98vw, 94rem);
        max-height: calc(100vh - 1rem);
        gap: 0.85rem;
        padding: clamp(1.65rem, 2.2vw, 2.45rem);
        border-radius: 1rem;
    }

    #plantilla-accessories .gestion-template-modal__header[b-ez0lyc7oyj] {
        padding-right: 5rem;
    }

    #plantilla-accessories .gestion-template-modal__header span[b-ez0lyc7oyj] {
        font-size: 0.96rem;
        letter-spacing: 0.08em;
    }

    #plantilla-accessories .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.25rem 0 0.45rem;
        font-size: clamp(3.25rem, 4.35vw, 4.65rem);
        line-height: 0.95;
    }

    #plantilla-accessories .gestion-template-modal__header p[b-ez0lyc7oyj] {
        color: #536a91;
        font-size: clamp(1.15rem, 1.5vw, 1.38rem);
        line-height: 1.3;
    }

    #plantilla-accessories .gestion-template-modal__close[b-ez0lyc7oyj] {
        top: 1.9rem;
        right: 1.9rem;
    }

    #plantilla-accessories .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: minmax(24rem, 0.85fr) minmax(0, 1.85fr);
        gap: 1.45rem;
        align-items: stretch;
    }

    #plantilla-accessories .gestion-template-modal__upload[b-ez0lyc7oyj] {
        position: relative;
        min-height: 28rem;
        padding: 1.75rem;
        border: 1px dashed color-mix(in srgb, var(--page-accent) 38%, transparent);
        border-radius: 0.95rem;
        background:
            radial-gradient(circle at 35% 30%, color-mix(in srgb, var(--page-accent) 12%, transparent), transparent 18%),
            radial-gradient(circle at 63% 34%, rgba(63, 121, 194, 0.08), transparent 14%),
            linear-gradient(180deg, #ffffff, #fbfeff);
    }

    #plantilla-accessories .gestion-template-modal__upload > span[b-ez0lyc7oyj] {
        width: 5.9rem;
        height: 5.9rem;
        color: var(--page-accent-strong);
        font-size: 2.55rem;
    }

    #plantilla-accessories .gestion-template-modal__upload strong[b-ez0lyc7oyj] {
        font-size: 1.6rem;
        line-height: 1.15;
    }

    #plantilla-accessories .gestion-template-modal__upload small[b-ez0lyc7oyj] {
        max-width: 22rem;
        font-size: 1.06rem;
        line-height: 1.35;
    }

    #plantilla-accessories .gestion-template-modal__upload-button[b-ez0lyc7oyj] {
        min-width: 18rem;
        min-height: 3.6rem;
        font-size: 1.12rem;
    }

    #plantilla-accessories .gestion-template-modal__fields[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    #plantilla-accessories .gestion-template-modal__fields label[b-ez0lyc7oyj] {
        min-height: 6.5rem;
        padding: 0.9rem 1.05rem;
    }

    #plantilla-accessories .gestion-template-modal__fields input[b-ez0lyc7oyj],
    #plantilla-accessories .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.05rem;
        font-size: 1.04rem;
    }

    #plantilla-accessories .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 4.1rem;
        resize: vertical;
    }

    #plantilla-accessories .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: 0.2rem;
        padding-top: 0.85rem;
    }

    #plantilla-accessories .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18.5rem;
        min-height: 3.65rem;
        font-size: 1.18rem;
    }
}

@media (min-width: 841px) {
    #plantilla-home .gestion-template-modal__card[b-ez0lyc7oyj] {
        width: min(98vw, 96rem);
        max-height: calc(100vh - 0.75rem);
        gap: 1rem;
        padding: clamp(1.8rem, 2.35vw, 2.6rem);
        border-radius: 1rem;
    }

    #plantilla-home .gestion-template-modal__header[b-ez0lyc7oyj] {
        padding-right: 5rem;
    }

    #plantilla-home .gestion-template-modal__header span[b-ez0lyc7oyj] {
        font-size: 0.96rem;
        letter-spacing: 0.08em;
    }

    #plantilla-home .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.25rem 0 0.45rem;
        font-size: clamp(3.35rem, 4.45vw, 4.7rem);
        line-height: 0.95;
    }

    #plantilla-home .gestion-template-modal__header p[b-ez0lyc7oyj] {
        color: #536a91;
        font-size: clamp(1.15rem, 1.5vw, 1.36rem);
        line-height: 1.3;
    }

    #plantilla-home .gestion-template-modal__close[b-ez0lyc7oyj] {
        top: 1.85rem;
        right: 1.85rem;
    }

    #plantilla-home .gestion-template-modal__preview[b-ez0lyc7oyj] {
        grid-template-columns: minmax(24.5rem, 0.85fr) minmax(0, 1.75fr);
        gap: 1.35rem;
        align-items: stretch;
    }

    #plantilla-home .gestion-template-modal__upload[b-ez0lyc7oyj] {
        position: relative;
        min-height: 31rem;
        padding: 1.75rem;
        border: 1px dashed color-mix(in srgb, var(--page-accent) 40%, transparent);
        border-radius: 1rem;
        background:
            radial-gradient(circle at 68% 45%, color-mix(in srgb, var(--page-pink) 10%, transparent), transparent 18%),
            radial-gradient(circle at 32% 28%, color-mix(in srgb, var(--page-accent) 12%, transparent), transparent 18%),
            linear-gradient(180deg, #ffffff, #fbfeff);
    }

    #plantilla-home .gestion-template-modal__upload > span[b-ez0lyc7oyj] {
        width: 5.9rem;
        height: 5.9rem;
        color: var(--page-accent-strong);
        font-size: 2.55rem;
    }

    #plantilla-home .gestion-template-modal__upload strong[b-ez0lyc7oyj] {
        font-size: 1.58rem;
        line-height: 1.15;
    }

    #plantilla-home .gestion-template-modal__upload small[b-ez0lyc7oyj] {
        max-width: 22rem;
        font-size: 1.06rem;
        line-height: 1.35;
    }

    #plantilla-home .gestion-template-modal__upload-button[b-ez0lyc7oyj] {
        min-width: 18rem;
        min-height: 3.6rem;
        font-size: 1.12rem;
    }

    #plantilla-home .gestion-template-modal__fields[b-ez0lyc7oyj] {
        gap: 1rem;
    }

    #plantilla-home .gestion-template-modal__fields label[b-ez0lyc7oyj] {
        min-height: 7rem;
        padding: 1rem 1.1rem;
    }

    #plantilla-home .gestion-template-modal__fields input[b-ez0lyc7oyj],
    #plantilla-home .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 3.3rem;
        font-size: 1.04rem;
    }

    #plantilla-home .gestion-template-modal__fields textarea[b-ez0lyc7oyj] {
        min-height: 6.3rem;
        resize: vertical;
    }

    #plantilla-home .gestion-template-modal__fields .gestion-template-modal__wide[b-ez0lyc7oyj] {
        min-height: 9.9rem;
    }

    #plantilla-home .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: 0.2rem;
        padding-top: 1rem;
    }

    #plantilla-home .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18.5rem;
        min-height: 3.65rem;
        font-size: 1.18rem;
    }
}

@media (min-width: 841px) {
    #plantilla-cleaning .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        width: min(98vw, 96rem);
        max-height: calc(100vh - 0.5rem);
        gap: 1.15rem;
        padding: clamp(1.65rem, 2.15vw, 2.35rem);
        border-radius: 1rem;
        border-color: rgba(8, 35, 66, 0.1);
        box-shadow: 0 30px 80px rgba(8, 35, 66, 0.18);
    }

    #plantilla-cleaning .gestion-template-modal__header[b-ez0lyc7oyj] {
        display: block;
        padding-right: 5rem;
    }

    #plantilla-cleaning .gestion-template-modal__header span:not(.gestion-template-modal__close)[b-ez0lyc7oyj] {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0.32rem 1rem;
        border-radius: 999px;
        background: color-mix(in srgb, var(--page-accent) 12%, transparent);
        color: var(--page-accent-strong);
        font-size: 0.98rem;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    #plantilla-cleaning .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        display: block;
        margin: 0.55rem 0 0.5rem;
        color: var(--page-copy);
        font-size: clamp(2.8rem, 3.65vw, 3.9rem);
        line-height: 1;
    }

    #plantilla-cleaning .gestion-template-modal__header p[b-ez0lyc7oyj] {
        margin: 0;
        max-width: 80rem;
        color: #536a91;
        font-size: clamp(1.05rem, 1.25vw, 1.22rem);
        font-weight: 800;
        line-height: 1.35;
    }

    #plantilla-cleaning .gestion-template-modal__close[b-ez0lyc7oyj] {
        position: absolute;
        top: 1.75rem;
        right: 1.75rem;
        width: 3.9rem;
        height: 3.9rem;
        margin: 0;
        background: linear-gradient(180deg, #ffffff, #f7fbff);
        color: #34466b;
        font-size: 2rem;
        box-shadow: 0 18px 36px rgba(8, 35, 66, 0.13);
    }

    #plantilla-cleaning .gestion-cleaning-template[b-ez0lyc7oyj] {
        grid-template-columns: minmax(20rem, 0.78fr) minmax(0, 2.35fr);
        gap: 1.8rem;
        align-items: stretch;
    }

    #plantilla-cleaning .gestion-cleaning-template__media[b-ez0lyc7oyj] {
        min-height: 0;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
        position: relative;
        min-height: 40.5rem;
        gap: 0.9rem;
        padding: 2rem 1.35rem;
        border-color: color-mix(in srgb, var(--page-accent) 22%, transparent);
        border-style: solid;
        border-radius: 1rem;
        background:
            radial-gradient(circle at 77% 50%, color-mix(in srgb, var(--page-accent) 12%, transparent), transparent 12%),
            radial-gradient(circle at 22% 55%, color-mix(in srgb, var(--page-accent) 8%, transparent), transparent 17%),
            linear-gradient(180deg, #ffffff, #f8feff);
        box-shadow: 0 14px 34px rgba(8, 35, 66, 0.06);
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj]::before {
        content: "";
        order: 4;
        width: 17rem;
        height: 9rem;
        margin: 0.35rem 0 -0.2rem;
        opacity: 0.8;
        background:
            linear-gradient(90deg, transparent 0 35%, color-mix(in srgb, var(--page-accent) 28%, transparent) 35% 46%, transparent 46% 100%),
            radial-gradient(ellipse at 42% 66%, color-mix(in srgb, var(--page-accent) 20%, transparent) 0 22%, transparent 23%),
            radial-gradient(ellipse at 58% 66%, color-mix(in srgb, var(--page-accent) 18%, transparent) 0 20%, transparent 21%),
            radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--page-accent) 12%, transparent) 0 42%, transparent 43%);
        filter: drop-shadow(0 18px 22px rgba(8, 35, 66, 0.08));
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone > span[b-ez0lyc7oyj] {
        width: 5.4rem;
        height: 5.4rem;
        background: #ffffff;
        color: var(--page-accent-strong);
        font-size: 2.45rem;
        box-shadow: 0 16px 34px rgba(8, 35, 66, 0.1);
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone strong[b-ez0lyc7oyj] {
        max-width: 16rem;
        color: var(--page-copy);
        font-size: 1.45rem;
        line-height: 1.18;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone p[b-ez0lyc7oyj] {
        max-width: 18rem;
        color: #5c6f94;
        font-size: 1.06rem;
        line-height: 1.42;
    }

    #plantilla-cleaning .gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
        order: 5;
        min-width: 18rem;
        min-height: 3.65rem;
        justify-content: center;
        border-radius: 0.55rem;
        background: linear-gradient(135deg, var(--page-accent-strong), var(--page-accent));
        font-size: 1.1rem;
        box-shadow: 0 16px 32px rgba(0, 143, 162, 0.22);
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone small[b-ez0lyc7oyj] {
        order: 6;
        color: #536a91;
        font-size: 1.04rem;
        font-weight: 900;
    }

    #plantilla-cleaning .gestion-cleaning-template__form[b-ez0lyc7oyj] {
        gap: 0.85rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section[b-ez0lyc7oyj] {
        gap: 0.9rem;
        padding: 1.1rem 1.45rem;
        border-color: rgba(8, 35, 66, 0.1);
        border-radius: 1rem;
        box-shadow: 0 12px 32px rgba(8, 35, 66, 0.055);
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3[b-ez0lyc7oyj] {
        gap: 0.8rem;
        color: var(--page-accent-strong);
        font-size: 1.42rem;
        line-height: 1.15;
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3 span[b-ez0lyc7oyj] {
        width: 2.8rem;
        height: 2.8rem;
        border: 0;
        background: color-mix(in srgb, var(--page-accent) 12%, transparent);
        font-size: 1.12rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__grid[b-ez0lyc7oyj] {
        gap: 0.95rem 1.35rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__grid--four[b-ez0lyc7oyj] {
        grid-template-columns: 1.1fr 1fr 1.25fr 1.05fr;
    }

    #plantilla-cleaning .gestion-cleaning-template label[b-ez0lyc7oyj] {
        gap: 0.45rem;
        color: #34476b;
        font-size: 0.98rem;
        line-height: 1.25;
    }

    #plantilla-cleaning .gestion-cleaning-template input[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template select[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 3.35rem;
        padding: 0.8rem 0.95rem;
        border-color: #d7e0ec;
        border-radius: 0.65rem;
        color: #536a91;
        font-size: 1rem;
        line-height: 1.35;
    }

    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 4.25rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions[b-ez0lyc7oyj] {
        margin-top: -0.05rem;
        padding-top: 0.95rem;
        border-top: 1px solid #dce5ef;
    }

    #plantilla-cleaning .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-width: 18.25rem;
        min-height: 3.55rem;
        background: linear-gradient(135deg, var(--page-pink), var(--page-pink));
        font-size: 1.15rem;
        box-shadow: 0 18px 34px color-mix(in srgb, var(--page-pink) 22%, transparent);
    }
}

@media (min-width: 841px) {
    #plantilla-cleaning .gestion-template-modal__card--cleaning[b-ez0lyc7oyj] {
        gap: 0.5rem;
        padding: clamp(0.85rem, 1.2vw, 1.25rem);
    }

    #plantilla-cleaning .gestion-template-modal__header span:not(.gestion-template-modal__close)[b-ez0lyc7oyj] {
        min-height: 1.8rem;
        padding: 0.26rem 0.9rem;
        font-size: 0.88rem;
    }

    #plantilla-cleaning .gestion-template-modal__header h2[b-ez0lyc7oyj] {
        margin: 0.22rem 0;
        font-size: clamp(2.25rem, 3vw, 3.05rem);
    }

    #plantilla-cleaning .gestion-template-modal__header p[b-ez0lyc7oyj] {
        font-size: clamp(0.96rem, 1.1vw, 1.08rem);
        line-height: 1.28;
    }

    #plantilla-cleaning .gestion-cleaning-template[b-ez0lyc7oyj] {
        gap: 1.15rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj] {
        min-height: 28.25rem;
        gap: 0.55rem;
        padding: 1.15rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone[b-ez0lyc7oyj]::before {
        width: 12.2rem;
        height: 5.8rem;
        margin: 0 0 -0.2rem;
        opacity: 0.68;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone > span[b-ez0lyc7oyj] {
        width: 4.7rem;
        height: 4.7rem;
        font-size: 2.2rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone strong[b-ez0lyc7oyj] {
        font-size: 1.3rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone p[b-ez0lyc7oyj] {
        font-size: 0.98rem;
        line-height: 1.35;
    }

    #plantilla-cleaning .gestion-cleaning-template__upload-button[b-ez0lyc7oyj] {
        min-height: 3.25rem;
        color: #ffffff;
    }

    #plantilla-cleaning .gestion-cleaning-template__upload-button span[b-ez0lyc7oyj] {
        color: inherit;
    }

    #plantilla-cleaning .gestion-cleaning-template__dropzone small[b-ez0lyc7oyj] {
        font-size: 1rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__form[b-ez0lyc7oyj] {
        gap: 0.6rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section[b-ez0lyc7oyj] {
        gap: 0.58rem;
        padding: 0.78rem 1.05rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3[b-ez0lyc7oyj] {
        gap: 0.62rem;
        font-size: 1.18rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__section h3 span[b-ez0lyc7oyj] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }

    #plantilla-cleaning .gestion-cleaning-template__grid[b-ez0lyc7oyj] {
        gap: 0.56rem 1rem;
    }

    #plantilla-cleaning .gestion-cleaning-template label[b-ez0lyc7oyj] {
        gap: 0.35rem;
        font-size: 0.92rem;
    }

    #plantilla-cleaning .gestion-cleaning-template input[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template select[b-ez0lyc7oyj],
    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 2.48rem;
        padding: 0.48rem 0.72rem;
        font-size: 0.96rem;
    }

    #plantilla-cleaning .gestion-cleaning-template textarea[b-ez0lyc7oyj] {
        min-height: 2.65rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions[b-ez0lyc7oyj] {
        padding-top: 0.48rem;
    }

    #plantilla-cleaning .gestion-template-modal__actions button[b-ez0lyc7oyj] {
        min-height: 2.82rem;
    }
}

@media (min-width: 841px) {
    .gestion-category-modal__hero[b-ez0lyc7oyj] {
        display: block !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 0 !important;
        padding-right: 4.5rem !important;
    }

    .gestion-category-modal__hero > div[b-ez0lyc7oyj] {
        width: min(100%, 72rem) !important;
        max-width: 72rem !important;
    }

    .gestion-category-modal__hero h2[b-ez0lyc7oyj],
    .gestion-category-modal__hero p[b-ez0lyc7oyj] {
        width: auto !important;
        max-width: 72rem !important;
    }
}
/* /Components/Pages/MiCuenta.razor.rz.scp.css */
.customer-account[b-q3gou5377z] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 18%, rgba(242, 59, 128, 0.12), transparent 28rem),
        radial-gradient(circle at 88% 12%, rgba(0, 185, 190, 0.14), transparent 30rem),
        linear-gradient(180deg, #fff5f8 0%, #f7fbfc 48%, #ffffff 100%);
    color: #082342;
    font-family: Manrope, system-ui, sans-serif;
}

.customer-account__authbar[b-q3gou5377z] {
    border-bottom: 1px solid rgba(0, 185, 190, 0.14);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
}

.customer-account__authbar > div[b-q3gou5377z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1128px;
    margin: 0 auto;
    min-height: 3.05rem;
    padding: 0.25rem 1rem;
}

.customer-account__authbar[b-q3gou5377z]  .brand-mark {
    display: inline-flex;
    align-items: center;
    max-width: 9rem;
    overflow: hidden;
}

.customer-account__authbar[b-q3gou5377z]  .brand-mark__logo {
    width: 4.35rem;
    height: 2.45rem;
    object-fit: contain;
    transform: none !important;
}

.customer-account__authbar[b-q3gou5377z]  .brand-mark__copy {
    display: none;
}

.customer-account__back[b-q3gou5377z],
.customer-account__help[b-q3gou5377z],
.customer-account__empty a[b-q3gou5377z] {
    color: #f23b80;
    font-size: 0.9rem;
    font-weight: 850;
    text-decoration: none;
}

.customer-account__back[b-q3gou5377z] {
    display: inline-flex;
    align-items: center;
    min-height: 2.45rem;
    padding: 0 1rem;
    border: 1px solid rgba(242, 59, 128, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #082342;
}

.customer-account__login[b-q3gou5377z] {
    display: grid;
    justify-items: center;
    gap: 1rem;
    max-width: 1128px;
    margin: 0 auto;
    min-height: calc(100vh - 3.1rem);
    padding: clamp(0.8rem, 2.2vw, 1.4rem) 1rem 1rem;
    align-content: center;
}

.customer-account__login-card-shell[b-q3gou5377z] {
    display: grid;
    gap: 0.95rem;
    width: min(100%, 38.5rem);
    padding: clamp(1rem, 2vw, 1.45rem) clamp(1.35rem, 3vw, 2.35rem) clamp(1.15rem, 2.4vw, 1.65rem);
    border: 1px solid rgba(0, 185, 190, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 74px rgba(8, 35, 66, 0.1);
}

.customer-account__login h1[b-q3gou5377z] {
    justify-self: center;
    max-width: 31rem;
    margin: 0;
    color: #082342;
    font-size: clamp(1.55rem, 2.5vw, 1.95rem);
    font-weight: 850;
    line-height: 1.18;
    text-align: center;
}

.customer-account__login h1[b-q3gou5377z]::after {
    content: "";
    display: block;
    width: 6.4rem;
    height: 0.28rem;
    margin: 0.65rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #f23b80, #00b9be);
}

.customer-account__security[b-q3gou5377z] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: min(100%, 25.5rem);
    min-height: 3.25rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(0, 185, 190, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    color: #082342;
    text-decoration: none;
    box-shadow: 0 18px 48px rgba(8, 35, 66, 0.08);
}

.customer-account__login-assist[b-q3gou5377z] {
    display: grid;
    justify-items: center;
    gap: 0.65rem;
    width: min(100%, 27rem);
}

.customer-account__security span[b-q3gou5377z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 2px solid #00b9be;
    border-radius: 999px;
    font-weight: 900;
}

.customer-account__security strong[b-q3gou5377z] {
    font-size: 0.95rem;
    font-weight: 600;
}

.customer-account__security b[b-q3gou5377z] {
    color: #6b7280;
    font-size: 1.2rem;
}

.customer-account__login-card[b-q3gou5377z] {
    display: grid;
    gap: 1rem;
    align-self: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.customer-account__login-field[b-q3gou5377z] {
    display: grid;
    gap: 0.45rem;
    color: #082342;
    font-size: 0.95rem;
}

.customer-account__login-field input[b-q3gou5377z] {
    width: 100%;
    min-height: 3.6rem;
    padding: 0.8rem 1rem;
    border: 2px solid rgba(0, 185, 190, 0.55);
    border-radius: 14px;
    background: #ffffff;
    color: #082342;
    font: inherit;
    font-size: 1.25rem;
    outline: none;
}

.customer-account__continue[b-q3gou5377z],
.customer-account__create[b-q3gou5377z],
.customer-account__google[b-q3gou5377z],
.customer-account__submit[b-q3gou5377z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
}

.customer-account__continue[b-q3gou5377z] {
    border: 0;
    background: linear-gradient(90deg, #f23b80, #00b9be);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(242, 59, 128, 0.22);
}

.customer-account__create[b-q3gou5377z] {
    border: 0;
    background: transparent;
    color: #f23b80;
}

.customer-account__divider[b-q3gou5377z] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1.2rem;
    color: #436078;
    font-style: normal;
}

.customer-account__divider span[b-q3gou5377z] {
    height: 1px;
    background: rgba(0, 185, 190, 0.18);
}

.customer-account__divider em[b-q3gou5377z] {
    font-style: normal;
}

.customer-account__google[b-q3gou5377z] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    gap: 0.75rem;
    border: 1px solid rgba(0, 185, 190, 0.22);
    background: #ffffff;
    color: #082342;
}

.customer-account__google svg[b-q3gou5377z] {
    justify-self: center;
    width: 1.35rem;
    height: 1.35rem;
}

.customer-account__status[b-q3gou5377z] {
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: rgba(221, 251, 251, 0.9);
    color: #006b70;
    font-weight: 800;
}

.customer-account__checkout[b-q3gou5377z] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.8fr);
    gap: 1rem;
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
    align-items: start;
}

.customer-account__form[b-q3gou5377z],
.customer-account__summary[b-q3gou5377z] {
    display: grid;
    gap: 1.15rem;
    padding: 1.25rem;
    border: 1px solid rgba(0, 185, 190, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 54px rgba(8, 35, 66, 0.08);
}

.customer-account__summary[b-q3gou5377z] {
    position: sticky;
    top: 1rem;
}

.customer-account__section-heading[b-q3gou5377z] {
    display: grid;
    gap: 0.25rem;
}

.customer-account__section-heading span[b-q3gou5377z] {
    color: #f23b80;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-account__section-heading h2[b-q3gou5377z],
.customer-account__tracking h2[b-q3gou5377z] {
    margin: 0;
    font-size: 1.15rem;
}

.customer-account__fields[b-q3gou5377z] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.customer-account__fields label[b-q3gou5377z],
.customer-account__payment-options label[b-q3gou5377z] {
    display: grid;
    gap: 0.4rem;
    color: #436078;
    font-size: 0.78rem;
    font-weight: 850;
}

.customer-account__wide[b-q3gou5377z] {
    grid-column: 1 / -1;
}

.customer-account__fields input[b-q3gou5377z],
.customer-account__fields select[b-q3gou5377z],
.customer-account__fields textarea[b-q3gou5377z] {
    width: 100%;
    min-height: 2.9rem;
    border: 1px solid rgba(8, 35, 66, 0.14);
    border-radius: 12px;
    background: #fff;
    color: #10233b;
    font: inherit;
    font-size: 0.92rem;
    padding: 0.7rem 0.8rem;
    outline: none;
}

.customer-account__fields textarea[b-q3gou5377z] {
    resize: vertical;
}

.customer-account__fields input:focus[b-q3gou5377z],
.customer-account__fields select:focus[b-q3gou5377z],
.customer-account__fields textarea:focus[b-q3gou5377z] {
    border-color: #00b9be;
    box-shadow: 0 0 0 3px rgba(0, 185, 190, 0.14);
}

.customer-account__payment-options[b-q3gou5377z] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.customer-account__payment-options label[b-q3gou5377z] {
    display: flex;
    align-items: center;
    min-height: 3.2rem;
    padding: 0.7rem;
    border: 1px solid rgba(0, 185, 190, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
}

.customer-account__submit[b-q3gou5377z] {
    border: 0;
    background: linear-gradient(90deg, #f23b80, #00b9be);
    color: #ffffff;
}

.customer-account__empty[b-q3gou5377z] {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px dashed rgba(242, 59, 128, 0.28);
    border-radius: 12px;
    background: rgba(255, 245, 248, 0.8);
}

.customer-account__empty p[b-q3gou5377z] {
    margin: 0;
    color: #436078;
}

.customer-account__empty a[b-q3gou5377z] {
    justify-self: start;
}

.customer-account__cart-list[b-q3gou5377z] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-account__cart-list li[b-q3gou5377z] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9rem;
    padding: 0.85rem;
    border: 1px solid rgba(0, 185, 190, 0.16);
    border-radius: 12px;
    background: #ffffff;
}

.customer-account__cart-list div[b-q3gou5377z] {
    display: grid;
    gap: 0.18rem;
}

.customer-account__cart-list strong[b-q3gou5377z],
.customer-account__cart-list b[b-q3gou5377z] {
    color: #10233b;
}

.customer-account__cart-list span[b-q3gou5377z],
.customer-account__cart-list small[b-q3gou5377z],
.customer-account__totals span[b-q3gou5377z] {
    color: #436078;
}

.customer-account__totals[b-q3gou5377z] {
    display: grid;
    gap: 0.55rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(0, 185, 190, 0.14);
}

.customer-account__totals div[b-q3gou5377z] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.customer-account__tracking[b-q3gou5377z] {
    display: grid;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 185, 190, 0.14);
}

.customer-account__tracking ol[b-q3gou5377z] {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: status;
}

.customer-account__tracking li[b-q3gou5377z] {
    counter-increment: status;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #436078;
    font-weight: 800;
}

.customer-account__tracking li[b-q3gou5377z]::before {
    content: counter(status);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: rgba(0, 185, 190, 0.14);
    color: #00a1a7;
    font-size: 0.72rem;
}

.customer-account__tracking li.is-active[b-q3gou5377z] {
    color: #f23b80;
}

.customer-account__tracking li.is-active[b-q3gou5377z]::before {
    background: #f23b80;
    color: #ffffff;
}

@media (max-width: 900px) {
    .customer-account__login[b-q3gou5377z],
    .customer-account__checkout[b-q3gou5377z] {
        grid-template-columns: 1fr;
    }

    .customer-account__security[b-q3gou5377z] {
        margin-top: 1rem;
    }

    .customer-account__summary[b-q3gou5377z] {
        position: static;
    }
}

@media (max-width: 620px) {
    .customer-account__authbar > div[b-q3gou5377z] {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-account__login[b-q3gou5377z] {
        padding-top: 2rem;
    }

    .customer-account__login-card-shell[b-q3gou5377z],
    .customer-account__form[b-q3gou5377z],
    .customer-account__summary[b-q3gou5377z] {
        padding: 1rem;
    }

    .customer-account__fields[b-q3gou5377z],
    .customer-account__payment-options[b-q3gou5377z] {
        grid-template-columns: 1fr;
    }

    .customer-account__google[b-q3gou5377z] {
        grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    }
}
/* /Components/Store/BrandMark.razor.rz.scp.css */
.brand-mark[b-m4wudgb87t] {
    display: inline-grid;
    justify-items: center;
    gap: 0.15rem;
    align-items: center;
    min-width: 0;
    color: #082342;
}

.brand-mark__leaf[b-m4wudgb87t] {
    display: block;
    width: 4rem;
    height: auto;
    fill: none;
    stroke: var(--page-accent);
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-mark__logo[b-m4wudgb87t] {
    width: 4.4rem;
    height: 4.4rem;
    object-fit: var(--brand-logo-fit, contain);
    object-position: var(--brand-logo-x, 50%) var(--brand-logo-y, 50%);
    transform: translate(var(--brand-logo-pan-x, 0%), var(--brand-logo-pan-y, 0%)) scale(var(--brand-logo-zoom, 1)) scale(var(--brand-logo-scale-x, 1), var(--brand-logo-scale-y, 1));
    transform-origin: center center;
}

.brand-mark__copy[b-m4wudgb87t] {
    display: grid;
    justify-items: center;
    gap: 0.05rem;
    line-height: 1;
}

.brand-mark__name[b-m4wudgb87t] {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-mark__tagline[b-m4wudgb87t] {
    color: var(--page-pink);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.brand-mark--compact .brand-mark__leaf[b-m4wudgb87t] {
    width: 3.2rem;
}

.brand-mark--compact .brand-mark__logo[b-m4wudgb87t] {
    width: 3.4rem;
    height: 3.4rem;
}

.brand-mark--compact .brand-mark__name[b-m4wudgb87t] {
    font-size: 1.65rem;
}

.brand-mark--compact .brand-mark__tagline[b-m4wudgb87t] {
    font-size: 0.48rem;
}

@media (max-width: 640px) {
    .brand-mark__leaf[b-m4wudgb87t] {
        width: 3.2rem;
    }

    .brand-mark__logo[b-m4wudgb87t] {
        width: 3.4rem;
        height: 3.4rem;
    }

    .brand-mark__name[b-m4wudgb87t] {
        font-size: 1.55rem;
    }

    .brand-mark__tagline[b-m4wudgb87t] {
        font-size: 0.46rem;
        letter-spacing: 0.24em;
    }
}
/* /Components/Store/CartPanel.razor.rz.scp.css */
.cart-panel[b-qtzc5oa60q] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto auto;
    gap: 1.2rem;
    max-height: min(42rem, calc(100vh - 2rem));
    padding: 1.15rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--page-stroke);
    box-shadow: var(--page-shadow);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.cart-panel--modal[b-qtzc5oa60q] {
    width: 100%;
    max-height: inherit;
}

.cart-panel__header[b-qtzc5oa60q] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.cart-panel__header-actions[b-qtzc5oa60q] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.cart-panel__eyebrow[b-qtzc5oa60q] {
    display: inline-block;
    color: var(--page-pink);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 900;
}

.cart-panel h2[b-qtzc5oa60q],
.cart-panel h3[b-qtzc5oa60q] {
    margin: 0.25rem 0 0;
    color: #082342;
}

.cart-panel__close[b-qtzc5oa60q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-copy);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cart-panel__close:hover[b-qtzc5oa60q] {
    background: var(--page-pink);
    color: var(--page-background-soft);
    transform: translateY(-1px);
}

.cart-panel__counter[b-qtzc5oa60q] {
    padding: 0.58rem 0.82rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: var(--page-accent-strong);
    font-size: 0.8rem;
    font-weight: 900;
}

.cart-panel__empty[b-qtzc5oa60q] {
    display: grid;
    gap: 0.9rem;
    padding: 1.2rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(221, 251, 251, 0.72), rgba(255, 245, 248, 0.86));
    border: 1px dashed var(--page-stroke);
}

.cart-panel__empty p[b-qtzc5oa60q],
.cart-panel__note[b-qtzc5oa60q] {
    margin: 0;
    color: var(--page-copy-muted);
    line-height: 1.7;
}

.cart-panel__empty-visual[b-qtzc5oa60q] {
    position: relative;
    width: 5.5rem;
    height: 4rem;
}

.cart-panel__empty-visual span[b-qtzc5oa60q] {
    position: absolute;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.55rem;
}

.cart-panel__empty-visual span:nth-child(1)[b-qtzc5oa60q] {
    left: 0;
    top: 1rem;
    background: var(--page-accent-soft);
}

.cart-panel__empty-visual span:nth-child(2)[b-qtzc5oa60q] {
    left: 1.5rem;
    top: 0.2rem;
    background: var(--page-gold);
}

.cart-panel__empty-visual span:nth-child(3)[b-qtzc5oa60q] {
    left: 3.1rem;
    top: 1rem;
    background: var(--page-pink);
}

.cart-panel__list[b-qtzc5oa60q] {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart-panel__items-scroll[b-qtzc5oa60q] {
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.35rem;
    scrollbar-gutter: stable;
}

.cart-panel__items-scroll[b-qtzc5oa60q]::-webkit-scrollbar {
    width: 0.45rem;
}

.cart-panel__items-scroll[b-qtzc5oa60q]::-webkit-scrollbar-track {
    background: rgba(221, 251, 251, 0.7);
    border-radius: 999px;
}

.cart-panel__items-scroll[b-qtzc5oa60q]::-webkit-scrollbar-thumb {
    background: var(--page-accent);
    border-radius: 999px;
}

.cart-panel__item[b-qtzc5oa60q] {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--page-stroke);
    box-shadow: 0 12px 26px rgba(8, 35, 66, 0.05);
}

.cart-panel__item-copy[b-qtzc5oa60q] {
    display: grid;
    gap: 0.2rem;
}

.cart-panel__item-copy strong[b-qtzc5oa60q] {
    color: var(--page-copy);
}

.cart-panel__item-copy span[b-qtzc5oa60q] {
    color: var(--page-accent-strong);
    font-size: 0.82rem;
    font-weight: 800;
}

.cart-panel__item-tools[b-qtzc5oa60q] {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: center;
}

.cart-panel__stepper[b-qtzc5oa60q] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: var(--page-accent-soft);
}

.cart-panel__stepper button[b-qtzc5oa60q] {
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent);
    color: var(--page-background-soft);
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.cart-panel__stepper span[b-qtzc5oa60q] {
    min-width: 1.4rem;
    text-align: center;
    color: var(--page-copy);
    font-weight: 900;
}

.cart-panel__item-total[b-qtzc5oa60q] {
    font-size: 1.08rem;
    color: var(--page-copy);
}

.cart-panel__remove[b-qtzc5oa60q] {
    justify-self: start;
    padding: 0;
    border: 0;
    background: none;
    color: var(--page-pink);
    font-size: 0.84rem;
    font-weight: 900;
    cursor: pointer;
}

.cart-panel__summary[b-qtzc5oa60q] {
    display: grid;
    gap: 0.72rem;
    padding: 1rem 0 0;
    border-top: 1px solid var(--page-stroke);
}

.cart-panel__summary div[b-qtzc5oa60q] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.cart-panel__summary span[b-qtzc5oa60q] {
    color: var(--page-copy-muted);
}

.cart-panel__summary strong[b-qtzc5oa60q] {
    color: var(--page-copy);
    font-size: 1.08rem;
}

.cart-panel__actions[b-qtzc5oa60q] {
    display: grid;
}

.cart-panel__whatsapp[b-qtzc5oa60q],
.cart-panel__checkout[b-qtzc5oa60q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.05rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: var(--page-pink);
    color: var(--page-background-soft);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-align: center;
    border: 3px solid var(--page-gold);
    text-decoration: none;
    box-shadow: 0 18px 30px color-mix(in srgb, var(--page-pink) 20%, transparent);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.cart-panel__whatsapp:hover[b-qtzc5oa60q],
.cart-panel__checkout:hover[b-qtzc5oa60q] {
    transform: translateY(-2px);
    background: var(--page-pink);
    box-shadow: 0 22px 34px color-mix(in srgb, var(--page-pink) 26%, transparent);
}

@media (max-width: 1024px) {
    .cart-panel[b-qtzc5oa60q] {
        max-height: min(42rem, calc(100vh - 2rem));
    }
}

@media (max-width: 560px) {
    .cart-panel[b-qtzc5oa60q] {
        gap: 0.8rem;
        max-height: calc(100dvh - 1.1rem);
        padding: 0.9rem;
        border-radius: 1rem 1rem 0.85rem 0.85rem;
    }

    .cart-panel__header[b-qtzc5oa60q] {
        gap: 0.7rem;
    }

    .cart-panel h2[b-qtzc5oa60q] {
        font-size: 1.35rem;
    }

    .cart-panel__counter[b-qtzc5oa60q] {
        padding: 0.45rem 0.65rem;
        font-size: 0.72rem;
    }

    .cart-panel__items-scroll[b-qtzc5oa60q] {
        padding-right: 0.1rem;
    }

    .cart-panel__item[b-qtzc5oa60q] {
        gap: 0.6rem;
        padding: 0.75rem;
    }

    .cart-panel__item-tools[b-qtzc5oa60q] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .cart-panel__stepper[b-qtzc5oa60q] {
        justify-self: start;
    }

    .cart-panel__item-total[b-qtzc5oa60q] {
        justify-self: end;
        font-size: 0.98rem;
    }

    .cart-panel__remove[b-qtzc5oa60q] {
        min-height: 2.1rem;
    }

    .cart-panel__summary[b-qtzc5oa60q] {
        padding-top: 0.75rem;
    }

    .cart-panel__whatsapp[b-qtzc5oa60q],
    .cart-panel__checkout[b-qtzc5oa60q] {
        min-height: 3rem;
        padding-inline: 0.75rem;
        font-size: 0.86rem;
    }
}
/* /Components/Store/FlavorGrid.razor.rz.scp.css */
.flavor-grid[b-n4flmy0tp1] {
    position: relative;
    display: grid;
    gap: 1.05rem;
    padding: 0.35rem 0 0;
}

.flavor-grid__heading[b-n4flmy0tp1] {
    display: grid;
    justify-items: center;
    gap: 0.2rem;
    text-align: center;
}

.flavor-grid__heading h2[b-n4flmy0tp1] {
    margin: 0;
    color: #082342;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.flavor-grid__search-heading[b-n4flmy0tp1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.45rem 0 0.85rem;
    border-bottom: 1px solid rgba(8, 35, 66, 0.1);
}

.flavor-grid__search-heading h2[b-n4flmy0tp1] {
    margin: 0;
    color: #082342;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0;
}

.flavor-grid__search-heading span[b-n4flmy0tp1] {
    flex: 0 0 auto;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(8, 35, 66, 0.08);
    color: var(--page-accent-strong);
    font-size: 0.78rem;
    font-weight: 900;
}

.flavor-grid__eyebrow[b-n4flmy0tp1] {
    display: inline-block;
    color: var(--page-pink);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.flavor-grid__eyebrow[b-n4flmy0tp1]::after {
    content: "";
    display: block;
    width: 4.4rem;
    height: 2px;
    margin: 0.35rem auto 0;
    background: #ffd12e;
}

.flavor-grid__search-meta[b-n4flmy0tp1] {
    justify-self: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(221, 251, 251, 0.9);
    border: 1px solid var(--page-stroke);
    color: #436078;
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
}

.flavor-grid__empty[b-n4flmy0tp1] {
    display: grid;
    gap: 0.4rem;
    justify-items: center;
    padding: clamp(2rem, 6vw, 4rem);
    border-radius: 0.85rem;
    background: rgba(255, 252, 246, 0.92);
    border: 1px solid rgba(119, 134, 107, 0.12);
    text-align: center;
}

.flavor-grid__empty strong[b-n4flmy0tp1] {
    color: #082342;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.flavor-grid__empty p[b-n4flmy0tp1] {
    margin: 0;
    color: #5f5b52;
}

.flavor-grid__groups[b-n4flmy0tp1] {
    display: grid;
    gap: 1.45rem;
}

.flavor-grid__group[b-n4flmy0tp1] {
    display: grid;
    gap: 1rem;
    scroll-margin-top: 8.5rem;
}

.flavor-grid__group-heading[b-n4flmy0tp1] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    min-height: 6.4rem;
    padding: 1.25rem 1.55rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 46px rgba(8, 35, 66, 0.11);
    backdrop-filter: blur(14px);
}

.flavor-grid__group-title[b-n4flmy0tp1] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
}

.flavor-grid__group-title div[b-n4flmy0tp1] {
    display: grid;
    gap: 0.28rem;
}

.flavor-grid__group-icon[b-n4flmy0tp1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    background: #fbe0e9;
    color: #c64f72;
    font-size: 1.25rem;
    font-weight: 900;
}

.flavor-grid__group-heading h3[b-n4flmy0tp1] {
    margin: 0;
    color: #0f1b2d;
    font-size: clamp(1.18rem, 1.5vw, 1.42rem);
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.flavor-grid__group-heading small[b-n4flmy0tp1] {
    color: #687789;
    font-size: 0.85rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.flavor-grid__view-all[b-n4flmy0tp1] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.65rem;
    padding: 0.62rem 1.05rem;
    border: 1px solid color-mix(in srgb, var(--page-pink) 36%, transparent);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #c64f72;
    font-size: 0.9rem;
    font-weight: 850;
    white-space: nowrap;
}

.flavor-grid__view-all:hover[b-n4flmy0tp1],
.flavor-grid__view-all:focus-visible[b-n4flmy0tp1] {
    outline: none;
    background: #ffffff;
    border-color: var(--page-pink);
}

.flavor-grid__group-empty[b-n4flmy0tp1] {
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid var(--page-stroke);
    border-radius: 0.75rem;
    background: rgba(221, 251, 251, 0.36);
    color: #436078;
    font-weight: 800;
}

.flavor-grid__list[b-n4flmy0tp1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.85rem;
    align-items: start;
}

.flavor-grid__list--search[b-n4flmy0tp1] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.85rem;
}

.flavor-grid__cell[b-n4flmy0tp1] {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    animation: flavor-rise-b-n4flmy0tp1 520ms ease both;
    animation-delay: calc(var(--card-order) * 55ms);
}

@keyframes flavor-rise-b-n4flmy0tp1 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1280px) {
    .flavor-grid__list[b-n4flmy0tp1],
    .flavor-grid__list--search[b-n4flmy0tp1] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .flavor-grid__search-heading[b-n4flmy0tp1] {
        align-items: start;
        flex-direction: column;
    }

    .flavor-grid__search-meta[b-n4flmy0tp1] {
        white-space: normal;
    }

    .flavor-grid__group-heading[b-n4flmy0tp1] {
        align-items: start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .flavor-grid__list[b-n4flmy0tp1] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: stretch;
    }

    .flavor-grid__cell[b-n4flmy0tp1] {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .flavor-grid__group-heading[b-n4flmy0tp1] {
        min-height: 0;
        padding: 0.72rem 0.78rem;
        border-radius: 0.62rem;
    }

    .flavor-grid__list[b-n4flmy0tp1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.72rem;
    }

    .flavor-grid__list--search[b-n4flmy0tp1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }
}

@media (max-width: 360px) {
    .flavor-grid__list[b-n4flmy0tp1],
    .flavor-grid__list--search[b-n4flmy0tp1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Store/HeroSection.razor.rz.scp.css */
.hero-section[b-dx93igbt1o] {
    display: grid;
    width: 100%;
    isolation: isolate;
}

.hero-section__image-wrap[b-dx93igbt1o] {
    position: relative;
    min-height: clamp(26rem, 36vw, 36rem);
    border-radius: 0;
    overflow: hidden;
    background: #f6f0e7;
    box-shadow: none;
}

.hero-section__photo-wall[b-dx93igbt1o] {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 0.82fr 1.08fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
    padding: 0.4rem;
}

.hero-section__photo[b-dx93igbt1o] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.03) contrast(1.01);
}

.hero-section__custom-image[b-dx93igbt1o] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: var(--hero-image-fit, cover);
    object-position: var(--hero-image-x, 50%) var(--hero-image-y, 50%);
    transform: translate(var(--hero-image-pan-x, 0%), var(--hero-image-pan-y, 0%)) scale(var(--hero-image-zoom, 1)) scale(var(--hero-image-scale-x, 1), var(--hero-image-scale-y, 1));
    transform-origin: center center;
    filter: none;
}

.hero-section__carousel[b-dx93igbt1o] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-section__image-wrap--custom[b-dx93igbt1o] {
    width: 100%;
    max-width: none;
    margin: 0;
    aspect-ratio: 16 / 5.8;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: hidden;
    background: #eceff3;
    border-radius: 0;
    box-shadow: none;
}

.hero-section__image-wrap--custom[b-dx93igbt1o]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 34%;
    background: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 88%);
    pointer-events: none;
}

.hero-section__image-wrap--custom .hero-section__custom-image[b-dx93igbt1o] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--hero-image-fit, cover);
    object-position: var(--hero-image-x, 50%) var(--hero-image-y, 50%);
    transform: translate(var(--hero-image-pan-x, 0%), var(--hero-image-pan-y, 0%)) scale(var(--hero-image-zoom, 1)) scale(var(--hero-image-scale-x, 1), var(--hero-image-scale-y, 1));
    transform-origin: center center;
    opacity: 0;
    transition: opacity 420ms ease;
}

.hero-section__image-wrap--custom .hero-section__custom-image--active[b-dx93igbt1o] {
    opacity: 1;
}

.hero-section__carousel-arrow[b-dx93igbt1o] {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.8rem, 4.2vw, 3.6rem);
    height: clamp(2.8rem, 4.2vw, 3.6rem);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--page-copy);
    font: inherit;
    font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 32px rgba(8, 35, 66, 0.15);
}

.hero-section__carousel-arrow--prev[b-dx93igbt1o] {
    left: clamp(1.15rem, 5vw, 5.3rem);
}

.hero-section__carousel-arrow--next[b-dx93igbt1o] {
    right: clamp(1.15rem, 5vw, 5.3rem);
}

.hero-section__carousel-arrow:hover[b-dx93igbt1o],
.hero-section__carousel-arrow:focus-visible[b-dx93igbt1o] {
    outline: none;
    background: #ffffff;
    color: var(--page-pink);
}

.hero-section__carousel-dots[b-dx93igbt1o] {
    position: absolute;
    left: 50%;
    bottom: clamp(2.2rem, 5vw, 4rem);
    z-index: 2;
    display: inline-flex;
    gap: 0.42rem;
    padding: 0.42rem 0.52rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.hero-section__carousel-dot[b-dx93igbt1o] {
    width: 0.62rem;
    height: 0.62rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--page-copy) 28%, #ffffff);
    cursor: pointer;
}

.hero-section__carousel-dot--active[b-dx93igbt1o] {
    width: 1.45rem;
    background: var(--page-pink);
}

.hero-section__photo--boot[b-dx93igbt1o] {
    grid-row: 1 / span 2;
}

.hero-section__photo--sneaker[b-dx93igbt1o] {
    grid-column: 2;
    grid-row: 1;
}

.hero-section__photo--sandalia[b-dx93igbt1o] {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.hero-section__photo--chinela[b-dx93igbt1o] {
    grid-column: 4;
    grid-row: 1;
}

.hero-section__photo--crema[b-dx93igbt1o] {
    grid-column: 2;
    grid-row: 2;
    object-position: 60% center;
}

.hero-section__photo--accent[b-dx93igbt1o] {
    grid-column: 3 / span 2;
    grid-row: 2;
}

.hero-section__image-wrap[b-dx93igbt1o]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.74) 28%, rgba(255, 255, 255, 0.08) 62%),
        radial-gradient(circle at 16% 48%, rgba(255, 255, 255, 0.54), transparent 30%);
    pointer-events: none;
}

.hero-section__image-wrap--custom[b-dx93igbt1o]::after {
    display: none;
}

.hero-section__copy[b-dx93igbt1o] {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    gap: 0.75rem;
    max-width: 35rem;
    min-height: inherit;
    padding: clamp(1.7rem, 4.6vw, 4.6rem);
}

.hero-section__kicker[b-dx93igbt1o] {
    margin: 0 0 0.35rem;
    color: var(--page-copy-muted);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-section h1[b-dx93igbt1o] {
    margin: 0;
    color: var(--page-copy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.25rem, 5.3vw, 5.15rem);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: 0;
}

.hero-section h1 span[b-dx93igbt1o] {
    display: block;
    color: var(--page-pink);
    font-style: italic;
    font-weight: 500;
}

.hero-section__line[b-dx93igbt1o] {
    width: 3.9rem;
    height: 2px;
    margin-block: 0.25rem;
    background: var(--page-gold);
}

.hero-section__description[b-dx93igbt1o] {
    max-width: 30rem;
    margin: 0;
    color: var(--page-copy);
    font-size: 0.98rem;
    line-height: 1.6;
}

.hero-section__statement[b-dx93igbt1o] {
    color: var(--page-copy);
    font-size: 0.96rem;
}

.hero-section__button[b-dx93igbt1o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-width: min(100%, 16.5rem);
    min-height: 3.35rem;
    margin-top: 0.45rem;
    padding: 0.75rem 1.65rem;
    border-radius: 999px;
    background: var(--page-pink);
    color: #fffdf8;
    border: 4px solid var(--page-gold);
    font-size: 0.94rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 16px 30px color-mix(in srgb, var(--page-pink) 22%, transparent);
    transition: transform 180ms ease, background-color 180ms ease;
}

.hero-section__button:hover[b-dx93igbt1o] {
    transform: translateY(-2px);
    background: var(--page-pink);
}

@media (max-width: 820px) {
    .hero-section__image-wrap[b-dx93igbt1o] {
        min-height: 32rem;
        border-radius: 0;
    }

    .hero-section__image-wrap--custom[b-dx93igbt1o] {
        width: 100%;
        height: clamp(280px, 48vw, 360px);
        aspect-ratio: auto;
        max-height: none;
        min-height: 0;
    }

    .hero-section__image-wrap--custom .hero-section__custom-image[b-dx93igbt1o] {
        object-fit: var(--hero-image-mobile-fit, cover) !important;
        object-position: var(--hero-image-mobile-x, 50%) var(--hero-image-mobile-y, 50%) !important;
        transform: translate(var(--hero-image-mobile-pan-x, 0%), var(--hero-image-mobile-pan-y, 0%)) scale(var(--hero-image-mobile-zoom, 1)) scale(var(--hero-image-mobile-scale-x, 1), var(--hero-image-mobile-scale-y, 1)) !important;
    }

    .hero-section__carousel-arrow[b-dx93igbt1o] {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 1.42rem;
    }

    .hero-section__carousel-arrow--prev[b-dx93igbt1o] {
        left: 0.7rem;
    }

    .hero-section__carousel-arrow--next[b-dx93igbt1o] {
        right: 0.7rem;
    }

    .hero-section__carousel-dots[b-dx93igbt1o] {
        bottom: 1rem;
        gap: 0.34rem;
        padding: 0.32rem 0.42rem;
    }

    .hero-section__image-wrap--custom[b-dx93igbt1o]::after {
        height: clamp(72px, 16vw, 108px);
        background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0) 32%, rgba(235, 235, 235, 0.44) 76%, #ebebeb 100%);
    }

    .hero-section__photo-wall[b-dx93igbt1o] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 0.32rem;
        padding: 0.32rem;
    }

    .hero-section__photo--boot[b-dx93igbt1o] {
        grid-column: 1;
        grid-row: 2 / span 2;
    }

    .hero-section__photo--sneaker[b-dx93igbt1o] {
        grid-column: 1;
        grid-row: 1;
    }

    .hero-section__photo--sandalia[b-dx93igbt1o] {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .hero-section__photo--chinela[b-dx93igbt1o] {
        grid-column: 2;
        grid-row: 3;
    }

    .hero-section__photo--crema[b-dx93igbt1o] {
        grid-column: 1;
        grid-row: 3;
    }

    .hero-section__photo--accent[b-dx93igbt1o] {
        display: none;
    }

    .hero-section__image-wrap[b-dx93igbt1o]::after {
        background: linear-gradient(180deg, rgba(255, 252, 244, 0.95) 0%, rgba(255, 252, 244, 0.72) 58%, rgba(255, 252, 244, 0.1) 100%);
    }

    .hero-section__copy[b-dx93igbt1o] {
        align-content: start;
        padding: 2rem 1.25rem;
    }

    .hero-section h1[b-dx93igbt1o] {
        font-size: clamp(2.65rem, 12vw, 4.1rem);
    }

    .hero-section__button[b-dx93igbt1o] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-section__image-wrap[b-dx93igbt1o] {
        min-height: 24rem;
        border-radius: 0;
    }

    .hero-section__image-wrap--custom[b-dx93igbt1o] {
        width: 100%;
        height: clamp(300px, 78vw, 360px);
        aspect-ratio: auto;
        max-height: none;
        min-height: 0;
        overflow: hidden;
    }

    .hero-section__carousel-arrow[b-dx93igbt1o] {
        width: 2rem;
        height: 2rem;
        font-size: 1.28rem;
        background: rgba(255, 255, 255, 0.68);
    }

    .hero-section__carousel-dot[b-dx93igbt1o] {
        width: 0.5rem;
        height: 0.5rem;
    }

    .hero-section__carousel-dot--active[b-dx93igbt1o] {
        width: 1.15rem;
    }

    .hero-section__image-wrap--custom[b-dx93igbt1o]::after {
        height: clamp(58px, 18vw, 86px);
    }

    .hero-section__image-wrap--custom .hero-section__custom-image[b-dx93igbt1o] {
        height: 100%;
        object-fit: var(--hero-image-mobile-fit, cover) !important;
        object-position: var(--hero-image-mobile-x, 50%) var(--hero-image-mobile-y, 50%) !important;
        transform: translate(var(--hero-image-mobile-pan-x, 0%), var(--hero-image-mobile-pan-y, 0%)) scale(var(--hero-image-mobile-zoom, 1)) scale(var(--hero-image-mobile-scale-x, 1), var(--hero-image-mobile-scale-y, 1)) !important;
    }

    .hero-section__copy[b-dx93igbt1o] {
        gap: 0.55rem;
        padding: 1.35rem 1rem;
    }

    .hero-section__kicker[b-dx93igbt1o] {
        font-size: 0.76rem;
    }

    .hero-section h1[b-dx93igbt1o] {
        font-size: clamp(2.35rem, 11vw, 3.35rem);
        line-height: 0.98;
    }

    .hero-section__description[b-dx93igbt1o],
    .hero-section__statement[b-dx93igbt1o] {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .hero-section__button[b-dx93igbt1o] {
        min-height: 3rem;
        padding-inline: 1rem;
        font-size: 0.8rem;
    }
}
/* /Components/Store/ProductArtwork.razor.rz.scp.css */
.product-artwork[b-1m69brdcjp] {
    --main: var(--page-pink);
    --sole: #fffdf8;
    --detail: #ffd12e;
    --accent: var(--page-accent);
    --bg-a: #fff8ec;
    --bg-b: #ffffff;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--main), white 78%), transparent 15%),
        linear-gradient(145deg, var(--bg-a), var(--bg-b) 72%);
}

.product-artwork svg[b-1m69brdcjp] {
    width: 100%;
    height: 100%;
}

.shadow[b-1m69brdcjp] {
    fill: rgba(8, 35, 66, 0.13);
    filter: blur(8px);
}

.main[b-1m69brdcjp] {
    fill: var(--main);
    stroke: color-mix(in srgb, var(--main), #082342 20%);
    stroke-width: 4;
    stroke-linejoin: round;
}

.sole[b-1m69brdcjp] {
    fill: var(--sole);
    stroke: color-mix(in srgb, var(--sole), #082342 20%);
    stroke-width: 4;
}

.second[b-1m69brdcjp] {
    opacity: 0.98;
}

.detail[b-1m69brdcjp],
.strap[b-1m69brdcjp] {
    fill: none;
    stroke: var(--detail);
    stroke-width: 10;
    stroke-linecap: round;
}

.buckle[b-1m69brdcjp] {
    fill: none;
    stroke: var(--detail);
    stroke-width: 8;
}

.eyelet[b-1m69brdcjp],
.medallion[b-1m69brdcjp] {
    fill: var(--detail);
    stroke: color-mix(in srgb, var(--detail), #082342 18%);
    stroke-width: 4;
}

.toe[b-1m69brdcjp] {
    fill: color-mix(in srgb, var(--main), #082342 12%);
    stroke: color-mix(in srgb, var(--main), #082342 24%);
    stroke-width: 4;
}

.bow[b-1m69brdcjp] {
    fill: color-mix(in srgb, var(--detail), white 24%);
    stroke: color-mix(in srgb, var(--detail), #082342 12%);
    stroke-width: 4;
    stroke-linejoin: round;
}

.braid[b-1m69brdcjp] {
    fill: none;
    stroke: color-mix(in srgb, var(--sole), #082342 28%);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 10 10;
}

.cap[b-1m69brdcjp] {
    fill: color-mix(in srgb, var(--main), #082342 18%);
}

.label[b-1m69brdcjp] {
    fill: color-mix(in srgb, var(--detail), white 52%);
    stroke: rgba(8, 35, 66, 0.08);
    stroke-width: 3;
}

.product-artwork--shoe-sneaker-rose[b-1m69brdcjp] {
    --main: #f4a9c0;
    --sole: #ffffff;
    --detail: var(--page-pink);
    --bg-a: #fff5f8;
}

.product-artwork--boot-couro-caramelo[b-1m69brdcjp] {
    --main: #8a542f;
    --sole: #2f241d;
    --detail: #d8a654;
    --bg-a: #fff8ec;
}

.product-artwork--wedge-caramel-medallion[b-1m69brdcjp] {
    --main: #bd7b38;
    --sole: #8b5a31;
    --detail: #d2a03e;
    --bg-a: #fff8ec;
}

.product-artwork--workboot-black-pink[b-1m69brdcjp] {
    --main: #10243a;
    --sole: #1f2a34;
    --detail: var(--page-pink);
    --bg-a: #eff7fb;
}

.product-artwork--platform-rose-bow[b-1m69brdcjp] {
    --main: #f4bdc5;
    --sole: #ffffff;
    --detail: #d9a45d;
    --bg-a: #fff5f8;
}

.product-artwork--espadrille-rose[b-1m69brdcjp] {
    --main: #d9a9a8;
    --sole: #d6c2a2;
    --detail: #fff4df;
    --bg-a: #fff8ec;
}

.product-artwork--espadrille-black[b-1m69brdcjp] {
    --main: #101820;
    --sole: #d4bd8f;
    --detail: #fff1d2;
    --bg-a: #fff8ec;
}

.product-artwork--shoe-sneaker-black[b-1m69brdcjp] {
    --main: #10243a;
    --sole: #d88d3d;
    --detail: #ffd12e;
    --bg-a: #effcfc;
}

.product-artwork--shoe-sneaker-gold[b-1m69brdcjp] {
    --main: #fffdf8;
    --sole: #ffffff;
    --detail: #c99025;
    --bg-a: #fff8ec;
}

.product-artwork--shoe-slip-pearl[b-1m69brdcjp] {
    --main: #eadbd7;
    --sole: #fffdf8;
    --detail: #cda85c;
    --bg-a: #f4fdff;
}

.product-artwork--shoe-loafer-black[b-1m69brdcjp] {
    --main: #082342;
    --sole: #020914;
    --detail: var(--page-accent);
    --bg-a: #edfbfb;
}

.product-artwork--pump-red[b-1m69brdcjp] {
    --main: #d71f3f;
    --sole: #661123;
    --detail: #ffd12e;
    --bg-a: #fff5f8;
}

.product-artwork--shoe-mule-ivory[b-1m69brdcjp] {
    --main: #fff0db;
    --sole: #d6b77f;
    --detail: var(--page-accent);
    --bg-a: #fff8ec;
}

.product-artwork--shoe-flat-blue[b-1m69brdcjp] {
    --main: #145993;
    --sole: #082342;
    --detail: #ddfbfb;
    --bg-a: #f0fbff;
}

.product-artwork--shoe-chunky-champagne[b-1m69brdcjp] {
    --main: #d7bf99;
    --sole: #fff5df;
    --detail: #ffd12e;
    --bg-a: #fff8ec;
}

.product-artwork--shoe-oxford-camel[b-1m69brdcjp] {
    --main: #b7773e;
    --sole: #5a321f;
    --detail: #ffe1b5;
    --bg-a: #fff8ec;
}

.product-artwork--sandal-jelly-pink[b-1m69brdcjp] {
    --main: #ff8fc0;
    --sole: #f8c4dc;
    --detail: var(--page-pink);
    --bg-a: #fff5f8;
}

.product-artwork--sandal-wide-black[b-1m69brdcjp] {
    --main: #082342;
    --sole: #dce8ea;
    --detail: var(--page-accent);
    --bg-a: #effcfc;
}

.product-artwork--sandal-nude[b-1m69brdcjp] {
    --main: #d8ad8f;
    --sole: #f2d8c5;
    --detail: #c9913f;
    --bg-a: #fff8ec;
}

.product-artwork--sandal-gold[b-1m69brdcjp] {
    --main: #e4bc58;
    --sole: #fff0b2;
    --detail: #082342;
    --bg-a: #fff8ec;
}

.product-artwork--sandal-green[b-1m69brdcjp] {
    --main: #5fbf99;
    --sole: #ddfbfb;
    --detail: #ffd12e;
    --bg-a: #f0fffa;
}

.product-artwork--sandal-lilac[b-1m69brdcjp] {
    --main: #b89df4;
    --sole: #efe7ff;
    --detail: var(--page-pink);
    --bg-a: #fbf6ff;
}

.product-artwork--sandal-heel-nude[b-1m69brdcjp] {
    --main: #d9ad93;
    --sole: #f5dac7;
    --detail: #ffd12e;
    --bg-a: #fff8ec;
}

.product-artwork--sandal-caramel[b-1m69brdcjp] {
    --main: #b86d32;
    --sole: #f4c18c;
    --detail: #fff0d4;
    --bg-a: #fff8ec;
}

.product-artwork--sandal-fuchsia[b-1m69brdcjp] {
    --main: var(--page-pink);
    --sole: #ffc1d7;
    --detail: #ffd12e;
    --bg-a: #fff5f8;
}

.product-artwork--sandal-blue[b-1m69brdcjp] {
    --main: #2464d8;
    --sole: #dce9ff;
    --detail: var(--page-accent);
    --bg-a: #f2f8ff;
}

.product-artwork--flip-rose[b-1m69brdcjp],
.product-artwork--cream-rose-jar[b-1m69brdcjp] {
    --main: #d39a7c;
    --sole: #b78669;
    --detail: var(--page-pink);
    --bg-a: #fff5f8;
}

.product-artwork--flip-white[b-1m69brdcjp] {
    --main: #ffffff;
    --sole: #f4f4f4;
    --detail: #c99025;
    --bg-a: #fff8ec;
}

.product-artwork--flip-coral[b-1m69brdcjp] {
    --main: #ff7f6f;
    --sole: #ffd2cb;
    --detail: var(--page-pink);
    --bg-a: #fff6f2;
}

.product-artwork--flip-blue[b-1m69brdcjp] {
    --main: #1b66b1;
    --sole: #ddecff;
    --detail: #ffd12e;
    --bg-a: #eef7ff;
}

.product-artwork--flip-pink[b-1m69brdcjp] {
    --main: #ff5fa8;
    --sole: #ffd3e6;
    --detail: #082342;
    --bg-a: #fff5f8;
}

.product-artwork--flip-beige[b-1m69brdcjp] {
    --main: #e1c2a2;
    --sole: #f9e6cb;
    --detail: var(--page-accent);
    --bg-a: #fff8ec;
}

.product-artwork--flip-green[b-1m69brdcjp] {
    --main: #45a878;
    --sole: #082342;
    --detail: #ffd12e;
    --bg-a: #edfff7;
}

.product-artwork--flip-navy[b-1m69brdcjp] {
    --main: #102d5f;
    --sole: #d5e2ff;
    --detail: var(--page-accent);
    --bg-a: #eef5ff;
}

.product-artwork--flip-lilac[b-1m69brdcjp] {
    --main: #b094f0;
    --sole: #efe6ff;
    --detail: var(--page-pink);
    --bg-a: #fbf6ff;
}

.product-artwork--flip-gold[b-1m69brdcjp] {
    --main: #ddb44f;
    --sole: #fff1bb;
    --detail: #082342;
    --bg-a: #fff8ec;
}

.product-artwork--cream-yellow-jar[b-1m69brdcjp] {
    --main: #f5b23b;
    --detail: #ffd12e;
    --bg-a: #fff8ec;
}

.product-artwork--cream-pink-jar[b-1m69brdcjp] {
    --main: #f5a8be;
    --detail: var(--page-pink);
    --bg-a: #fff5f8;
}

.product-artwork--cream-red-jar[b-1m69brdcjp] {
    --main: #d94c5c;
    --detail: #ffd12e;
    --bg-a: #fff5f8;
}

.product-artwork--cream-brown-tube[b-1m69brdcjp] {
    --main: #a06a3a;
    --detail: #ffd9a8;
    --bg-a: #fff8ec;
}

.product-artwork--cream-orange-tube[b-1m69brdcjp] {
    --main: #ef9343;
    --detail: #fff1c4;
    --bg-a: #fff8ec;
}

.product-artwork--cream-purple-tube[b-1m69brdcjp] {
    --main: #7d55b4;
    --detail: #f2dcff;
    --bg-a: #fbf6ff;
}

.product-artwork--cream-white-pump[b-1m69brdcjp] {
    --main: #f4f6ef;
    --detail: var(--page-accent);
    --bg-a: #f4fffd;
}

.product-artwork--cream-cherry-pump[b-1m69brdcjp] {
    --main: #bb2954;
    --detail: #ffd12e;
    --bg-a: #fff5f8;
}

.product-artwork--cream-green-jar[b-1m69brdcjp] {
    --main: #8d9a55;
    --detail: #ffd12e;
    --bg-a: #f8fff2;
}
/* /Components/Store/ProductCard.razor.rz.scp.css */
.product-card[b-nnl3nid7w0] {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    max-width: none;
    overflow: hidden;
    border: 1px solid rgba(8, 35, 66, 0.075);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(8, 35, 66, 0.07);
    cursor: pointer;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.product-card:hover[b-nnl3nid7w0] {
    border-color: rgba(8, 35, 66, 0.13);
    box-shadow: 0 10px 24px rgba(8, 35, 66, 0.085);
    transform: translateY(-2px);
}

.product-card__media[b-nnl3nid7w0] {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 0.68;
    height: auto;
    min-height: 12.5rem;
    max-height: 13.7rem;
    padding: 0.78rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #fafafa;
    cursor: pointer;
    appearance: none;
}

.product-card:focus-visible[b-nnl3nid7w0] {
    outline: 3px solid var(--page-pink);
    outline-offset: 3px;
}

.product-card__image[b-nnl3nid7w0] {
    align-self: center;
    justify-self: center;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 94%;
    max-height: 94%;
    min-width: 0;
    min-height: 0;
    clip-path: inset(0 3px);
    object-fit: contain;
    object-position: center;
    transform: none;
    background: #ffffff;
}

.product-card__content[b-nnl3nid7w0] {
    display: grid;
    align-content: start;
    gap: 0.28rem;
    min-height: 10.6rem;
    padding: 0.8rem 0.88rem 0.92rem;
    text-align: left;
}

.product-card__swatches[b-nnl3nid7w0] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: max-content;
    max-width: 100%;
    min-height: 1.08rem;
    margin-bottom: 0.06rem;
}

.product-card__swatches span[b-nnl3nid7w0] {
    width: 0.86rem;
    height: 0.86rem;
    border: 2px solid rgba(8, 35, 66, 0.2);
    border-radius: 999px;
    background: var(--swatch);
}

.product-card__swatches em[b-nnl3nid7w0] {
    color: var(--page-copy-muted);
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 750;
    line-height: 1;
}

.product-card__content h3[b-nnl3nid7w0] {
    display: -webkit-box;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    color: var(--page-copy);
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1.24;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__brand[b-nnl3nid7w0] {
    margin: 0;
    color: #687789;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.18;
}

.product-card__description[b-nnl3nid7w0] {
    display: -webkit-box;
    margin: 0.04rem 0 0;
    overflow: hidden;
    color: #526b82;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.24;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__info[b-nnl3nid7w0] {
    display: -webkit-box;
    margin: 0.02rem 0 0;
    overflow: hidden;
    color: #536a7f;
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-card__meta[b-nnl3nid7w0] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.24rem;
    margin: 0.08rem 0 0;
    color: var(--page-copy-muted);
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1.15;
}

.product-card__meta span[b-nnl3nid7w0] {
    color: #d89a00;
    font-size: 0.72rem;
    line-height: 1;
}

.product-card__meta em[b-nnl3nid7w0] {
    color: var(--page-copy-muted);
    font-style: normal;
    font-weight: 650;
}

.product-card__pricing[b-nnl3nid7w0] {
    display: grid;
    gap: 0.05rem;
    margin-top: 0.3rem;
}

.product-card__previous-price[b-nnl3nid7w0] {
    color: var(--page-copy-muted);
    font-size: 0.7rem;
    line-height: 1;
    text-decoration: line-through;
}

.product-card__price-row[b-nnl3nid7w0] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.36rem;
}

.product-card__price[b-nnl3nid7w0] {
    color: #121820;
    font-size: 1.38rem;
    font-weight: 900;
    line-height: 1.04;
}

.product-card__discount[b-nnl3nid7w0] {
    color: #07835f;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.product-card__action[b-nnl3nid7w0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.35rem;
    margin-top: 0.52rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--page-accent) 26%, rgba(8, 35, 66, 0.12));
    border-radius: 0.55rem;
    background: color-mix(in srgb, var(--page-accent-soft) 52%, #ffffff);
    color: var(--page-accent-strong);
    font-size: 0.82rem;
    font-weight: 900;
    pointer-events: none;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.product-card:hover .product-card__action[b-nnl3nid7w0],
.product-card:focus-visible .product-card__action[b-nnl3nid7w0] {
    background: var(--page-pink);
    border-color: var(--page-pink);
    color: #ffffff;
}

.product-card__action:focus-visible[b-nnl3nid7w0] {
    outline: 3px solid color-mix(in srgb, var(--page-pink) 28%, transparent);
    outline-offset: 2px;
}

@media (max-width: 560px) {
    .product-card[b-nnl3nid7w0] {
        border-radius: 0.55rem;
        box-shadow: 0 3px 9px rgba(8, 35, 66, 0.045);
    }

    .product-card:hover[b-nnl3nid7w0] {
        transform: none;
    }

    .product-card__media[b-nnl3nid7w0] {
        min-height: 9.6rem;
        max-height: none;
        padding: 0.42rem;
    }

    .product-card__content[b-nnl3nid7w0] {
        gap: 0.16rem;
        min-height: 9.4rem;
        padding: 0.52rem 0.58rem 0.62rem;
    }

    .product-card__content h3[b-nnl3nid7w0] {
        font-size: 0.78rem;
    }

    .product-card__brand[b-nnl3nid7w0],
    .product-card__description[b-nnl3nid7w0],
    .product-card__info[b-nnl3nid7w0],
    .product-card__meta[b-nnl3nid7w0],
    .product-card__previous-price[b-nnl3nid7w0],
    .product-card__discount[b-nnl3nid7w0] {
        font-size: 0.64rem;
    }

    .product-card__price[b-nnl3nid7w0] {
        font-size: 1.02rem;
    }

    .product-card__swatches span[b-nnl3nid7w0] {
        width: 0.54rem;
        height: 0.54rem;
    }

    .product-card__action[b-nnl3nid7w0] {
        min-height: 2.05rem;
        margin-top: 0.38rem;
        padding-inline: 0.55rem;
        font-size: 0.72rem;
    }
}
/* /Components/Store/ProductDetailsModal.razor.rz.scp.css */
.product-details[b-dlihccw5sb] {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(6px);
}

.product-details[b-dlihccw5sb],
.product-details *[b-dlihccw5sb] {
    box-sizing: border-box;
}

.product-details__dialog[b-dlihccw5sb] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(16rem, 0.82fr) minmax(22rem, 1fr) minmax(14rem, 0.58fr);
    gap: clamp(1.05rem, 1.8vw, 1.7rem);
    width: min(100%, 74rem);
    max-height: min(54rem, calc(100vh - 1.5rem));
    overflow-y: auto;
    overflow-x: hidden;
    padding: clamp(1rem, 1.45vw, 1.35rem);
    padding-right: clamp(1.25rem, 1.8vw, 1.7rem);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.22);
}

.product-details__close[b-dlihccw5sb] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: #eef3ff;
    color: #3483fa;
    font-size: 1.1rem;
    font-weight: 900;
}

.product-details__visual[b-dlihccw5sb] {
    display: grid;
    grid-template-columns: 4.2rem minmax(0, 1fr);
    gap: 1rem;
    align-content: start;
    align-self: start;
    grid-row: span 2;
    min-width: 0;
}

.product-details__visual--single[b-dlihccw5sb] {
    grid-template-columns: minmax(0, 1fr);
}

.product-details__gallery[b-dlihccw5sb] {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    order: -1;
}

.product-details__thumb[b-dlihccw5sb] {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    padding: 0.2rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
}

.product-details__thumb--active[b-dlihccw5sb] {
    border: 2px solid #3483fa;
}

.product-details__thumb img[b-dlihccw5sb],
.product-details__main-image img[b-dlihccw5sb] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--product-image-fit, contain);
    object-position: var(--product-image-position, center);
    transform-origin: center;
}

.product-details__thumb img[b-dlihccw5sb] {
    transform: var(--product-image-transform, none);
}

.product-details__main-image img[b-dlihccw5sb] {
    transform: var(--product-image-transform, scale(1.45));
}

.product-details__main-image[b-dlihccw5sb] {
    position: sticky;
    top: 1rem;
    grid-column: 2;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: clamp(17rem, 30vw, 24rem);
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    cursor: zoom-in;
}

.product-details__visual--single .product-details__main-image[b-dlihccw5sb] {
    grid-column: 1;
}

.product-details__main-image > span[b-dlihccw5sb] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: #3483fa;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-details__main-image > em[b-dlihccw5sb] {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
}

.product-details__content[b-dlihccw5sb] {
    display: grid;
    align-content: start;
    gap: 1.4rem;
}

.product-details__heading[b-dlihccw5sb] {
    display: grid;
    gap: 0.5rem;
}

.product-details__status[b-dlihccw5sb] {
    margin: 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.product-details__category[b-dlihccw5sb] {
    margin: 0;
    color: #3483fa;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-details h2[b-dlihccw5sb] {
    margin: 0;
    color: #1f2937;
    font-size: clamp(1.65rem, 2.6vw, 2.2rem);
    line-height: 1.16;
}

.product-details__rating-line[b-dlihccw5sb] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: #6b7280;
}

.product-details__rating-number[b-dlihccw5sb],
.product-details__stars[b-dlihccw5sb] {
    color: #3483fa;
}

.product-details__stars[b-dlihccw5sb] {
    letter-spacing: 0.04em;
}

.product-details__price[b-dlihccw5sb] {
    display: block;
    color: #111827;
    font-size: clamp(2.05rem, 4vw, 2.7rem);
    font-weight: 500;
}

.product-details__installments[b-dlihccw5sb] {
    margin: 0;
    color: #00a650;
    font-weight: 700;
}

.product-details__payment-link[b-dlihccw5sb],
.product-details__shipping a[b-dlihccw5sb],
.product-details__seller a[b-dlihccw5sb] {
    color: #3483fa;
    font-weight: 700;
    text-decoration: none;
}

.product-details__section[b-dlihccw5sb],
.product-details__features[b-dlihccw5sb],
.product-details__description-block[b-dlihccw5sb],
.product-details__payment-methods[b-dlihccw5sb],
.product-details__reviews[b-dlihccw5sb],
.product-details__purchase[b-dlihccw5sb] {
    display: grid;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.product-details__section h3[b-dlihccw5sb],
.product-details__features h3[b-dlihccw5sb],
.product-details__description-block h3[b-dlihccw5sb],
.product-details__payment-methods h3[b-dlihccw5sb],
.product-details__reviews h3[b-dlihccw5sb],
.product-details__purchase h3[b-dlihccw5sb] {
    margin: 0;
    color: #1f2937;
    font-size: 1.15rem;
}

.product-details__section--options[b-dlihccw5sb] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.product-details__options[b-dlihccw5sb],
.product-details__colors[b-dlihccw5sb],
.product-details__selection[b-dlihccw5sb],
.product-details__aromas[b-dlihccw5sb] {
    display: grid;
    gap: 0.75rem;
}

.product-details__options > strong[b-dlihccw5sb],
.product-details__colors > strong[b-dlihccw5sb],
.product-details__selection > strong[b-dlihccw5sb],
.product-details__aromas > strong[b-dlihccw5sb] {
    color: #1f2937;
    font-size: 1rem;
}

.product-details__options div[b-dlihccw5sb],
.product-details__colors div[b-dlihccw5sb],
.product-details__selection div[b-dlihccw5sb],
.product-details__aromas div[b-dlihccw5sb] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.55rem;
}

.product-details__size[b-dlihccw5sb] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 4.8rem;
    min-height: 3.05rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 800;
}

.product-details__size small[b-dlihccw5sb] {
    color: #6b7280;
    font-size: 0.68rem;
}

.product-details__size--active[b-dlihccw5sb],
.product-details__size--focused[b-dlihccw5sb] {
    border: 2px solid #3483fa;
    color: #3483fa;
}

.product-details__color-chip[b-dlihccw5sb],
.product-details__aroma-chip[b-dlihccw5sb],
.product-details__muted-pill[b-dlihccw5sb] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 800;
}

.product-details__color-chip i[b-dlihccw5sb] {
    width: 2rem;
    height: 2rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: var(--swatch);
    box-shadow: 0 0 0 1px #d1d5db;
}

.product-details__color-chip--active[b-dlihccw5sb],
.product-details__aroma-chip--active[b-dlihccw5sb] {
    border: 2px solid #3483fa;
    color: #3483fa;
}

.product-details__selection[b-dlihccw5sb] {
    grid-column: 1 / -1;
}

.product-details__selection-chip[b-dlihccw5sb] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #f9fafb;
}

.product-details__selection-focus[b-dlihccw5sb],
.product-details__selection-remove[b-dlihccw5sb] {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.product-details__selection-focus[b-dlihccw5sb] {
    padding: 0.55rem 0.7rem;
}

.product-details__selection-remove[b-dlihccw5sb] {
    width: 2rem;
    color: #3483fa;
    font-size: 1.1rem;
}

.product-details__meta[b-dlihccw5sb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.product-details__meta div[b-dlihccw5sb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.product-details__meta div[b-dlihccw5sb]::before {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
    background: #f0f0f0;
}

.product-details__meta dt[b-dlihccw5sb] {
    color: #6b7280;
    font-weight: 700;
}

.product-details__meta dd[b-dlihccw5sb] {
    margin: 0.12rem 0 0;
    color: #1f2937;
    font-weight: 900;
}

.product-details__description-block ul[b-dlihccw5sb] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding-left: 1.1rem;
    color: #1f2937;
    line-height: 1.55;
}

.product-details__payment-banner[b-dlihccw5sb] {
    padding: 1rem;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--page-pink), color-mix(in srgb, var(--page-pink) 72%, var(--page-accent)));
    color: #ffffff;
    font-weight: 900;
}

.product-details__payment-methods p[b-dlihccw5sb] {
    margin: 0;
    color: #1f2937;
}

.product-details__payment-logos[b-dlihccw5sb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.product-details__payment-logo[b-dlihccw5sb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.35rem;
    padding: 0.38rem 0.65rem;
    border-radius: 4px;
    background: #f3f4f6;
    color: #1f2937;
    font-weight: 900;
}

.product-details__payment-logo i[b-dlihccw5sb] {
    display: inline-grid;
    place-items: center;
    min-width: 2.15rem;
    height: 1.35rem;
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 0.58rem;
    font-style: normal;
    font-weight: 950;
    letter-spacing: 0.02em;
    line-height: 1;
}

.product-details__payment-logo--visa i[b-dlihccw5sb] {
    background: #1a1f71;
    color: #f7b600;
    font-size: 0.64rem;
}

.product-details__payment-logo--mastercard i[b-dlihccw5sb] {
    position: relative;
    min-width: 2rem;
    background: transparent;
}

.product-details__payment-logo--mastercard i[b-dlihccw5sb]::before,
.product-details__payment-logo--mastercard i[b-dlihccw5sb]::after {
    content: "";
    position: absolute;
    top: 0.12rem;
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 999px;
}

.product-details__payment-logo--mastercard i[b-dlihccw5sb]::before {
    left: 0.18rem;
    background: #eb001b;
}

.product-details__payment-logo--mastercard i[b-dlihccw5sb]::after {
    right: 0.18rem;
    background: rgba(247, 158, 27, 0.9);
}

.product-details__payment-logo--mercado i[b-dlihccw5sb] {
    border-radius: 999px;
    background: #00a9e0;
}

.product-details__payment-logo--rapipago i[b-dlihccw5sb] {
    background: #f5c400;
    color: #24304a;
}

.product-details__reviews-heading p[b-dlihccw5sb] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.35rem 0 0;
}

.product-details__review-list[b-dlihccw5sb] {
    display: grid;
    gap: 1rem;
}

.product-details__review[b-dlihccw5sb] {
    display: grid;
    gap: 0.45rem;
}

.product-details__review header[b-dlihccw5sb] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.product-details__review p[b-dlihccw5sb] {
    margin: 0;
    color: #1f2937;
    line-height: 1.5;
}

.product-details__review time[b-dlihccw5sb],
.product-details__reviews-heading small[b-dlihccw5sb],
.product-details__review-message[b-dlihccw5sb] {
    color: #6b7280;
}

.product-details__review-form[b-dlihccw5sb] {
    display: grid;
    gap: 0.7rem;
}

.product-details__review-form label[b-dlihccw5sb] {
    display: grid;
    gap: 0.4rem;
}

.product-details__review-form textarea[b-dlihccw5sb],
.product-details__signin input[b-dlihccw5sb] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font: inherit;
}

.product-details__review-form textarea[b-dlihccw5sb] {
    min-height: 6rem;
    padding: 0.75rem;
}

.product-details__signin[b-dlihccw5sb] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
}

.product-details__signin input[b-dlihccw5sb] {
    min-height: 2.65rem;
    padding: 0 0.75rem;
}

.product-details__signin button[b-dlihccw5sb],
.product-details__review-submit[b-dlihccw5sb] {
    min-height: 2.65rem;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(180deg, var(--page-pink), color-mix(in srgb, var(--page-pink) 78%, var(--page-accent)));
    color: #ffffff;
    font-weight: 900;
}

.product-details__rating-picker[b-dlihccw5sb] {
    display: inline-flex;
    gap: 0.25rem;
}

.product-details__rating-star[b-dlihccw5sb] {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #d1d5db;
}

.product-details__rating-star--active[b-dlihccw5sb],
.product-details__rating-star:hover[b-dlihccw5sb] {
    color: #3483fa;
}

.product-details__purchase[b-dlihccw5sb] {
    position: sticky;
    top: 1rem;
    align-self: start;
    align-content: start;
    gap: 1.25rem;
    padding: 0.15rem 0 0.15rem 1.35rem;
    border: 0;
    border-left: 1px solid #e5e7eb;
    border-radius: 0;
    background: transparent;
}

.product-details__shipping[b-dlihccw5sb],
.product-details__stock[b-dlihccw5sb],
.product-details__seller[b-dlihccw5sb] {
    display: grid;
    gap: 0.72rem;
}

.product-details__shipping p[b-dlihccw5sb],
.product-details__stock p[b-dlihccw5sb],
.product-details__seller p[b-dlihccw5sb],
.product-details__seller span[b-dlihccw5sb] {
    margin: 0;
    color: #4b5563;
    line-height: 1.45;
}

.product-details__shipping-line[b-dlihccw5sb],
.product-details__stock--available[b-dlihccw5sb] {
    position: relative;
    padding-left: 2.15rem;
}

.product-details__shipping-line[b-dlihccw5sb]::before,
.product-details__stock--available[b-dlihccw5sb]::before,
.product-details__protected[b-dlihccw5sb]::before {
    position: absolute;
    left: 0;
    top: 0.05rem;
    display: inline-grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border: 1.5px solid #13a8a8;
    border-radius: 0.28rem;
    color: #13a8a8;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.product-details__shipping-line--truck[b-dlihccw5sb]::before {
    content: "↪";
}

.product-details__shipping-line--pin[b-dlihccw5sb]::before {
    content: "⌖";
    border-radius: 999px;
}

.product-details__stock--available[b-dlihccw5sb]::before {
    content: "□";
    border-color: #f0697f;
    color: #f0697f;
}

.product-details__shipping strong[b-dlihccw5sb] {
    color: #00a650;
}

.product-details__shipping a[b-dlihccw5sb] {
    margin-left: 2.15rem;
}

.product-details__stock[b-dlihccw5sb] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.product-details__stock strong[b-dlihccw5sb] {
    color: #1f2937;
}

.product-details__buy-now[b-dlihccw5sb],
.product-details__primary[b-dlihccw5sb],
.product-details__cart-tools button[b-dlihccw5sb] {
    width: 100%;
    min-height: 3.3rem;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 900;
}

.product-details__buy-now[b-dlihccw5sb] {
    background: linear-gradient(180deg, #f16b83 0%, #e85c76 100%);
    color: #ffffff;
}

.product-details__primary[b-dlihccw5sb] {
    border: 1px solid #f06b82;
    background: #ffffff;
    color: #e85c76;
}

.product-details__buy-now:disabled[b-dlihccw5sb],
.product-details__primary:disabled[b-dlihccw5sb] {
    cursor: not-allowed;
    opacity: 0.6;
}

.product-details__cart-tools[b-dlihccw5sb] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    gap: 0.55rem;
    align-items: center;
}

.product-details__cart-tools span[b-dlihccw5sb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 6px;
    background: #f3f4f6;
    font-weight: 900;
}

.product-details__cart-tools .product-details__go-cart[b-dlihccw5sb],
.product-details__cart-tools .product-details__continue[b-dlihccw5sb],
.product-details__cart-tools .product-details__remove[b-dlihccw5sb] {
    grid-column: 1 / -1;
}

.product-details__cart-tools .product-details__go-cart[b-dlihccw5sb] {
    background: #3483fa;
    color: #ffffff;
}

.product-details__cart-tools .product-details__continue[b-dlihccw5sb],
.product-details__cart-tools .product-details__remove[b-dlihccw5sb] {
    background: transparent;
    color: #3483fa;
}

.product-details__seller strong[b-dlihccw5sb] {
    color: #13a8a8;
}

.product-details__seller[b-dlihccw5sb] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.product-details__protected[b-dlihccw5sb] {
    position: relative;
    display: grid;
    gap: 0.35rem;
    min-height: 4.4rem;
    padding: 0.85rem 0.85rem 0.85rem 3rem;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(19, 168, 168, 0.12), rgba(19, 168, 168, 0.04));
}

.product-details__protected[b-dlihccw5sb]::before {
    content: "✓";
    left: 0.9rem;
    top: 0.95rem;
    border-radius: 0.42rem;
}

.product-image-viewer[b-dlihccw5sb] {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(5, 14, 25, 0.9);
}

.product-image-viewer__stage[b-dlihccw5sb] {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    width: min(100%, 72rem);
    height: min(100%, 44rem);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    touch-action: none;
}

.product-image-viewer__image[b-dlihccw5sb] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.product-image-viewer__close[b-dlihccw5sb],
.product-image-viewer__nav[b-dlihccw5sb],
.product-image-viewer__tools button[b-dlihccw5sb] {
    border: 0;
    color: #ffffff;
    font-weight: 900;
}

.product-image-viewer__close[b-dlihccw5sb] {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.product-image-viewer__nav[b-dlihccw5sb] {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 2rem;
    transform: translateY(-50%);
}

.product-image-viewer__nav--prev[b-dlihccw5sb] {
    left: 0.85rem;
}

.product-image-viewer__nav--next[b-dlihccw5sb] {
    right: 0.85rem;
}

.product-image-viewer__tools[b-dlihccw5sb] {
    position: absolute;
    left: 50%;
    bottom: 0.85rem;
    display: inline-grid;
    grid-template-columns: 2.4rem auto 2.4rem;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(5, 14, 25, 0.64);
    color: #ffffff;
    transform: translateX(-50%);
}

.product-image-viewer__tools button[b-dlihccw5sb] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.product-image-viewer__counter[b-dlihccw5sb] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    background: rgba(5, 14, 25, 0.64);
    color: #ffffff;
}

@media (max-width: 1100px) {
    .product-details__dialog[b-dlihccw5sb] {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
    }

    .product-details__visual[b-dlihccw5sb],
    .product-details__content[b-dlihccw5sb] {
        grid-column: 1;
    }

    .product-details__purchase[b-dlihccw5sb] {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 780px) {
    .product-details[b-dlihccw5sb] {
        align-items: end;
        padding: 0.5rem;
    }

    .product-details__dialog[b-dlihccw5sb] {
        grid-template-columns: 1fr;
        max-height: calc(100dvh - 1rem);
        padding: 1rem;
    }

    .product-details__close[b-dlihccw5sb],
    .product-details__visual[b-dlihccw5sb],
    .product-details__content[b-dlihccw5sb],
    .product-details__purchase[b-dlihccw5sb] {
        grid-column: 1;
        grid-row: auto;
        position: static;
    }

    .product-details__visual[b-dlihccw5sb] {
        grid-template-columns: 1fr;
    }

    .product-details__gallery[b-dlihccw5sb] {
        display: flex;
        order: 2;
        overflow-x: auto;
    }

    .product-details__main-image[b-dlihccw5sb] {
        min-height: 18rem;
        position: relative;
    }

    .product-details__section--options[b-dlihccw5sb],
    .product-details__meta[b-dlihccw5sb] {
        grid-template-columns: 1fr;
    }

    .product-details__signin[b-dlihccw5sb] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Store/StoreFooter.razor.rz.scp.css */
.store-footer[b-qtjzdbgdsq] {
    width: 100%;
    margin-top: 0;
    padding: clamp(2rem, 4vw, 3.8rem) clamp(1rem, 2.6vw, 2.8rem) 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.78), transparent 38%),
        linear-gradient(180deg, #fffdf9 0%, #fff9f2 100%);
    border-top: 1px solid rgba(232, 204, 188, 0.62);
    color: #4d5963;
}

.store-footer__shell[b-qtjzdbgdsq] {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.92fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.2rem, 2.5vw, 3.6rem);
}

.store-footer__brand[b-qtjzdbgdsq],
.store-footer__location[b-qtjzdbgdsq],
.store-footer__contacts[b-qtjzdbgdsq] {
    min-width: 0;
}

.store-footer__brand[b-qtjzdbgdsq] {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: clamp(0.75rem, 1.4vw, 1.05rem);
    padding-right: clamp(0rem, 1.2vw, 1.8rem);
}

.store-footer__brand[b-qtjzdbgdsq]  .brand-mark__leaf {
    width: clamp(3.1rem, 4.2vw, 5.2rem);
    stroke: #758a70;
    stroke-width: 2.4;
}

.store-footer__brand[b-qtjzdbgdsq]  .brand-mark__name {
    font-size: clamp(1.8rem, 3vw, 3.55rem);
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.store-footer__brand[b-qtjzdbgdsq]  .brand-mark__tagline {
    font-size: clamp(0.5rem, 0.82vw, 0.9rem);
    letter-spacing: 0.34em;
    white-space: nowrap;
}

.store-footer__copy[b-qtjzdbgdsq] {
    max-width: 22rem;
    margin: 0;
    color: #505d68;
    font-size: clamp(0.92rem, 1.35vw, 1.28rem);
    line-height: 1.68;
}

.store-footer__sprig[b-qtjzdbgdsq] {
    display: grid;
    grid-template-columns: 2rem 0.34rem 2.5rem 0.34rem 2rem;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
    color: #758a70;
}

.store-footer__sprig span[b-qtjzdbgdsq] {
    height: 1px;
    background: #d8b9a6;
}

.store-footer__sprig i[b-qtjzdbgdsq] {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: #f25d88;
}

.store-footer__sprig svg[b-qtjzdbgdsq],
.store-footer__divider svg[b-qtjzdbgdsq] {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-footer__sprig svg[b-qtjzdbgdsq] {
    width: 2.5rem;
    stroke-width: 2.6;
}

.store-footer__quick-links[b-qtjzdbgdsq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 1rem;
    margin-top: -0.1rem;
}

.store-footer__quick-links a[b-qtjzdbgdsq] {
    color: #73866c;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
}

.store-footer__quick-links a:hover[b-qtjzdbgdsq] {
    color: #f25d88;
}

.store-footer__location[b-qtjzdbgdsq] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.85rem, 1.6vw, 1.4rem);
    padding-inline: clamp(1rem, 2.2vw, 3.4rem);
    border-inline: 1px solid rgba(222, 186, 169, 0.86);
}

.store-footer__badge[b-qtjzdbgdsq] {
    display: inline-grid;
    place-items: center;
    width: clamp(3rem, 4.2vw, 3.75rem);
    aspect-ratio: 1;
    border-radius: 999px;
}

.store-footer__badge svg[b-qtjzdbgdsq],
.store-footer__contact-icon svg[b-qtjzdbgdsq],
.store-footer__location-link svg[b-qtjzdbgdsq] {
    width: clamp(1.25rem, 1.8vw, 1.55rem);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-footer__badge--sage[b-qtjzdbgdsq] {
    background: rgba(119, 134, 107, 0.12);
    color: #6f846c;
}

.store-footer__badge--rose[b-qtjzdbgdsq] {
    background: rgba(242, 93, 136, 0.13);
    color: #f25d88;
}

.store-footer__section-copy[b-qtjzdbgdsq] {
    display: grid;
    gap: clamp(0.9rem, 1.8vw, 1.45rem);
    padding-top: 0.65rem;
}

.store-footer h2[b-qtjzdbgdsq] {
    margin: 0;
    color: #73866c;
    font-size: clamp(0.72rem, 1vw, 1rem);
    font-weight: 900;
    letter-spacing: 0.24em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-footer__section-copy p[b-qtjzdbgdsq] {
    margin: 0;
    color: #4f5962;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.08rem, 1.55vw, 1.55rem);
    line-height: 1.3;
}

.store-footer__location-link[b-qtjzdbgdsq] {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: min(100%, 13.5rem);
    min-height: 3.15rem;
    padding: 0.5rem 0.85rem;
    border: 1.5px solid #758a70;
    border-radius: 0.45rem;
    color: #758a70;
    background: rgba(255, 255, 255, 0.36);
    font-size: clamp(0.92rem, 1.25vw, 1.08rem);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.store-footer__location-link:hover[b-qtjzdbgdsq] {
    background: rgba(119, 134, 107, 0.09);
    color: #61755e;
}

.store-footer__contacts[b-qtjzdbgdsq] {
    display: grid;
    gap: clamp(1.1rem, 2.4vw, 1.9rem);
}

.store-footer__contact-heading[b-qtjzdbgdsq] {
    display: flex;
    align-items: center;
    gap: clamp(0.95rem, 1.8vw, 1.45rem);
}

.store-footer__contact-list[b-qtjzdbgdsq] {
    display: grid;
    gap: clamp(0.85rem, 1.65vw, 1.2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-footer__contact-list li[b-qtjzdbgdsq] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.8rem, 1.5vw, 1.2rem);
}

.store-footer__contact-icon[b-qtjzdbgdsq] {
    display: inline-grid;
    place-items: center;
    width: clamp(2.55rem, 3.5vw, 3rem);
    aspect-ratio: 1;
    border: 1px solid rgba(242, 93, 136, 0.34);
    border-radius: 999px;
    color: #f25d88;
    background: rgba(255, 255, 255, 0.44);
}

.store-footer__contact-icon svg[b-qtjzdbgdsq] {
    width: clamp(1.12rem, 1.55vw, 1.35rem);
}

.store-footer__contact-list a[b-qtjzdbgdsq] {
    min-width: 0;
    color: #59646d;
    font-size: clamp(0.92rem, 1.25vw, 1.22rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.store-footer__contact-list a:hover[b-qtjzdbgdsq] {
    color: #f25d88;
}

.store-footer__divider[b-qtjzdbgdsq] {
    max-width: 1220px;
    margin: clamp(1.7rem, 3.4vw, 4.4rem) auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.45rem);
    color: #758a70;
}

.store-footer__divider span[b-qtjzdbgdsq] {
    height: 1px;
    background: #e2c3b0;
}

.store-footer__divider svg[b-qtjzdbgdsq] {
    width: clamp(4rem, 5vw, 5.2rem);
    stroke-width: 2.1;
}

.store-footer__divider-heart[b-qtjzdbgdsq] {
    fill: transparent;
    stroke: #f25d88;
}

.store-footer__bottom[b-qtjzdbgdsq] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.75rem 1rem;
    color: #5d6871;
    font-size: clamp(0.9rem, 1.35vw, 1.05rem);
    text-align: center;
}

@media (max-width: 820px) {
    .store-footer__shell[b-qtjzdbgdsq] {
        grid-template-columns: 1fr;
        max-width: 680px;
        gap: 2.2rem;
    }

    .store-footer__brand[b-qtjzdbgdsq] {
        padding-right: 0;
    }

    .store-footer__location[b-qtjzdbgdsq] {
        border-block: 1px solid rgba(222, 186, 169, 0.86);
        border-inline: 0;
        padding: 2rem 0;
    }
}

@media (max-width: 560px) {
    .store-footer[b-qtjzdbgdsq] {
        padding-inline: 1rem;
    }

    .store-footer__brand[b-qtjzdbgdsq]  .brand-mark__name {
        font-size: 1.88rem;
        letter-spacing: 0.16em;
    }

    .store-footer__brand[b-qtjzdbgdsq]  .brand-mark__tagline {
        letter-spacing: 0.28em;
    }

    .store-footer__location[b-qtjzdbgdsq],
    .store-footer__contact-heading[b-qtjzdbgdsq],
    .store-footer__contact-list li[b-qtjzdbgdsq] {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .store-footer__contact-heading[b-qtjzdbgdsq] {
        display: grid;
    }

    .store-footer__section-copy[b-qtjzdbgdsq] {
        justify-items: center;
    }

    .store-footer__location-link[b-qtjzdbgdsq] {
        width: 100%;
    }

    .store-footer__divider[b-qtjzdbgdsq] {
        gap: 0.8rem;
    }
}
/* /Components/Store/Storefront.razor.rz.scp.css */
.store-theme[b-knl9rwyytl] {
    display: contents;
}

.storefront[b-knl9rwyytl] {
    position: relative;
    display: grid;
    gap: 0;
    padding: 10.9rem 0 3.5rem;
    overflow-x: hidden;
    overflow-y: visible;
    min-height: 100vh;
    background: #f7f8fa;
}

.storefront__hero[b-knl9rwyytl],
.storefront__perks[b-knl9rwyytl],
.storefront__layout[b-knl9rwyytl] {
    width: min(100%, 1490px);
    margin: 0 auto;
}

.storefront__perks[b-knl9rwyytl],
.storefront__layout[b-knl9rwyytl] {
    width: min(100% - 6.5rem, 1490px);
}

.storefront__layout[b-knl9rwyytl] {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: clamp(-5.8rem, -7vw, -3.4rem);
}

.storefront__content[b-knl9rwyytl] {
    display: grid;
    gap: 1.6rem;
    width: min(100% - 6.5rem, 1490px);
    margin: 0 auto;
}

.storefront__catalog[b-knl9rwyytl] {
    display: grid;
    min-width: 0;
}

.storefront__perks[b-knl9rwyytl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1rem 1.25rem;
    border-radius: 0.85rem;
    background: rgba(221, 251, 251, 0.9);
    border: 1px solid var(--page-stroke);
}

.storefront__perks div[b-knl9rwyytl] {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0.15rem 0.85rem;
    min-height: 3.4rem;
}

.storefront__perks div + div[b-knl9rwyytl] {
    border-left: 1px solid var(--page-stroke);
}

.storefront__perk-icon[b-knl9rwyytl] {
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    color: var(--page-accent);
    border: 1px solid var(--page-accent);
    border-radius: 0.7rem;
    font-size: 1.2rem;
}

.storefront__perks strong[b-knl9rwyytl] {
    color: #082342;
    font-size: 0.98rem;
}

.storefront__perks small[b-knl9rwyytl] {
    color: #436078;
}

.cart-modal[b-knl9rwyytl] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2rem);
    background: rgba(8, 35, 66, 0.42);
    backdrop-filter: blur(8px);
}

.cart-modal__dialog[b-knl9rwyytl] {
    width: min(100%, 34rem);
    max-height: min(44rem, calc(100vh - 2rem));
}

@media (min-width: 1400px) {
    .storefront[b-knl9rwyytl] {
        padding-inline: 0;
    }

    .storefront__layout[b-knl9rwyytl] {
        display: block;
    }
}

@media (max-width: 1180px) {
    .storefront[b-knl9rwyytl] {
        padding-top: 9rem;
    }
}

@media (max-width: 1024px) {
    .storefront__perks[b-knl9rwyytl] {
        grid-template-columns: 1fr;
    }

    .storefront__perks div + div[b-knl9rwyytl] {
        border-left: 0;
        border-top: 1px solid rgba(95, 91, 82, 0.22);
        padding-top: 0.8rem;
    }
}

@media (max-width: 640px) {
    .storefront[b-knl9rwyytl] {
        gap: 0.95rem;
        padding: 7.55rem 0.65rem 5.8rem;
    }

    .storefront__layout[b-knl9rwyytl],
    .storefront__hero[b-knl9rwyytl],
    .storefront__perks[b-knl9rwyytl] {
        width: 100%;
    }

    .storefront__layout[b-knl9rwyytl] {
        margin-top: -2.6rem;
    }

    .storefront__content[b-knl9rwyytl] {
        gap: 1rem;
        width: 100%;
    }

    .storefront__perks[b-knl9rwyytl] {
        padding: 0.7rem;
        border-radius: 0.75rem;
    }

    .storefront__perks div[b-knl9rwyytl] {
        justify-content: start;
        min-height: 3rem;
    }

    .storefront__perk-icon[b-knl9rwyytl] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .cart-modal[b-knl9rwyytl] {
        align-items: end;
        padding: 0.55rem;
    }

    .cart-modal__dialog[b-knl9rwyytl] {
        max-height: calc(100dvh - 1.1rem);
    }
}
/* /Components/Store/StoreHeader.razor.rz.scp.css */
.store-header[b-cvxf6f9cjx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    width: 100%;
    background:
        linear-gradient(
            180deg,
            #f66fa5 0%,
            #f2659d 100%
        );
    border-bottom: 1px solid rgba(242, 101, 157, 0.54);
    box-shadow: 0 12px 28px rgba(242, 101, 157, 0.18);
    backdrop-filter: none;
    transition: box-shadow 180ms ease, background-color 180ms ease;
}

.store-header__topline[b-cvxf6f9cjx] {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0.14rem 1rem;
    background: color-mix(in srgb, var(--page-accent) 22%, #ffffff);
    color: #082342;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.store-header__topline strong[b-cvxf6f9cjx] {
    color: inherit;
    font: inherit;
    text-align: center;
}

.store-header__shell[b-cvxf6f9cjx] {
    max-width: 1490px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(10rem, 12rem) minmax(11rem, 16rem) minmax(0, 1fr);
    grid-template-areas:
        "brand delivery tools"
        "quick quick quick";
    align-items: center;
    gap: 0.92rem 1.45rem;
    width: 100%;
    min-height: 7.9rem;
    padding: 0.42rem 1.55rem 0;
    transition: padding 180ms ease, min-height 180ms ease;
}

.store-header__brand[b-cvxf6f9cjx] {
    grid-area: brand;
    display: inline-flex;
    align-items: center;
    justify-self: stretch;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    line-height: 0;
    transform-origin: left center;
    transition: transform 180ms ease;
}

.store-header__brand .brand-mark[b-cvxf6f9cjx] {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    gap: 0.45rem;
    max-width: 100%;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    gap: 0.45rem;
    max-width: 100%;
}

.store-header__brand .brand-mark:has(.brand-mark__logo)[b-cvxf6f9cjx] {
    display: block;
    width: 100%;
    height: 4.85rem;
    overflow: hidden;
    border-radius: 0.58rem;
    background: #ffffff;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark:has(.brand-mark__logo) {
    display: block;
    width: 100%;
    height: 4.85rem;
    overflow: hidden;
    border-radius: 0.58rem;
    background: #ffffff;
}

.store-header__brand .brand-mark:has(.brand-mark__logo) .brand-mark__copy[b-cvxf6f9cjx] {
    display: none;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark:has(.brand-mark__logo) .brand-mark__copy {
    display: none;
}

.store-header__brand .brand-mark__logo[b-cvxf6f9cjx] {
    width: 100%;
    height: 4.85rem;
    display: block;
    object-fit: contain;
    object-position: center center;
    transform: none;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark__logo {
    width: 100%;
    height: 4.85rem;
    display: block;
    object-fit: contain;
    object-position: center center;
    transform: none;
}

.store-header__brand .brand-mark__name[b-cvxf6f9cjx] {
    font-size: 1.28rem;
    letter-spacing: 0.1em;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark__name {
    font-size: 1.28rem;
    letter-spacing: 0.1em;
}

.store-header__brand .brand-mark__tagline[b-cvxf6f9cjx] {
    max-width: 9rem;
    font-size: 0.38rem;
    letter-spacing: 0.18em;
}

.store-header__brand[b-cvxf6f9cjx]  .brand-mark__tagline {
    max-width: 9rem;
    font-size: 0.38rem;
    letter-spacing: 0.18em;
}

.store-header__delivery[b-cvxf6f9cjx] {
    grid-area: delivery;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.48rem;
    min-width: 0;
    color: #082342;
}

.store-header__delivery span[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #111827;
    line-height: 1;
}

.store-header__delivery svg[b-cvxf6f9cjx] {
    width: 2.25rem;
    height: 2.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-header__delivery p[b-cvxf6f9cjx] {
    display: grid;
    gap: 0.04rem;
    min-width: 0;
    margin: 0;
    line-height: 1.12;
}

.store-header__delivery small[b-cvxf6f9cjx] {
    color: rgba(8, 35, 66, 0.78);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-header__delivery strong[b-cvxf6f9cjx] {
    overflow: hidden;
    color: #082342;
    font-size: 0.92rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-header__nav-shell[b-cvxf6f9cjx] {
    grid-area: nav;
    display: none;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: center;
    padding-top: 0.12rem;
    border-top: 0;
    transition: max-height 220ms ease, opacity 180ms ease, transform 220ms ease;
}

.store-header__quick-links[b-cvxf6f9cjx] {
    grid-area: quick;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    min-width: 0;
    overflow: visible;
    min-height: 3.85rem;
    margin-top: 0.2rem;
    padding: 0 2rem;
    border-radius: 0.88rem;
    background: #ffffff;
    box-shadow: 0 12px 22px rgba(8, 35, 66, 0.16);
    color: #0f1b2d;
}

.store-header__quick-link[b-cvxf6f9cjx] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.25rem;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    min-height: 3.85rem;
    padding-inline: 0.6rem;
    font-size: 0.95rem;
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.store-header__quick-link:hover[b-cvxf6f9cjx] {
    color: #c64f72;
}

.store-header__quick-link--active[b-cvxf6f9cjx] {
    color: #c64f72;
    box-shadow: inset 0 -3px 0 #ff4f88;
    font-weight: 800;
}

.store-header__quick-link--featured[b-cvxf6f9cjx] {
    position: relative;
    padding-top: 0.34rem;
}

.store-header__quick-link--featured small[b-cvxf6f9cjx] {
    position: absolute;
    top: -0.48rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.08rem 0.26rem;
    border-radius: 999px;
    background: #00a650;
    color: #ffffff;
    font-size: 0.48rem;
    font-weight: 900;
    line-height: 1;
}

.store-header__quick-link--business[b-cvxf6f9cjx] {
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #263247;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.store-header__quick-link--business:hover[b-cvxf6f9cjx] {
    color: #ffffff;
    background: #c64f72;
}

.store-header__nav[b-cvxf6f9cjx] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(1rem, 2.1vw, 2.15rem);
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    scrollbar-width: none;
    scroll-padding-inline: 0.5rem;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-x pan-y;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    transition: max-height 220ms ease, opacity 180ms ease, transform 220ms ease;
}

.store-header__nav.is-dragging[b-cvxf6f9cjx] {
    cursor: grabbing;
    scroll-snap-type: none;
}

.store-header__nav[b-cvxf6f9cjx]::-webkit-scrollbar {
    display: none;
    height: 0;
}

.store-header__nav[b-cvxf6f9cjx]::-webkit-scrollbar-track {
    background: transparent;
}

.store-header__nav[b-cvxf6f9cjx]::-webkit-scrollbar-thumb {
    background: var(--page-accent);
    border-radius: 999px;
}

@supports (justify-content: safe center) {
    .store-header__nav[b-cvxf6f9cjx] {
        justify-content: safe center;
    }
}

.store-header__nav-scroll[b-cvxf6f9cjx] {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    border: 1px solid rgba(0, 185, 190, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #082342;
    cursor: pointer;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(8, 35, 66, 0.08);
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.store-header__nav-scroll:hover[b-cvxf6f9cjx],
.store-header__nav-scroll:focus-visible[b-cvxf6f9cjx] {
    background: var(--page-accent);
    border-color: var(--page-accent);
    color: #ffffff;
    transform: translateY(-1px);
}

.store-header__nav-scroll:focus-visible[b-cvxf6f9cjx] {
    outline: 3px solid var(--page-pink);
    outline-offset: 3px;
}

.store-header__nav-shell:not(.has-overflow) .store-header__nav-scroll[b-cvxf6f9cjx] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.store-header__nav-scroll:disabled[b-cvxf6f9cjx] {
    opacity: 0.38;
    cursor: default;
    transform: none;
}

.store-header__nav-scroll:disabled:hover[b-cvxf6f9cjx] {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(0, 185, 190, 0.22);
    color: #082342;
}

.store-header__link[b-cvxf6f9cjx] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 0.15rem;
    border: 1px solid transparent;
    border-radius: 0;
    color: #0f1b2d;
    background: transparent;
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    scroll-snap-align: start;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, padding 180ms ease, transform 180ms ease;
}

.store-header__link:hover[b-cvxf6f9cjx],
.store-header__link--active[b-cvxf6f9cjx] {
    color: #c64f72;
    background: transparent;
    border-color: transparent;
}

.store-header__link:hover[b-cvxf6f9cjx] {
    transform: translateY(-1px);
}

.store-header__link--active[b-cvxf6f9cjx] {
    box-shadow: inset 0 -2px 0 #c64f72;
    font-weight: 800;
}

.store-header__tools[b-cvxf6f9cjx] {
    grid-area: tools;
    display: grid;
    grid-template-columns: minmax(18rem, 1fr) auto auto auto auto auto 3rem;
    align-items: center;
    justify-content: stretch;
    gap: 0.72rem;
    color: #0f1b2d;
    min-width: 0;
}

.store-header__tools--with-return[b-cvxf6f9cjx] {
    grid-template-columns: auto minmax(18rem, 1fr) auto auto auto auto auto 3rem;
}

.store-header__return-link[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.35rem 0.85rem;
    border: 1px solid var(--page-stroke);
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: #082342;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.store-header__return-link:hover[b-cvxf6f9cjx] {
    transform: translateY(-1px);
    background: var(--page-pink);
    color: #fffdf8;
}

.store-header__search[b-cvxf6f9cjx],
.store-header__cart-link[b-cvxf6f9cjx] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 2.85rem;
    min-height: 2.85rem;
    padding: 0;
    color: currentColor;
    border: 1px solid rgba(8, 35, 66, 0.12);
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.store-header__search:hover[b-cvxf6f9cjx],
.store-header__search:focus-within[b-cvxf6f9cjx],
.store-header__cart-link:hover[b-cvxf6f9cjx] {
    color: #c64f72;
    background: #ffffff;
    border-color: rgba(198, 79, 114, 0.24);
}

.store-header__cart-link[b-cvxf6f9cjx] {
    border-radius: 999px;
    background: transparent;
    border-color: transparent;
}

.store-header__cart-link:hover[b-cvxf6f9cjx] {
    background: rgba(255, 255, 255, 0.5);
}

.store-header__cart-link em[b-cvxf6f9cjx] {
    position: absolute;
    top: -0.45rem;
    right: -0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding-inline: 0.35rem;
    border-radius: 999px;
    background: var(--page-pink);
    color: #fffdf8;
    border: 2px solid #fffdf8;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}


.store-header__cart-link svg[b-cvxf6f9cjx] {
    width: 1.42rem;
    height: 1.42rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cart-icon__stripe[b-cvxf6f9cjx],
.cart-icon__rib[b-cvxf6f9cjx] {
    stroke-width: 1.8;
}

.cart-icon__wheel[b-cvxf6f9cjx] {
    fill: #ffffff;
}

.store-header__search[b-cvxf6f9cjx] {
    display: grid;
    grid-template-columns: 1.45rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    justify-self: end;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 1.15rem;
    box-shadow: 0 2px 8px rgba(8, 35, 66, 0.1);
    transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.store-header__search:focus-within[b-cvxf6f9cjx],
.store-header__search:hover[b-cvxf6f9cjx],
.store-header__search--expanded[b-cvxf6f9cjx] {
    width: 100%;
    grid-template-columns: 1.45rem minmax(0, 1fr) auto;
    background: #ffffff;
    border-color: rgba(8, 35, 66, 0.12);
    box-shadow: 0 3px 10px rgba(8, 35, 66, 0.12);
}

.store-header--search-active .store-header__shell[b-cvxf6f9cjx] {
    grid-template-columns: minmax(132px, 208px) minmax(0, 1fr) minmax(18rem, 20rem);
}

.store-header--search-active .store-header__nav[b-cvxf6f9cjx] {
    gap: 0.32rem;
}

.store-header--search-active .store-header__tools[b-cvxf6f9cjx] {
    grid-template-columns: minmax(0, 1fr) auto 3rem;
    width: 100%;
}

.store-header--search-active .store-header__search--expanded[b-cvxf6f9cjx] {
    width: 100%;
}

.store-header__search span[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 1.35rem;
    line-height: 1;
}

.store-header__search input[b-cvxf6f9cjx] {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #082342;
    font-size: 0.82rem;
    font-weight: 400;
    outline: none;
    text-transform: uppercase;
}

.store-header__search input[b-cvxf6f9cjx]::placeholder {
    color: #8a94a6;
}

.store-header__account-link[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    color: #0f1b2d;
    font-size: 0.9rem;
    font-weight: 850;
    white-space: nowrap;
}

.store-header__account-link span[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    background: #ffffff;
    color: #082342;
    border: 1px solid rgba(8, 35, 66, 0.12);
    font-size: 0.7rem;
    font-weight: 850;
    line-height: 1;
}

.store-header__business-link[b-cvxf6f9cjx] {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-template-areas:
        "icon title"
        "icon meta";
    align-items: center;
    column-gap: 0.45rem;
    min-height: 2.45rem;
    padding: 0.32rem 0.78rem;
    border-radius: 999px;
    background: #1d2533;
    color: #ffffff;
    white-space: nowrap;
}

.store-header__business-link span[b-cvxf6f9cjx] {
    grid-area: icon;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: #fff9fc;
    color: #c64f72;
    font-size: 0.7rem;
    font-weight: 900;
}

.store-header__business-link strong[b-cvxf6f9cjx] {
    grid-area: title;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-header__business-link small[b-cvxf6f9cjx] {
    grid-area: meta;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.67rem;
    font-weight: 650;
}

.store-header__text-link[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 2.45rem;
    color: #0f1b2d;
    font-size: 0.84rem;
    font-weight: 760;
    white-space: nowrap;
}

.store-header__text-link:hover[b-cvxf6f9cjx] {
    color: #c64f72;
}

.store-header__notification-link[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0f1b2d;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.store-header__notification-link:hover[b-cvxf6f9cjx] {
    background: #ffffff;
    color: #c64f72;
}

.store-header__tool-label[b-cvxf6f9cjx] {
    display: none;
}

.store-header__notification-link svg[b-cvxf6f9cjx] {
    width: 1.32rem;
    height: 1.32rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.store-header__search input[b-cvxf6f9cjx]::-webkit-search-cancel-button {
    appearance: none;
}

.store-header__search-clear[b-cvxf6f9cjx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border: 0;
    border-radius: 999px;
    background: var(--page-accent-soft);
    color: #082342;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
}

.store-header__search-clear:hover[b-cvxf6f9cjx] {
    background: var(--page-pink);
    color: #fffdf8;
}

.store-header.is-condensed .store-header__shell[b-cvxf6f9cjx] {
    padding-block: 0.5rem;
}

.store-header.is-condensed .store-header__brand[b-cvxf6f9cjx] {
    transform: scale(0.92);
}

.store-header.is-condensed .store-header__link[b-cvxf6f9cjx] {
    min-height: 1.95rem;
}

@media (max-width: 1180px) {
    .store-header__shell[b-cvxf6f9cjx] {
        grid-template-columns: 7rem 11rem minmax(18rem, 1fr) repeat(5, 3.55rem);
        grid-template-areas:
            "brand delivery search account orders favorites notice cart"
            "quick quick quick quick quick quick quick quick";
        grid-template-rows: 5rem auto;
        justify-items: stretch;
        min-height: auto;
        padding: 0.42rem 1.85rem 0 1.25rem;
        gap: 0.78rem 0.3rem;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .store-header--search-active .store-header__shell[b-cvxf6f9cjx] {
        grid-template-columns: 7rem 11rem minmax(18rem, 1fr) repeat(5, 3.55rem);
    }

    .store-header__brand[b-cvxf6f9cjx],
    .store-header__delivery[b-cvxf6f9cjx],
    .store-header__quick-links[b-cvxf6f9cjx],
    .store-header__tools[b-cvxf6f9cjx],
    .store-header__nav-shell[b-cvxf6f9cjx] {
        width: 100%;
    }

    .store-header__brand[b-cvxf6f9cjx] {
        justify-content: flex-start;
        align-self: center;
    }

    .store-header__brand .brand-mark:has(.brand-mark__logo)[b-cvxf6f9cjx] {
        height: 3.8rem;
        margin-inline: 0;
        border-radius: 0.65rem;
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark:has(.brand-mark__logo) {
        height: 3.8rem;
        margin-inline: 0;
        border-radius: 0.65rem;
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(8, 35, 66, 0.08);
    }

    .store-header__brand .brand-mark[b-cvxf6f9cjx] {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        gap: 0.15rem;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        gap: 0.15rem;
    }

    .store-header__brand .brand-mark__logo[b-cvxf6f9cjx] {
        width: 100%;
        height: 3.8rem;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark__logo {
        width: 100%;
        height: 3.8rem;
    }

    .store-header__brand .brand-mark__name[b-cvxf6f9cjx] {
        font-size: 1.65rem;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark__name {
        font-size: 1.65rem;
    }

    .store-header__brand .brand-mark__tagline[b-cvxf6f9cjx] {
        max-width: none;
        font-size: 0.48rem;
        letter-spacing: 0.32em;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark__tagline {
        max-width: none;
        font-size: 0.48rem;
        letter-spacing: 0.32em;
    }

    .store-header__nav[b-cvxf6f9cjx] {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        max-height: 2.72rem;
        opacity: 1;
        transform: translateY(0);
        gap: 0.34rem;
    }

    .store-header__link[b-cvxf6f9cjx] {
        min-height: 2.34rem;
        padding-inline: 0.12rem;
        font-size: 0.88rem;
    }

    .store-header__delivery[b-cvxf6f9cjx] {
        align-self: center;
    }

    .store-header__delivery small[b-cvxf6f9cjx] {
        color: #111827;
        font-size: 0.58rem;
        font-weight: 850;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .store-header__delivery strong[b-cvxf6f9cjx] {
        color: #111827;
        font-size: 0.68rem;
        font-weight: 850;
    }

    .store-header__nav-shell[b-cvxf6f9cjx] {
        width: 100%;
        max-height: 3.15rem;
        padding-top: 0.16rem;
        border-top: 0;
    }

    .store-header__nav-scroll[b-cvxf6f9cjx] {
        width: 2.35rem;
        height: 2.35rem;
        min-width: 2.35rem;
        min-height: 2.35rem;
        font-size: 1.55rem;
    }

    .store-header.is-collapsed[b-cvxf6f9cjx] {
        box-shadow: 0 8px 18px rgba(72, 118, 168, 0.1);
    }

    .store-header.is-collapsed .store-header__shell[b-cvxf6f9cjx] {
        padding-block: 0.45rem;
    }

    .store-header.is-collapsed .store-header__nav-shell[b-cvxf6f9cjx] {
        max-height: 3.15rem;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .store-header__link[b-cvxf6f9cjx] {
        text-align: center;
    }

    .store-header__tools[b-cvxf6f9cjx] {
        display: contents;
    }

    .store-header__tools--with-return[b-cvxf6f9cjx] {
        grid-template-columns: auto minmax(0, 1fr) auto auto auto auto;
    }

    .store-header__search[b-cvxf6f9cjx] {
        grid-area: search;
        justify-self: stretch;
        align-self: center;
        height: 3.05rem;
        min-height: 3.05rem;
        border-radius: 999px;
        box-shadow: 0 10px 22px rgba(8, 35, 66, 0.12);
    }

    .store-header__business-link[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__business-link strong[b-cvxf6f9cjx],
    .store-header__business-link small[b-cvxf6f9cjx] {
        line-height: 1;
    }

    .store-header__business-link small[b-cvxf6f9cjx] {
        display: block;
        grid-area: meta;
        overflow: hidden;
        font-size: 0.48rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .store-header__business-link span[b-cvxf6f9cjx] {
        width: 1.32rem;
        height: 1.32rem;
    }

    .store-header__notification-link[b-cvxf6f9cjx] {
        grid-area: notice;
        display: inline-grid;
        align-self: center;
        align-content: center;
        justify-items: center;
        gap: 0.12rem;
        width: 3.55rem;
        height: 3.1rem;
        padding: 0.22rem 0.12rem;
        border-radius: 0.7rem;
        color: #082342;
        line-height: 1.1;
    }

    .store-header__account-link[b-cvxf6f9cjx] {
        grid-area: account;
        justify-self: center;
        align-self: center;
    }

    .store-header__text-link--orders[b-cvxf6f9cjx] {
        grid-area: orders;
        align-self: center;
    }

    .store-header__text-link--favorites[b-cvxf6f9cjx] {
        grid-area: favorites;
        align-self: center;
    }

    .store-header__cart-link[b-cvxf6f9cjx] {
        grid-area: cart;
        display: inline-grid;
        align-self: center;
        align-content: center;
        justify-items: center;
        gap: 0.12rem;
        width: 3.55rem;
        height: 3.1rem;
        min-height: 3.1rem;
        padding: 0.22rem 0.12rem;
        border-radius: 0.7rem;
        color: #082342;
        line-height: 1.1;
    }

    .store-header__account-link:hover[b-cvxf6f9cjx],
    .store-header__text-link:hover[b-cvxf6f9cjx],
    .store-header__notification-link:hover[b-cvxf6f9cjx],
    .store-header__cart-link:hover[b-cvxf6f9cjx] {
        background: rgba(255, 255, 255, 0.42);
        color: #082342;
    }

    .store-header__quick-links[b-cvxf6f9cjx] {
        justify-content: space-around;
        gap: 0.44rem;
        overflow-x: hidden;
        overflow-y: visible;
        min-height: 3.75rem;
        margin-top: 0.24rem;
        padding: 0 1.55rem;
        border-radius: 0.86rem;
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(8, 35, 66, 0.14);
        scrollbar-width: none;
    }

    .store-header__quick-links[b-cvxf6f9cjx]::-webkit-scrollbar {
        display: none;
    }

    .store-header__quick-link[b-cvxf6f9cjx] {
        align-items: center;
        min-height: 3.75rem;
        padding-inline: 0.12rem;
        font-size: 0.74rem;
        font-weight: 760;
    }

    .store-header__quick-link--business[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__text-link[b-cvxf6f9cjx] {
        display: inline-grid;
        align-content: center;
        justify-items: center;
        gap: 0.12rem;
        width: 3.55rem;
        min-height: 3.1rem;
        padding: 0.22rem 0.12rem;
        border-radius: 0.7rem;
        color: #082342;
        font-size: 0.58rem;
        font-weight: 800;
        line-height: 1.1;
        text-align: center;
    }

    .store-header__text-link span[b-cvxf6f9cjx] {
        display: inline-flex;
    }

    .store-header__text-link svg[b-cvxf6f9cjx] {
        width: 1.15rem;
        height: 1.15rem;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .store-header__account-link[b-cvxf6f9cjx] {
        gap: 0.28rem;
        flex-direction: column;
        justify-content: center;
        width: 3.55rem;
        min-height: 3.1rem;
        padding: 0.22rem 0.12rem;
        border-radius: 0.7rem;
        color: #082342;
        font-size: 0.58rem;
        line-height: 1.1;
        text-align: center;
    }

    .store-header__account-link span[b-cvxf6f9cjx] {
        width: 1.42rem;
        height: 1.42rem;
        font-size: 0.62rem;
    }

    .store-header__account-link svg[b-cvxf6f9cjx] {
        width: 1rem;
        height: 1rem;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .store-header__notification-link svg[b-cvxf6f9cjx],
    .store-header__cart-link svg[b-cvxf6f9cjx] {
        width: 1.15rem;
        height: 1.15rem;
    }

    .store-header__tool-label[b-cvxf6f9cjx] {
        display: inline;
        color: inherit;
        font-size: 0.58rem;
        font-weight: 800;
        line-height: 1.1;
        text-align: center;
    }

    .store-header__search[b-cvxf6f9cjx],
    .store-header__search:hover[b-cvxf6f9cjx],
    .store-header__search:focus-within[b-cvxf6f9cjx] {
        width: 100%;
        grid-template-columns: 1.45rem minmax(0, 1fr) auto;
        padding: 0 1.15rem;
        background: #ffffff;
        border-color: rgba(8, 35, 66, 0.1);
    }
}

.store-header__account-link:hover[b-cvxf6f9cjx] {
    background: #ffffff;
    color: #c64f72;
}

@media (max-width: 640px) {
    .store-header__topline[b-cvxf6f9cjx] {
        min-height: 1.18rem;
        padding-inline: 0.55rem;
        font-size: 0.68rem;
        text-align: center;
    }

    .store-header__shell[b-cvxf6f9cjx] {
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-areas:
            "brand delivery cart"
            "search search search"
            "quick quick quick";
        grid-template-rows: auto auto auto;
        align-items: center;
        gap: 0.26rem 0.42rem;
        padding: 0.34rem 0.5rem 0.4rem;
        overflow: hidden;
    }

    .store-header__brand[b-cvxf6f9cjx] {
        justify-content: flex-start;
        width: 4.55rem;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark:has(.brand-mark__logo) {
        height: 2.12rem;
        margin-inline: 0 auto;
        border-radius: 0.48rem;
    }

    .store-header__brand[b-cvxf6f9cjx]  .brand-mark__logo {
        width: 4.55rem;
        height: 2.12rem;
    }

    .store-header__tools[b-cvxf6f9cjx] {
        display: contents;
    }

    .store-header__text-link[b-cvxf6f9cjx],
    .store-header__notification-link[b-cvxf6f9cjx],
    .store-header__account-link[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__quick-links[b-cvxf6f9cjx] {
        justify-content: flex-start;
        gap: 0.88rem;
        min-height: 2.55rem;
        margin-top: 0;
        padding: 0 0.72rem;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 0.7rem;
        scroll-snap-type: x proximity;
    }

    .store-header__quick-link[b-cvxf6f9cjx] {
        min-height: 2.55rem;
        padding-inline: 0;
        font-size: 0.74rem;
        scroll-snap-align: start;
    }

    .store-header__delivery[b-cvxf6f9cjx] {
        align-self: center;
        grid-template-columns: 1.32rem minmax(0, 1fr);
        gap: 0.28rem;
        min-width: 0;
        padding: 0;
    }

    .store-header__delivery span[b-cvxf6f9cjx] {
        width: 1.32rem;
        height: 1.32rem;
    }

    .store-header__delivery small[b-cvxf6f9cjx] {
        font-size: 0.5rem;
        line-height: 1;
    }

    .store-header__delivery strong[b-cvxf6f9cjx] {
        font-size: 0.66rem;
        line-height: 1.08;
    }

    .store-header__account-link[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__nav[b-cvxf6f9cjx] {
        justify-content: flex-start;
        max-height: 2.65rem;
        padding-inline: 0;
        gap: 0.28rem;
    }

    .store-header__nav-shell[b-cvxf6f9cjx] {
        grid-template-columns: minmax(0, 1fr);
        max-height: 3rem;
        gap: 0;
        padding-top: 0.28rem;
    }

    .store-header__nav-scroll[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__link[b-cvxf6f9cjx] {
        min-height: 2rem;
        padding-inline: 0.5rem;
        font-size: 0.66rem;
    }

    .store-header__tools--with-return[b-cvxf6f9cjx] {
        display: contents;
    }

    .store-header__return-link[b-cvxf6f9cjx] {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 2.1rem;
        padding: 0.42rem 0.74rem;
        font-size: 0.68rem;
    }

    .store-header__search[b-cvxf6f9cjx],
    .store-header__cart-link[b-cvxf6f9cjx] {
        height: 2.42rem;
        min-height: 2.42rem;
    }

    .store-header__search[b-cvxf6f9cjx] {
        grid-area: search;
        padding: 0 0.8rem;
        border-radius: 999px;
    }

    .store-header__cart-link[b-cvxf6f9cjx] {
        grid-area: cart;
        width: 2.42rem;
        padding: 0;
        border-radius: 999px;
    }

    .store-header__cart-link .store-header__tool-label[b-cvxf6f9cjx] {
        display: none;
    }

    .store-header__cart-link svg[b-cvxf6f9cjx] {
        width: 1.28rem;
        height: 1.28rem;
    }

    .store-header__search[b-cvxf6f9cjx],
    .store-header__search:hover[b-cvxf6f9cjx],
    .store-header__search:focus-within[b-cvxf6f9cjx],
    .store-header__search--expanded[b-cvxf6f9cjx] {
        width: 100%;
        min-width: 0;
    }
}
