.vidanya-multi-offer-popup[hidden],.vidanya-multi-offer-popup__dialog[hidden]{display:none!important}.vidanya-multi-offer-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;padding:24px;font-family:var(--font-body-family, sans-serif)}.vidanya-multi-offer-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(10,16,12,var(--vidanya-popup-overlay-opacity, .6));opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .25s ease}.vidanya-multi-offer-popup__dialog{position:relative;width:min(100%,var(--vidanya-popup-width, 460px),36vw,480px);max-height:calc(100dvh - 48px);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(255,255,255,.62);border-radius:var(--vidanya-offer-radius, 18px);background:var(--vidanya-offer-bg, #f4f8f4);box-shadow:0 28px 90px #051b0d4d;opacity:0;transform:translateY(18px) scale(.975);scrollbar-width:thin;scrollbar-color:rgba(47,93,58,.45) transparent;transition:opacity .25s ease,transform .25s ease}.vidanya-multi-offer-popup.is-open .vidanya-multi-offer-popup__overlay{opacity:1}.vidanya-multi-offer-popup.is-open .vidanya-multi-offer-popup__dialog.is-active{opacity:1;transform:none}.vidanya-multi-offer-popup__close{position:absolute;z-index:3;top:12px;right:12px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;color:#243126;background:#fffffff0;box-shadow:0 4px 18px #162d1b21;cursor:pointer;transition:transform .2s ease,background .2s ease}.vidanya-multi-offer-popup__close:hover{transform:rotate(5deg) scale(1.05);background:#fff}.vidanya-multi-offer-popup__close:focus-visible,.vidanya-multi-offer-popup__button:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px var(--vidanya-offer-heading, #2f5d3a)}.vidanya-multi-offer-popup__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.vidanya-multi-offer-popup__media{position:relative;width:100%;aspect-ratio:16 / 7;overflow:hidden;background:#dfe9d4}.vidanya-multi-offer-popup__media picture{display:block;width:100%;height:100%}.vidanya-multi-offer-popup__image{display:block;width:100%;height:100%;object-fit:var(--vidanya-offer-image-fit, cover);object-position:var(--vidanya-offer-image-position, center)}.vidanya-multi-offer-popup__media--placeholder{display:grid;place-items:center;isolation:isolate}.vidanya-multi-offer-popup__media--placeholder svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.vidanya-multi-offer-popup__media--placeholder span{position:relative;z-index:1;color:#2f5d3a;font-family:var(--font-heading-family, serif);font-size:clamp(28px,6vw,54px);letter-spacing:.02em;text-shadow:0 1px rgba(255,255,255,.8)}.vidanya-multi-offer-popup__content{position:relative;padding:15px 24px 17px;text-align:center;background:radial-gradient(circle at 0 50%,rgba(89,125,78,.08),transparent 29%),radial-gradient(circle at 100% 50%,rgba(89,125,78,.08),transparent 29%),var(--vidanya-offer-bg, #f4f8f4)}.vidanya-multi-offer-popup__badge{width:fit-content;margin:0 auto 8px;padding:4px 12px;border:1px solid color-mix(in srgb,var(--vidanya-offer-badge-text) 65%,transparent);border-radius:99px;color:var(--vidanya-offer-badge-text);background:var(--vidanya-offer-badge-bg);font-size:10px;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}.vidanya-multi-offer-popup__badge span{margin-right:8px}.vidanya-multi-offer-popup__heading{margin:0;color:var(--vidanya-offer-heading);font-family:var(--font-heading-family, serif);font-size:clamp(23px,2.4vw,30px);font-weight:var(--font-heading-weight, 600);line-height:1.08;letter-spacing:-.02em}.vidanya-multi-offer-popup__description{max-width:380px;margin:8px auto 0;color:var(--vidanya-offer-text);font-size:14px;line-height:1.35}.vidanya-multi-offer-popup__description p{margin:0}.vidanya-multi-offer-popup__button{display:flex;align-items:center;justify-content:center;gap:9px;width:min(100%,270px);min-height:42px;margin:12px auto 0;padding:8px 18px;border-radius:9px;color:var(--vidanya-offer-button-text);background:var(--vidanya-offer-button-bg);box-shadow:0 9px 24px color-mix(in srgb,var(--vidanya-offer-button-bg) 30%,transparent);font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s ease,filter .2s ease}.vidanya-multi-offer-popup__button:hover{color:#2f5d3a!important;transform:translateY(-2px);filter:brightness(.94)}.vidanya-multi-offer-popup__button:hover span{position:relative;z-index:1;color:#2f5d3a!important;-webkit-text-fill-color:#2f5d3a!important;opacity:1!important;visibility:visible!important}.vidanya-multi-offer-popup__button:hover svg{position:relative;z-index:1;color:#2f5d3a!important;stroke:#2f5d3a!important;opacity:1!important;visibility:visible!important}.vidanya-multi-offer-popup__button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vidanya-multi-offer-popup__note{display:flex;align-items:center;justify-content:center;gap:6px;margin:7px 0 0;color:var(--vidanya-offer-button-bg);font-size:11px}.vidanya-multi-offer-popup__note span{font-size:20px;line-height:1}html.vidanya-multi-offer-popup-lock,html.vidanya-multi-offer-popup-lock body{overflow:hidden!important}@media screen and (max-width:749px){.vidanya-multi-offer-popup{padding:16px}.vidanya-multi-offer-popup__dialog{width:min(86vw,390px);max-height:calc(100dvh - 32px);border-radius:min(var(--vidanya-offer-radius),18px)}.vidanya-multi-offer-popup__close{top:8px;right:8px;width:34px;height:34px}.vidanya-multi-offer-popup__close svg{width:18px;height:18px}.vidanya-multi-offer-popup__media{aspect-ratio:16 / 9}.vidanya-multi-offer-popup__content{padding:16px 16px 18px}.vidanya-multi-offer-popup__badge{margin-bottom:8px;padding:5px 12px;font-size:10px}.vidanya-multi-offer-popup__heading{font-size:clamp(23px,7vw,29px)}.vidanya-multi-offer-popup__description{margin-top:8px;font-size:14px;line-height:1.35}.vidanya-multi-offer-popup__button{width:100%;min-height:44px;margin-top:13px;padding:9px 16px;font-size:14px}.vidanya-multi-offer-popup__note{margin-top:8px;font-size:11px}}@media screen and (max-width:360px),screen and (max-height:620px){.vidanya-multi-offer-popup{padding:10px}.vidanya-multi-offer-popup__dialog{max-height:calc(100dvh - 20px)}.vidanya-multi-offer-popup__media{aspect-ratio:2 / 1}.vidanya-multi-offer-popup__content{padding:15px 16px 17px}.vidanya-multi-offer-popup__badge{margin-bottom:8px}.vidanya-multi-offer-popup__description{font-size:14px}.vidanya-multi-offer-popup__button{min-height:46px;margin-top:13px}}@media(prefers-reduced-motion:reduce){.vidanya-multi-offer-popup__overlay,.vidanya-multi-offer-popup__dialog,.vidanya-multi-offer-popup__close,.vidanya-multi-offer-popup__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/multi-offer-popup.css.map */
