body.m161-modal-open{overflow:hidden}.m161{height:100%}.m161__container{height:100%;border:1px solid #e0e0e0;border-radius:5px;padding:2.5rem 1.6rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.m161__image img{width:auto;height:100%;max-height:170px}.m161__title{font-size:1.6rem;font-weight:700;margin-bottom:0}.m161__description{font-size:1.6rem;font-weight:400;-ms-flex-positive:1;flex-grow:1}.m161__price{font-size:2.2rem;font-weight:700;margin-top:auto}.m161__btn{width:100%}.m161-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem}.m161-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.m161-modal.hidden{display:none}.m161-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.m161-modal__content{position:relative;background-color:#fff;border-radius:8px;padding:3rem;max-width:400px;width:90%;box-shadow:0 4px 20px rgba(0,0,0,.15)}.m161-modal__close{position:absolute;top:1rem;right:1rem;background:0 0;border:none;font-size:2.4rem;cursor:pointer;line-height:1;padding:.5rem}.m161-modal__title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.m161-modal__message{font-size:1.6rem;margin-bottom:2rem}.m161-modal__actions{display:-ms-flexbox;display:flex;gap:1rem;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width:768px){body.m161-modal-open{padding-right:15px}}