#fixed-banner{border-radius:8px;bottom:10px;box-shadow:0 20px 32px -24px rgba(0,0,0,.06),0 0 36px 0 rgba(0,0,0,.11);position:fixed;right:50%;transform:translateX(50%);transform-origin:bottom center;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:1000}#fixed-banner.product-page{bottom:94px}#fixed-banner.right{right:calc(50% - 440px)}#fixed-banner.banner-closed,#fixed-banner.right{transform:translateX(50%) scale(.8) translateY(0)}#fixed-banner.banner-open{transform:translateX(50%) scale(1) translateY(0)}#fixed-banner img{border-radius:8px;max-width:880px;transition:all .4s cubic-bezier(.25,.46,.45,.94);width:calc(100vw - 50px)}#fixed-banner .btn-close{align-items:center;background:rgba(29,29,32,.502);border-radius:0 8px 0 8px;color:#fff;cursor:pointer;display:flex;font-size:8px;font-weight:800;justify-content:center;padding:2px 4px;position:absolute;right:0;top:0;transition:all .3s ease;width:40px}#fixed-banner .btn-close:hover{background:#1d1d20;transform:scale(1.05)}#fixed-banner .btn-close svg{fill:#fff;transition:transform .3s ease}#fixed-banner .btn-open{align-items:center;background:#fecfd1;border-radius:4px;bottom:-10px;color:#d02c35;cursor:pointer;display:flex;font-size:18px;font-weight:700;padding:0 10px;position:absolute;right:0;text-align:center;transform:translateY(0);transition:all .3s ease;white-space:nowrap}#fixed-banner .btn-open:hover{background:#feb8bb;box-shadow:0 4px 8px rgba(208,44,53,.2);transform:translateY(-2px)}#fixed-banner .btn-open svg{margin-left:5px;transition:transform .3s ease}#fixed-banner .btn-open svg path{stroke:#d02c35}#fixed-banner .btn-open:hover svg{transform:translateY(-1px)}#fixed-banner .coupon{align-items:center;animation:blink 2s infinite;border-radius:20px;color:#d02c35;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;left:70%;padding:6px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease}#fixed-banner .coupon:hover{transform:translate(-50%,-50%) scale(1.05)}#fixed-banner .coupon svg{transition:all .3s ease}#fixed-banner .mobile{display:none}#fixed-banner .desktop{display:block}@keyframes blink{0%,50%{opacity:1;transform:translate(-50%,-50%) scale(1)}25%,75%{opacity:.8;transform:translate(-50%,-50%) scale(1.02)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.fixed-banner-clear{padding-bottom:75px;transition:padding-bottom .4s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:1024px){#fixed-banner.banner-closed,#fixed-banner.right{transform:translateX(50%) scale(.8) translateY(0)}#fixed-banner.banner-open{transform:translateX(50%) scale(1) translateY(0)}}@media screen and (max-width:768px){#fixed-banner{animation:none;bottom:80px;transition:none}#fixed-banner.product-page{bottom:100px}#fixed-banner.right{right:0}#fixed-banner .coupon{left:80%;top:60%}#fixed-banner.banner-closed{transform:translateX(0) scale(1) translateY(0)}#fixed-banner .btn-close{transition:none}#fixed-banner .btn-open{border-radius:0;bottom:-10px;justify-content:space-between;width:100vw}#fixed-banner .mobile{display:block;margin:auto;width:calc(100vw - 20px)}#fixed-banner .desktop{display:none}}@media screen and (max-width:540px){#fixed-banner .btn-open{font-size:16px}}