/* Link + popup "Drepturile dumneavoastra privind garantia legala" */

.legal-guarantee-link,
.legal-guarantee-link:focus {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: #23527c !important;
    text-decoration: none !important;
    cursor: pointer;
}

.legal-guarantee-link:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

/* Pe pagina de produs: pe rand separat, sub buton, in containerul flex */
.ps-product__shopping:has(> .legal-guarantee-link) {
    flex-wrap: wrap;
}

.ps-product__shopping > .legal-guarantee-link {
    flex-basis: 100%;
    margin: 10px 0 0 0;
}

.ps-cart__footer .legal-guarantee-link {
    margin-bottom: 10px;
}

.ps-cart__footer figure + .legal-guarantee-link {
    margin: 10px 0 0 0;
}

#legal-guarantee-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .85);
    z-index: 2147483000;
    display: none;
    align-items: center;
    justify-content: center;
}

#legal-guarantee-overlay.open {
    display: flex;
}

#legal-guarantee-overlay img {
    display: block;
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

#legal-guarantee-close {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2147483001;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#legal-guarantee-close svg {
    display: block;
    pointer-events: none;
}
