.product-popup{display:flex;display:none;height:100%;width:100%;position:fixed;background-color:rgba(0,62,103,.4);overflow:auto;top:0;z-index:100;padding:50px 20px;justify-content:center;align-items:center}@media(max-width:768px){.product-popup{padding:0}}.product-popup-wrapper{width:850px;background:#fff;padding:80px 60px 80px 40px;display:flex;border-radius:20px;position:relative}@media(max-width:768px){.product-popup-wrapper{min-height:100%;border-radius:0;flex-direction:column}}@media(max-width:480px){.product-popup-wrapper{padding:40px 20px}}.product-popup-media{width:235px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.product-popup-media{margin-bottom:2rem}}.product-popup-media__image{background:#eff3f7;position:relative;display:block;border-radius:20px;padding-top:86%;width:100%;margin-bottom:1rem}.product-popup-media__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px}.product-popup-media__description{font-weight:600;font-size:12px;color:#838c98;line-height:1.67}.product-popup-table{padding:0 65px;flex-grow:1}@media(max-width:768px){.product-popup-table{padding:0}}.product-popup-table table{font-size:14px;font-weight:700;border-collapse:collapse;width:100%}.product-popup-table table thead{color:#838c98}.product-popup-table table td{padding:16px 0;border-bottom:1px solid rgba(193,197,203,.5)}.product-popup-close-button{display:flex;justify-content:flex-end;position:absolute;right:30px;top:30px}.product-popup-close-button button{border:0;padding:0;background:transparent;cursor:pointer}.product-popup-opened{display:flex}
/*# sourceMappingURL=product-popup.css.map*/