.shopify-section:has(>.popup-cards){overflow:hidden}.popup-cards{display:flex;flex-direction:column}.popup-cards__layout{display:flex;flex-direction:column;gap:24px}.popup-cards__heading{width:100%}.popup-cards__heading .heading-title,.popup-cards__heading .heading-text{color:var(--color-text)}.popup-cards__heading .heading-title{font-weight:700;line-height:1.1}.popup-cards__heading .heading-text{font-size:20px;font-weight:600;line-height:1.25}@media screen and (min-width:1024px){.popup-cards__layout:has(.popup-cards__heading){flex-direction:row;align-items:center;gap:40px}.popup-cards__layout:has(.popup-cards__heading) .popup-cards__heading{flex:0 0 35%;max-width:var(--heading-max-width, 460px)}.popup-cards__heading .heading-title{font-size:50px;line-height:55px}.popup-cards__heading .heading-text{font-size:26px}}.popup-cards__grid{display:grid;grid-template-columns:repeat(var(--popup-cards-cols-mb, 1),minmax(0,1fr));gap:var(--popup-cards-gap-mb, 14px);width:100%;min-width:0}.popup-cards__grid.slider{display:flex;align-items:stretch;overflow:auto;scroll-snap-type:x mandatory;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.popup-cards__grid.slider::-webkit-scrollbar{display:none}.popup-cards__grid.slider .popup-cards__slide{scroll-snap-align:start;flex-shrink:0}@media screen and (max-width:539px){.popup-cards--edge .popup-cards__grid.slider{margin-inline:calc(-1 * var(--section-inline-spacing, 20px));width:calc(100% + 2 * var(--section-inline-spacing, 20px));padding-inline:var(--section-inline-spacing, 20px);scroll-padding-inline:var(--section-inline-spacing, 20px)}.popup-cards__grid.slider .popup-cards__slide{width:calc(100% / var(--popup-cards-cols-slider-mb, 1) - var(--popup-cards-gap-mb, 14px));min-width:210px}.popup-cards--edge .popup-cards__grid.slider .popup-cards__slide{width:calc(100vw / var(--popup-cards-cols-slider-mb, 1) - 40px)}}@media screen and (min-width:540px)and (max-width:1023px){.popup-cards__grid{grid-template-columns:repeat(var(--popup-cards-cols-tb, 2),minmax(0,1fr));gap:var(--popup-cards-gap-tb, 14px)}.popup-cards--edge .popup-cards__grid.slider{--section-inline-spacing: 32px;margin-inline:calc(-1 * var(--section-inline-spacing));width:calc(100% + 2 * var(--section-inline-spacing));padding-inline:var(--section-inline-spacing);scroll-padding-inline:var(--section-inline-spacing)}.popup-cards__grid.slider .popup-cards__slide{width:calc(100% / var(--popup-cards-cols-slider-tb, 1) - var(--popup-cards-gap-tb, 14px));min-width:210px}.popup-cards--edge .popup-cards__grid.slider .popup-cards__slide{width:calc(100vw / var(--popup-cards-cols-slider-tb, 1) - 64px)}}@media screen and (min-width:1024px){.popup-cards__grid{grid-template-columns:repeat(var(--popup-cards-cols, 3),minmax(0,1fr));gap:var(--popup-cards-gap, 20px)}.popup-cards__layout:has(.popup-cards__heading) .popup-cards__grid{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:var(--popup-cards-gap, 20px)}.popup-cards__layout:has(.popup-cards__heading) .popup-cards__grid>*{flex:1 1 0;min-width:0}.popup-cards__grid.slider:not([data-slider-desktop]){display:flex;overflow:visible;scroll-snap-type:none;margin-inline:0;padding-inline:0}.popup-cards__grid.slider:not([data-slider-desktop]) .popup-cards__slide{width:auto;min-width:0;flex:1 1 0}}.popup-cards__slide{display:flex;min-width:0}.popup-cards__slide .popup-cards__card{flex:1}.popup-cards__card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:var(--popup-cards-card-padding-mb, 16px);border:0;border-radius:var(--popup-cards-card-radius, 20px);background:var(--popup-cards-card-bg, #ffffff);color:var(--popup-cards-card-text, inherit);box-shadow:var(--popup-cards-card-shadow, none);text-align:left;font:inherit}@media screen and (min-width:768px)and (max-width:1023px),(min-width:1280px){.popup-cards__card{min-height:var(--popup-cards-card-min-height, 247px);padding:var(--popup-cards-card-padding, 20px)}}.popup-cards__card--interactive{cursor:pointer;transition:filter .2s ease,box-shadow .2s ease}.popup-cards__card--interactive:hover{filter:brightness(1.1);box-shadow:inset 0 0 0 2px #ffffff73}.popup-cards__card--interactive:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--color-accent, #15ffab)}.popup-cards__card-icon{width:var(--popup-cards-icon-size-mb, 40px);line-height:0}.popup-cards__card-icon img{width:100%;height:auto;object-fit:contain}@media screen and (min-width:1024px){.popup-cards__card-icon{width:var(--popup-cards-icon-size, 48px)}}.popup-cards__card-content{display:flex;flex:1;flex-direction:column;gap:8px;width:100%}.popup-cards__card-date{margin:0;color:var(--popup-cards-card-text, inherit);font-size:var(--popup-cards-date-size-mb, 14px);font-weight:400;line-height:1}.popup-cards__card-title{max-width:var(--popup-cards-card-title-max-width, unset);color:var(--popup-cards-card-title, inherit);font-size:var(--popup-cards-title-size-mb, 22px);font-weight:var(--popup-cards-title-weight, 800);line-height:1.1}.popup-cards__card-text{color:var(--popup-cards-card-text, inherit);font-size:var(--popup-cards-text-size-mb, 16px);font-weight:var(--popup-cards-text-weight, 500);line-height:1.35}.popup-cards__card-text p{margin:0}.popup-cards__card-meta{margin:auto 0 0;color:var(--popup-cards-card-text, inherit);font-size:var(--popup-cards-meta-size-mb, 16px);font-weight:400;line-height:1}@media screen and (min-width:768px)and (max-width:1023px),(min-width:1280px){.popup-cards__card-date{font-size:var(--popup-cards-date-size, 16px)}.popup-cards__card-title{font-size:var(--popup-cards-title-size, 26px)}.popup-cards__card-text{font-size:var(--popup-cards-text-size, 18px)}.popup-cards__card-meta{font-size:var(--popup-cards-meta-size, 18px)}}.popup-cards__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999999;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box}@media(min-width:540px){.popup-cards__dialog{padding:20px}}.popup-cards__dialog[hidden]{display:none}.popup-cards__dialog-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;opacity:0;transition:opacity .3s ease}.popup-cards__dialog.is-open .popup-cards__dialog-overlay{opacity:1}.popup-cards__dialog-panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:905px;max-height:calc(100vh - 40px);overflow:hidden;border-radius:20px;background:var(--popup-cards-dialog-bg, #1c3c5d);color:#fff;opacity:0;transform:scale(.96);transition:opacity .32s ease,transform .32s ease}.popup-cards__dialog.is-open .popup-cards__dialog-panel{opacity:1;transform:scale(1)}.popup-cards__dialog-close{position:absolute;top:16px;right:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#f0f0f0;color:#212529;box-shadow:0 4px 3px #0000001a,0 2px 2px #0000001a;cursor:pointer}.popup-cards__dialog-close:hover{background:#fff}.popup-cards__dialog-close svg{width:20px;height:20px}@media screen and (min-width:1024px){.popup-cards__dialog{padding:30px 20px}.popup-cards__dialog-close{top:40px;right:40px;width:50px;height:50px}.popup-cards__dialog-close svg{width:28px;height:28px}}.popup-cards__dialog-body{display:flex;flex-direction:column;gap:28px;max-height:inherit;padding:56px 20px 28px;overflow-y:auto;overscroll-behavior:contain}@media screen and (min-width:1024px){.popup-cards__dialog-body{flex-direction:row;align-items:flex-start;gap:40px;min-height:570px;padding:126px 60px 60px;box-sizing:border-box}}.popup-cards__dialog-copy{gap:16px;flex-shrink:0}@media screen and (min-width:1024px){.popup-cards__dialog-copy{flex:0 0 323px;max-width:323px;gap:20px}}.popup-cards__dialog-eyebrow{margin:0;color:#fff;font-size:18px;font-weight:700;line-height:1}@media screen and (min-width:1024px){.popup-cards__dialog-eyebrow{font-size:20px}}.popup-cards__dialog-title{margin:0;padding-right:40px;color:#f6f7f7;font-size:28px;font-weight:700;line-height:1.15}@media screen and (min-width:1024px){.popup-cards__dialog-title{padding-right:0;font-size:40px}}.popup-cards__dialog-text{color:#fff;font-size:18px;font-weight:400;line-height:1.45}@media screen and (min-width:1024px){.popup-cards__dialog-text{font-size:22px}}.popup-cards__dialog-text p{margin:0}.popup-cards__benefits{display:flex;flex:1;flex-direction:column;gap:16px;width:100%}@media screen and (min-width:1024px){.popup-cards__benefits{align-items:flex-end;gap:20px;margin-left:auto}}.popup-cards__benefit{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:100%;max-width:380px}.popup-cards__benefit-stat{display:inline-flex;align-items:flex-end;gap:3px;color:#fff;line-height:1;white-space:nowrap}.popup-cards__benefit-number{font-size:40px;font-weight:800;letter-spacing:-.01em;line-height:.8}.popup-cards__benefit-symbol{font-size:40px;font-weight:800;line-height:.8}@media screen and (min-width:1024px){.popup-cards__benefit-number,.popup-cards__benefit-symbol{font-size:50px}}.popup-cards__benefit-text{color:#fff;font-size:18px;font-weight:700;line-height:1.2}@media screen and (min-width:1024px){.popup-cards__benefit-text{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/474/assets/popup-cards.css.map */
