.methode-popup-open-button{display:none;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:12px}.methode-popup-btn-icon{flex-shrink:0}.methode-popup-root[hidden]{display:none!important}.methode-popup-root.is-open{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;z-index:9999;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--methode-popup-edge-inset-top, 40px) 0 0;overflow:hidden;box-sizing:border-box;isolation:isolate}.methode-popup-root.is-open:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:none;background-color:rgb(var(--color-drawer-overlay, 34 27 27) / .8);pointer-events:none}.methode-popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:transparent}.methode-popup-dialog{position:relative;z-index:1;width:100%;flex:1 1 auto;min-height:0;height:auto;max-height:100%;display:flex;flex-direction:column;background:#faf8f5;overflow:hidden;border-radius:16px 16px 0 0;box-shadow:0 -12px 40px #00000059}.methode-popup-header{flex-shrink:0;padding:16px 16px 12px;background:#faf8f5}.methode-popup-timeline{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0 0 8px}.methode-popup-timeline__track{position:absolute;top:10px;left:12.5%;right:12.5%;height:3px;border-radius:999px;background:var(--methode-b-accent, #189383);z-index:0;overflow:hidden}.methode-popup-timeline__track-progress{display:none}.methode-popup-timeline__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;border:0;background:transparent;padding:0 4px;cursor:default;color:#8a8a8a;text-align:center}.methode-popup-timeline__item.is-clickable{cursor:pointer}.methode-popup-timeline__dot{width:22px;height:22px;border-radius:999px;border:2px solid var(--methode-b-accent, #189383);display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#8a8a8a}.methode-popup-timeline__number{font-size:11px;font-weight:700;line-height:1}.methode-popup-timeline__check{display:none;width:10px;height:10px}.methode-popup-timeline__item.is-complete .methode-popup-timeline__dot{background:var(--methode-b-accent, #189383);border-color:var(--methode-b-accent, #189383);color:#fff}.methode-popup-timeline__item.is-complete .methode-popup-timeline__number{display:none}.methode-popup-timeline__item.is-complete .methode-popup-timeline__check{display:block}.methode-popup-timeline__item.is-active .methode-popup-timeline__dot{background:#fff;border-color:var(--methode-b-accent, #189383);color:var(--methode-b-accent, #189383)}.methode-popup-timeline__item.is-upcoming .methode-popup-timeline__dot{background:#fff;border-color:var(--methode-b-accent, #189383);color:#8a8a8a}.methode-popup-timeline__label{font-size:11px;font-weight:400;line-height:1.15;color:#8a8a8a}.methode-popup-root .methode-b-choice--with-addon{padding-top:26px}.methode-popup-root .methode-b-benefits,.methode-popup-root .methode-b-benefit{color:var(--methode-b-accent, #189383)}.methode-popup-root .methode-b-no-addon__content{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}.methode-popup-root .methode-b-choice__badge-top{top:-14px;min-height:28px;padding:0 14px;border-radius:999px;background:var(--methode-b-accent, #189383);color:#fff;font-size:12px;font-weight:700}.methode-popup-root .methode-upsell-offers--b .methode-b-choice,.methode-popup-root .methode-choice-container--disabled{background:#fff}.methode-popup-root .methode-upsell-offers--b .methode-b-choice--with-addon.is-selected:not(.is-disabled),.methode-popup-root .methode-choice-container--enabled.is-selected:not(.is-disabled){border-color:var(--methode-b-border, #189383);background:#eefaf6}.methode-popup-root .methode-upsell-offers--b .methode-b-choice--with-addon.is-disabled,.methode-popup-root .methode-choice-container--enabled.is-disabled{border-color:var(--methode-b-no-addon-border, #d8d8d8);background:#fff}.methode-popup-root .methode-choice-container--disabled.is-selected,.methode-popup-root .methode-b-choice--no-addon.is-selected{border-color:var(--methode-b-accent, #189383);background:#eefaf6}.methode-popup-step-pill{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:4px 10px;border-radius:999px;background:#eaf8f3;color:#189383;font-size:12px;font-weight:700;letter-spacing:.02em;border:1px solid #cbede3}.methode-popup-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0 16px 16px;background:#faf8f5}.methode-popup-body:has(.methode-popup-step[data-methode-popup-step="3"]:not([hidden])){padding-bottom:4px}.methode-popup-step:not([hidden]){flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.methode-popup-step[data-methode-popup-step="3"]:not([hidden]){display:flex;flex-direction:column}.methode-popup-step[data-methode-popup-step="3"] .methode-popup-summary{display:flex;flex-direction:column;flex:1 1 auto;min-height:100%}.methode-popup-step[hidden]{display:none!important}.methode-popup-footer{display:flex;flex-direction:column;gap:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(0,0,0,.08);background:#faf8f5}.methode-popup-footer--with-back{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.methode-popup-back{width:44px;height:44px;border:0;border-radius:999px;background:#f2f2f2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.methode-popup-back[hidden]{display:none!important}.methode-popup-footer__actions{display:flex;flex-direction:column;gap:8px;min-width:0}.methode-popup-modify{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:1px solid #c8c8c8;border-radius:999px;background:#fff;color:#666;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer}.methode-popup-modify[hidden]{display:none!important}.methode-popup-cta{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px}.methode-popup-cta:disabled{opacity:.5;cursor:not-allowed}.methode-popup-availability-fomo{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 32px;padding:5px 10px;background:#d6fa00;color:#221b1b;font-size:12px;font-weight:700;text-align:center;border-radius:5px;width:fit-content}.methode-popup-availability-fomo__icon{flex-shrink:0;width:22px;height:22px}.methode-popup-availability-fomo__icon img{width:100%;height:100%;object-fit:contain}.methode-popup-summary__heading{margin:0 0 16px;font-size:17px;font-weight:700;line-height:1.25}.methode-popup-summary__visual{display:flex;justify-content:flex-start;gap:12px 20px;margin-bottom:20px}.methode-popup-summary-chip{display:flex;flex-direction:row;align-items:center;gap:10px;max-width:none;text-align:left}.methode-popup-summary-chip__media{width:30px;height:30px;flex-shrink:0;border-radius:999px;overflow:hidden;border:1px solid #cbede3;background:#f5f5f5;display:inline-flex;align-items:center;justify-content:center}.methode-popup-summary-chip__media img{width:100%;height:100%;object-fit:cover}.methode-popup-summary-chip__media--swatch{padding:0;border:2px solid #189383}.methode-popup-summary-swatch{display:block;width:100%;height:100%;border-radius:999px;background:#d9d9d9;background-position:center;background-repeat:no-repeat;background-size:cover}.methode-popup-summary-chip__label{font-size:12px;font-weight:600;line-height:1.25}.methode-popup-summary__lines{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.methode-popup-summary-prices{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:16px;row-gap:6px;align-items:center;margin-bottom:6px}.methode-popup-summary-prices .methode-popup-summary-line{display:contents}.methode-popup-summary-prices .methode-popup-summary-line strong{text-align:right;white-space:nowrap}.methode-popup-summary-saving-row{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:2px}.methode-popup-summary-line{display:flex;justify-content:space-between;gap:16px;font-size:15px}.methode-popup-summary-line strong{white-space:nowrap}.methode-popup-summary-line--shipping strong{color:#0f7f68;text-transform:uppercase}.methode-popup-summary__total-box{margin-bottom:0}.methode-popup-summary__total-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.methode-popup-summary__total-label{font-size:18px;font-weight:700}.methode-popup-summary__total-value{font-size:28px;font-weight:800;line-height:1.1;white-space:nowrap}.methode-popup-summary__renewal{display:block;margin-top:6px;font-size:13px;text-align:right;opacity:.7}.methode-popup-summary__renewal:empty{display:none}.methode-popup-summary__saving{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#189383;color:#fff;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.methode-popup-summary__saving:empty{display:none!important}.methode-popup-summary-saving-row:has([data-methode-popup-summary-saving]:empty){display:none!important}.methode-popup-summary-scalapay{width:100%;display:flex;justify-content:center;margin-top:auto;padding-top:24px;padding-bottom:0;overflow:hidden}.methode-popup-summary-scalapay.featured-scalapay .custom-scalapay{display:inline-flex;align-items:center;width:auto;max-width:100%;gap:6px;justify-content:center;text-align:center;margin:0;font-size:12px;white-space:nowrap}.methode-popup-summary-scalapay .custom-scalapay>div{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:4px;white-space:nowrap}.methode-popup-summary-scalapay .custom-scalapay-logos{display:inline-flex;align-items:center;flex-shrink:0;gap:4px}.methode-popup-summary-scalapay .custom-scalapay-logo{width:59px;height:11px}.methode-popup-summary-scalapay .custom-scalapay-info{width:8px;height:8px}.methode-popup-summary-scalapay .custom-scalapay-amount{font-size:12px}.methode-popup-cross-sells__heading{margin:0 0 16px;font-size:22px;font-weight:700;line-height:1.2}.methode-popup-cross-sells__subheading{margin:-8px 0 16px;font-size:14px;opacity:.75}.methode-popup-cross-sell-list{display:grid;gap:14px}.methode-popup-cross-sell{display:grid;grid-template-columns:108px minmax(0,1fr);gap:14px;align-items:start;padding:14px;border:1px solid #e8e8e8;border-radius:16px;background:#fff}.methode-popup-cross-sell.is-selected{border-color:#221b1b;box-shadow:none}.methode-popup-cross-sell__media{position:relative;width:108px;height:108px;border-radius:12px;overflow:hidden;background:#f5f5f5}.methode-popup-cross-sell__image{width:100%;height:100%;object-fit:cover}.methode-popup-cross-sell__badge{position:absolute;top:8px;left:8px;z-index:1;padding:4px 8px;border-radius:4px;background:#d6fa00;color:#221b1b;font-size:10px;font-weight:700;line-height:1.1}.methode-popup-cross-sell__content{display:flex;flex-direction:column;gap:10px;min-width:0}.methode-popup-cross-sell__headline{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.methode-popup-cross-sell__title{font-size:15px;font-weight:700;line-height:1.2}.methode-popup-cross-sell__price{flex-shrink:0;font-size:15px;font-weight:700;line-height:1.2}.methode-popup-cross-sell__swatches{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.methode-popup-cross-sell__swatch{width:22px;height:22px;padding:0;border:1px solid #d9d9d9;border-radius:999px;background-image:none;background-position:center;background-repeat:no-repeat;background-size:cover;cursor:pointer}.methode-popup-cross-sell__swatch.is-unavailable{opacity:.35;cursor:not-allowed}.methode-popup-cross-sell__swatch.is-active{border-color:#221b1b;box-shadow:0 0 0 1px #221b1b}.methode-popup-cross-sell__toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #221b1b;background:#fff;color:#221b1b;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer}.methode-popup-cross-sell.is-selected .methode-popup-cross-sell__toggle{background:#221b1b;color:#fff}.methode-popup-error{margin:0 0 12px;padding:10px 12px;border-radius:8px;background:#fdecec;color:#a40000;font-size:13px}.methode-popup-error:empty,.methode-popup-error[hidden]{display:none!important}body.methode-popup-open{overflow:hidden}body.methode-popup-open .crisp-client{display:none!important}.methode-popup-root .methode-choice-radio{appearance:none;-webkit-appearance:none;border-radius:999px;cursor:pointer;position:relative}.methode-popup-root .methode-choice-radio:checked{border-color:var(--methode-b-accent, #189383)!important;background:var(--methode-b-accent, #189383)!important}.methode-popup-root .methode-choice-radio:checked:after{content:"";position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:6px;height:6px;border-radius:999px;background:#fff;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.methode-popup-timeline__label{font-size:10px}.methode-popup-timeline__dot{width:20px;height:20px}.methode-popup-timeline__number{font-size:10px}.methode-popup-timeline__track{top:9px}}@media screen and (min-width:768px){.methode-popup-root.is-open{display:flex;align-items:center;justify-content:center;top:0;height:100dvh;padding:var(--methode-popup-edge-inset-top, 40px) 24px var(--methode-popup-edge-inset-bottom, 24px);z-index:9999;--methode-popup-sticky-offset: 0px}.methode-popup-dialog{width:min(100%,700px);max-width:700px;flex:0 1 auto;height:auto;max-height:min(700px,100%);border-radius:16px;box-shadow:0 24px 48px #00000059}}
/*# sourceMappingURL=/cdn/shop/t/83/assets/methode-popup.css.map */
