.ajax-cart{position:fixed;top:0;right:0;z-index:9999;background:#fff;height:100dvh;box-shadow:-6px -1px 43px -25px #000000bf;-webkit-box-shadow:-6px -1px 43px -25px rgba(0,0,0,.75);-moz-box-shadow:-6px -1px 43px -25px rgba(0,0,0,.75);width:480px;max-width:90%;transform:translate(200%);transition:transform .6s ease-in-out}.ajax-cart--active{transform:translate(0)}.shpgr-cart__container{position:relative;height:100%;top:0;display:flex;flex-direction:column}.shpgr-cart__header{border-bottom:1px solid #d0d0d0;padding:0 20px 24px;margin-top:24px;display:flex;justify-content:space-between;align-items:center}.shpgr-cart__header h2{font-size:14px;line-height:16px;margin-bottom:0}.shpgr-cart__close{cursor:pointer;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.shpgr-cart__content{overflow-y:scroll;padding-top:0;height:100%}.shpgr-cart__items{opacity:1;transition:opacity .2s;display:flex;flex-direction:column;gap:20px;padding-bottom:20px;border-bottom:1px solid #d0d0d0;margin-top:20px}html.js-ajax-cart-processing .shpgr-cart__items{opacity:.6}.shpgr-cart__footer{position:relative;padding:20px;width:100%;border-top:1px solid #d0d0d0;display:flex;flex-direction:column;gap:20px}.shpgr-cart__footer button{width:100%}.shpgr-cart__item{display:flex;column-gap:20px;margin:0 16px;font-size:12px}.shpgr-cart__item-image{flex:1}.shpgr-cart__item-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.shpgr-cart__item-content{flex:4}.shpgr-cart__item-title{font-size:12px}.shpgr-cart__item-price{display:flex;gap:10px;text-transform:uppercase}.shpgr-cart__item-remove{display:block;margin-top:12px;font-size:12px;text-decoration:underline;color:gray}.shpgr-cart__item-quantity{display:flex;align-items:center;justify-content:space-between;margin-top:16px}ajax-cart-quantity{display:flex;border:1.5px solid #dbdcdd;padding:0 4px}.shpgr-cart__item-quantity-input{width:40px;text-align:center;padding:4px 8px!important;margin:0 10px;border:none!important;border-radius:0;pointer-events:none;font-size:12px!important}.shpgr-cart__item-quantity-change{cursor:pointer;font-size:14px;color:#b4b4b4;border:none;padding:0;height:16px;display:flex;width:16px;align-items:center;justify-content:center;line-height:16px;background:#a0a0a0;color:#fff;border-radius:100%;line-height:14px;margin-top:4px}.shpgr-cart__item-quantity-input::-webkit-outer-spin-button,.shpgr-cart__item-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shpgr-cart__item-quantity-input[type=number]{-moz-appearance:textfield}.shpgr-cart__disclaimer-text{margin:0;font-size:12px;color:gray;text-align:left}.shpgr-cart__total{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}@keyframes growBar{0%{transform:translate(-100%);color:#fff0}to{transform:translate(0);color:#fff}}.shpgr-ajax-cart__progressbar{margin:0;background:#f3f3f3;padding:10px 4px;text-align:center}.shpgr-ajax-cart__progressbar__title{font-size:12px}.shpgr-ajax-cart__progressbar__title p{margin-bottom:6px}.shpgr-ajax-cart__progressbar__container{max-width:80%;margin:auto auto 8px;border:1px solid #d5d5d5;overflow:hidden}.shpgr-ajax-cart__progressbar__bar{background:#fff0f0;background:linear-gradient(90deg,#fff0f0 11%,#bf5365 65%);color:#fff;padding:4px 8px;font-size:12px}.shpgr-ajax-cart__progressbar__bar{animation:growBar 1s cubic-bezier(.09,.51,.58,1);animation-fill-mode:forwards}.shpgr-cart__content{scrollbar-width:thin;scrollbar-color:#000000 transparent}.shpgr-cart__content::-webkit-scrollbar{width:6px}.shpgr-cart__content::-webkit-scrollbar-track{background:transparent}.shpgr-cart__content::-webkit-scrollbar-thumb{background-color:#000;border-radius:3px}.shpgr-cart__cart-link{display:block;text-align:center;font-size:16px;text-decoration:underline;color:gray}.shpgr-cart__rewards-points{display:flex;align-items:flex-start;justify-content:flex-start;padding:4px 10px;font-size:12px}.shpgr-cart__rewards-points-icon-img{width:20px;height:20px;object-fit:contain;margin-right:8px;display:block}.shpgr-cart__rewards-points-text{margin-bottom:0;font-weight:600}.shpgr-cart__rewards-points-text strong{text-decoration:underline}.js-ajax-cart-processing button[type=submit]{opacity:.5;pointer-events:none}.shpgr-cart__checkbox-product{margin:20px 0;padding:0 20px 20px}.shpgr-cart__empty{text-align:center;min-height:140px;justify-content:center;align-items:center;display:flex}.shpgr-cart__checkbox-wrapper .checkbox{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}.shpgr-cart__checkbox-wrapper label{display:inline-block;color:#333;cursor:pointer;position:relative}.shpgr-cart__checkbox-wrapper label span{display:inline-block;position:relative;background-color:transparent;width:16px;height:16px;transform-origin:center;border:2px solid #333;border-radius:50%;vertical-align:middle;margin-right:10px;transition:background-color .15s .2s,transform .35s cubic-bezier(.78,-1.22,.17,1.89)}.shpgr-cart__checkbox-wrapper label span:before{content:"";width:0px;height:2px;border-radius:2px;background:#333;position:absolute;transform:rotate(45deg);top:6px;left:3px;transition:width 50ms ease 50ms;transform-origin:0% 0%}.shpgr-cart__checkbox-wrapper label span:after{content:"";width:0;height:2px;border-radius:2px;background:#333;position:absolute;transform:rotate(305deg);top:10px;left:4px;transition:width 50ms ease;transform-origin:0% 0%}.shpgr-cart__checkbox-wrapper label:hover span:before{width:5px;transition:width .1s ease}.shpgr-cart__checkbox-wrapper label:hover span:after{width:10px;transition:width .15s ease .1s}.shpgr-cart__checkbox-wrapper input[type=checkbox]{display:none}.shpgr-cart__checkbox-wrapper input[type=checkbox]:checked+label span{background-color:#333;transform:scale(1.25)}.shpgr-cart__checkbox-wrapper input[type=checkbox]:checked+label span:after{width:10px;background:#fff;transition:width .15s ease .1s}.shpgr-cart__checkbox-wrapper input[type=checkbox]:checked+label span:before{width:5px;background:#fff;transition:width .15s ease .1s}.shpgr-cart__checkbox-wrapper input[type=checkbox]:checked+label:hover span{background-color:#333;transform:scale(1.25)}.checkbox-wrapper-24 input[type=checkbox]:checked+label:hover span:after{width:10px;background:#fff;transition:width .15s ease .1s}.checkbox-wrapper-24 input[type=checkbox]:checked+label:hover span:before{width:5px;background:#fff;transition:width .15s ease .1s}.shpgr-cart__checkbox-wrapper label{display:flex;align-items:center;font-size:12px}.shpgr-cart__checkbox-wrapper label img{width:64px;margin-right:16px}html.js-ajax-cart-empty .cart-link__count{display:none}
/*# sourceMappingURL=/cdn/shop/t/63/assets/section-ajax-cart.css.map */
