.rb-discount-trigger{position:fixed;bottom:20px;left:20px;z-index:90;width:110px;height:110px;border-radius:50%;background:#f0ff98;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:3px solid #E30DCD;padding:0;box-shadow:0 4px 16px #0000001f;transition:transform .2s ease,box-shadow .2s ease,opacity .3s ease;animation:rb-discount-pop-in .4s ease-out}.rb-discount-trigger:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000029}.rb-discount-trigger[hidden]{display:none}.rb-discount-trigger__text{font-family:var(--rb-font-body, "Poppins", sans-serif);font-weight:800;font-size:1.5rem;line-height:1.2;color:#1a1a1a;text-align:center;pointer-events:none}.rb-discount-trigger__text span{display:block;font-size:1.8rem}.rb-discount-trigger__close{position:absolute;top:-4px;right:-4px;width:26px;height:26px;border-radius:50%;background:#555;color:#fff;border:2px solid #fff;font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .15s ease}.rb-discount-trigger__close:hover{background:#333}.rb-discount-trigger:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:#f0ff98;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.4}@keyframes rb-discount-pop-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.rb-discount-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.rb-discount-modal.is-open{opacity:1;visibility:visible}.rb-discount-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.rb-discount-modal__panel{position:relative;background:#fff;border-radius:20px;overflow:hidden;max-width:720px;width:calc(100% - 32px);box-shadow:0 8px 32px #00000026;transform:translateY(20px) scale(.95);transition:transform .25s ease;display:grid;grid-template-columns:1fr 1.3fr}.rb-discount-modal.is-open .rb-discount-modal__panel{transform:translateY(0) scale(1)}.rb-discount-modal__image-col{position:relative;overflow:hidden;min-height:360px}.rb-discount-modal__image-col img{width:100%;height:100%;object-fit:cover;display:block}.rb-discount-modal__content-col{padding:40px 32px;display:flex;flex-direction:column;justify-content:center;text-align:center}.rb-discount-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffd9;border:none;font-size:2rem;line-height:1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background-color .15s ease;z-index:2}.rb-discount-modal__close:hover{color:#333;background:#fff}.rb-discount-modal__heading{font-family:var(--rb-font-heading, "Coaster", cursive, sans-serif);font-size:3.2rem;color:var(--rb-pink, #e10fca);margin:0 0 8px;line-height:1.1}.rb-discount-modal__subtext{font-family:var(--rb-font-body, "Poppins", sans-serif);font-size:1.4rem;color:#555;margin:0 0 24px;line-height:1.5}.rb-discount-modal .newsletter-form{display:flex;flex-direction:column;gap:12px}.rb-discount-modal__input{width:100%;padding:14px 16px;border:2px solid #ddd;border-radius:var(--rb-btn-radius, 5rem);font-family:var(--rb-font-body, "Poppins", sans-serif);font-size:1.5rem;outline:none;transition:border-color .15s ease;text-align:center}.rb-discount-modal__input:focus{border-color:var(--rb-pink, #e10fca)}.rb-discount-modal__input::placeholder{color:#aaa}.rb-discount-modal__submit{display:inline-flex;align-items:center;justify-content:center;background:var(--rb-gradient-btn, linear-gradient(to right, #e10fca, #f8b7f9));color:#fff;font-family:var(--rb-font-body, "Poppins", sans-serif);font-weight:700;font-size:1.6rem;padding:14px 32px;border:none;border-radius:var(--rb-btn-radius, 5rem);cursor:pointer;box-shadow:var(--rb-btn-shadow, 0 4px 12px rgba(225, 15, 202, .3));transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;line-height:1;width:100%}.rb-discount-modal__submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #e10fca66;opacity:.95}.rb-discount-modal__submit:active{transform:translateY(0)}.rb-discount-modal__opt-in{margin:-4px 0 0}.rb-discount-modal__checkbox-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-family:var(--rb-font-body, "Poppins", sans-serif);font-size:1.2rem;color:#666;line-height:1.4;text-align:left}.rb-discount-modal__checkbox{width:1.6rem;height:1.6rem;min-width:1.6rem;margin-top:.1rem;accent-color:var(--rb-pink, #e10fca);cursor:pointer}.rb-discount-modal__checkbox-text{-webkit-user-select:none;user-select:none}.rb-discount-modal__error{color:#d32f2f;font-family:var(--rb-font-body, "Poppins", sans-serif);font-size:1.3rem;margin-top:4px;min-height:0;transition:min-height .2s ease}.rb-discount-modal__error:not(:empty){min-height:2em}.rb-discount-modal__success{text-align:center}.rb-discount-modal__success-heading{font-family:var(--rb-font-heading, "Coaster", cursive, sans-serif);font-size:2.4rem;color:var(--rb-pink, #e10fca);margin:0 0 8px}.rb-discount-modal__success-text{font-size:1.4rem;color:#555;margin:0 0 16px;line-height:1.5}.rb-discount-modal__code-box{display:inline-block;background:#f5f5f5;border:2px dashed var(--rb-pink, #e10fca);border-radius:12px;padding:12px 24px;font-family:var(--rb-font-body, "Poppins", sans-serif);font-size:2.2rem;font-weight:800;color:var(--rb-pink, #e10fca);letter-spacing:.15em;margin-bottom:12px}.rb-discount-modal__success-note{font-size:1.2rem;color:#888;margin:0}@media screen and (max-width:749px){.rb-discount-trigger{width:90px;height:90px;bottom:16px;left:16px}.rb-discount-trigger:before{width:110px;height:110px}.rb-discount-trigger__text{font-size:1.2rem}.rb-discount-trigger__text span{font-size:1.5rem}.rb-discount-trigger__close{width:22px;height:22px;font-size:1.1rem}.rb-discount-modal__panel{grid-template-columns:1fr;max-width:400px}.rb-discount-modal__image-col{min-height:180px;max-height:220px}.rb-discount-modal__content-col{padding:28px 24px}.rb-discount-modal__heading{font-size:2.6rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/discount-popup.css.map */
