.magenest-popup-overlay {
    position: fixed;
    inset: 0;
    background-color: #00000052;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.magenest-popup-overlay.active {
    display: flex;
}

.magenest-popup-content {
    position: relative;
    max-width: 50vw;
}

.magenest-popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

.magenest-popup-close img {
    filter: brightness(0) invert(1);
    width: 16px;
}

.magenest-popup-single img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}

.magenest-popup-single .magenest-popup-close {
    box-shadow: 0px 4px 12px 0px #26262629;
    -webkit-box-shadow: 0px 4px 12px 0px #26262629;
    -moz-box-shadow: 0px 4px 12px 0px #26262629;
    -o-box-shadow: 0px 4px 12px 0px #26262629;
    background-color: #fff;
    width: 24px;
    height: 24px;
    right: -10px;
    top: -10px;
}

.magenest-popup-single .magenest-popup-close img {
    filter: none;
}

@media (max-width: 1024px) {
    .magenest-popup-content {
        max-width: max-content;
        width: calc(100% - 32px);
        margin: auto;
    }
}

@media (max-width: 768px) {

}
