body {
        background: #fff;
      }

      #header_html, #header_html > * {
            box-sizing: content-box;
      }
        .compare-checkbox {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
            accent-color: #eaeaea;
        }

        .product-card {
          min-height: 125px;
        }

        #product-grid img {
          max-width: 100%;
          max-height: 130px;
          margin: auto;
        }

        .chip {
          display: inline-block;
          padding: 4px 12px;
          border-radius: 16px;
          background-color: #e3f2fd;
          /* color: #1976d2; */
          text-decoration: none;
          font-weight: 500;
          transition: all 0.3s ease;
          font-weight: 600;
        }

        .chip:hover {
          background-color: rgba(37, 99, 235, 1);
          color: white;
          transform: translateY(-1px);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        /* .chip {
          display: inline-block;
          background-color: #e3f2fd; 
          color: #1e3a8a; 
          font-size: 0.875rem;
          font-weight: 600;
          padding: 4px 10px;
          border-radius: 9999px;
          text-decoration: none;
          transition: background-color 0.2s, color 0.2s;
        }
        .chip:hover {
          background-color: #bfdbfe;
          color: #1e40af;
        } */