
        body {
            background: #f8f9fa;
        }
        .navbar-techmich {
            background: #4fb0f1;
            border-bottom: 2px solid #333;
        }
        .navbar-techmich .navbar-brand {
            font-weight: bold;
            font-size: 2rem;
            color: #222;
            letter-spacing: 2px;
        }
        .navbar-techmich .nav-link {
            color: #222 !important;
            font-weight: 500;
            margin-right: 1rem;
        }
        .navbar-techmich .nav-link:hover {
            color: #fff !important;
            background: #222;
            border-radius: 4px;
        }
        .navbar-techmich .search-bar {
            width: 300px;
        }
        .cart-card {
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            border: 1px solid #eee;
        }
        .cart-card .card-title {
            font-weight: bold;
        }
        .cart-item-img {
            height: 80px;
            width: 80px;
            object-fit: contain;
            background: #fafafa;
            border-radius: 8px;
        }
        .cart-summary {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            border: 1px solid #eee;
        }
        .oferta-badge {
            background: #f7b500;
            color: #222;
            font-weight: bold;
            font-size: 0.9rem;
            padding: 0.2rem 0.7rem;
            border-radius: 0 0 8px 0;
            position: absolute;
            top: 0;
            left: 0;
        }
        .social-links a {
            font-size: 1.5rem;
            margin-right: 0.5rem;
        }
