body.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none;transition:visibility 0s linear .3s}.cart-drawer.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;opacity:0;transition:opacity .3s ease;cursor:pointer}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__container{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:450px;background-color:#1a1a1a;box-shadow:-4px 0 20px #00000080;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.cart-drawer.is-open .cart-drawer__container{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #fc0100;background-color:#00000080}.cart-drawer__title{font-family:Canterbury,serif;font-size:1.5rem;color:#fc0100;text-shadow:2px 2px 0px rgba(0,0,0,.8);margin:0;text-transform:none}.cart-drawer__close{background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.cart-drawer__close:hover,.cart-drawer__close:focus{color:#fc0100;outline:none}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px;background-color:#0000004d}.cart-drawer__loading{text-align:center;padding:40px 20px;color:#fff}.cart-drawer__empty{text-align:center;padding:40px 20px}.cart-drawer__empty p{color:#fff;margin-bottom:20px;font-size:1.1rem}.cart-drawer__items{display:flex;flex-direction:column;gap:20px}.cart-drawer-item{display:flex;gap:15px;padding:15px;background-color:#00000080;border-radius:4px;border:1px solid rgba(252,1,0,.3)}.cart-drawer-item__image{flex-shrink:0;width:80px;height:80px}.cart-drawer-item__image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-drawer-item__no-image{width:100%;height:100%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#999;font-size:.75rem;text-align:center;border-radius:4px}.cart-drawer-item__details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-drawer-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.cart-drawer-item__title{color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;line-height:1.3}.cart-drawer-item__title:hover{color:#fc0100}.cart-drawer-item__remove{background:none;border:none;color:#999;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.cart-drawer-item__remove:hover,.cart-drawer-item__remove:focus{color:#fc0100;outline:none}.cart-drawer-item__variant{color:#999;font-size:.85rem;margin:0}.cart-drawer-item__properties{font-size:.85rem;color:#999}.cart-drawer-item__property{margin:0}.cart-drawer-item__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.cart-drawer-item__line-price{display:flex;flex-direction:column;gap:4px;text-align:left;font-size:1rem;font-weight:700}.cart-drawer-item__line-price--original{color:#999;text-decoration:line-through;font-size:.85rem}.cart-drawer-item__line-price--sale{color:#fc0100;font-weight:700}.cart-drawer-item__line-price>span{color:#fff}.cart-drawer-item__quantity{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);border-radius:4px;overflow:hidden}.cart-drawer-item__qty-btn{background-color:#0000004d;border:none;color:#fff;font-size:1rem;font-weight:700;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.cart-drawer-item__qty-btn:hover,.cart-drawer-item__qty-btn:focus{background-color:#fc0100;color:#fff;outline:none}.cart-drawer-item__qty-input{background:none;border:none;color:#fff;text-align:center;width:40px;font-size:.9rem;padding:0}.cart-drawer-item__qty-input:focus{outline:none}.cart-drawer-item__qty-input::-webkit-inner-spin-button,.cart-drawer-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-item__qty-input[type=number]{-moz-appearance:textfield}.cart-drawer-item__discounts{list-style:none;padding:0;margin:8px 0 0}.cart-drawer-item__discount{color:#fc0100;font-size:.85rem}.cart-drawer__footer{padding:20px;border-top:2px solid #fc0100;background-color:#000000b3}.cart-drawer__discounts{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer__discount{display:flex;justify-content:space-between;color:#fc0100;font-size:.9rem;margin-bottom:8px}.cart-drawer__discount:last-child{margin-bottom:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer__subtotal-label{color:#fff;font-size:1.2rem;font-weight:700;text-transform:uppercase}.cart-drawer__subtotal-price{color:#fc0100;font-size:1.3rem;font-weight:700}.cart-drawer__note{color:#999;font-size:.85rem;line-height:1.4;margin-bottom:20px;text-align:center}.cart-drawer__checkout{display:block;width:100%;background-color:#fc0100;color:#fff;text-align:center;padding:14px 20px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:2px solid #fc0100;border-radius:4px;text-decoration:none;transition:all .2s ease;margin-bottom:12px}.cart-drawer__checkout:hover,.cart-drawer__checkout:focus{background-color:transparent;color:#fc0100;outline:none}.cart-drawer__view-cart{display:block;text-align:center;color:#999;font-size:.9rem;text-decoration:underline;transition:color .2s ease}.cart-drawer__view-cart:hover,.cart-drawer__view-cart:focus{color:#fff}.cart-drawer__error{color:#fc0100;text-align:center;padding:20px}@media screen and (max-width: 749px){.cart-drawer__container{max-width:100%}.cart-drawer__title{font-size:1.3rem}.cart-drawer-item{flex-direction:row;gap:12px}.cart-drawer-item__image{width:70px;height:70px;flex-shrink:0}.cart-drawer-item__title{font-size:.85rem}.cart-drawer-item__footer{flex-direction:row;justify-content:space-between;align-items:center}.cart-drawer-item__line-price{font-size:.9rem}.cart-drawer-item__quantity{flex-shrink:0}}@media screen and (max-width: 480px){.cart-drawer__body,.cart-drawer__footer{padding:15px}.cart-drawer-item{padding:12px;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cart-drawer.css.map */
