html.cart-pop-up--active-sidebar{overflow-y:hidden}.cart-pop-up--active-sidebar{overflow:hidden}.cart__pop-up-overlay{display:none}.cart__pop-up-wrapper{background-color:var(--theme-color-white, #fff)}.cart__pop-up-content-wrapper{height:100%}.cart__pop-up-wrapper{z-index:1000;position:fixed;top:0;bottom:0;right:0;width:420px;min-height:150px;font-size:1.3rem;transform:translateX(100%);background-color:var(--theme-color-white, #fff);transition-property:transform;transition-duration:0.3s;transition-timing-function:ease}.cart__pop-up-overlay{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.4);z-index:1;display:block;top:0;right:0;opacity:0;transition:0.3s ease;-webkit-transition:0.3s ease;o-transition:0.3s ease;cursor:pointer;pointer-events:none;transform:translate3d(0, 0, 0)}.cart-pop-up--mod-active-sidebars .cart__pop-up-wrapper{transform:translate3d(0, 0, 0)}.cart-pop-up--mod-active-sidebars .cart__pop-up-overlay{transform:translate3d(0, 0, 0);opacity:1;z-index:999;transition-delay:0s;pointer-events:all}@media only screen and (max-width: 800px){.cart__pop-up-wrapper{width:calc(100% - 50px);max-width:calc(100% - 50px)}.cart-pop-up--active-sidebar .cart__pop-up-wrapper::after{content:url(../../images/ic-close.svg);position:absolute;display:flex;justify-content:center;pointer-events:none;align-items:center;height:40px;width:40px;border-radius:50%;top:50%;left:-45px;z-index:1000;fill:var(--theme-color-white, #fff);-webkit-transition:left 0.3s ease 0s;-o-transition:left 0.3s ease 0s;transition:0.3s}}.cart-pop-up__header-wrapper{position:fixed;display:flex;flex-direction:column;align-items:center;height:264px;width:100%;background-color:var(--theme-color-white, #fff);padding:0 30px;z-index:5}.cart-pop-up__header-heading-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 10px;height:90px}.cart-pop-up__header-heading{display:flex;align-items:center;font-size:2rem;letter-spacing:-0.18px;font-weight:700;color:#1A1F27}.cart-pop-up__header-link{display:flex;justify-content:center;align-items:center;width:100%;height:44px;font-size:1.4rem;color:var(--theme-color-white, #fff);background-color:var(--theme-color-main, #1baeb4);border-radius:6px;margin:0 10px 30px 10px;font-weight:700;-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.cart-pop-up__header-link:hover,.cart-pop-up__header-link:focus{color:var(--theme-color-white, #fff);text-decoration:none;background-color:var(--theme-color-main-dark, #116e71)}.cart-pop-up__header-close-icon{display:flex;justify-content:center;align-items:center;width:38px;height:38px;opacity:1;padding:7px;margin-right:-7px;stroke-width:0;stroke:currentColor;transition:0.1s;fill:#1A1F27;border-radius:30px}.cart-pop-up__header-close-icon:hover{background-color:#eaeaea;cursor:pointer}@media only screen and (max-width: 800px){.cart-pop-up__header-close-icon{display:none}.cart-pop-up__header-wrapper{padding:0 20px}.cart-pop-up__header-heading-wrapper{height:70px}}@media only screen and (max-width: 540px){.cart-pop-up__header-wrapper{height:234px}}.cart-pop-up__recommend-item-link{display:flex;align-items:center;justify-content:space-evenly}.cart-pop-up__recommend-item-link:hover{text-decoration:none}.cart-pop-up__recommend-item-title:hover{text-decoration:underline}.cart-pop-up__recommend-item-img-w{flex:0 0 70px;width:70px;position:relative;display:flex;margin:auto;justify-content:flex-start;align-items:center}.cart-pop-up__discount-box{position:absolute;top:0;left:0;background-color:#ff0073;color:var(--theme-color-white, #fff);height:25px;width:auto;padding:5px;font-size:1.2rem}.cart-pop-up__recommend-item-img{max-width:70px;max-height:80px;height:auto}@media only screen and (max-width: 540px){.cart-pop-up__recommend-item-img-w{flex:0 0 60px;width:60px}.cart-pop-up__recommend-item-img{max-width:60px;height:auto}}.cart-pop-up__recommend-item-info-w{width:80%;flex:1;display:flex;flex-wrap:wrap;justify-content:space-between;height:100%;min-height:80px;margin:0 0 0 10px;padding-top:10px}.cart-pop-up__recommend-item-title{flex:0 0 100%;max-width:240px;letter-spacing:-0.07px;font-size:1.4rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cart-pop-up__recommend-item-brand{flex:0 0 100%;font-size:1.2rem;line-height:15px;margin:0;height:15px;color:#1A1F27}.cart-pop-up__recommend-item-rating{flex:0 0 100%}.cart-pop-up__recommend-item-bottom-row{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.cart-pop-up__recommend-item-price{display:flex;align-items:flex-end;justify-content:flex-start;flex:0 0 50%;font-weight:600;font-size:1.4rem}.cart-pop-up__recommend-item-current-price{color:#ff0073}.cart-pop-up__recommend-item-original-price{color:#535c6b;text-decoration:line-through;font-size:1.25rem;font-weight:400;margin-left:5px}@media only screen and (max-width: 800px){.cart-pop-up__recommend-item-title{max-width:190px}.cart-pop-up__recommend-item-info-w{flex:1}}@media only screen and (max-width: 540px){.cart-pop-up__recommend-item-info-w{width:75%;flex:0 0 75%}}.cart-pop-up__recommend-item-btn{height:33px;padding:5px 20px;font-size:1.3rem;font-weight:600;border-radius:6px;display:flex;justify-content:center;align-items:center;color:var(--theme-color-white, #fff);background-color:var(--theme-color-main, #1baeb4);position:relative;-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.cart-pop-up__recommend-item-btn--disabled:hover{cursor:auto}.cart-pop-up__success-icon-wrapper,.cart-pop-up__loading-icon-wrapper{z-index:2;position:absolute;top:0;left:0;background-color:var(--theme-color-main, #1baeb4);border-radius:6px;display:flex;justify-content:center;align-items:center;height:100%;width:100%}.cart-pop-up__success-icon{height:12px;width:14px;margin-top:-1px;fill:var(--theme-color-white, #fff)}.cart-pop-up__loading-icon{stroke:var(--theme-color-white, #fff);height:18px}.cart-pop-up__recommend-item-btn:hover{text-decoration:none;color:var(--theme-color-white, #fff);background-color:var(--theme-color-main-dark, var(--theme-color-main-dark, #116e71));cursor:pointer}.cart-pop-up__recommend-item-rating{display:flex;flex:0 0 100%;align-items:center;height:17px}.cart-pop-up__recommend-item-rating-stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;margin:0;height:11px;cursor:pointer;overflow:hidden}.cart-pop-up__recommend-item-rating-stars::before{content:url(../../images/ic-stars.svg);background:linear-gradient(90deg, #FDBB02 var(--percent), #D7D7D7 var(--percent));height:13px;display:flex;position:relative;top:-1px}.cart-pop-up__recommend-item-rating-total{font-size:1.2rem;color:#1A1F27;opacity:0.7}.cart-pop-up__recommend-item{padding:0 30px 20px 30px}.cart-pop-up__recommend-item:not(:last-child){border-bottom:1px solid #f5f5f5}.cart-pop-up__recommend-item:not(:first-child){padding-top:20px}@media only screen and (max-width: 800px){.cart-pop-up__recommend-item{padding:0 20px 20px 20px}}.cart-pop-up__recommend-wrapper{display:flex;flex-direction:column;padding-top:264px;height:100%}.cart-pop-up__recommend-text{font-size:1.6rem;color:#1A1F27;background-color:var(--theme-color-white, #fff);height:50px;font-weight:700;width:100%;padding:25px 30px 10px;margin:0}.cart-pop-up__recommend-list-wrapper{height:100%;overflow-y:auto;background-color:#f5f5f5;border-top:3px solid #f5f5f5}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:calc(100% - 50px);background-color:var(--theme-color-white, #fff)}.cart-pop-up__recommend-list{display:flex;flex-direction:column;list-style:none;padding:15px 0 0 0;margin:0;background-color:var(--theme-color-white, #fff);box-shadow:0 2px 1px 0 rgba(0,0,0,0.05)}@media only screen and (max-width: 800px){.cart-pop-up__recommend-text{padding:25px 20px 10px}}@media only screen and (max-width: 540px){.cart-pop-up__recommend-wrapper{padding-top:234px}}.cart-pop-up-added-item{display:flex;align-items:center;width:100%;height:80px;margin:0 0 20px 0}.cart-pop-up__added-item-img-w{width:70px;flex:0 0 70px}.cart-pop-up-added-item__img{max-width:70px;max-height:80px;flex:0.2}.cart-pop-up-added-item__text-wrapper{margin-left:10px}.cart-pop-up-added-item__title{max-width:240px;letter-spacing:-0.07px;font-size:1.4rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:0.6}.cart-pop-up-added-item__price{color:#ff0073;font-weight:600;font-size:1.4rem;flex:0.3;text-align:right}@media only screen and (max-width: 540px){.cart-pop-up-added-item{margin:0 20px 20px 20px}}.cart__pop-up-content{height:100%;display:flex;flex-direction:column}
