#discount-modal-title-wrapper{width:100%;flex-direction:column;display:flex;text-align:left;align-items:center;gap:1rem}#discount-modal-title{text-align:center;line-height:1;text-transform:uppercase;color:var(--global-typography);font-size:44px}@media (max-width:767px){#discount-modal-title{font-size:36px}}@media (max-width:479px){#discount-modal-title{font-size:24px}}#discount-modal-sub-title{text-align:center;line-height:1;font-style:italic;font-size:36px;font-weight:500;color:var(--global-typography)}#discount-modal-desc{width:100%;max-width:450px;text-align:center;font-size:var(--text-sm) ;color:var(--global-typography);margin-left:auto;margin-right:auto}#discount-modal-coupon-code{padding-top:1.2rem;padding-right:2rem;padding-bottom:1.2rem;padding-left:2rem;line-height:1;letter-spacing:2px;text-transform:uppercase;border-top-color:var(--global-typography);border-right-color:var(--global-typography);border-bottom-color:var(--global-typography);border-left-color:var(--global-typography);border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;font-weight:700;color:var(--global-typography);text-align:center}@media (max-width:767px){#discount-modal-sub-title{font-size:30px}}@media (max-width:767px){#discount-modal-coupon-code{padding-top:1rem;padding-right:1.5rem;padding-bottom:1rem;padding-left:1.5rem}}@media (max-width:479px){#discount-modal-sub-title{font-size:24px}}#discount-modal-close-icon{background-color:var(--global-secondary);border:1px solid var(--global-secondary);padding:5px;color:#ffffff}#discount-modal-close-icon>svg{width:20px;height:20px}#discount-modal-close-icon{position:absolute;top:2rem;right:2rem}#discount-modal-copy-button{line-height:1;color:var(--global-typography);border-bottom-color:var(--global-typography);border-bottom-width:1px;border-bottom-style:solid;padding-bottom:3px;font-weight:500}#discount-modal{width:600px;background-color:var(--global-accent-1);padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem;display:flex;flex-direction:column;align-items:center;position:relative;modal-position:center;gap:2rem}@media (max-width:767px){#discount-modal{width:100%;margin-top:2rem;margin-right:2rem;margin-bottom:2rem;margin-left:2rem}}@media (max-width:479px){#discount-modal{padding-top:2rem;padding-right:2rem;padding-bottom:2rem;padding-left:2rem}}