 #cartOverlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;pointer-events: none;}#cartOverlay.active {display: block;pointer-events: auto;}#cartOverlayBackdrop {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 0.3s ease;}@media (max-width: 768px) {#cartOverlayBackdrop {background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(4px);}}#cartOverlay.active #cartOverlayBackdrop {opacity: 1;}#cartPanel {position: absolute;background: #fff;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);border-radius: 8px;padding: 20px;min-width: 350px;max-width: 420px;opacity: 0;transition: opacity 0.3s ease, transform 0.3s ease;max-height: 80vh;overflow-y: auto;}@media (min-width: 768px) {#cartPanel {top: 80px;right: 120px;transform: translateY(-10px);}#cartOverlay.active #cartPanel {opacity: 1;transform: translateY(0);}}@media (max-width: 767px) {#cartPanel {position: fixed;bottom: 0;left: 0;right: 0;top: auto;max-width: 100%;border-radius: 16px 16px 0 0;transform: translateY(100%);padding: 50px 15px;max-height: 70vh;}#cartOverlay.active #cartPanel {opacity: 1;transform: translateY(0);}}#cartCloseBtn {position: absolute;top: 12px;right: 12px;background: none;border: 0;font-size: 1.5rem;line-height: 1;color: #6c757d;cursor: pointer;padding: 4px 8px;z-index: 10;}#cartCloseBtn:hover {color: #000;}#cartPanelContent {margin-top: 8px;}.cart-dropdown-wrapper h5 {font-size: 1.1rem;font-weight: 600;color: #212529;}.cart-items-list {max-height: 300px;overflow-y: auto;}.cart-item {transition: background-color 0.2s ease;}.cart-item:hover {background-color: #f8f9fa;}.cart-item-img img {border: 1px solid #e9ecef;}.item-carrito {padding: 12px 0;background-color: #fff;}.item-carrito .d-flex.flex-column a img {width: 100%;max-width: 120px;height: auto;}.item-carrito .product-title a {font-size: 1rem;font-weight: 600;}.item-carrito .text-danger {color: #d9534f !important;}.btn-remove-cart-item {color: #d9534f;}.cart-item-details p {font-size: 0.85rem;color: #212529;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}.line-clamp-2 {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}.btn-remove-cart-item {opacity: 0.6;transition: opacity 0.2s ease;}.btn-remove-cart-item:hover {opacity: 1;}.cart-subtotal {background-color: #f8f9fa;border-radius: 4px;padding: 12px !important;}.empty-cart i {opacity: 0.5;}.cart-items-list::-webkit-scrollbar {width: 4px;}.cart-items-list::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 2px;}.cart-items-list::-webkit-scrollbar-thumb {background: #c1c1c1;border-radius: 2px;}.cart-items-list::-webkit-scrollbar-thumb:hover {background: #a1a1a1;}.cart-item.removing {opacity: 0.5;pointer-events: none;}#cart-count {animation: pulse 0.3s ease;}@keyframes pulse {0% {transform: scale(1);}50% {transform: scale(1.2);}100% {transform: scale(1);}}.cart-summary {position: sticky;top: 115px;border-radius: 8px;}.cart-summary h5 {font-weight: 700;}.mobile-bottom-bar {display: none;}@media (max-width: 767px) {.mobile-bottom-bar {display: block;position: fixed;bottom: 0;left: 0;right: 0;background: #fff;border-top: 1px solid #e9ecef;padding: 12px 16px;z-index: 9999;}.mobile-bottom-bar .container {display:flex;align-items:center;justify-content:space-between;gap: 10px;}.mobile-bottom-bar p {margin: 0;font-weight: 600;}}