#carts{padding:0 20px}#carts #title{margin:30px 0;text-align:center}#carts #title h1{font-size:50px}#carts #button{text-align:right;border-bottom:1px solid #d3d3d3;margin:30px 0;padding-bottom:30px}#carts #button button{width:200px;height:50px;border-radius:25px;border:none;background-color:#4caf50;color:#fff;font-size:16px;cursor:pointer;transition:background-color .3s}#carts #button button:hover{background-color:#45a049}#carts #list .empty-cart{text-align:center;padding:60px 20px;color:#666}#carts #list .empty-cart p{font-size:18px;margin:0}#carts #list table{width:100%;border-collapse:collapse}#carts #list table thead tr th{text-align:left;padding:15px;border-bottom:1px solid #ddd;font-weight:500;font-size:16px}#carts #list table thead tr th.quantity{text-align:center}#carts #list table thead tr th.total{text-align:right;padding-right:20px}#carts #list table tbody tr td{padding:15px;border-bottom:1px solid #ddd;vertical-align:top}#carts #list table tbody tr td.product .product-content{display:flex;align-items:flex-start;gap:20px}#carts #list table tbody tr td.product .product-content .image-container{width:100px;height:100px;position:relative}#carts #list table tbody tr td.product .product-content .image-container img{width:100%;height:100%;object-fit:cover;border-radius:8px}#carts #list table tbody tr td.product .product-content .image-container svg{position:absolute;top:-8px;right:-8px;background:#fff;border-radius:50%;padding:4px;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1)}#carts #list table tbody tr td.product .product-content .product-info .name{font-size:16px;font-weight:500;margin-bottom:8px}#carts #list table tbody tr td.product .product-content .product-info .price{font-size:15px;color:#666}#carts #list table tbody tr td.details .details-content{display:flex;flex-direction:column;align-items:center;text-align:center}#carts #list table tbody tr td.details .details-content .weight{font-size:14px;color:#666;margin-bottom:8px}#carts #list table tbody tr td.details .details-content .quantity-controls{display:inline-flex;align-items:center;gap:8px;margin:0 auto}#carts #list table tbody tr td.details .details-content .quantity-controls .quantity-btn{width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;font-size:14px;border:none;background:#4caf50;color:#fff;cursor:pointer;transition:all .2s}#carts #list table tbody tr td.details .details-content .quantity-controls .quantity-btn:hover{background:#45a049}#carts #list table tbody tr td.details .details-content .quantity-controls .quantity-display{min-width:20px;text-align:center;font-size:14px}#carts #list table tbody tr td.total{text-align:right;padding-right:20px;font-size:16px;font-weight:500}#carts #check-out{margin:30px 0;border-top:1px solid #ddd;padding-top:20px}#carts #check-out #container{margin-left:auto;width:300px;text-align:right}#carts #check-out #container h2{font-size:16px;font-weight:500;color:#666;margin-bottom:5px}#carts #check-out #container p{font-size:32px;font-weight:500;margin:10px 0}#carts #check-out #container span{color:#666;font-size:13px;display:block;margin-bottom:15px}#carts #check-out #container button{width:100%;height:44px;border-radius:22px;border:none;background-color:#4caf50;color:#fff;font-size:15px;cursor:pointer;transition:background-color .2s}#carts #check-out #container button:hover{background-color:#45a049}#carts #check-out #container button:disabled{background-color:#ccc;cursor:not-allowed}#carts a{text-decoration:none;-webkit-text-decoration:none}#carts .product{text-decoration:none!important;-webkit-text-decoration:none!important}#carts h1,#carts h2,#carts p,#carts td,#carts th{text-decoration:none;-webkit-text-decoration:none}#carts .mobile-only{display:none!important}#carts .desktop-only{display:table-cell}@media(max-width:768px){#carts{padding:0 15px}#carts #title{margin:20px 0}#carts #title h1{font-size:40px}#carts #button{margin:20px 0;padding-bottom:20px}#carts #list table thead{display:none}#carts #list table tbody tr{display:block;padding:15px 0;border-bottom:1px solid #eee}#carts #list table tbody tr td{display:block;padding:0;border:none}#carts #list table tbody tr td.product{margin-bottom:15px}#carts #list table tbody tr td.product .product-content .image-container{width:80px;height:80px}#carts #list table tbody tr td.details .details-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}#carts #list table tbody tr td.details .details-content .weight{margin:0;text-align:left}#carts #list table tbody tr td.details .details-content .quantity-controls,#carts #list table tbody tr td.details .details-content .total{margin:0}#carts #check-out{margin:20px 0;padding-top:15px}#carts #check-out #container{width:100%;text-align:center}#carts #check-out #container h2{font-size:15px}#carts #check-out #container p{font-size:28px;margin:8px 0}#carts #check-out #container span{font-size:12px;margin-bottom:12px}#carts #check-out #container button{height:40px;font-size:14px}#carts .desktop-only{display:none!important}#carts .mobile-only{display:block!important}#carts #list table tbody tr td.total.desktop-only{display:none!important}#carts #list table tbody tr td.details .details-content .total.mobile-only{display:block!important}}
/*# sourceMappingURL=e18b0a988936b568.css.map*/