.promo-banner-wrapper{--mp-bg: #fbc607;--mp-text: #000000;--mp-accent: #F7B500;margin:var(--space-medium, 1.5rem) 0 var(--space-large, 2rem)}.promo-banner{background:var(--mp-bg);border-radius:var(--button-radius, 0);overflow:hidden;border:1px solid rgba(0,0,0,.1)}.promo-banner__header{display:grid;grid-template-columns:auto 1fr auto auto;gap:1rem;padding:1rem 1.5rem;align-items:center;background:#fff3}.promo-icon{font-size:1.75rem;line-height:1}.promo-banner__info{min-width:0}.promo-banner__heading{margin:0;font-size:var(--font-size-heading-5, 1rem);font-weight:var(--heading-font-weight, 700);font-family:var(--heading-font-family, inherit);color:var(--mp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-banner__subtitle{font-size:.8125rem;color:var(--mp-text);opacity:.85;margin-top:2px}.promo-banner__subtitle strong{font-weight:700;opacity:1}.promo-banner__progress-inline{display:flex;align-items:center;gap:.75rem;min-width:180px}.promo-banner__progress-bar-inline{flex:1;height:8px;background:#ffffff80;border-radius:4px;overflow:hidden}.promo-banner__progress-fill-inline{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:4px;transition:width .5s cubic-bezier(.4,0,.2,1)}.promo-banner__progress-fill-inline[data-complete=true]{background:linear-gradient(90deg,#16a34a,#15803d)}.promo-banner__progress-percent-inline{font-size:.8125rem;font-weight:700;color:var(--mp-text);min-width:35px;text-align:right}.promo-banner__cta-inline{display:flex;gap:.5rem;align-items:center}.promo-banner__btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-button-primary, #000);color:var(--color-button-primary-text, #fff);border:1px solid var(--color-button-primary, #000);border-radius:var(--button-radius, 0);font-weight:var(--heading-font-weight, 700);font-size:.8125rem;text-decoration:none;white-space:nowrap;cursor:pointer;transition:opacity .2s ease}.promo-banner__btn-primary:hover{opacity:.9}.promo-banner__btn-secondary{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;color:var(--mp-text);border:1px solid var(--mp-text);border-radius:var(--button-radius, 0);cursor:pointer;transition:all .2s ease}.promo-banner__btn-secondary:hover{background:#0000001a}.promo-banner__btn-secondary .icon-chevron{transition:transform .2s ease}.promo-banner__btn-secondary[aria-expanded=true] .icon-chevron{transform:rotate(180deg)}.promo-banner__details{max-height:0;overflow:hidden;transition:max-height .4s ease}.promo-banner__details[data-expanded]{max-height:1000px;overflow:visible}.promo-banner__details-inner{padding:1rem 1.5rem;background:#ffffff4d;border-top:1px solid rgba(0,0,0,.1);font-size:.9375rem;line-height:1.6;color:var(--mp-text)}.promo-banner__details-inner p{margin:0 0 1rem}.promo-banner__details-inner p:last-child{margin-bottom:0}.promo-banner__details-inner strong{font-weight:700;background:#0000001a;padding:.125rem .375rem;border-radius:3px}.promo-banner__details-actions{margin-top:1rem;display:flex;gap:.75rem}.promo-banner__btn-cart{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-button-primary, #000);color:var(--color-button-primary-text, #fff);border:1px solid var(--color-button-primary, #000);border-radius:var(--button-radius, 0);font-weight:var(--heading-font-weight, 700);font-size:.8125rem;cursor:pointer;transition:opacity .2s ease}.promo-banner__btn-cart:hover{opacity:.9}.promo-banner__sticky{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--mp-bg);box-shadow:0 -4px 12px #00000026;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.promo-banner__sticky[data-visible]{transform:translateY(0)}.promo-banner__sticky-inner{max-width:1400px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:2rem}.promo-banner__sticky-left{display:flex;align-items:center;gap:.5rem;flex-shrink:0;min-width:0}.promo-banner__sticky-icon{font-size:1.5rem;flex-shrink:0}.promo-banner__sticky-title{font-size:.9375rem;font-weight:500;color:var(--mp-text)}.promo-banner__sticky-title strong{font-weight:700;background:#16a34a;color:#fff;padding:.125rem .5rem;border-radius:3px;margin-left:.375rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em}.promo-banner__sticky-center{display:flex;align-items:center;gap:.75rem;flex:1;max-width:400px}.promo-banner__sticky-bar{flex:1;height:10px;background:#fff9;border-radius:5px;overflow:hidden}.promo-banner__sticky-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:5px;transition:width .5s ease}.promo-banner__sticky-percent{font-size:.875rem;font-weight:700;color:var(--mp-text);white-space:nowrap;flex-shrink:0;min-width:35px}.promo-banner__sticky-amount{font-size:.9375rem;font-weight:700;color:var(--mp-text);white-space:nowrap;flex-shrink:0}.promo-banner__sticky-right{display:flex;gap:.625rem;align-items:center;flex-shrink:0}.promo-banner__sticky-link{display:inline-flex;align-items:center;padding:.5rem 1rem;background:transparent;color:var(--mp-text);border:1px solid var(--mp-text);border-radius:var(--button-radius, 0);font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.promo-banner__sticky-link:hover{background:#0000001a}.promo-banner__sticky-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-button-primary, #000);color:var(--color-button-primary-text, #fff);border:1px solid var(--color-button-primary, #000);border-radius:var(--button-radius, 0);font-weight:700;font-size:.875rem;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.promo-banner__sticky-cta:hover{opacity:.9}.promo-banner__sticky-close{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--mp-text);color:var(--mp-text);width:28px;height:28px;border-radius:var(--button-radius, 0);cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s ease;flex-shrink:0}.promo-banner__sticky-close:hover{background:#0000001a}@media (max-width: 768px){.promo-banner__header{grid-template-columns:auto 1fr;gap:.75rem;padding:1rem}.promo-banner__heading{font-size:.9375rem;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}.promo-banner__progress-inline{grid-column:1 / -1;min-width:0}.promo-banner__cta-inline{grid-column:1 / -1;width:100%}.promo-banner__btn-primary{flex:1;justify-content:center}.promo-banner__sticky-inner{padding:1rem;gap:1rem;flex-wrap:wrap}.promo-banner__sticky-left{order:1;flex:1 1 100%;min-width:0;overflow:hidden}.promo-banner__sticky-icon{font-size:1.125rem}.promo-banner__sticky-title{font-size:.8125rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.promo-banner__sticky-title strong{font-size:.625rem;padding:.0625rem .375rem;margin-left:.25rem}.promo-banner__sticky-center{order:2;flex:1 1 100%;max-width:none;gap:.5rem;justify-content:space-between}.promo-banner__sticky-bar{display:block;flex:1;max-width:none;height:8px}.promo-banner__sticky-percent{font-size:.8125rem;min-width:40px;text-align:right}.promo-banner__sticky-amount{font-size:.8125rem}.promo-banner__sticky-right{order:3;flex:1 1 100%;justify-content:stretch;gap:.5rem}.promo-banner__sticky-link,.promo-banner__sticky-cta{flex:1;justify-content:center;padding:.625rem .75rem;font-size:.8125rem}.promo-banner__sticky-close{flex:0 0 auto;width:36px;height:36px}}@media (prefers-reduced-motion: reduce){.promo-banner__details,.promo-banner__sticky,.promo-banner__progress-fill-inline,.promo-banner__sticky-fill,.icon-chevron{transition:none!important}}@media print{.promo-banner__sticky{display:none}}
/*# sourceMappingURL=/cdn/shop/t/102/assets/promo-banner.css.map */
