savings-bar{--progress-height: .8rem;--tier-circle-size: 2.2rem;display:block;padding:1.1rem 1.6rem 1.2rem;border-radius:.3rem;overflow:hidden}.savings-bar--standalone{position:fixed;bottom:0;right:0;width:100%;z-index:9999;border-radius:0;border-top-left-radius:.8rem;border-top-right-radius:.8rem;transform:translateY(100%);transition:transform .3s ease}@media screen and (min-width:750px){.savings-bar--standalone{max-width:35.8rem;border-top-right-radius:0}}.savings-bar--standalone.visible{transform:translateY(0)}.savings-bar-inner{display:flex;flex-direction:column;position:relative}.savings-bar-inner-new{display:flex;flex-direction:row;position:relative}savings-bar progress{width:100%;height:var(--progress-height);background-color:rgba(var(--color-foreground),.1);-webkit-appearance:none;appearance:none;margin-top:calc((var(--tier-circle-size) / 2) - (var(--progress-height) / 2));border-radius:.5rem;overflow:hidden}savings-bar progress::-webkit-progress-bar{background-color:rgba(var(--color-foreground),.1)}savings-bar progress::-webkit-progress-value{background-color:rgb(var(--color-red));width:calc(var(--progress) * 100%);border-radius:.5rem;overflow:hidden}savings-bar progress::-moz-progress-bar{background-color:rgb(var(--color-red))}savings-bar .thresholds{display:flex;justify-content:space-around;position:absolute;width:100%;top:0}savings-bar .thresholds-labels{margin-top:calc(((var(--tier-circle-size) / 2) - (var(--progress-height) / 2)) + .3rem)}savings-bar .thresholds span,savings-bar .thresholds-labels span{font-size:1.1rem;text-align:center}savings-bar .thresholds-prices span{text-align:center;opacity:.8}savings-bar .thresholds-labels span,savings-bar .thresholds-prices span{flex:1}savings-bar .thresholds-labels,savings-bar .thresholds-prices{display:flex;justify-content:space-between;width:100%}savings-bar .thresholds span{display:flex;width:var(--tier-circle-size);height:var(--tier-circle-size);align-items:center;justify-content:center;text-align:center;font-size:.9rem;line-height:.6rem;font-weight:700;border-radius:50%;background-color:rgb(var(--color-interactive-border));box-shadow:0 .1rem .2rem #00000040}savings-bar .thresholds span svg{width:1.4rem;height:1.4rem}savings-bar[data-active="1"] .thresholds span:nth-child(-n+1),savings-bar[data-active="2"] .thresholds span:nth-child(-n+2),savings-bar[data-active="3"] .thresholds span:nth-child(-n+3),savings-bar[data-active="4"] .thresholds span:nth-child(-n+4){background-color:rgb(var(--color-red));color:#fff}savings-bar[data-active="1"] .thresholds-prices span:nth-child(1),savings-bar[data-active="2"] .thresholds-prices span:nth-child(2),savings-bar[data-active="3"] .thresholds-prices span:nth-child(3),savings-bar[data-active="4"] .thresholds-prices span:nth-child(4){color:rgb(var(--color-red));font-weight:700;opacity:1}savings-bar h3{margin:0;margin-bottom:1.1rem}.savings-message{min-height:1.55rem;display:block!important}.savings-message:empty{display:none!important}.product-info savings-bar{--tier-circle-size: 3rem}.product-info savings-bar .thresholds span{font-size:1.1rem}.product-info savings-bar .thresholds span svg{width:1.6rem;height:1.6rem}.product-info savings-bar .thresholds-labels span{font-size:1.2rem}.savings-bar-inner-new{display:flex;flex-direction:column;width:100%;margin-top:1.2rem;gap:.2rem}.savings-bar-row{display:flex;align-items:center;padding:.6rem .8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);gap:.8rem}.savings-bar-row:last-child{border-bottom:none}.savings-bar-row__price{font-size:1.7rem;font-weight:500;flex:0 0 auto;min-width:6rem;opacity:.7}.savings-bar-row__price.price--excluding-vat,body.exclude-vat .savings-bar-row__price.price--including-vat{display:none}body.exclude-vat .savings-bar-row__price.price--excluding-vat{display:block}.savings-bar-row__badge{flex:1;font-size:1.1rem;font-weight:700;text-align:center;letter-spacing:.05em;display:flex;justify-content:center;align-items:center}.savings-bar-row__badge:after{content:attr(data-label);border-radius:.3rem;padding:.3rem .8rem;color:rgba(var(--color-red),.9)}.savings-bar-row__threshold{font-size:1.1rem;font-weight:600;text-align:right;opacity:.5;flex:0 0 auto}savings-bar[data-active="1"] .savings-bar-row[data-tier="1"],savings-bar[data-active="2"] .savings-bar-row[data-tier="2"],savings-bar[data-active="3"] .savings-bar-row[data-tier="3"]{background-color:#fff}savings-bar[data-active="1"] .savings-bar-row[data-tier="1"] .savings-bar-row__price,savings-bar[data-active="2"] .savings-bar-row[data-tier="2"] .savings-bar-row__price,savings-bar[data-active="3"] .savings-bar-row[data-tier="3"] .savings-bar-row__price{color:rgb(var(--color-red));opacity:1;font-weight:700}savings-bar[data-active="1"] .savings-bar-row[data-tier="1"] .savings-bar-row__badge:after,savings-bar[data-active="2"] .savings-bar-row[data-tier="2"] .savings-bar-row__badge:after,savings-bar[data-active="3"] .savings-bar-row[data-tier="3"] .savings-bar-row__badge:after{background-color:rgb(var(--color-red));color:#fff!important}savings-bar[data-active="1"] .savings-bar-row[data-tier="1"] .savings-bar-row__threshold,savings-bar[data-active="2"] .savings-bar-row[data-tier="2"] .savings-bar-row__threshold,savings-bar[data-active="3"] .savings-bar-row[data-tier="3"] .savings-bar-row__threshold{opacity:1}savings-bar[data-active="0"] .savings-bar-row--base{background-color:#fff}savings-bar[data-active="0"] .savings-bar-row--base .savings-bar-row__price{font-weight:700;opacity:1}savings-bar[data-active="0"] .savings-bar-row--base .savings-bar-row__threshold{font-weight:700;opacity:1}.savings-bar-row__threshold--active,.savings-bar-row.is-active .savings-bar-row__threshold--inactive{display:none}.savings-bar-row.is-active .savings-bar-row__threshold--active{display:inline}
/*# sourceMappingURL=/cdn/shop/t/53/assets/component-savings-bar.css.map */
