.cart-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;z-index:1000;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;overflow-y:auto}.cart-drawer.active{right:0}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}.cart-overlay.active{display:block}.cart-drawer-header{padding:1rem;border-bottom:1px solid var(--rueda-gray-primary);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:var(--rueda-white-primary)}.cart-drawer-header h2{text-decoration:none;text-wrap:nowrap;color:var(--rueda-black-primary);font-size:1rem;letter-spacing:2.5px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.close-cart{background:none;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center}.cart-drawer-content{padding:1rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--rueda-gray-primary)}.cart-item img{width:100px;height:100px;object-fit:contain}.cart-item-details{flex:1}.cart-item-details h3{font-size:1rem;font-weight:500;color:var(--rueda-black-primary);margin-bottom:.5rem}.cart-item-details .cart-item-size{font-size:.875rem;font-weight:400;color:var(--rueda-black-primary);margin-bottom:.5rem}.cart-item-details .cart-item-size span{font-weight:500}.cart-item-details .cart-item-price{font-size:.875rem;font-weight:500;color:var(--rueda-black-primary);margin-bottom:.5rem}.cart-footer{position:sticky;bottom:0;background:#fff;padding:24px 24px 104px;border-top:1px solid var(--rueda-gray-primary)}.cart-footer .cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-footer .cart-total span{font-size:1rem;font-weight:500;color:var(--rueda-black-primary)}.cart-footer .checkout-button{width:100%;padding:1rem;background:var(--rueda-red-primary);color:var(--rueda-white-primary);border:none;border-radius:8px;cursor:pointer}@media (max-width: 480px){.cart-drawer{width:100%;right:-100%}}.inventory-warning{color:var(--rueda-red-primary);font-size:.875rem;margin-top:.5rem}.cart-item-quantity{padding:.5rem .875rem;background-color:var(--rueda-gray-secondary-light);border-radius:8px;display:flex;align-items:center;gap:1rem;width:fit-content}.cart-item-quantity .quantity-button{border-radius:4px;border:none;cursor:pointer;background:transparent}.cart-item-quantity .quantity-button:not(:disabled):hover{color:var(--rueda-blue-primary)}.remove-item{display:flex;align-items:start;background:none;border:none;color:var(--rueda-red-primary);font-size:1.25rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.remove-item:hover{color:var(--rueda-red-secondary)}.cart-loader-container{display:none}.cart-loader-container.active{position:fixed;top:0;right:0;max-width:400px;width:100%;min-height:100vh;height:100%;background:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:10}.cart-loader-container .loader{width:60px;height:60px;border:5px solid var(--rueda-red-secondary);border-radius:50%;display:inline-block;box-sizing:border-box;position:relative;animation:pulse 1s linear infinite}.cart-loader-container .loader:after{content:"";position:absolute;width:60px;height:60px;border:5px solid var(--rueda-red-secondary);border-radius:50%;display:inline-block;box-sizing:border-box;left:50%;top:50%;transform:translate(-50%,-50%);animation:scaleUp 1s linear infinite}@keyframes scaleUp{0%{transform:translate(-50%,-50%) scale(0)}60%,to{transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,60%,to{transform:scale(1)}80%{transform:scale(1.2)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
