.cart-page{min-height:100vh;background-color:#fafafa}.cart-header{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);border-bottom:1px solid #e5e5e5}.cart-container{max-width:1400px;margin:0 auto;padding:40px 20px;min-height:60vh}.cart-alert-warning{display:flex;align-items:center;gap:12px;padding:16px 20px;margin-bottom:24px;background-color:#fef9c3;border:1px solid #fde047;border-left:4px solid #eab308;border-radius:8px;color:#713f12;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05);animation:slideDown .3s ease-out}.cart-alert-icon{width:24px;height:24px;flex-shrink:0;color:#ca8a04}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-title-section{margin-bottom:30px}.cart-main-title{font-size:32px;font-weight:700;color:#0a0a0a;margin:0 0 20px}.cart-summary-mobile{display:none}.cart-empty{text-align:center;padding:80px 20px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e5e5e5}.cart-empty-icon{width:120px;height:120px;margin:0 auto 24px;color:#a3a3a3}.cart-empty-title{font-size:24px;font-weight:600;color:#0a0a0a;margin:0 0 12px}.cart-empty-text{font-size:16px;color:#737373;margin:0 0 32px}.cart-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:30px;gap:30px;align-items:start}.cart-products-section{display:flex;flex-direction:column;gap:24px}.cart-proveedor-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;border:2px solid #e5e5e5}.cart-proveedor-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05);border-color:#d4d4d4}.cart-proveedor-selected{border-color:#0a0a0a;box-shadow:0 4px 6px rgba(0,0,0,.1)}.cart-proveedor-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background-color:#0a0a0a;color:#fff}.cart-proveedor-info{display:flex;align-items:center;gap:16px}.cart-proveedor-icon{width:40px;height:40px;padding:8px;background-color:hsla(0,0%,100%,.2);border-radius:10px;flex-shrink:0}.cart-proveedor-name{font-size:20px;font-weight:700;margin:0 0 4px;color:#fff}.cart-proveedor-count{font-size:14px;margin:0;color:hsla(0,0%,100%,.9)}.cart-proveedor-select-btn{padding:10px 20px;background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cart-proveedor-select-btn-active{background-color:#ff3939;border-color:#0a0a0a;color:#fff}.cart-productos-list{display:flex;flex-direction:column}.cart-producto-item{display:grid;grid-template-columns:40px 120px 1fr 180px;grid-gap:20px;gap:20px;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0;transition:all .3s ease}.cart-producto-item:last-child{border-bottom:none}.cart-producto-item:hover{background-color:#fafafa}.cart-producto-selected{background-color:#f5f5f5}.cart-producto-checkbox{position:relative;display:flex;align-items:center;justify-content:center}.cart-checkbox-input{position:absolute;opacity:0;cursor:pointer}.cart-checkbox-label{position:relative;width:24px;height:24px;border:2px solid #d4d4d4;border-radius:4px;cursor:pointer;transition:all .3s ease;background-color:#fff}.cart-checkbox-input:checked+.cart-checkbox-label{background-color:#0a0a0a;border-color:#0a0a0a}.cart-checkbox-input:checked+.cart-checkbox-label:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.cart-checkbox-label:hover{border-color:#a3a3a3}.cart-producto-image-link{display:block;width:120px;height:120px;border-radius:8px;overflow:hidden;border:1px solid #e5e5e5;transition:all .3s ease}.cart-producto-image-link:hover{border-color:#d4d4d4}.cart-producto-image{width:100%;height:100%;object-fit:cover}.cart-producto-details{display:flex;flex-direction:column;gap:8px}.cart-producto-name{font-size:16px;font-weight:600;color:#0a0a0a;margin:0;line-height:1.4;transition:color .3s ease}.cart-producto-name:hover{color:#404040}.cart-producto-attribute{font-size:14px;font-weight:400;color:#737373}.cart-producto-descripcion{font-size:14px;color:#737373;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-producto-meta{display:flex;gap:16px;align-items:center;margin-top:4px}.cart-producto-stock{display:flex;align-items:center;gap:4px;font-size:13px;color:#22c55e;font-weight:500}.cart-icon-small{width:16px;height:16px}.cart-producto-actions{display:flex;flex-direction:column;gap:16px;align-items:flex-end}.cart-quantity-control{display:flex;align-items:center;gap:12px;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:6px;padding:4px}.cart-quantity-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.cart-quantity-btn:hover:not(:disabled){background-color:#0a0a0a;color:#fff}.cart-quantity-btn:disabled{opacity:.4;cursor:not-allowed}.cart-quantity-btn svg{width:16px;height:16px}.cart-quantity-value{min-width:40px;text-align:center;font-size:16px;font-weight:600;color:#0a0a0a}.cart-producto-pricing{text-align:right}.cart-producto-price{font-size:14px;color:#737373;margin:0 0 4px}.cart-producto-total{font-size:20px;font-weight:700;color:#0a0a0a;margin:0}.cart-delete-btn{padding:8px;background-color:transparent;border:none;border-radius:6px;color:#dc2626;cursor:pointer;transition:all .3s ease}.cart-delete-btn:hover{background-color:#fef2f2}.cart-delete-btn svg{width:20px;height:20px}.cart-summary-section{position:-webkit-sticky;position:sticky;top:20px}.cart-summary-card{background-color:#fff;border-radius:8px;padding:28px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid #e5e5e5}.cart-summary-title{font-size:22px;font-weight:700;color:#0a0a0a;margin:0 0 20px}.cart-summary-divider{height:1px;background-color:#e5e5e5;margin:16px 0}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:15px;color:#525252}.cart-summary-value{font-weight:600;color:#0a0a0a}.cart-summary-total-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:18px;font-weight:700;color:#0a0a0a}.cart-summary-total-value{font-size:24px;color:#0a0a0a}.cart-proveedor-badge{display:flex;align-items:center;gap:10px;padding:12px 16px;margin:20px 0;background-color:#f5f5f5;border:1px solid #e5e5e5;border-radius:6px;color:#0a0a0a;font-size:14px;font-weight:600}.cart-badge-icon{width:20px;height:20px;flex-shrink:0}.cart-checkout-btn{width:100%;padding:16px 24px;margin-top:24px;background-color:#0a0a0a;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.cart-checkout-btn:hover:not(:disabled){background-color:#262626}.cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.cart-continue-shopping{display:block;text-align:center;padding:12px;margin-top:16px;color:#525252;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s ease}.cart-continue-shopping:hover{color:#0a0a0a;text-decoration:underline}.cart-btn-primary{padding:14px 28px;background-color:#0a0a0a;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.cart-btn-primary:hover:not(:disabled){background-color:#262626}.cart-btn-primary:disabled{opacity:.5;cursor:not-allowed}.cart-btn-secondary{display:inline-block;padding:14px 32px;background-color:#0a0a0a;border-radius:6px;color:#fff;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease}.cart-btn-secondary:hover{background-color:#262626}.cart-container-short{padding:50px}.orange-brick-cart{color:#df3f0c;font-weight:700;font-size:16px;padding:16px 0 5px}.cart-prod-btn{width:207px;text-transform:capitalize}.cart-prod-btn,.cart-prod-btn-black{color:#fff;font-size:14px;font-weight:700}.cart-prod-btn-black{width:262px;text-transform:none}@media (max-width:1200px){.cart-grid{grid-template-columns:1fr 320px;gap:20px}.cart-producto-item{grid-template-columns:40px 100px 1fr 160px;gap:16px;padding:20px}.cart-producto-image-link{width:100px;height:100px}}@media (max-width:960px){.cart-container{padding:30px 15px}.cart-grid{grid-template-columns:1fr;gap:24px}.cart-summary-section{position:static}.cart-main-title{font-size:28px}.cart-proveedor-header{flex-direction:column;align-items:flex-start;gap:16px}.cart-proveedor-select-btn{width:100%}}@media (max-width:768px){.cart-producto-item{grid-template-columns:35px 90px 1fr;gap:12px;padding:16px}.cart-producto-image-link{width:90px;height:90px}.cart-producto-actions{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.cart-producto-pricing{text-align:left}.cart-producto-name{font-size:15px}.cart-producto-descripcion{display:none}.cart-proveedor-name{font-size:18px}.cart-proveedor-icon{width:36px;height:36px}}@media (max-width:640px){.cart-container{padding:20px 10px}.cart-main-title{font-size:24px;margin-bottom:16px}.cart-summary-mobile{display:flex;flex-direction:column;gap:16px;padding:20px;background-color:#fff;border-radius:8px;border:1px solid #e5e5e5;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:20px}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:600}.cart-summary-price{font-size:24px;font-weight:700;color:#0a0a0a}.cart-btn-mobile{width:100%}.cart-summary-section{display:none}.cart-producto-item{grid-template-columns:30px 80px 1fr;gap:10px;padding:12px}.cart-producto-image-link{width:80px;height:80px}.cart-checkbox-label{width:20px;height:20px}.cart-checkbox-input:checked+.cart-checkbox-label:after{left:6px;top:2px;width:5px;height:9px}.cart-proveedor-header{padding:16px}.cart-proveedor-name{font-size:16px}.cart-proveedor-count{font-size:13px}.cart-proveedor-icon{width:32px;height:32px}.cart-proveedor-select-btn{padding:8px 16px;font-size:13px}.cart-producto-name{font-size:14px}.cart-producto-total{font-size:18px}.cart-quantity-control{gap:8px}.cart-quantity-btn{width:28px;height:28px}.cart-quantity-value{min-width:32px;font-size:14px}.cart-alert-warning{padding:12px 16px;font-size:14px}.cart-alert-icon{width:20px;height:20px}.cart-empty{padding:60px 20px}.cart-empty-icon{width:80px;height:80px}.cart-empty-title{font-size:20px}.cart-empty-text{font-size:14px}}@media (max-width:480px){.cart-container{padding:15px 8px}.cart-main-title{font-size:20px}.cart-producto-item{grid-template-columns:28px 70px 1fr;gap:8px;padding:10px}.cart-producto-image-link{width:70px;height:70px}.cart-producto-name{font-size:13px}.cart-producto-price,.cart-producto-stock{font-size:12px}.cart-producto-total{font-size:16px}.cart-proveedor-header{padding:12px}.cart-proveedor-info{gap:12px}.cart-proveedor-name{font-size:15px}.cart-quantity-btn{width:26px;height:26px}.cart-quantity-btn svg{width:14px;height:14px}.cart-delete-btn svg{width:18px;height:18px}}@media (max-width:960px){.cart-container-short{padding:45px 25px;min-height:55vh}}@media (max-width:640px){.cart-container-short{padding:45px 10px}.cart-prod-btn{width:100%;margin:10px 0}}