.custom-cart-item{display:flex;align-items:center;padding:20px;border-bottom:1px solid #eee;transition:background-color .3s ease}.custom-cart-item:hover{background-color:#f8f9fa}.custom-item-image{width:80px;height:80px;border-radius:8px;margin-right:30px;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.custom-item-details{flex:1;margin-right:15px}.custom-item-title{font-weight:600;color:#333;font-size:16px;margin:0;line-height:1.4}.custom-item-price{font-weight:700;color:#753389;font-size:18px;min-width:100px;text-align:right;margin-right:15px;flex-shrink:0}.custom-remove-btn{background:0 0!important;color:#e02b20!important;border:none!important;padding:0!important;font-size:14px;font-weight:600;text-decoration:none;box-shadow:none!important;border-radius:0!important;cursor:pointer;transition:color .3s ease,text-decoration .3s ease;flex-shrink:0}.custom-remove-btn:hover{background:0 0!important;color:#c00!important;text-decoration:underline}.custom-cart-summary{background:#f8f9fa;padding:20px;border-top:2px solid #eee}.custom-summary-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-weight:700;font-size:18px;color:#333;border-top:2px solid #753389}.custom-checkout-buttons{display:flex;gap:15px;margin-top:20px;justify-content:center}.custom-btn-secondary{background:#fff;color:#753389;border:2px solid #753389}.custom-btn-secondary:hover{background:#753389;color:white;text-decoration:none}.custom-discount-section{margin-bottom:20px;padding:15px;background:#fff;border-radius:8px;border:1px solid #eee}.custom-discount-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#333}.custom-discount-content{margin-top:15px;display:none}.custom-discount-content.active{display:block}.custom-discount-input{display:flex;gap:10px;margin-top:10px}.custom-discount-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px}.custom-apply-btn{background:#753389;color:white;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap}.custom-apply-btn:hover{background:#420055}.custom-loading{opacity:.6;pointer-events:none}@media (max-width:768px){.custom-cart-item{padding:15px;flex-wrap:wrap;gap:15px}.custom-item-image{width:60px;height:60px;margin-right:0;order:1}.custom-item-details{margin-right:0;flex:1;min-width:0;order:2}.custom-item-title{font-size:14px;line-height:1.3}.custom-item-price{margin-right:0;text-align:left;font-size:16px;order:3;width:100%;margin-top:5px}.custom-remove-btn{order:4;padding:0!important;font-size:13px;align-self:flex-start}.custom-cart-summary{padding:15px}.custom-summary-row{font-size:16px;padding:12px 0}.custom-checkout-buttons{flex-direction:column;gap:12px;margin-top:15px}.custom-discount-section{margin-bottom:15px;padding:12px}.custom-discount-input{flex-direction:column;gap:8px}.custom-discount-input input{padding:12px;font-size:16px}.custom-apply-btn{padding:12px 16px;width:100%}}@media (min-width:769px) and (max-width:1024px){.custom-cart-item{padding:18px}.custom-item-image{width:70px;height:70px;margin-right:20px}.custom-checkout-buttons{gap:20px}}@media (max-width:480px){.custom-cart-item{padding:12px;gap:10px}.custom-item-image{width:50px;height:50px}.custom-item-title{font-size:13px}.custom-item-price{font-size:15px}.custom-summary-row{font-size:15px}}