.basket-container{padding:20px 0}.basket-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.basket-loading p{margin-top:20px;color:#666}.basket-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0}.basket-empty .ant-empty{margin-bottom:30px}.basket-empty-description{margin-bottom:20px;text-align:center}.basket-empty-description h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.basket-empty-description p{color:#666}.basket-empty-button{background-color:#3bb77e;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;text-decoration:none}.basket-empty-button:hover{background-color:rgb(52.7830578512,163.7169421488,112.7231404959);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,183,126,.2)}.basket-header{margin-bottom:30px}.basket-header h1{font-size:24px;font-weight:700;color:#333;display:flex;align-items:center;gap:10px}.basket-header h1 svg{color:#3bb77e}.basket-header h1 span{font-size:16px;color:#777;font-weight:400}.basket{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:30px}@media(max-width:959px){.basket{grid-template-columns:1fr}}.basket-left{background-color:#fff;border-radius:12px;box-shadow:0 3px 15px rgba(0,0,0,.05);overflow:hidden}.basket-left-header{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);padding:15px 20px;background-color:#f8f8f8;border-bottom:1px solid #eee;font-weight:600;color:#555}.basket-left-header-actions,.basket-left-header-price,.basket-left-header-product,.basket-left-header-quantity{text-align:center}.basket-left-header-product{text-align:left}@media(max-width:767px){.basket-left-header{display:none}}.basket-left-items{max-height:600px;overflow-y:auto;scrollbar-width:thin}.basket-left-items::-webkit-scrollbar{width:6px}.basket-left-items::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.basket-left-item{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);padding:20px;border-bottom:1px solid #eee;align-items:center}@media(max-width:767px){.basket-left-item{grid-template-columns:1fr;gap:15px}}.basket-left-item-product{display:flex;align-items:center;gap:15px}@media(max-width:767px){.basket-left-item-product{flex-direction:column;text-align:center}}.basket-left-item-img{border:1px solid #f0f0f0;border-radius:8px;padding:8px;background-color:#fff;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.basket-left-item-img img{object-fit:contain;max-width:100%;max-height:100%}@media(max-width:767px){.basket-left-item-details{text-align:center}}.basket-left-item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;color:#333;text-decoration:none;margin-bottom:5px;font-size:16px;transition:color .2s ease}.basket-left-item-title:hover{color:#3bb77e}.basket-left-item-brand{font-size:14px;color:#777}.basket-left-item-quantity{display:flex;justify-content:center}@media(max-width:767px){.basket-left-item-quantity{justify-content:center}}.basket-left-item-quantity .basket-quantity-input{width:80px;text-align:center}.basket-left-item-quantity .basket-quantity-input .ant-input-number-input{text-align:center;font-weight:500}.basket-left-item-price{display:flex;flex-direction:column;align-items:center;gap:5px}@media(max-width:767px){.basket-left-item-price{flex-direction:row;justify-content:center;gap:15px}}.basket-left-item-price-single{font-size:14px;color:#777;text-decoration:line-through}@media(max-width:767px){.basket-left-item-price-single:after{content:"→";margin:0 5px;text-decoration:none;display:inline-block}}.basket-left-item-price-total{font-weight:700;font-size:16px;color:#3bb77e}.basket-left-item-actions{display:flex;justify-content:center}@media(max-width:767px){.basket-left-item-actions{justify-content:center}}.basket-right-content{background-color:#fff;border-radius:12px;padding:25px;box-shadow:0 3px 15px rgba(0,0,0,.05);position:sticky;top:20px}.basket-right-title{font-size:20px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.basket-right-summary-row{display:flex;justify-content:space-between;padding:12px 0;color:#555}.basket-right-summary-row:not(:last-child){border-bottom:1px dashed #eee}.basket-right-total{display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:2px solid #eee;font-weight:700;font-size:18px;color:#333}.basket-right-total span:last-child{color:#3bb77e;font-size:22px}.basket-right-message{margin:20px 0;padding:15px;background-color:#f8f8f8;border-radius:8px;font-size:14px;color:#666}.basket-right-message p{margin:0}.basket-right-continue{margin-top:20px;text-align:center}.basket-right-continue-link{display:inline-flex;align-items:center;gap:8px;padding:8px 0;color:#555;font-size:14px;text-decoration:none;transition:all .2s ease}.basket-right-continue-link:hover{color:#3bb77e;transform:translateX(-5px)}