.matching-items{position:relative}.matching-items>.groups{display:flex;justify-content:center;gap:8px;white-space:nowrap;margin:0 32px 10px}.matching-items>.groups>div{line-height:32px;padding:0 8px;background:var(--light);cursor:pointer}.matching-items>.groups>div.active{color:white;background:var(--primary)}.matching-items>.controls .prev{position:absolute;top:0;left:auto;bottom:auto;right:0}.matching-items>.controls .prev:before{content:"keyboard_arrow_right"}.matching-items>.controls .next{position:absolute;top:0;left:0;bottom:auto;right:auto}.matching-items>.controls .next:before{content:"keyboard_arrow_left"}.matching-items>.controls .prev,.matching-items>.controls .next{width:32px;height:32px;line-height:32px;text-align:center;color:var(--black);opacity:0.8;cursor:pointer}.matching-items>.controls .prev:hover,.matching-items>.controls .next:hover{opacity:1}.matching-items>.controls .prev.disabled,.matching-items>.controls .next.disabled{opacity:0.4;pointer-events:none}.matching-items>.controls .prev:before,.matching-items>.controls .next:before{font-family:Material Icons;font-size:22px}

.cart-popup.wrapper{display:flex;flex-direction:column;padding:0 !important}.cart-popup.wrapper>.close{width:auto;height:28px;padding:0 10px;line-height:28px;color:var(--text-light);background:white;border:1px solid var(--primary);border-radius:30px;font-size:14px;box-sizing:border-box;-moz-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease}.cart-popup.wrapper>.close:after{display:none}.cart-popup.wrapper .loader:after{opacity:1}.cart-popup.wrapper .empty{margin:40px 0;padding:0 40px;line-height:26px}.cart-popup.wrapper .reset{position:absolute;top:10px;left:20px;bottom:auto;right:auto;line-height:28px;cursor:pointer}.cart-popup.wrapper .reset:before{content:"delete";font-family:"Material Icons";font-size:24px;color:var(--text-light)}.cart-popup.wrapper>.title{margin-top:60px !important}.cart-popup.wrapper .cart{flex-grow:1;padding:20px;overflow:auto;box-sizing:border-box}.cart-popup.wrapper .cart>.product{display:flex;flex-wrap:wrap;width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--light)}.cart-popup.wrapper .cart>.product>.image{width:120px;height:160px;margin-left:10px;background-size:cover;background-position:top center;background-repeat:no-repeat}.cart-popup.wrapper .cart>.product>.info{position:relative;flex:1;margin-top:10px;padding-bottom:40px}.cart-popup.wrapper .cart>.product>.info>.title{font-weight:bold;font-size:20px;margin-bottom:20px}.cart-popup.wrapper .cart>.product>.info .attributes .attribute{margin-top:10px}.cart-popup.wrapper .cart>.product>.info .attributes .attribute .option span{margin-left:10px}.cart-popup.wrapper .cart>.product>.info .attributes .attribute .option span:first-child{font-weight:bold}.cart-popup.wrapper .cart>.product>.info .attributes .attribute .option .color{position:relative;display:inline-block;vertical-align:middle;width:20px;height:20px;border-radius:10px;background-size:cover;background-position:center;margin:4px;box-sizing:border-box;cursor:pointer;z-index:2;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.cart-popup.wrapper .cart>.product>.info .attributes .attribute .option .color:after{content:" ";position:absolute;top:-2px;left:auto;bottom:auto;right:-2px;width:22px;height:22px;border:1px solid rgba(0,0,0,0.2);border-radius:11px}.cart-popup.wrapper .cart>.product>.info .discount{max-width:100px;line-height:12px;text-align:center;font-size:12px;padding:4px;margin:10px 0;color:white;background-color:var(--primary);-webkit-animation:discount-badge-animation 4s ease infinite 0s;-moz-animation:discount-badge-animation 4s ease infinite 0s;-o-animation:discount-badge-animation 4s ease infinite 0s;animation:discount-badge-animation 4s ease infinite 0s}.cart-popup.wrapper .cart>.product>.info .quantitySelector{position:absolute;top:auto;left:auto;bottom:0;right:0;width:100px;border:1px solid var(--text-light)}.cart-popup.wrapper .cart>.product>.info .quantitySelector>div.disabled{pointer-events:none;opacity:0.6}.cart-popup.wrapper .cart>.product>.info .quantitySelector .plus{position:absolute;top:0;left:0;bottom:0;right:auto;width:30px;text-align:center;line-height:30px;cursor:pointer}.cart-popup.wrapper .cart>.product>.info .quantitySelector .plus:after{content:'add';font-family:Material Icons Outlined}.cart-popup.wrapper .cart>.product>.info .quantitySelector .amount{padding:0 30px;line-height:30px;text-align:center}.cart-popup.wrapper .cart>.product>.info .quantitySelector .minus{position:absolute;top:0;left:auto;bottom:0;right:0;width:30px;text-align:center;line-height:30px;cursor:pointer}.cart-popup.wrapper .cart>.product>.info .quantitySelector .minus:after{content:attr(data-icon);font-family:Material Icons Outlined}.cart-popup.wrapper .cart>.product .prices{position:absolute;top:auto;left:0;bottom:0;right:auto}.cart-popup.wrapper .cart>.product .prices .old{text-decoration:line-through;font-size:12px;color:var(--light-text)}.cart-popup.wrapper .cart>.product .prices .old+.price{line-height:inherit}.cart-popup.wrapper .cart>.product .prices .price{line-height:32px;font-size:20px;font-weight:bold}.cart-popup.wrapper .cart>.product .matching{position:relative;flex-basis:100%;padding:10px;margin-top:20px;background:var(--light);box-sizing:border-box}.cart-popup.wrapper .cart>.product .matching:before{content:" ";position:absolute;top:auto;left:0;bottom:100%;right:0;width:0;height:0;margin:auto;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--light)}.cart-popup.wrapper .cart>.product .matching:after{content:" ";position:absolute;top:0;left:100%;bottom:0;right:0;background:rgba(0,0,0,0.1)}.cart-popup.wrapper .cart>.product .matching.loading:after{left:0;-moz-transition:left 1s ease;-webkit-transition:left 1s ease;transition:left 1s ease}.cart-popup.wrapper .cart>.product .matching .open{text-align:center;cursor:pointer}.cart-popup.wrapper .cart>.product .matching .close{position:static;width:auto;background:rgba(0,0,0,0.04)}.cart-popup.wrapper .cart>.product .matching .close:after{display:none}.cart-popup.wrapper .upsales .matching{position:relative;padding:10px;background:var(--light);border-bottom:1px solid rgba(0,0,0,0.04);box-sizing:border-box}.cart-popup.wrapper .upsales .matching:after{content:" ";position:absolute;top:0;left:100%;bottom:0;right:0;background:rgba(0,0,0,0.1)}.cart-popup.wrapper .upsales .matching.loading:after{left:0;-moz-transition:left 1s ease;-webkit-transition:left 1s ease;transition:left 1s ease}.cart-popup.wrapper .upsales .matching .open{text-align:center;font-weight:bold;cursor:pointer}.cart-popup.wrapper .upsales .matching .open:hover{color:var(--primary)}.cart-popup.wrapper .upsales .matching .close{position:static;background:rgba(0,0,0,0.04)}.cart-popup.wrapper .upsales .matching .close:hover{background:rgba(0,0,0,0.08)}.cart-popup.wrapper .summary{padding:20px 20px 104px;background:var(--light)}.cart-popup.wrapper .summary .price{line-height:28px;text-align:left}.cart-popup.wrapper .summary .price span{float:right;font-weight:normal}.cart-popup.wrapper .summary .price.total{line-height:32px;font-size:20px;font-weight:bold}.cart-popup.wrapper .summary .pay{position:absolute;top:auto;left:20px;bottom:20px;right:20px;line-height:64px;text-align:center;font-size:24px;background:var(--primary);color:var(--white);cursor:pointer}@media (min-width: 768px){.cart-popup.wrapper>.close:hover{background:var(--primary);color:white}.cart-popup.wrapper .cart>.product .matching .close:hover{background:rgba(0,0,0,0.08)}.cart-popup.wrapper .cart>.product .matching .open:hover{color:var(--primary)}}@media (max-width: 768px){.cart-popup.wrapper .cart{top:90px;bottom:160px}.cart-popup.wrapper .summary{padding-bottom:74px}.cart-popup.wrapper .summary .pay{line-height:44px;font-size:20px}}

