.odw-sticky{position:fixed;left:0;right:0;z-index:var(--odw-sticky-z,9000);background:var(--odw-sticky-bg,#ffffff);color:var(--odw-sticky-text,#111111);box-shadow:0 -2px 12px rgb(0 0 0 / .08);transform:translateY(100%);transition:transform 0.28s ease;pointer-events:none;visibility:hidden}.odw-sticky *{box-sizing:border-box}.odw-sticky--top{top:0;bottom:auto;transform:translateY(-100%);box-shadow:0 2px 12px rgb(0 0 0 / .08)}.odw-sticky--bottom{bottom:0;top:auto}.odw-sticky.is-visible{transform:translateY(0);pointer-events:auto;visibility:visible}.odw-sticky__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:var(--odw-sticky-max-width,1200px);margin:0 auto;padding:var(--odw-sticky-pad-y,10px) var(--odw-sticky-pad-x,20px)}.odw-sticky__info{display:flex;align-items:center;gap:12px;min-width:0}.odw-sticky__text{display:flex;flex-direction:column;gap:4px;min-width:0}.odw-sticky__thumb{flex:0 0 auto;width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f2f2f2;display:block}.odw-sticky__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.odw-sticky__title{font-weight:500;font-size:16px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.odw-sticky__usps{display:flex;flex-wrap:wrap;align-items:center;gap:4px 16px;margin:0;padding:0;list-style:none}.odw-sticky__usp{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:13px;line-height:1.2;opacity:.85}.odw-sticky__usp-icon{display:inline-flex;width:16px;height:16px;flex:0 0 auto}.odw-sticky__usp-icon svg{width:100%;height:100%;display:block}.odw-svg-icon svg{width:100%;height:100%;display:block}.odw-sticky__btn-icon{display:inline-flex;width:18px;height:18px;flex:0 0 auto}.odw-sticky__btn-icon svg{width:100%;height:100%;display:block}.odw-sticky__action{display:flex;align-items:center;gap:16px;flex:0 0 auto}.odw-sticky__price{font-size:18px;font-weight:600;white-space:nowrap}.odw-sticky__price--mobile{display:none;font-size:15px;font-weight:600}.odw-sticky__price del{opacity:.5;font-weight:400;margin-right:6px}.odw-sticky__price ins{text-decoration:none}.odw-sticky__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--odw-sticky-radius,8px);border:none;background:var(--odw-sticky-btn-bg,#111111);color:var(--odw-sticky-btn-text,#ffffff);font-size:15px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;text-decoration:none;transition:opacity 0.15s ease}.odw-sticky__btn:hover{opacity:.9;color:var(--odw-sticky-btn-text,#ffffff)}.odw-sticky__btn.loading .odw-sticky__btn-icon,.odw-sticky__btn.loading .odw-sticky__added-icon{display:none}.odw-sticky__btn.loading .odw-sticky__btn-label::before{content:"";display:inline-block;width:16px;height:16px;margin-right:8px;vertical-align:-3px;border:2px solid currentColor;border-right-color:#fff0;border-radius:50%;animation:odw-spin 0.6s linear infinite}@keyframes odw-spin{to{transform:rotate(360deg)}}.odw-sticky__added-icon{display:none;width:18px;height:18px;flex:0 0 auto}.odw-sticky__added-icon svg{width:100%;height:100%;display:block}.odw-sticky__btn--added .odw-sticky__btn-icon{display:none}.odw-sticky__btn--added.odw-sticky__btn--has-added-icon .odw-sticky__added-icon{display:inline-flex}.odw-sticky__btn--added:not(.odw-sticky__btn--has-added-icon) .odw-sticky__btn-label::before{content:"";display:inline-block;width:16px;height:16px;margin-right:8px;vertical-align:-3px;background-color:currentColor;-webkit-mask:no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 13.6 3.9 10l-1.3 1.3 4.9 4.9L18 5.7l-1.3-1.3z'/%3E%3C/svg%3E");mask:no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 13.6 3.9 10l-1.3 1.3 4.9 4.9L18 5.7l-1.3-1.3z'/%3E%3C/svg%3E")}.odw-sticky__action .added_to_cart{display:none!important}.odw-flash{animation:odw-flash-anim 1.2s ease;border-radius:6px}@keyframes odw-flash-anim{0%,100%{box-shadow:0 0 0 0 #fff0}20%,60%{box-shadow:0 0 0 3px rgb(0 0 0 / .18)}}@media only screen and (max-width:767px){.odw-sticky__inner{padding:8px 12px;gap:10px}.odw-sticky__thumb{width:40px;height:40px}.odw-sticky__title{display:none}.odw-sticky__usps{display:none}.odw-sticky__action>.odw-sticky__price{display:none}.odw-sticky__price--mobile{display:block}.odw-sticky__btn{padding:11px 16px;font-size:14px}}