.cart-container{display:flex;flex-direction:column;align-items:center;width:100%;height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.cart-content{width:1100px;flex:1 1;display:flex;flex-direction:column;padding-top:120px;position:relative;height:calc(100% - 200px)}.cart-header{width:100%;display:flex;align-items:center;margin-bottom:16px;gap:16px;padding:0 16px}.cart-header svg{cursor:pointer}.cart-header h1{font-size:32px;color:#333;text-transform:uppercase;font-weight:900;font-style:italic}.cart-items{display:flex;flex-direction:column;gap:15px;width:100%;overflow-y:auto;padding:0 16px 180px;flex:1 1;height:100%}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cart-items::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cart-items::-webkit-scrollbar-thumb:hover{background:#555}.cart-item{background:white;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.cart-item-header{display:flex;align-items:center;cursor:pointer;position:relative;padding-right:40px}.cart-item.expanded{background:#f8f8f8}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:4px;margin-right:16px}.cart-item-expanded-img{width:calc(33.33% - 8px);max-width:200px;aspect-ratio:1;object-fit:cover;border-radius:4px;transition:transform .2s ease}.cart-item-expanded-img:hover{transform:scale(1.05);cursor:pointer}.cart-item-info{flex:1 1}.cart-item-name{font-weight:500;margin-bottom:4px;color:#333}.cart-item-price{color:#00688d;font-weight:600}.cart-remove{position:absolute;right:0;color:#ff4444;cursor:pointer;transition:color .2s ease}.cart-remove:hover{color:#cc0000}.cart-item-arrow{margin-right:16px;color:#666}.cart-item-photos{display:flex;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid #eee;gap:8px;justify-content:flex-start}.cart-footer{display:flex;width:1100px;background:white;padding:20px;border-top:1px solid #eee;position:fixed;bottom:0;left:0;right:0;z-index:100;place-self:center}.cart-footer,.cart-footer .prices{flex-direction:column;align-items:flex-end}.cart-footer .prices{width:100%;margin:0 auto;display:flex}.cart-footer .prices h2{font-size:20px;font-weight:700;color:#333;text-transform:uppercase}.cart-footer .prices h3{font-size:24px;font-weight:700;color:#ffb400;margin-top:5px}.cart-footer .cart-checkout{width:100%;margin:16px auto 0}.cart-checkout{background:#0056b3;color:white;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:100%;margin-top:16px;font-size:20px;transition:all .3s ease-in-out}.cart-checkout:hover{background:#0163cc;transform:scale(1.01)}.cart-empty{color:#888;font-size:18px}@media only screen and (max-width:1224px){.cart-content,.cart-footer{width:90%}}@media only screen and (max-width:768px){.cart-content{padding-top:150px;height:calc(100% - 150px)}.cart-header h1{font-size:24px}.cart-footer .prices h3{font-size:32px}}