div#pssg-popup-wrapper {
    position: fixed;
    background: #a5a5a5e0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#pssg-popup-wrapper p, div#pssg-popup-wrapper h2,div#pssg-popup-wrapper div {
    margin: 0;
}

.pssg-popup-inside{
    max-width: 100%;
}
div#pssg-popup-wrapper div.pssg-popup {
    background: #fff4e4;
    box-shadow: 0 10px 30px #0000001f;
    border-radius: 6px;
    width: 650px;
    max-width: 100%;
    min-width: 300px;
    transition: 0.4s all;
}

.pssg-popup-body {
    padding: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.pssg-left-side>img {
    width: 120px;
    height: auto;
}
.pssg-right-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.pssg-popup .coupon {
    padding: 10px;
    color: #0006ff;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #6c757d;
    margin-bottom: 20px;
    font-size: 20px;
}

span.pssg-popup-close {
    position: absolute;
    right: 10px;
    top: 7px;
    color: white;
    cursor: pointer;
    background: #87325a91;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 12px;
    height: 23px;
    border-radius: 4px;
    z-index: 1;
}

.pssg-pop-header {
    position: relative;
    background: #ff9aca;
    width: 100%;
    height: 37px;
}
.pssg-right-side h2 {
    color: #96588a;
    font-weight: normal;
}
a.pssg-browe-product-link {
    color: #96588a;
}