@charset "UTF-8";.product-info-popup__header{display:flex;gap:16px;align-items:center;justify-content:space-between;width:100%;padding:20px;background-color:var(--color-primary-white);border-bottom:1px solid #e0e0e0}.product-info-popup__title{margin:0;font-family:var(--font-body-family),sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:130%;color:var(--color-black);text-transform:uppercase;letter-spacing:.03em}.product-info-popup__close-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;cursor:pointer;background:none;border:none;outline:transparent}.product-info-popup__close-btn svg{width:13px;height:13px}.appointment-popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s;z-index:1001}.appointment-popup__overlay.active{opacity:1;visibility:visible}.appointment-popup{position:fixed;top:0;right:0;width:412px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0003;transform:translate(100%);transition:transform .3s ease-in-out;z-index:999}@media (max-width: 425px){.appointment-popup{width:100%}}.appointment-popup.active{transform:translate(0)}
/*# sourceMappingURL=component-appointment-popup.css.map */
