.offer-badge-container{position:relative;display:inline-block;min-width:89px;min-height:44px;animation:offer-badge-enter .26s ease-out;transform-origin:center}.offer-badge-shape{position:absolute;inset:0;width:100%;height:100%}.offer-badge-svg{display:block;width:100%;height:100%}.offer-badge-fill{fill:#F5B21F}.offer-badge-stroke{fill:#B07B07}.offer-badge-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;white-space:nowrap;color:#755100;background:transparent!important;box-shadow:none!important;font-family:Poppins,sans-serif;line-height:1.2;padding:7px 14px}.offer-badge-title{font-size:12px;font-weight:600;margin-bottom:0}.offer-badge-discount{font-size:14px;font-weight:700}@keyframes offer-badge-enter{0%{opacity:0;transform:scale(.92) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (prefers-reduced-motion:reduce){.offer-badge-container{animation:none}}