body.gosiart-preview-product #gosiart-live-preview {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    margin: 18px 0 24px;
    padding: 16px;
    border: 1px solid #e5d8ce;
    border-radius: 12px;
    color: #2a211d;
    background: #fbf7f2;
}

body.gosiart-preview-product .gosiart-preview-heading {
    margin: 0 0 10px;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
}

body.gosiart-preview-product .gosiart-preview-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.18);
}

body.gosiart-preview-product .gosiart-preview-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.gosiart-preview-product .gosiart-preview-name {
    position: absolute;
    z-index: 2;
    top: 51.5%;
    left: 50%;
    overflow: hidden;
    width: 17%;
    transform: translate(-50%, -50%);
    color: #073463;
    font-family: "Arial Black", "Arial Rounded MT Bold", Arial, sans-serif;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

body.gosiart-preview-product .gosiart-preview-stage[data-motif="b"] .gosiart-preview-name {
    top: 53.1%;
    width: 18%;
}

body.gosiart-preview-product .gosiart-preview-stage[data-motif="c"] .gosiart-preview-name {
    top: 52.3%;
    width: 18%;
}

body.gosiart-preview-product .gosiart-preview-name.is-placeholder {
    opacity: 0.52;
}

body.gosiart-preview-product .gosiart-preview-note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.76;
    text-align: center;
}

body.gosiart-preview-product .gosiart-preview-error {
    display: none;
    position: absolute;
    z-index: 3;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #651515;
    background: #fff3f3;
    font-weight: 700;
    text-align: center;
}

body.gosiart-preview-product .gosiart-preview-stage.has-error .gosiart-preview-error,
body.gosiart-preview-product .gosiart-preview-stage.has-image-error .gosiart-preview-error {
    display: flex;
}

@media (max-width: 544px) {
    body.gosiart-preview-product #gosiart-live-preview {
        padding: 12px;
    }
}
