.popup-banner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-banner{position:relative;background:rgb(var(--color-background));border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-banner__close{position:absolute;top:16px;right:16px;background:rgba(var(--color-foreground),.05);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:rgba(var(--color-foreground),.7)}.popup-banner__close:hover{background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),1);transform:rotate(90deg)}.popup-banner__close svg{width:20px;height:20px}.popup-banner__content{padding:40px;text-align:center}.popup-banner__media{margin-bottom:24px}.popup-banner__image img{width:100%;max-width:400px;height:auto;border-radius:8px;margin:0 auto;display:block}.popup-banner__video video{width:100%;max-width:500px;height:auto;border-radius:8px;margin:0 auto;display:block;background:#000}.popup-banner__video video::-webkit-media-controls-panel{background-color:#000c}.popup-banner__video video::-webkit-media-controls-play-button,.popup-banner__video video::-webkit-media-controls-volume-slider{filter:brightness(1.2)}.popup-banner__text{max-width:450px;margin:0 auto}.popup-banner__heading{font-size:2rem;font-weight:600;margin:0 0 12px;line-height:1.2;font-family:var(--font-heading-family);color:rgb(var(--color-foreground))}.popup-banner__subheading{font-size:1.25rem;margin:0 0 16px;color:rgba(var(--color-foreground),.8);font-weight:500}.popup-banner__description{font-size:1rem;line-height:1.6;margin:0 0 24px;color:rgba(var(--color-foreground),.7)}.popup-banner__description p{margin:0 0 12px}.popup-banner__description p:last-child{margin-bottom:0}.popup-banner__form{display:flex;gap:12px;margin-bottom:20px;flex-direction:column}.popup-banner__input{flex:1;padding:14px 18px;border:1px solid rgba(var(--color-foreground),.2);border-radius:6px;font-size:1rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:all .2s ease;font-family:var(--font-body-family)}.popup-banner__input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.1)}.popup-banner__input::placeholder{color:rgba(var(--color-foreground),.4)}.popup-banner__button{padding:14px 32px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center;font-family:var(--font-body-family)}.popup-banner__button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--color-button),.3)}.popup-banner__discount{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:rgba(var(--color-foreground),.05);border-radius:8px;margin-top:20px}.popup-banner__discount-label{font-size:.95rem;color:rgba(var(--color-foreground),.7);font-weight:500}.popup-banner__discount-code{font-size:1.1rem;font-weight:700;color:rgb(var(--color-foreground));background:rgb(var(--color-background));padding:8px 16px;border-radius:6px;border:2px dashed rgba(var(--color-foreground),.3);font-family:Courier New,monospace;letter-spacing:1px}@media screen and (max-width: 749px){.popup-banner-overlay{padding:10px}.popup-banner{border-radius:8px}.popup-banner__content{padding:30px 24px}.popup-banner__close{top:12px;right:12px;width:36px;height:36px}.popup-banner__close svg{width:18px;height:18px}.popup-banner__heading{font-size:1.5rem}.popup-banner__subheading{font-size:1.1rem}.popup-banner__description{font-size:.95rem}.popup-banner__form{gap:10px}.popup-banner__input{padding:12px 16px;font-size:.95rem}.popup-banner__button{padding:12px 24px;font-size:.95rem}.popup-banner__discount{flex-direction:column;gap:8px;padding:14px}.popup-banner__discount-code{font-size:1rem;padding:6px 12px}.popup-banner__video video{max-width:100%;border-radius:4px}}@media screen and (min-width: 750px){.popup-banner__form{flex-direction:row}}
/*# sourceMappingURL=/cdn/shop/t/205/assets/popup-banner.css.map */
