/* Désactive tout style par défaut sur le conteneur */
#canvas-colorizer-container {
    all: unset;
    position: relative;
}

/* Canvas : largeur 100%, aucun cadre, aucun fond, aucune ombre, aucun arrondi */
#product-canvas {
    display: none; /* Caché par défaut */
    width: 100%;
    height: auto;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Loader masqué par défaut */
#canvas-loading {
    display: none !important;
}