        .product-section {
            margin-bottom: 3rem;
        }

        .product-image {
            max-width: 100%;
            height: auto;
            margin: 1rem 0;
            border: 1px solid #dee2e6;
            border-radius: 0.25rem;
        }

        .table {
            margin-bottom: 2rem;
        }

        h1 {
            margin-top: 2rem;
            margin-bottom: 1.5rem;
        }

        h2 {
            margin-bottom: 1rem;
        }

        .welcome-message {
            background-color: #f8f9fa;
            padding: 2rem;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
            text-align: center;
            border-left: 5px solid #0d6efd;
            border-right: 5px solid #0d6efd;
        }

        .stock-cell {
            display: flex;
            align-items: center;
            gap: 0.4em;
            position: relative;
        }

        .stock-dot {
            width: 1em;
            height: 1em;
            border-radius: 50%;
            display: inline-block;
        }

        .stock-dot-sliver {
            background-color: #e3e4e6;
        }

        .stock-dot-midnight {
            background-color: #2e3641;
        }

        .stock-dot-skyblue {
            background-color: #c7d8e0;
        }

        .stock-dot-starlight {
            background-color: #f0e5d2;
        }