.fbt-offers{--fbt-of-bar-bg: #1d1d1d;--fbt-of-panel-bg: #1d1d1d;--fbt-of-text: #ffffff;--fbt-of-muted: #6f6f6f;--fbt-of-pill-bg: #00ff9e;--fbt-of-pill-text: #011f06;--fbt-of-accent: #10ffa4;--fbt-of-icon: #10ffa4;--fbt-of-code-border: rgba(255, 255, 255, .35);--fbt-of-divider: rgba(255, 255, 255, .1);font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.fbt-offers,.fbt-offers *,.fbt-offers *:before,.fbt-offers *:after{box-sizing:border-box}.fbt-offers__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:61px;margin:0;padding:0 15px 0 19px;border:0;border-radius:12px;background:var(--fbt-of-bar-bg);color:var(--fbt-of-text);font-family:inherit;text-align:left;cursor:pointer;text-decoration:none}.fbt-offers__bar-left{display:inline-flex;align-items:center;gap:10px;font-size:15px;text-transform:capitalize;color:var(--fbt-of-text)}.fbt-offers__bar-icon{display:inline-flex;width:18px;height:18px;color:var(--fbt-of-icon)}.fbt-offers__bar-icon svg{width:100%;height:100%;fill:currentColor}.fbt-offers__bar-right{display:inline-flex;align-items:center;gap:18px}.fbt-offers__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:var(--fbt-of-pill-bg);color:var(--fbt-of-pill-text);font-size:12px;font-weight:500;line-height:1;white-space:nowrap}.fbt-offers__pill-icon{display:inline-flex;width:12px;height:12px;color:var(--fbt-of-pill-text)}.fbt-offers__pill-icon svg{width:100%;height:100%;fill:currentColor}.fbt-offers__chevron{display:inline-flex;width:12px;height:12px;color:var(--fbt-of-icon);transition:transform .2s ease}.fbt-offers__chevron svg{width:100%;height:100%;fill:currentColor}.fbt-offers.is-open .fbt-offers__chevron{transform:rotate(180deg)}.fbt-offers__panel{margin-top:8px;padding:18px 20px;border-radius:12px;background:var(--fbt-of-panel-bg)}.fbt-offers__panel[hidden]{display:none}.fbt-offers__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:6px 0}.fbt-offers__divider{height:0;margin:12px 0;border:0;border-top:1px solid var(--fbt-of-divider)}.fbt-offers__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.fbt-offers__title{margin:0;font-size:13px;font-weight:500;line-height:20px;color:var(--fbt-of-text)}.fbt-offers__terms{margin:0;font-size:8px;font-weight:300;line-height:20px;color:var(--fbt-of-muted)}.fbt-offers__terms--link{align-self:flex-start;margin:-7px 0;padding:7px 0;border:0;background:none;font-family:inherit;text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.fbt-offers__terms--link:hover{color:var(--fbt-of-text)}.fbt-offers__terms--link:focus-visible{outline:2px solid var(--fbt-of-accent);outline-offset:2px;border-radius:2px}.fbt-offers__code-wrap{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:100px;min-height:72px;margin:-8px -10px;padding:8px 10px;border:0;border-radius:10px;background:transparent;font-family:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.fbt-offers__code-wrap:active{opacity:.75}.fbt-offers__code-wrap:focus-visible{outline:2px solid var(--fbt-of-accent);outline-offset:-2px}.fbt-offers__code{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:40px;padding:9px;border:1px dashed var(--fbt-of-code-border);border-color:transparent;border-radius:5px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' fill='none'%3E%3Crect x='0' y='0' width='100%25' height='100%25' rx='5' ry='5' stroke='%23ffffff' stroke-opacity='0.35' stroke-width='2' stroke-dasharray='9 9'/%3E%3C/svg%3E");background-origin:border-box;background-clip:border-box;background-repeat:no-repeat;color:var(--fbt-of-text);font-family:inherit;font-size:13px;font-weight:500;line-height:20px;letter-spacing:.3px;white-space:nowrap}.fbt-offers__hint{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:300;line-height:14px;color:var(--fbt-of-text)}.fbt-offers__hint-check{display:none;width:10px;height:10px}.fbt-offers__hint-check svg{width:100%;height:100%}.fbt-offers__code-wrap.is-copied .fbt-offers__hint{color:var(--fbt-of-accent)}.fbt-offers__code-wrap.is-copied .fbt-offers__hint-check{display:inline-flex;color:var(--fbt-of-accent)}.fbt-offers-modal{--fbt-tc-bg: #1d1d1d;--fbt-tc-text: #ffffff;--fbt-tc-muted: #a1a1a1;--fbt-tc-accent: #10ffa4;--fbt-tc-divider: rgba(255, 255, 255, .12);position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.fbt-offers-modal[hidden]{display:none}.fbt-offers-modal,.fbt-offers-modal *,.fbt-offers-modal *:before,.fbt-offers-modal *:after{box-sizing:border-box}.fbt-offers-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .2s ease}.fbt-offers-modal.is-open .fbt-offers-modal__backdrop{opacity:1}.fbt-offers-modal__dialog{position:relative;width:100%;max-width:480px;max-height:min(80vh,560px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 22px;border-radius:14px;background:var(--fbt-tc-bg);color:var(--fbt-tc-text);opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.fbt-offers-modal.is-open .fbt-offers-modal__dialog{opacity:1;transform:none}.fbt-offers-modal__close{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#ffffff14;color:var(--fbt-tc-text);cursor:pointer}.fbt-offers-modal__close svg{width:12px;height:12px;fill:none}.fbt-offers-modal__close:hover{background:#ffffff29}.fbt-offers-modal__close:focus-visible{outline:2px solid var(--fbt-tc-accent);outline-offset:2px}.fbt-offers-modal__heading{margin:0;padding-right:40px;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0;text-transform:none;color:var(--fbt-tc-text)}.fbt-offers-modal__offer{margin:6px 0 0;padding-right:40px;font-size:13px;font-weight:400;line-height:20px;color:var(--fbt-tc-accent)}.fbt-offers-modal__offer[hidden]{display:none}.fbt-offers-modal__body{margin-top:14px;padding-top:14px;border-top:1px solid var(--fbt-tc-divider);font-size:13px;font-weight:300;line-height:20px;color:var(--fbt-tc-muted)}.fbt-offers-modal__body>*:first-child{margin-top:0}.fbt-offers-modal__body>*:last-child{margin-bottom:0}.fbt-offers-modal__body p{margin:0 0 10px}.fbt-offers-modal__body ul,.fbt-offers-modal__body ol{margin:0 0 10px;padding-left:18px}.fbt-offers-modal__body li{margin-bottom:6px}.fbt-offers-modal__body a{color:var(--fbt-tc-accent)}.fbt-offers-modal__body strong{color:var(--fbt-tc-text);font-weight:500}@media(prefers-reduced-motion:reduce){.fbt-offers-modal__backdrop,.fbt-offers-modal__dialog{transition:none}}@media(min-width:990px){.fbt-offers__bar{height:60px;padding:0 16px 0 20px}.fbt-offers__bar-right{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/427/assets/fbt-offers.css.map */
