.GenericPopup{position: fixed;inset: 0;z-index: 9999;opacity: 0;visibility: hidden;transition: opacity 0.3s ease}.GenericPopup.hidden{display: none}.GenericPopup.active{opacity: 1;visibility: visible}.GenericPopup__overlay{position: absolute;inset: 0;background: rgba(0,0,0,0.6);z-index: 1}.GenericPopup__content{background: #FFF7ED;max-width: 500px;padding: 30px;border-radius: 14px;position: relative;margin: auto;top: 50%;transform: translateY(calc(-50% + 40px));opacity: 0;text-align: center;z-index: 2;transition: transform 0.45s ease,opacity 0.45s ease}.GenericPopup.active .GenericPopup__content{transform: translateY(-50%);opacity: 1}.DiscountText{font-size: 26px;margin-top: 10px;margin-bottom: 20px;color: #281026;font-family: var(--font_primary)}.GenericPopup__content h2{font-size: 26px;color: #281026;margin-bottom: 10px;font-family: var(--font_primary)}.GenericPopup__content p{font-size: 16px;font-family: var(--font_secondary);margin-bottom: 20px}.GenericPopup__btn{background: transparent;color: #000;text-decoration: none;margin-top: 20px}.GenericPopup__close{position: absolute;top: 10px;right: 14px;font-size: 22px;background: none;border: none;cursor: pointer;transition: 0.3s ease}.GenericPopup__close svg{transition: transform 0.5s ease}.GenericPopup__close:hover svg{transform: rotate(180deg)}
