.order-container{display:flex;gap:50px}.empty-cart-state{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;gap:20px}.empty-cart-state .icon{font-size:110px}.empty-cart-state .empty-cart-title{font-size:1.8rem;font-weight:600;color:#333;margin:0}.empty-cart-state .empty-cart-message{font-size:1.1rem;color:#666;margin:0 0 10px 0;max-width:400px}.order-products-list{flex-grow:1;display:flex;flex-direction:column}.order-products-list .order-product-card{display:flex;gap:20px;padding:15px 0;border-bottom:1px solid #d9d9d9;align-items:center}.order-products-list .order-product-card .img-container{width:70px;flex-shrink:0}.order-products-list .order-product-card .img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.order-products-list .order-product-card .product-info{flex-grow:1;display:flex;align-items:center;gap:20px}.order-products-list .order-product-card .product-info .product-name{flex-grow:1;font-weight:500}.order-products-list .order-product-card .product-info a.product-name{text-decoration:none;color:inherit}.order-products-list .order-product-card .product-info .controls-wrapper{display:flex;gap:20px;align-items:center}.order-products-list .order-product-card .product-info .controls-wrapper .quantity-wrapper{width:150px;flex-shrink:0;display:flex;justify-content:center}.order-products-list .order-product-card .product-info .controls-wrapper .delete-wrapper{width:40px;flex-shrink:0;display:flex;justify-content:center}.order-products-list .order-product-card .product-info .price-wrapper{width:100px;flex-shrink:0;text-align:center}.order-products-list .order-product-card .product-info .price-wrapper .price-currency-container{font-size:1.1rem}#total{width:40%;border-left:1px solid #d9d9d9;padding:40px;padding-top:10px;height:-moz-fit-content;height:fit-content}#total .total-line-item{display:flex;justify-content:space-between;font-size:.9rem;font-weight:100;color:#868585}#total .total-amount{display:flex;justify-content:space-between;padding-top:10px;margin-top:10px;font-size:1.2rem;font-weight:500;border-top:1px solid #000}#total .total-amount .total-values{display:flex;flex-direction:column}@media(max-width: 768px){.client-page-container{background-color:#f5f5f5;padding-bottom:200px}.order-container{flex-direction:column;gap:20px;padding-bottom:30px}.empty-cart-state{padding:60px 20px;background-color:#fff;border-radius:12px;margin:0}.empty-cart-state .empty-cart-icon{width:100px;height:100px}.empty-cart-state .empty-cart-title{font-size:1.5rem}.empty-cart-state .empty-cart-message{font-size:1rem}.order-products-list{display:flex;flex-direction:column;gap:15px;background-color:#fff;border-radius:12px}.order-products-list .order-product-card{padding:15px;gap:12px;flex-direction:row;align-items:flex-start}.order-products-list .order-product-card:last-child{border-bottom:none}.order-products-list .order-product-card .img-container{width:90px;flex-shrink:0}.order-products-list .order-product-card .img{width:90px;height:90px;border-radius:12px}.order-products-list .order-product-card .product-info{flex-direction:column;align-items:flex-start;gap:8px;flex-grow:1}.order-products-list .order-product-card .product-info .product-name{font-size:1.3rem;font-weight:600;line-height:1.3;color:#000}.order-products-list .order-product-card .product-info .price-wrapper{width:auto;text-align:left;margin-bottom:8px}.order-products-list .order-product-card .product-info .price-wrapper .price-currency-container{font-size:1rem;font-weight:500;color:#666}.order-products-list .order-product-card .product-info .controls-wrapper{width:100%;display:flex;gap:0;align-items:center;margin-top:0;justify-content:flex-start}.order-products-list .order-product-card .product-info .controls-wrapper .delete-wrapper{display:none}.order-products-list .order-product-card .product-info .controls-wrapper .quantity-wrapper{width:auto;flex-shrink:0}#total{position:fixed;bottom:0;left:0;right:0;width:100%;background-color:#fff;border-left:none;border-top:1px solid #e0e0e0;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}#total h3{display:none}.client .quantity-container{transform-origin:top left}}
