.sticky-bottom-banner{bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.1);left:0;position:fixed;right:0;transition:transform .3s ease,opacity .3s ease;z-index:999}.sticky-bottom-banner--hidden{opacity:0;pointer-events:none;transform:translateY(100%)}.sticky-bottom-banner__container{margin:0 auto;padding:12px 50px 12px 20px}.sticky-bottom-banner__content{align-items:center;display:flex;gap:20px;justify-content:space-between}.sticky-bottom-banner__product{align-items:center;display:flex;flex:1;gap:15px;min-width:0}.sticky-bottom-banner__product-image{background-color:#f5f5f5;border-radius:8px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.sticky-bottom-banner__product-image img{height:100%;object-fit:cover;width:100%}.sticky-bottom-banner__product-image .placeholder-svg{height:100%;width:100%}.sticky-bottom-banner__product-info{flex:1;min-width:0}.sticky-bottom-banner__product-title{font-weight:600;line-height:1.3;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-bottom-banner__prices{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.sticky-bottom-banner__price{font-weight:700}.sticky-bottom-banner__compare-price{opacity:.7;text-decoration:line-through}.sticky-bottom-banner__action{flex-shrink:0}.sticky-bottom-banner__button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:12px 28px;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.sticky-bottom-banner__button:hover{transform:translateY(-1px)}.sticky-bottom-banner__close{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:28px;justify-content:center;opacity:.5;padding:0;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:opacity .2s ease;width:28px}.sticky-bottom-banner__close:hover{opacity:1}.sticky-bottom-banner__close svg{height:18px;width:18px}@media screen and (max-width:749px){.sticky-bottom-banner__container{padding:10px 40px 10px 15px}.sticky-bottom-banner__content{gap:12px}.sticky-bottom-banner__product{gap:10px}.sticky-bottom-banner__product-image{border-radius:6px;height:50px;width:50px}.sticky-bottom-banner__product-title{margin-bottom:2px;max-width:120px}.sticky-bottom-banner__prices{gap:6px}.sticky-bottom-banner__button{border-radius:5px;padding:10px 16px}.sticky-bottom-banner__close{height:24px;right:10px;width:24px}.sticky-bottom-banner__close svg{height:14px;width:14px}}@media screen and (max-width:480px){.sticky-bottom-banner__product-title{max-width:100px}.sticky-bottom-banner__button{padding:8px 12px}}