.custom-modal__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;align-items:center;justify-content:center;z-index:1000;display:none}.custom-modal__wrapper.active{display:flex}.custom-modal{background-color:#fff;border-radius:16px;width:90%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;padding:16px 16px 24px}.custom-modal__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f6f7f9;padding-bottom:16px}.custom-modal__header p{font-size:14px;font-weight:400;line-height:150%;color:#141415;margin:0}.custom-modal__header .custom-modal__close{background:none;border:none;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-modal__body{overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-top:16px}.custom-modal__image{width:100%;height:clamp(230px,300px,300px);display:flex}.custom-modal__image img{width:100%;height:100%;object-fit:cover}.custom-modal__content{display:flex;flex-direction:column;gap:16px;width:100%}.custom-modal__title{font-size:20px;font-weight:600;line-height:130%;margin:0}.custom-modal__features{display:flex;flex-direction:column;gap:12px}.custom-modal__features .feature-item{display:flex;font-size:14px;font-weight:600;line-height:150%;color:#141415;gap:12px;align-items:center}.custom-modal__btns{display:flex;flex-direction:column;gap:16px;width:100%}.custom-modal__btns a{width:100%}@media screen and (min-width: 768px){.custom-modal__body{gap:24px}.custom-modal{padding:16px 24px 32px}.custom-modal__title{font-size:24px}.custom-modal__btns{flex-direction:row}}@media screen and (min-width: 900px){.custom-modal__features{display:grid;grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-custom-modal.css.map */
