@keyframes slide-in{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in-out{0%{opacity:1;transform:translateY(0)}50%{opacity:1;animation-delay:1s;transform:translateY(50px)}to{opacity:0;transform:translateY(-40px)}}.--animate-in{animation:1.2s both slide-in}.--animate-out{animation:1.2s both slide-out}.opacity{opacity:.5}#placeholder-header-icons{flex-direction:row;justify-content:center;align-items:center;gap:8px;height:48px;display:flex}#placeholder-header-icons a{margin-left:12px}.header-user-box{width:124px;height:48px;margin-right:12px}@media only screen and (min-width:1280px){.header-user-box{margin-left:16px}}.user-menu-box{align-items:center;gap:8px;height:48px;display:flex}.user-menu-box .user-account-container,.user-menu-box .user-wishlist-container,.user-menu-box .user-cart-container{height:24px}.user-menu-box .popover-kh{position:relative}.user-menu-box .popover-kh .cart-popover{z-index:999;background-color:var(--kh-neutral-00);filter:drop-shadow(0 1px 8px #1c1c1c40);width:350px;padding:16px;animation:.1s ease-in bounce-in-bottom;position:absolute;top:16px;right:-16px}.user-menu-box .popover-kh .cart-popover:before{content:"";background-color:var(--kh-neutral-00);width:16px;height:16px;position:absolute;top:-8px;right:20px;transform:rotate(45deg)}.user-menu-box .popover-kh .cart-popover .empty-basket{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:32px 0;display:flex}.user-menu-box .popover-kh .cart-popover .empty-basket__title{color:var(--kh-neutral-100);text-align:center;font-family:var(--kh-font-kaveHaffer);font-size:var(--kh-font-header-xs);font-style:normal;font-weight:400;line-height:var(--kh-font-header-xs-lh)}.user-menu-box .popover-kh .cart-popover .empty-basket__description{color:var(--kh-neutral-70);text-align:center;font-family:var(--kh-font-kaveHafferText);font-size:var(--kh-font-paragraph-sm);font-weight:400;line-height:normal}.user-menu-box .popover-kh .cart-popover .filled-basket-not-logged{flex-direction:column;align-items:center;gap:8px;padding:60px 24px;display:flex}.user-menu-box .popover-kh .cart-popover .filled-basket-not-logged__title{color:var(--kh-neutral-100);text-align:center;font-family:var(--kh-font-kaveHaffer);font-size:var(--kh-font-header-xs);font-weight:var(--kh-fw-normal);line-height:var(--kh-font-header-xs-lh)}.user-menu-box .popover-kh .cart-popover .filled-basket-not-logged__description{color:var(--kh-neutral-70);text-align:center;font-family:var(--kh-font-kaveHafferText);font-size:var(--kh-font-paragraph-sm);font-weight:var(--kh-fw-normal);line-height:normal}.user-menu-box .popover-kh .cart-popover .basket-items .title{align-items:center;gap:4px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.user-menu-box .popover-kh .cart-popover .basket-items .title span{color:var(--kh-neutral-70);font-size:12px;font-weight:400}.user-menu-box .popover-kh .cart-popover .basket-items .items-box{max-height:320px;overflow-y:auto}.user-menu-box .popover-kh .cart-popover .basket-items .items-box .all-products-btn{margin:4px 0}.user-menu-box .popover-kh .cart-popover .basket-items .product-item{padding:8px 8px 8px 0;display:flex}.user-menu-box .popover-kh .cart-popover .basket-items .product-item:not(:last-child){border-bottom:1px solid var(--kh-neutral-20)}.user-menu-box .popover-kh .cart-popover .basket-items .product-item img,.user-menu-box .popover-kh .cart-popover .basket-items .product-item a{margin:0}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .image-item{margin-right:12px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .image-item img{aspect-ratio:4/5;background-color:var(--kh-neutral-10);max-width:64px;height:80px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .image-item .gift-card{aspect-ratio:3/2;background:var(--kh-neutral-10);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;max-width:110px;height:72px;display:flex}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .image-item .gift-card__name{color:var(--kh-neutral-00);text-align:center;font-family:var(--kh-font-poppins);font-size:6.5px;font-weight:var(--kh-fw-bold);letter-spacing:.13px;word-break:break-all;margin:0;padding:0 4px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .image-item .not-available{opacity:.3;filter:grayscale()}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details{flex-direction:column;justify-content:space-between;width:calc(100% - 72px);font-size:12px;display:flex;position:relative}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details p{font-size:12px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details .product-description{flex-direction:row;justify-content:space-between;display:flex}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details .product-description .trash-icon{margin-top:1px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details .product-description .trash-icon button{padding:0}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-details .product-description .trash-icon svg{flex-shrink:0}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .product-title{margin-bottom:0;font-weight:600;line-height:18px}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .details-bottom{justify-content:space-between;align-items:center;display:flex}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .details-bottom span{display:block}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .details-bottom .price{font-size:12px;font-weight:600}.user-menu-box .popover-kh .cart-popover .basket-items .product-item .details-bottom .not-available{color:var(--kh-red)-dark}.user-menu-box .popover-kh .cart-popover .cart-cta{border-top:1px solid var(--kh-neutral-30);padding-top:16px}.user-menu-box .popover-kh .cart-popover .cart-cta p{color:var(--kh-neutral-70);text-align:center;margin-bottom:15px;font-size:12px}.user-menu-box .popover-kh .cart-popover .cart-cta a{background-color:var(--kh-primary);color:var(--kh-neutral-00);text-align:center;width:100%;margin:0;padding:8px 24px}@media only screen and (min-width:1280px){.user-menu-box .popover-kh .cart-popover .cart-cta a:hover{background-color:var(--kh-neutral-100)}}.user-menu-box .popover-kh .cart-popover .cart-cta .total-box{justify-content:space-between;align-items:center;margin-bottom:16px;font-weight:600;display:flex}.user-menu-box .popover-kh .cart-popover .cart-cta .total-box strong{padding-left:8px}.user-menu-box .popover-kh .cart-popover .cart-cta .total-box .price{padding-right:8px;font-size:16px;font-weight:600}.user-menu-box .popover-kh .cart-popover .price{flex:0;display:flex}.user-menu-box .popover-kh .cart-popover .price span{white-space:nowrap;display:block}.user-menu-box .popover-kh .cart-popover .price.L{flex-direction:row-reverse}.user-menu-box .popover-kh .cart-popover.user-account-content{width:296px;font-family:var(--kh-font-poppins);flex-direction:column;font-size:14px;font-style:normal;font-weight:400;line-height:21px;display:flex}.user-menu-box .popover-kh .cart-popover.user-account-content button{background-color:var(--kh-neutral-90);color:var(--kh-neutral-00);text-align:center;width:100%;margin:0;padding:9px 24px 10px}@media only screen and (min-width:1280px){.user-menu-box .popover-kh .cart-popover.user-account-content button:hover{background-color:var(--kh-neutral-100)}}.user-menu-box .popover-kh .cart-popover.user-account-content a{text-align:center;color:var(--kh-neutral-100);margin:0;font-size:12px;line-height:18px}.user-menu-box .popover-kh .cart-popover.user-account-content a.underline{text-decoration-line:underline}.user-menu-box .popover-kh .cart-popover.user-account-content .username-title{color:var(--kh-neutral-100);padding:8px 0 0 8px;font-weight:600;line-height:22px}.user-menu-box .popover-kh .cart-popover.user-account-content .not-account{text-align:center;padding-top:16px}.user-menu-box .popover-kh .cart-popover.user-account-content .not-account span{text-align:center;color:var(--kh-neutral-70);padding:0;font-size:12px;font-weight:400;line-height:18px}.user-menu-box .popover-kh .cart-popover.user-account-content .not-account span a{margin-left:4px;display:inline}.user-menu-box .popover-kh .cart-popover.user-account-content .links{border-top:1px solid var(--kh-neutral-30);color:var(--kh-neutral-100);flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;margin-top:24px;padding:24px 0 8px;display:flex}.user-menu-box .popover-kh .cart-popover.user-account-content .links .logout__btn{text-align:center;width:auto;color:var(--kh-neutral-70);cursor:pointer;background:0 0;padding:0;font-size:12px;font-weight:400;line-height:18px}.user-menu-box a span,.user-menu-box .header-icon-btn span{background:var(--kh-neutral-100);text-align:center;min-width:12px;height:12px;color:var(--kh-neutral-00);border-radius:6px;justify-content:center;align-items:center;padding:3px;font-size:8px;display:flex;position:absolute;top:14px;left:-4px}.user-menu-box a span:empty,.user-menu-box .header-icon-btn span:empty{border:2px var(--kh-neutral-00)solid;top:13px;left:-2px}.user-menu-box__header-heart-icon{border:2px var(--kh-neutral-00)solid;position:absolute;min-width:12px!important;height:12px!important;top:13px!important;left:-2px!important}@keyframes bounce-in-bottom{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.lock-overlay-module-scss-module__jn9zta__overlay{content:"";background-color:var(--kh-neutral-100);z-index:20;opacity:.5;width:100%;height:110vh;display:block;position:fixed;top:0;left:0}
