body.ab-test--show-new .product-sticky-bar{position:fixed;z-index:90;bottom:0;left:0;width:100%;-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .3s cubic-bezier(.5,1,.89,1);transition:transform .3s cubic-bezier(.5,1,.89,1);transition:transform .3s cubic-bezier(.5,1,.89,1),-webkit-transform .3s cubic-bezier(.5,1,.89,1);pointer-events:none}body.ab-test--show-new .product-sticky-bar.is-visible{-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}body.ab-test--show-new .product-sticky-bar__inner{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--color-white);box-shadow:0 -2px 10px rgba(0,0,0,.1)}body.ab-test--show-new .product-sticky-bar__price{-webkit-flex-shrink:0;flex-shrink:0}body.ab-test--show-new .product-sticky-bar__price .price{display:none;gap:8px}body.ab-test--show-new .product-sticky-bar__price .price.selected{display:-webkit-flex;display:flex;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-align-items:flex-end;align-items:flex-end}body.ab-test--show-new .product-sticky-bar__price .price span{-webkit-align-items:center;align-items:center}body.ab-test--show-new .product-sticky-bar__price .price__main{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;gap:8px}body.ab-test--show-new .product-sticky-bar__price .price__main>p{display:none}body.ab-test--show-new .product-sticky-bar__price .price__main .product-badges{margin-bottom:0;padding-right:0}body.ab-test--show-new .product-sticky-bar__price .price__main .product-badges .product-badges__item--verkauf{background:#b90909}body.ab-test--show-new .product-sticky-bar__price .price__main del{line-height:1}body.ab-test--show-new .product-sticky-bar__price .price__main .price__values{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body.ab-test--show-new .product-sticky-bar__button{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;gap:8px;-webkit-flex-shrink:0;flex-shrink:0;height:48px;padding:0 24px;border-radius:24px;background:var(--color-black);color:var(--color-white);font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:opacity .2s linear}body.ab-test--show-new .product-sticky-bar__button svg{width:20px;height:20px;-webkit-flex-shrink:0;flex-shrink:0}body.ab-test--show-new .product-sticky-bar__button:hover{opacity:.85}body.ab-test--show-new .product-sticky-bar__button:disabled{opacity:.4;cursor:not-allowed}@media only screen and (min-width:only screen and (min-width:992px)){body.ab-test--show-new .product-sticky-bar__inner{padding:12px 48px}body.ab-test--show-new .product-sticky-bar__button{padding:0 32px}}@media only screen and (min-width:only screen and (min-width:1200px)){body.ab-test--show-new .product-sticky-bar{display:none}}