.gm-product-description-content .gm-product-content-figure {
    box-sizing: border-box;
    width: 100%;
    margin: 1.5rem auto;
    padding: 0.85rem;
    border: 1px solid rgba(42, 1, 54, 0.12);
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 12px 28px rgba(42, 1, 54, 0.08);
    color: #2a0136;
}

.gm-product-description-content .gm-product-content-figure--medium { max-width: 36rem; }
.gm-product-description-content .gm-product-content-figure--wide { max-width: 56rem; }
.gm-product-description-content .gm-product-content-figure--full { max-width: 100%; }

.gm-product-description-content .gm-product-content-figure picture,
.gm-product-description-content .gm-product-content-figure img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.gm-product-description-content .gm-product-content-figure img {
    height: auto;
    border-radius: 11px;
    background: #fff;
}

.gm-product-description-content .gm-product-content-figure figcaption {
    padding: 0.85rem 0.35rem 0.2rem;
    color: #2a0136;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
}

.gm-product-description-content .gm-product-content-figure-description {
    margin: 0.7rem 0.35rem 0.1rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid #6d3a87;
    border-radius: 8px;
    background: #fff8f0;
    color: rgba(42, 1, 54, 0.78);
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre-line;
}

.gm-product-description-content .gm-product-content-figure-enlarge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0.8rem 0.35rem 0.1rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(42, 1, 54, 0.25);
    border-radius: 999px;
    background: #fff8f0;
    color: #2a0136;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
}

.gm-product-description-content .gm-product-content-figure-enlarge:hover { background: #f4e9df; }
.gm-product-description-content .gm-product-content-figure-enlarge:focus-visible,
.gm-product-media-dialog-close:focus-visible {
    outline: 3px solid rgba(109, 58, 135, 0.35);
    outline-offset: 3px;
}

.gm-product-media-dialog[hidden] { display: none; }
.gm-product-media-dialog {
    position: fixed;
    inset: 0;
    z-index: 10080;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.gm-product-media-dialog-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(25, 8, 30, 0.78);
}

.gm-product-media-dialog-panel {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: min(94vw, 76rem);
    max-height: 92vh;
    overflow: auto;
    padding: 1rem;
    border-radius: 18px;
    background: #fffdf8;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.gm-product-media-dialog-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.gm-product-media-dialog-title { margin: 0; color: #2a0136; font-size: 1.1rem; }
.gm-product-media-dialog-close {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    background: #2a0136;
    color: #fff;
    font-size: 1.35rem;
    cursor: pointer;
}

.gm-product-media-dialog-image picture,
.gm-product-media-dialog-image img { display: block; width: 100%; max-width: 100%; }
.gm-product-media-dialog-image img { height: auto; border-radius: 12px; background: #fff; }
.gm-product-media-dialog-caption { margin: 0.9rem 0 0; color: #2a0136; font-weight: 800; }
.gm-product-media-dialog-description { margin: 0.7rem 0 0; color: rgba(42, 1, 54, 0.8); white-space: pre-line; }
body.gm-product-media-dialog-open { overflow: hidden; }

@media (max-width: 575.98px) {
    .gm-product-description-content .gm-product-content-figure { margin: 1.1rem 0; padding: 0.55rem; border-radius: 12px; }
    .gm-product-media-dialog { padding: 0.45rem; }
    .gm-product-media-dialog-panel { width: 100%; max-height: 96vh; padding: 0.7rem; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .gm-product-media-dialog, .gm-product-media-dialog-panel { scroll-behavior: auto; }
}
