.welcome-popup-section{height:0;margin:0;padding:0;overflow:visible}.welcome-popup{position:fixed;top:0;right:0;bottom:0;left:0;width:min(1120px,calc(100vw - 40px));height:fit-content;max-width:min(1120px,calc(100vw - 40px));max-height:calc(100dvh - 20px);margin:auto;padding:36px 0 0;border:none;background:transparent;z-index:10000;overflow:hidden;box-shadow:none}.welcome-popup:focus{outline:none}.welcome-popup:not([open]){display:none}.welcome-popup[open]{display:flex;flex-direction:column;min-height:0;animation:welcome-popup-in .5s cubic-bezier(.22,1,.36,1) both}.welcome-popup[open].welcome-popup--closing{animation:welcome-popup-out .28s ease both}.welcome-popup::backdrop{background:#00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.welcome-popup[open]::backdrop{animation:welcome-popup-backdrop-in .4s ease both}.welcome-popup[open].welcome-popup--closing::backdrop{animation:welcome-popup-backdrop-out .28s ease both}@keyframes welcome-popup-in{0%{opacity:0;transform:translate3d(0,28px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes welcome-popup-out{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,16px,0) scale(.98)}}@keyframes welcome-popup-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes welcome-popup-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes welcome-popup-card-in{0%{opacity:0}to{opacity:1}}.welcome-popup__inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto minmax(min-content,1fr);column-gap:25px;align-items:stretch;flex:1 1 auto;width:100%;min-height:0;max-height:calc(100dvh - 40px);padding:25px;box-sizing:border-box;background:var(--welcome-popup-bg, #c51718);box-shadow:0 24px 64px #00000047;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.welcome-popup__card{display:grid;grid-template-rows:subgrid;grid-row:span 2;min-width:0;background:#fff}.welcome-popup[open] .welcome-popup__card{animation:welcome-popup-card-in .5s cubic-bezier(.22,1,.36,1) both}.welcome-popup[open] .welcome-popup__card:nth-child(2){animation-delay:.08s}.welcome-popup[open].welcome-popup--closing .welcome-popup__card{animation:none;opacity:1}.welcome-popup__media{position:relative;flex:0 0 auto;width:100%;overflow:hidden}.welcome-popup__media--small{height:19.4rem}.welcome-popup__media--medium{height:29.6rem}.welcome-popup__media--large{height:43.5rem}.welcome-popup__media--placeholder.welcome-popup__media--adapt{height:20rem}@media screen and (min-width:750px){.welcome-popup__media--small{height:31.4rem}.welcome-popup__media--medium{height:46rem}.welcome-popup__media--large{height:69.5rem}.welcome-popup__media--placeholder.welcome-popup__media--adapt{height:30rem}}.welcome-popup__media.media>.welcome-popup__logo{width:auto;height:auto;top:50%;left:50%}.welcome-popup__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}.welcome-popup__logo img{display:block;width:auto;height:auto;max-width:182px;max-height:80px;object-fit:contain}.welcome-popup__content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px;text-align:center;min-height:100%;height:100%;box-sizing:border-box;font-family:Be Vietnam Pro,sans-serif;background:#c51718}.welcome-popup__copy{display:flex;flex-direction:column;align-items:center;width:100%;gap:8px;margin-bottom:24px;color:#fff}.welcome-popup__content>.custom-btn{margin-top:auto;flex:0 0 auto}.welcome-popup__heading{margin:0;font-family:Acier BAT Display Solid,sans-serif;font-size:28px;font-weight:400;line-height:normal;text-transform:uppercase;color:#fff}.welcome-popup__text{margin:0;max-width:45rem;font-family:Be Vietnam Pro,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#fff}.welcome-popup__line{margin:0;max-width:44rem;font-family:Be Vietnam Pro,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#fff;letter-spacing:0rem}.welcome-popup .custom-btn{font-family:Be Vietnam Pro,sans-serif;height:48px;min-height:48px;line-height:1.25;padding:12px 24px;display:inline-flex;align-items:center;justify-content:center;text-align:center;max-width:100%;box-sizing:border-box;white-space:normal;color:#c51718;background:#fff;font-size:14px}.welcome-popup .custom-btn span{font-family:Be Vietnam Pro,sans-serif;line-height:1.25;white-space:normal;text-align:center;color:#c51718}.welcome-popup__close{position:absolute;top:0;right:0;width:28px;height:28px;padding:0;margin:0;border:none;border-radius:0;background:#c51718;color:#fff;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;appearance:none;-webkit-appearance:none;box-shadow:none}.welcome-popup__close .svg-wrapper,.welcome-popup__close svg{width:1.4rem;height:1.4rem;display:block;color:inherit}.welcome-popup__close:hover{background:#c51718;color:#fff;opacity:.92}.welcome-popup__close:focus{outline:none}.welcome-popup__close:focus-visible{outline:2px solid #ffffff;outline-offset:3px}body.welcome-popup-open{overflow:hidden}body.welcome-popup-open .shopify-section:not(.welcome-popup-section){filter:blur(10px);transition:filter .4s ease}@media screen and (max-width:990px){.welcome-popup .custom-btn{padding:12px 16px;font-size:16px}}@media screen and (max-width:768px){.welcome-popup{width:calc(100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px);padding-top:25px}.welcome-popup__inner{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;padding:20px;height:auto;max-height:calc(100dvh - 40px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.welcome-popup__card{display:flex;flex-direction:column;grid-row:auto;flex:0 0 auto;width:100%;min-height:auto}.welcome-popup__media.media--adapt{padding-bottom:var(--welcome-popup-own-ratio, 56.25%)!important}.welcome-popup__card:nth-child(1){order:2}.welcome-popup__card:nth-child(2){order:1}.welcome-popup__content{padding:20px}.welcome-popup__copy{margin-bottom:20px}.welcome-popup .custom-btn{width:100%}.welcome-popup__heading{font-size:24px;line-height:32px}.welcome-popup__text{max-width:none}.welcome-popup__logo img{max-width:140px;max-height:64px}.welcome-popup__close{top:0;right:0;width:20px;height:20px}.welcome-popup__close .svg-wrapper,.welcome-popup__close svg{width:1.3rem;height:1.2rem}}@media screen and (max-width:768px)and (max-height:700px){.welcome-popup__content{padding:16px}.welcome-popup__copy{margin-bottom:16px}.welcome-popup__heading{font-size:20px;line-height:26px}.welcome-popup__text{font-size:14px;line-height:18px}}@media(prefers-reduced-motion:reduce){.welcome-popup[open],.welcome-popup[open].welcome-popup--closing,.welcome-popup[open]::backdrop,.welcome-popup[open].welcome-popup--closing::backdrop,.welcome-popup[open] .welcome-popup__card,body.welcome-popup-open .shopify-section:not(.welcome-popup-section){animation:none;transition:none;transform:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-welcome-popup.css.map */
