.iw-keap-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.6);backdrop-filter:blur(4px);z-index:999999;animation:iwFadeIn 0.2s ease-out;}
.iw-keap-modal-overlay.active{display:flex;align-items:center;justify-content:center;}
.iw-keap-modal{background:#ffffff;border-radius:12px;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:iwSlideUp 0.3s ease-out;display:flex;flex-direction:column;}
.iw-keap-modal-header{padding:24px 24px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);}
.iw-keap-modal-title{font-size:20px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px;}
.iw-keap-modal-title svg{width:24px;height:24px;color:#10b981;}
.iw-keap-modal-close{background:transparent;border:none;font-size:28px;line-height:1;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;border-radius:6px;transition:all 0.2s;}
.iw-keap-modal-close:hover{background:#f3f4f6;color:#374151;}
.iw-keap-modal-body{padding:24px;overflow-y:auto;flex:1;}
.iw-keap-order-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:20px;}
.iw-keap-order-summary h4{margin:0 0 12px 0;font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:0.5px;}
.iw-keap-order-total{display:flex;justify-content:space-between;align-items:center;font-size:24px;font-weight:700;color:#1f2937;}
.iw-keap-order-email{margin-top:8px;font-size:14px;color:#6b7280;}
.iw-keap-order-email strong{color:#374151;}
.iw-keap-payment-form{margin-top:20px;}
.iw-keap-payment-form keap-payment-method{display:block;margin:0 auto;}
.iw-keap-loading{text-align:center;padding:40px 20px;}
.iw-keap-loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #f3f4f6;border-top-color:#10b981;border-radius:50%;animation:iwSpin 0.8s linear infinite;}
.iw-keap-loading-text{margin-top:16px;font-size:14px;color:#6b7280;}
.iw-keap-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#991b1b;font-size:14px;display:none;}
.iw-keap-error.active{display:block;animation:iwShake 0.5s;}
.iw-keap-error strong{display:block;margin-bottom:4px;}
.iw-keap-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;background:#fafafa;}
.iw-keap-btn{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;border:none;display:inline-flex;align-items:center;gap:8px;}
.iw-keap-btn-cancel{background:#ffffff;color:#374151;border:1px solid #d1d5db;}
.iw-keap-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af;}
.iw-keap-btn-pay{background:#10b981;color:#ffffff;box-shadow:0 1px 3px rgba(16, 185, 129, 0.3);}
.iw-keap-btn-pay:hover{background:#059669;box-shadow:0 4px 8px rgba(16, 185, 129, 0.4);}
.iw-keap-btn-pay:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none;}
.payment_method_infusionsoft_cc .iw-keap-pay-button, .iw-keap-pay-button{margin-top:12px;width:100%;padding:16px;background:#00C176;color:#ffffff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 2px 8px rgba(0, 193, 118, 0.3);line-height:1;}
.payment_method_infusionsoft_cc .iw-keap-pay-button svg, .iw-keap-pay-button svg{flex-shrink:0;width:20px;height:20px;}
.payment_method_infusionsoft_cc .iw-keap-pay-button:hover, .iw-keap-pay-button:hover:not(:disabled){background:#00A863;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0, 193, 118, 0.4);}
.iw-keap-pay-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none;}
.payment_method_infusionsoft_cc .iw-keap-pay-button svg{width:20px;height:20px;}
.payment_method_infusionsoft_cc .iw-keap-payment-ready{margin-top:12px;padding:12px 16px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-size:14px;display:flex;align-items:center;gap:8px;}
.payment_method_infusionsoft_cc .iw-keap-payment-ready svg{width:20px;height:20px;color:#10b981;}
@keyframes iwFadeIn {
from{opacity:0;}
to{opacity:1;}
}
@keyframes iwSlideUp {
from{opacity:0;transform:translateY(30px) scale(0.95);}
to{opacity:1;transform:translateY(0) scale(1);}
}
@keyframes iwSpin {
to{transform:rotate(360deg);}
}
@keyframes iwShake {
0%, 100%{transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{transform:translateX(-5px);}
20%, 40%, 60%, 80%{transform:translateX(5px);}
} @media(max-width:600px){
.iw-keap-modal{width:95%;max-height:95vh;border-radius:12px 12px 0 0;align-self:flex-end;animation:iwSlideUpMobile 0.3s ease-out;}
.iw-keap-modal-header{padding:20px 16px 16px;}
.iw-keap-modal-title{font-size:18px;}
.iw-keap-modal-body{padding:16px;}
.iw-keap-modal-footer{padding:12px 16px;flex-direction:column-reverse;}
.iw-keap-btn{width:100%;justify-content:center;}
.iw-keap-order-total{font-size:20px;}
}
@keyframes iwSlideUpMobile {
from{transform:translateY(100%);}
to{transform:translateY(0);}
} .iw-keap-modal:focus{outline:2px solid #10b981;outline-offset:2px;}
.iw-keap-btn:focus{outline:2px solid #10b981;outline-offset:2px;}
.woocommerce-MyAccount-content form#add_payment_method .button {
display: none !important;
}.mec-owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}.mec-owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden;}.mec-owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.mec-owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}.mec-owl-carousel .owl-wrapper, .mec-owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);}.mec-owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.mec-owl-carousel .owl-item img{display:block;width:100%;}.mec-owl-carousel .owl-nav.disabled, .mec-owl-carousel .owl-dots.disabled{display:none;}.mec-owl-carousel .owl-nav .owl-prev, .mec-owl-carousel .owl-nav .owl-next, .mec-owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.mec-owl-carousel.owl-loaded{display:block;}.mec-owl-carousel.owl-loading{opacity:0;display:block;}.mec-owl-carousel.owl-hidden{opacity:0;}.mec-owl-carousel.owl-refresh .owl-item{visibility:hidden;}.mec-owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.mec-owl-carousel.owl-grab{cursor:move;cursor:grab;}.mec-owl-carousel.owl-rtl{direction:rtl;}.mec-owl-carousel.owl-rtl .owl-item{float:right;}.no-js .mec-owl-carousel{display:block;}.mec-owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both;}.mec-owl-carousel .owl-animated-in{z-index:0;}.mec-owl-carousel .owl-animated-out{z-index:1;}.mec-owl-carousel .fadeOut{animation-name:fadeOut;}@keyframes fadeOut {0%{opacity:1;}100% {opacity: 0;}}.owl-height{transition:height 500ms ease-in-out;}.mec-owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease;}.mec-owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d;}.mec-owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.mec-owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.mindfulnessassociation.net/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease;}.mec-owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3);}.mec-owl-carousel .owl-video-playing .owl-video-tn, .mec-owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}.mec-owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease;}.mec-owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%;}.mec-owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.mec-owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.mec-owl-theme .owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.mec-owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.mec-owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px}.mec-owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.mec-owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;background:transparent;width:10px;height:auto;margin:0 6px}.mec-owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.mec-owl-theme .owl-dots .owl-dot.active span,.mec-owl-theme .owl-dots .owl-dot:hover span{background:#869791}