.modal{background-color:rgba(0,0,0,.5);clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);display:grid!important;height:1px;opacity:0;overflow:hidden;align-items:center;justify-items:center;place-items:center;position:absolute;transition:all 0s .3s,opacity .3s;white-space:nowrap;width:1px;z-index:99}.modal--show{clip:auto;clip:initial;-webkit-clip-path:none;clip-path:none;height:100%;left:0;opacity:1;position:fixed;top:0;transition:opacity .3s;white-space:normal;width:100%}.modal__content{border-radius:8px;max-height:80vh;max-width:80vw;overflow:auto;position:relative}.modal__close{background:none;height:2em;min-width:0;padding:0;position:absolute;right:.5em;top:.5em;width:2em}.modal__close::before,.modal__close::after{background-color:#134fd3;content:"";height:1.5em;left:calc(50% - 1px);position:absolute;top:calc(50% - .75em);transition:background-color .3s;width:2px}.modal__close::before{transform:rotate(45deg)}.modal__close::after{transform:rotate(-45deg)}.modal__close:hover{background:none}.modal__close:hover::before,.modal__close:hover::after{background-color:#fb5f55}.coupon-section .modal .coupon__item--brand{grid-column:span 2;justify-self:center}