:root{--block-corner-radius: 4px;--block-xs-corner-radius: min(var(--block-corner-radius), .25rem) }.cart-side--sticky{position:sticky;top:calc(1.5rem + var(--header-height-sticky));transition:top .25s}#main-cart-footer .page-width{padding:0 1.5rem}.cart__actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}cart-items.active{z-index:1000}.pointer{cursor:pointer}.cart__action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;color:rgb(var(--color-foreground));font-weight:500;cursor:pointer;transition:all .2s ease}.cart__action-btn:hover{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05)}.cart__action-btn svg{flex-shrink:0}.cart__action-btn.active{background:rgba(var(--color-foreground),.1);border-color:rgb(var(--color-foreground))}.cart__order-note-wrapper{margin-bottom:4rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart__order-note-wrapper .cart__note{width:100%}.cart__order-note-wrapper label{display:block;margin-bottom:.5rem;font-weight:500}.cart__order-note-wrapper textarea{width:100%;padding:.75rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-family:inherit;resize:vertical;transition:border-color .2s ease}.cart__order-note-wrapper textarea:focus{outline:none;border-color:rgb(var(--color-foreground))}.cart__free-shipping{margin-bottom:1.5rem;padding:1rem;border-radius:8px}.progress-bar{background-color:rgb(var(--black) / 6%);height:.5rem;overflow:hidden;border-radius:var(--block-corner-radius)}.progress-bar-inner{background-color:rgb(var(--color-progress-bar));height:100%}.free-shipping-indicator .progress-bar-inner{background-color:rgb(var(--color-free-shipping-bar))}.free-shipping-message{display:flex;align-items:center;gap:.75rem}.free-shipping-qualified{color:#22c55e;font-weight:500}.free-shipping-qualified svg{flex-shrink:0}.free-shipping-not-qualified{flex-direction:column;align-items:stretch;gap:.75rem}.free-shipping-progress-bar{width:100%;height:8px;background:rgba(var(--color-foreground),.1);border-radius:4px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:4px;transition:width .3s ease;position:relative;min-width:2%}.progress-bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.free-shipping-text{color:rgb(var(--color-foreground));margin:0;text-align:center;font-weight:500}.shipping-estimate-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9990;display:none;align-items:center;justify-content:center}.shipping-estimate-dialog.active{display:flex}.shipping-estimate-dialog__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;animation:fadeIn .2s ease;z-index:99;cursor:pointer}.shipping-estimate-dialog.active .shipping-estimate-dialog__overlay{display:block!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shipping-estimate-dialog__content{position:relative;background:rgb(var(--color-background));border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;z-index:101}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.shipping-estimate-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.shipping-estimate-dialog__close{background:transparent;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--color-foreground));transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.shipping-estimate-dialog__close:hover{transform:rotate(90deg)}.shipping-estimate-dialog__body{padding:1.5rem}.shipping-estimate-dialog__body .field{margin-bottom:1.25rem}.field-error{display:block;color:rgb(var(--color-error, 220 53 69));margin-top:.25rem;min-height:1rem}.shipping-estimate-dialog__actions{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:center}.button--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.button--primary:hover{opacity:.9}.estimate-btn-loader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-foreground),.095);display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:all;padding:1.25em 2em;border:0;border-radius:var(--button-corner-radius);max-width:45rem;margin:auto}.estimate-btn-loader .spinner{width:2rem;height:2rem}.estimate-btn-loader .path{stroke:rgb(var(--color-button-text))}.shipping-results{margin-top:1.5rem;min-height:50px}.shipping-loading,.shipping-no-rates,.shipping-error{padding:1rem;border-radius:4px;text-align:center}.shipping-loading{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.shipping-no-rates{background:rgba(var(--color-warning, 255 193 7),.1);color:rgb(var(--color-foreground))}.shipping-error{background:rgba(var(--color-error, 220 53 69),.1);color:rgb(var(--color-error, 220 53 69))}.shipping-rates h3{font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.shipping-rates-list{list-style:none;padding:0;margin-bottom:30px}.shipping-rate-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:4px;margin-bottom:.5rem;transition:all .2s ease}.shipping-rate-item:hover{border-color:rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.02)}.shipping-rate-name{font-weight:500}.shipping-rate-price{font-weight:600;color:rgb(var(--color-foreground))}.shipping-estimate-dialog__actions .button{width:96%;max-width:100%}.cart__blocks input,.cart__blocks select,.cart__blocks textarea{padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;transition:all .2s ease;outline:none}.cart__blocks input:focus,.cart__blocks select:focus,.cart__blocks textarea:focus{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.1)}.cart__blocks input:hover,.cart__blocks select:hover,.cart__blocks textarea:hover{border-color:rgba(var(--color-foreground),.4)}.cart__blocks select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='currentColor' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.cart__blocks textarea{resize:vertical;min-height:100px}.cart__blocks label{display:block;margin-bottom:.5rem;font-weight:500;color:rgb(var(--color-foreground))}.cart__blocks .select2-container{width:100%!important}.cart__blocks .select2-container--default .select2-selection--single{height:auto;padding:.75rem 1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-input-background));transition:all .2s ease}.cart__blocks .select2-container--default .select2-selection--single:hover{border-color:rgba(var(--color-foreground),.4)}.cart__blocks .select2-container--default.select2-container--focus .select2-selection--single{outline:none}.cart__blocks .select2-container--default .select2-selection--single .select2-selection__rendered{color:rgb(var(--color-input-accent));line-height:normal;padding:0}.cart__blocks .select2-container--default .select2-selection--single .select2-selection__placeholder{color:rgba(var(--color-foreground),.5)}.cart__blocks .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;right:1rem}.cart__blocks .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:rgb(var(--color-foreground)) transparent transparent transparent;border-width:5px 4px 0 4px}.cart__blocks .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent rgb(var(--color-foreground)) transparent;border-width:0 4px 5px 4px}.select2-dropdown{border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background))}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;padding:.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));outline:none}.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:rgb(var(--color-foreground))}.select2-container--default .select2-results__option{padding:.75rem 1rem;color:rgb(var(--color-foreground))}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.select2-container--default .select2-results__option[aria-selected=true]{background-color:rgba(var(--color-foreground),.05)}.cart__blocks .select2-container--default .select2-selection--multiple{min-height:auto;padding:.5rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background));transition:all .2s ease}.cart__blocks .select2-container--default .select2-selection--multiple:hover{border-color:rgba(var(--color-foreground),.4)}.cart__blocks .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.1);outline:none}.cart__blocks .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:rgba(var(--color-foreground),.1);border:1px solid rgba(var(--color-foreground),.2);border-radius:3px;padding:.25rem .5rem;color:rgb(var(--color-foreground));margin:.25rem}.cart__blocks .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:rgba(var(--color-foreground),.6);margin-right:.5rem}.cart__blocks .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:rgb(var(--color-foreground))}.cart__blocks .select2-container--default .select2-search--inline .select2-search__field{margin:.25rem;padding:.25rem .5rem;color:rgb(var(--color-foreground))}.cart__blocks input:disabled,.cart__blocks select:disabled,.cart__blocks textarea:disabled,.cart__blocks .select2-container--disabled .select2-selection{opacity:.6;cursor:not-allowed;background-color:rgba(var(--color-foreground),.05)}.drawer__popup{position:fixed;bottom:0;left:0;width:100%;height:100%;z-index:10000;display:none;pointer-events:none}.drawer__popup.active{display:block;pointer-events:all}.drawer__popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.drawer__popup.active .drawer__popup-overlay{opacity:1}.drawer__popup-content{position:absolute;bottom:0;left:0;width:100%;max-height:80vh;background:rgb(var(--color-background));border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;flex-direction:column}.drawer__popup.active .drawer__popup-content{transform:translateY(0)}.drawer__popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1);flex-shrink:0}.drawer__popup-header h3{margin:0;font-weight:600}.drawer__popup-close{background:transparent;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--color-foreground));transition:transform .2s ease;display:flex;align-items:center;justify-content:center;border-radius:50%}.drawer__popup-close:hover{background:rgba(var(--color-foreground),.1);transform:rotate(90deg)}.drawer__popup-close .svg-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.drawer__popup-body{padding:1.5rem;overflow-y:auto;flex:1}.drawer__popup-actions{margin-top:1.5rem}.drawer__popup-actions .button{width:100%}.cart-drawer__summary{padding:0 1.5rem}.cart-drawer__totals{font-size:.95rem}.cart-drawer__totals .discount-icon{width:16px;height:16px;display:inline-block}.cart-drawer__totals .discount-icon svg{width:100%;height:100%}.cart-drawer__actions{margin-top:1rem}.drawer__footer .cart__ctas{padding:0 1.5rem 1.5rem}#CartDrawer-cart{max-height:unset}#CartDrawer-Checkout{margin:0}@media screen and (max-width: 991px){.cart__actions{flex-direction:column}.cart__action-btn{width:100%;justify-content:center}.shipping-estimate-dialog__content{width:95%;max-height:95vh}.shipping-estimate-dialog__header,.shipping-estimate-dialog__body{padding:1rem}.shipping-estimate-dialog__actions{flex-direction:column-reverse}.cart__blocks input,.cart__blocks select,.cart__blocks textarea{font-size:16px}.drawer__popup-content{max-height:90vh}.drawer__popup-header,.drawer__popup-body{padding:1rem 1.25rem}}@media screen and (min-width: 992px){.drawer__popup-content{max-width:500px;left:50%;transform:translate(-50%,100%);border-radius:16px 16px 0 0}.drawer__popup.active .drawer__popup-content{transform:translate(-50%)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-cart-summary.css.map */
