@font-face{font-family:'Delm-Light';font-display:swap;src:url(https://cdn.superbee.me/wp-content/themes/superbee-eco-products/font/Delm-Light.ttf)}.modal{display:none}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;z-index:200;opacity:0;transition:opacity 0.2s;will-change:opacity;background-color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal__header{padding:0 1rem;padding-top:1.5rem;padding-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #6dc6d5;font-family:Montserrat,sans-serif}.modal__close{margin:0;padding:0;border:none;background-color:#fff0;cursor:pointer;background-image:url(https://cdn.superbee.me/wp-content/themes/superbee-eco-products/images/icons/close.svg);background-repeat:no-repeat;width:25px;height:25px}.modal__wrapper{width:100%;z-index:9999;overflow:auto;opacity:0;max-width:540px;max-height:80vh;transition:transform 0.2s,opacity 0.2s;will-change:transform;background-color:#fff;display:flex;flex-direction:column;-webkit-transform:translateY(5%);transform:translateY(5%);-webkit-overflow-scrolling:touch;box-shadow:0 2px 6px #5d3612;border-radius:5px;margin:20px}.modal__content{position:relative;overflow-x:hidden;overflow-y:auto;height:100%;flex-grow:1;padding:1.5rem}.modal.is-active{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;left:0;bottom:0;z-index:9999}.modal.is-visible .modal__wrapper{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal.is-visible .modal__overlay{opacity:.5}@media only screen and (min-width:45em){.modal__wrapper{max-width:80%}.modal__close{width:15px;height:15px}}