.base-image{align-items:center;display:flex;justify-content:center;position:relative;width:100%;z-index:0}.base-image img{height:auto;width:100%}.base-image--cover img{height:100%;object-fit:cover}.base-image--contain img{height:100%;object-fit:contain}.delivery-time-display{align-items:center;display:flex}.delivery-time-display__status-icon{border-radius:50%;flex:0 0 auto;height:.5rem;width:.5rem}.delivery-time-display__message{margin-left:.5rem}.number-button-input[data-v-0bbf93d4]{align-items:center;display:flex;position:relative}.number-button-input__button[data-v-0bbf93d4]{align-items:center;display:flex;flex:0 0 auto;font-size:24px;font-weight:600;height:48px;justify-content:center;width:40px}.number-button-input__input[data-v-0bbf93d4]{background-color:#f5f5f5;border-bottom:1px solid #333;flex:0 0 auto;font-weight:600;height:48px;margin:0 4px;padding:8px;text-align:center;width:48px}.number-button-input--on-grey-bg .number-button-input__input[data-v-0bbf93d4]{background-color:#fff}.-disabled[data-v-0bbf93d4],[disabled][data-v-0bbf93d4]{opacity:.4;pointer-events:none}.unit-price-display{color:var(--tesa-text-grey-dark);font-size:1rem;margin-top:.25rem}.unit-price-display--small-font{font-size:.875rem}.e-commerce-activation-stage .unit-price-display{color:#fff}.cart-product-item--with-background{background-color:#f5f5f5;padding:1.5rem 0 2rem;position:relative}.cart-product-item--with-background:before{background-color:#f5f5f5;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100vw - var(--scrollbar-width));z-index:-1}.cart-product-item--with-background+.cart-product-item--with-background{margin-top:1rem}.cart-product-item--with-background .cart-product-item__image-wrapper{align-self:flex-start;background-color:#fff;border:none;padding:8px}.cart-product-item--with-top-border{border-top:1px solid #d9dada;padding:24px 0}.cart-product-item--with-top-border:last-of-type{padding-bottom:0}.cart-product-item__content-container{align-items:flex-start;display:flex;justify-content:flex-start}.cart-product-item__image-wrapper{border:1px solid #d9dada;flex:0 0 auto;padding:8px;width:30%}.cart-product-item__main-content-wrapper{flex:1 1 0;min-width:0;padding-left:24px}.cart-product-item__title-wrapper{display:flex}.cart-product-item__title-wrapper>*{min-width:0}.cart-product-item__delivery-time,.cart-product-item__quantity{margin-top:16px}.cart-product-item__remove-button{color:var(--tesa-text-grey-dark);cursor:pointer;display:flex;flex:0 0 auto;font-size:32px;margin-left:auto;transition:color .2s ease-in-out}.cart-product-item__remove-button:hover{color:#be0014}.cart-product-item__remove-button--disabled{opacity:.5;pointer-events:none}.cart-product-item__price-wrapper{hyphens:manual;margin-top:16px}.cart-product-item__price--reduced{color:#e7000f}.cart-product-item__previous-price{color:#333;margin-top:4px;text-align:right;text-decoration:line-through}.cart-product-item__price-item{align-items:flex-start;display:flex;flex-basis:100%;justify-content:space-between}.cart-product-item__price-item+.cart-product-item__price-item{margin-top:4px}.cart-product-item__unit-price{display:block;text-align:right}@media (min-width:768px){.cart-product-item:before{display:none}.cart-product-item--with-background{padding:32px}.cart-product-item__main-content-wrapper{padding-left:32px}}@media (min-width:1024px){.cart-product-item__main-content-wrapper{align-self:stretch;display:flex;flex-direction:column}.cart-product-item__price-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;margin-left:auto;margin-top:auto;padding-top:16px}.cart-product-item--editable .cart-product-item__price-wrapper{margin-left:0}.cart-product-item__quantity{flex:1;margin-top:0;order:-1}.cart-product-item__price-item{display:block;flex:0 0 auto;font-size:20px;line-height:inherit}.cart-product-item__price-item+.cart-product-item__price-item{margin-left:32px;margin-top:0}.cart-product-item__previous-price{text-align:left}}.base-text-input{--button-offset:0px;display:block;margin-bottom:1.5rem}.base-text-input__background-box{align-items:center;background-color:#f5f5f5;caret-color:var(--tesa-primary-brand-blue);color:#333;display:flex;height:3.5rem;position:relative}.base-text-input__background-box:after{background:#9c9d9d;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleY(.5);transform-origin:50% 100%;transition:all .2s ease-in-out;width:100%}.base-text-input__background-box:hover{background-color:#ececed}.base-text-input__background-box:hover:after{background:#333}.base-text-input--on-blue-bg .base-text-input__background-box,.base-text-input--on-gray-bg .base-text-input__background-box,.base-text-input--on-red-bg .base-text-input__background-box{background-color:#fff}.base-text-input--on-blue-bg .base-text-input__background-box:hover,.base-text-input--on-gray-bg .base-text-input__background-box:hover,.base-text-input--on-red-bg .base-text-input__background-box:hover{background-color:#ececed}.base-text-input--has-focus .base-text-input__background-box:after{background:var(--tesa-primary-brand-blue);transform:scaleY(1)}.base-text-input--on-blue-bg .base-text-input--has-focus .base-text-input__background-box:after{background:#9c9d9d}.base-text-input--has-error .base-text-input__background-box:after{background:#be0014;transform:scaleY(1)}.base-text-input__input{align-self:flex-end;flex:1 1 auto;height:100%;padding:1.5625rem 1rem .4375rem;transition:color .2s ease-in-out;width:100%}.base-text-input__input:focus-visible{box-shadow:inset 0 0 0 2px #0097d4}.base-text-input--has-error .base-text-input__input:focus-visible{box-shadow:inset 0 0 0 2px #be0014}.base-text-input--on-blue-bg .base-text-input__input:focus-visible{outline:2px solid #fff}.base-text-input__label{left:1rem;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);transform-origin:top left;transition:transform .2s ease-in-out,color .2s ease-in-out;white-space:nowrap}.base-text-input--has-focus .base-text-input__label,.base-text-input--has-value .base-text-input__label{transform:translateY(-90%) scale(.8)}.base-text-input--has-value .base-text-input__label{color:var(--tesa-text-grey-dark)}.base-text-input--has-focus .base-text-input__label{color:var(--tesa-primary-brand-blue)}.base-text-input--has-error .base-text-input--has-focus .base-text-input__label,.base-text-input--has-error .base-text-input__label{color:#be0014}.base-text-input--disabled{opacity:.5;pointer-events:none}.base-text-input__controls{align-items:center;display:flex;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.base-text-input--no-margin{margin-bottom:0}.base-text-input__reset-button{cursor:pointer;height:1.875rem;padding:.1875rem;width:1.875rem}.base-text-input__input:disabled~.base-text-input__reset-button{display:none}.base-text-input__reset-icon{fill:#333;height:1.5rem;width:1.5rem}.base-text-input__error-icon-wrapper{color:#be0014;display:block;height:1.5rem;width:1.5rem}.base-text-input__error-icon{height:100%;width:100%}.base-text-input__error-message{color:#be0014;padding:.25rem 0 0 1rem}.base-text-input__error-message a{text-decoration:underline}.base-text-input--on-blue-bg .base-text-input__error-message,.base-text-input--on-red-bg .base-text-input__error-message{color:#fff}.base-text-input--has-button{--button-offset:2.5rem}.base-text-input__controls{right:calc(var(--button-offset) + 1rem)}.base-text-input__input{padding-right:calc(var(--button-offset) + 1rem)}.base-text-input--has-error .base-text-input__input,.base-text-input--reset-button-showing .base-text-input__input{padding-right:calc(var(--button-offset) + 2.5rem)}.base-text-input--has-error .base-text-input--reset-button-showing .base-text-input__input{padding-right:calc(var(--button-offset) + 4rem)}.cart-promotions{margin-top:24px}.cart-promotions__item{align-items:center;display:flex;justify-content:flex-start}.cart-promotions__item+.cart-promotions__item{margin-top:8px}.cart-promotions__item-icon{color:var(--tesa-primary-brand-blue);display:flex;flex:0 0 auto;font-size:32px}.cart-promotions__item-label{margin:auto 8px}.cart-promotions__item-remove-button{color:var(--tesa-text-grey-dark);cursor:pointer;display:flex;flex:0 0 auto;font-size:32px;margin-left:auto;transition:color .2s ease-in-out}.cart-promotions__item-remove-button:hover{color:#be0014}.checkout-total-price__item{align-items:baseline;display:flex;justify-content:space-between}.checkout-total-price__item+.checkout-total-price__item{margin-top:8px}.checkout-total-price__item>*+*{margin-left:8px}.checkout-total-price__item__deduction-value{color:#e7000f}.checkout-total-price__price{border-block:1px solid #d9dada;margin-top:16px!important;padding-block:24px}.checkout-total-price--compact .checkout-total-price__price{border:0;margin-top:8px;padding:0}.checkout-total-price__tax-label{display:block}.checkout-total-price__amount{font-size:32px}.checkout-total-price--compact .checkout-total-price__amount{font-size:1.25rem;line-height:1.4}.sticky-footer{bottom:0;left:0;position:fixed;transform:translateY(100%);transition:transform .3s ease-in-out;width:calc(100vw - var(--scrollbar-width));z-index:500}.sticky-footer--is-visible{transform:translateY(0)}.container .shop-empty-info{margin-left:-24px;margin-right:-24px}.shop-empty-info__content-wrapper{align-items:center;display:flex;flex-direction:column;height:320px;justify-content:center;padding:24px;text-align:center}.shop-empty-info--with-background .shop-empty-info__content-wrapper{background-color:#f5f5f5}.shop-empty-info__icon{color:#d9dada;flex:0 0 auto;font-size:120px}.shop-empty-info__copy{margin-top:1.5rem}.shop-empty-info__link{margin-top:1rem}@media (min-width:768px){.shop-empty-info{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:24px;padding-right:24px;width:100%}.container .shop-empty-info{margin:0;padding:0}.shop-empty-info__content-wrapper{height:400px}}@media (min-width:768px) and (min-width:1024px){.shop-empty-info{padding-left:32px;padding-right:32px}}.loading-spinner{display:inline-flex;flex:0 0 auto}.loading-spinner>svg{flex:1 1 auto}.loading-spinner__path{stroke-dasharray:20}.loading-spinner circle{stroke-dasharray:270;stroke-dashoffset:270;animation:spinner 1.5s ease-in-out infinite forwards;transform-origin:center}@keyframes spinner{0%{transform:rotate(0deg)}50%{stroke-dashoffset:0}to{stroke-dashoffset:-270;transform:rotate(1turn)}}.lock-layer{align-items:center;background-color:#fffffff2;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lock-layer--dark-background{background-color:#33333380}.cart-container{margin-top:3rem;min-height:500px}.cart-container__promotions{border-top:1px solid #d9dada;padding-top:24px}.cart-container__sticky-footer-content{padding-top:.5rem}.cart-container__sticky-footer-button-wrapper{margin:.5rem -24px 0}.cart-container__sticky-footer-button{width:100%}.cart-container__sticky-footer-order-note{margin:0;padding:1rem}@media (min-width:768px){.cart-container__sticky-footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:24px;padding:1rem 0}.cart-container__sticky-footer-content>*{flex:1 1 0;width:0}.cart-container__sticky-footer-button-wrapper{align-items:center;display:flex;justify-content:flex-end;margin:0}.cart-container__sticky-footer-button{display:inline-flex;width:auto}.cart-container__sticky-footer-order-note{flex-basis:100%;padding:0;text-align:right}}@media (min-width:1024px){.cart-container{margin-top:4.5rem}}@media (min-width:1024px) and (min-height:768px){.cart-container__sticky-wrapper{position:sticky;top:176px;transition:top .4s ease-in-out}.page-header--collapsed~.page-main-content .cart-container__sticky-wrapper{top:72px}}.consumer-pdp-advantages{border:1px solid #d9dada;padding:1.125rem 1.5rem}.consumer-pdp-advantages__item{align-items:center;display:flex}.consumer-pdp-advantages__item:not(:last-child){margin-bottom:1rem}.consumer-pdp-advantages__item-icon{flex:0 0 auto;font-size:1.5rem}.consumer-pdp-advantages__item-text{margin-left:16px}@media (min-width:1024px){.consumer-pdp-advantages{width:calc(83.33333% - 5.33333px)}}@media (min-width:1200px){.consumer-pdp-advantages{width:calc(66.66667% - 10.66667px)}}