.ut-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background-color:#060d1aa6}.ut-cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:301;width:min(42rem,100vw);display:flex;flex-direction:column;background-color:var(--ut-navy);border-left:1px solid rgba(64,128,255,.25);box-shadow:-8px 0 40px #060d1a99}.ut-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:1px solid rgba(64,128,255,.2);flex-shrink:0}.ut-cart-drawer__heading-group{display:flex;align-items:center;gap:1rem}.ut-cart-drawer__heading{margin:0;font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:.03em}.ut-cart-drawer__count{display:inline-flex;align-items:center;justify-content:center;min-width:2.2rem;height:2.2rem;padding:0 .6rem;background-color:var(--ut-accent);color:#fff;border-radius:99px;font-size:1.2rem;font-weight:700;line-height:1}.ut-cart-drawer__close{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;background:transparent;border:1px solid rgba(64,128,255,.3);border-radius:50%;color:#ffffffb3;font-size:1.6rem;cursor:pointer;transition:border-color .2s,color .2s,background-color .2s;flex-shrink:0}.ut-cart-drawer__close:hover{border-color:var(--ut-accent);color:#fff;background-color:#4080ff26}.ut-cart-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:0;scrollbar-width:thin;scrollbar-color:var(--ut-blue) transparent}.ut-cart-drawer__body::-webkit-scrollbar{width:4px}.ut-cart-drawer__body::-webkit-scrollbar-track{background:transparent}.ut-cart-drawer__body::-webkit-scrollbar-thumb{background:var(--ut-blue);border-radius:4px}.ut-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;padding:6rem 2.4rem;text-align:center}.ut-cart-empty__icon{width:5.6rem;height:5.6rem;color:#4080ff66}.ut-cart-empty__text{margin:0;color:#ffffff8c;font-size:1.5rem}.ut-cart-empty__link{background-color:var(--ut-blue);color:#fff;font-size:1.3rem}.ut-cart-items{list-style:none;margin:0;padding:0}.ut-cart-item{display:grid;grid-template-columns:8rem 1fr;gap:1.6rem;padding:1.8rem 2.4rem;border-bottom:1px solid rgba(64,128,255,.12);position:relative;transition:background-color .2s}.ut-cart-item.is-loading{opacity:.45;pointer-events:none}.ut-cart-item__image-link{display:block;border-radius:.6rem;overflow:hidden;border:1px solid rgba(64,128,255,.2);flex-shrink:0}.ut-cart-item__image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.ut-cart-item__details{display:flex;flex-direction:column;gap:.4rem;min-width:0}.ut-cart-item__name{font-size:1.4rem;font-weight:600;color:#fff;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.ut-cart-item__name:hover{color:var(--ut-accent)}.ut-cart-item__variant{margin:0;font-size:1.2rem;color:#ffffff80}.ut-cart-item__price-row{display:flex;align-items:center;gap:.6rem}.ut-cart-item__original-price{color:#fff6;font-size:1.2rem;text-decoration:line-through}.ut-cart-item__unit-price{font-size:1.3rem;color:#ffffffbf}.ut-cart-item__line-price{font-size:1.5rem;font-weight:700;color:#fff;margin-top:auto}.ut-cart-item__controls{display:flex;align-items:center;gap:1.2rem;margin-top:.4rem}.ut-qty-stepper{display:inline-flex;align-items:center;border:1px solid rgba(64,128,255,.35);border-radius:.4rem;overflow:hidden}.ut-qty-stepper__btn{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;background:transparent;border:none;color:#ffffffb3;font-size:1.6rem;line-height:1;cursor:pointer;transition:background-color .15s,color .15s}.ut-qty-stepper__btn:hover{background-color:#4080ff33;color:#fff}.ut-qty-stepper__input{width:3.2rem;background:transparent;border:none;border-left:1px solid rgba(64,128,255,.25);border-right:1px solid rgba(64,128,255,.25);color:#fff;font-size:1.3rem;font-weight:600;text-align:center;-moz-appearance:textfield;padding:0;height:2.8rem}.ut-qty-stepper__input::-webkit-outer-spin-button,.ut-qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none}.ut-cart-item__remove{background:transparent;border:none;padding:0;font-size:1.2rem;color:#ffffff59;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.ut-cart-item__remove:hover{color:#ff6b6b}.ut-cart-item__discounts{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.2rem}.ut-cart-item__discount{font-size:1.1rem;color:var(--ut-accent)}.ut-cart-drawer__footer{flex-shrink:0;padding:2rem 2.4rem;border-top:1px solid rgba(64,128,255,.2);display:flex;flex-direction:column;gap:1.2rem;background-color:var(--ut-navy)}.ut-cart-discounts{display:flex;flex-direction:column;gap:.4rem}.ut-cart-discounts__item{font-size:1.3rem;color:var(--ut-accent);display:flex;justify-content:space-between}.ut-cart-discounts__amount{color:#fff9}.ut-cart-subtotal{display:flex;justify-content:space-between;align-items:baseline}.ut-cart-subtotal__label{font-size:1.4rem;color:#ffffffa6;font-weight:500}.ut-cart-subtotal__value{font-size:2rem;font-weight:700;color:#fff;letter-spacing:-.02em}.ut-cart-tax-note{display:block;font-size:1.15rem;color:#fff6;line-height:1.4}.ut-cart-tax-note a{color:#ffffff8c}.ut-cart-checkout{display:block;width:100%;text-align:center;background-color:var(--ut-accent);color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;padding:1.4rem 2rem;border-radius:var(--buttons-radius, 4px);transition:background-color .2s}.ut-cart-checkout:hover{background-color:var(--ut-blue);color:#fff}.ut-cart-continue{display:block;text-align:center;font-size:1.3rem;color:#ffffff73;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.ut-cart-continue:hover{color:#fffc}body.ut-drawer-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.ut-cart-drawer,.ut-cart-overlay{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ut-cart-drawer.css.map */
