/* Rich text (Quill) output */
.product-full-desc {
    white-space: pre-line; /* Preserva gli a capo in contenuti misti */
    word-wrap: break-word;
    line-height: 1.6;
}
.product-full-desc h1,
.product-full-desc h2,
.product-full-desc h3 {
    font-weight: 600;
    margin-top: 0.75em;
    margin-bottom: 0.35em;
    white-space: normal;
}
.product-full-desc h1 { font-size: 1.25em; }
.product-full-desc h2 { font-size: 1.1em; }
.product-full-desc h3 { font-size: 1em; }
.product-full-desc p {
    margin-bottom: 0.5em;
    white-space: pre-line;
}
.product-full-desc ul,
.product-full-desc ol {
    margin: 0.5em 0;
    padding-left: 1.25em;
    white-space: normal;
}
.product-full-desc li { margin-bottom: 0.25em; }
.product-full-desc a { color: #171717; text-decoration: underline; }
.product-full-desc strong { font-weight: 600; }
.product-full-desc em { font-style: italic; }

.gallery-thumb {
    transition: all 0.2s ease;
}

.gallery-thumb:hover {
    border-color: #171717;
}

.gallery-thumb.active {
    border-color: #171717;
    opacity: 1;
}

/* Lightbox immagine prodotto */
.product-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-lightbox.hidden {
    display: none;
}
.product-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
